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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp76 SourceLocation NextLoc = S->getLocEnd(); local
80 Cases.push_back(CaseInfo(Curr,SourceRange(Curr->getLocStart(), NextLoc)));
81 NextLoc = Curr->getLocStart();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DTypeLoc.cpp90 class NextLoc : public TypeLocVisitor<NextLoc, TypeLoc> { class in namespace:__anon3025
104 return NextLoc().Visit(TL);
/freebsd-9.3-release/contrib/llvm/lib/Object/
H A DArchive.cpp109 const char *NextLoc = Data.data() + SpaceToSkip; local
112 if (NextLoc >= Parent->Data->getBufferEnd())
115 return Child(Parent, NextLoc);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DTokenLexer.cpp764 SourceLocation NextLoc = NextTok->getLocation(); local
765 if (CurLoc.isFileID() != NextLoc.isFileID())
769 if (!SM.isInSameSLocAddrSpace(CurLoc, NextLoc, &RelOffs))
775 CurLoc = NextLoc;
H A DPPMacroExpansion.cpp1288 SourceLocation NextLoc = PLoc.getIncludeLoc();
1289 while (NextLoc.isValid()) {
1290 PLoc = SourceMgr.getPresumedLoc(NextLoc);
1294 NextLoc = PLoc.getIncludeLoc();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp1078 SourceLocation NextLoc = Loc.getLocWithOffset(1); local
1079 if (isInFileID(NextLoc, FID))

Completed in 77 milliseconds