Searched refs:NextLoc (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp75 SourceLocation NextLoc = S->getEndLoc(); local
80 CaseInfo(Curr, SourceRange(Curr->getBeginLoc(), NextLoc)));
81 NextLoc = Curr->getBeginLoc();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp1009 SourceLocation NextLoc = NextTok->getLocation(); local
1010 if (CurLoc.isFileID() != NextLoc.isFileID())
1014 if (!SM.isInSameSLocAddrSpace(CurLoc, NextLoc, &RelOffs))
1021 if (CurLoc.isMacroID() && !SM.isWrittenInSameFile(CurLoc, NextLoc))
1024 CurLoc = NextLoc;
H A DPPMacroExpansion.cpp1520 SourceLocation NextLoc = PLoc.getIncludeLoc();
1521 while (NextLoc.isValid()) {
1522 PLoc = SourceMgr.getPresumedLoc(NextLoc);
1526 NextLoc = PLoc.getIncludeLoc();
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp110 class NextLoc : public TypeLocVisitor<NextLoc, TypeLoc> { class in namespace:__anon279
125 return NextLoc().Visit(TL);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DArchive.cpp462 const char *NextLoc = Data.data() + SpaceToSkip; local
465 if (NextLoc == Parent->Data.getBufferEnd())
469 if (NextLoc > Parent->Data.getBufferEnd()) {
482 Child Ret(Parent, NextLoc, &Err);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1089 SourceLocation NextLoc = Loc.getLocWithOffset(1); local
1090 if (isInFileID(NextLoc, FID))

Completed in 204 milliseconds