HomeSort by: relevance | last modified time | path
    Searched refs:NextLoc (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransProtectedScope.cpp 76 SourceLocation NextLoc = S->getEndLoc();
81 CaseInfo(Curr, SourceRange(Curr->getBeginLoc(), NextLoc)));
82 NextLoc = Curr->getBeginLoc();
  /src/external/apache2/llvm/dist/clang/lib/Lex/
TokenLexer.cpp 1009 SourceLocation NextLoc = NextTok->getLocation();
1010 if (CurLoc.isFileID() != NextLoc.isFileID())
1014 if (!SM.isInSameSLocAddrSpace(CurLoc, NextLoc, &RelOffs))
1021 if (CurLoc.isMacroID() && !SM.isWrittenInSameFile(CurLoc, NextLoc))
1024 CurLoc = NextLoc;
PPMacroExpansion.cpp 1520 SourceLocation NextLoc = PLoc.getIncludeLoc();
1521 while (NextLoc.isValid()) {
1522 PLoc = SourceMgr.getPresumedLoc(NextLoc);
1526 NextLoc = PLoc.getIncludeLoc();
  /src/external/apache2/llvm/dist/clang/lib/AST/
TypeLoc.cpp 110 class NextLoc : public TypeLocVisitor<NextLoc, TypeLoc> {
125 return NextLoc().Visit(TL);
  /src/external/apache2/llvm/dist/llvm/lib/Object/
Archive.cpp 458 const char *NextLoc = Data.data() + SpaceToSkip;
461 if (NextLoc == Parent->Data.getBufferEnd())
465 if (NextLoc > Parent->Data.getBufferEnd()) {
478 Child Ret(Parent, NextLoc, &Err);
  /src/external/apache2/llvm/dist/clang/lib/Basic/
SourceManager.cpp 1118 SourceLocation NextLoc = Loc.getLocWithOffset(1);
1119 if (isInFileID(NextLoc, FID))

Completed in 61 milliseconds