HomeSort by relevance Sort by last modified time
    Searched defs:NextLoc (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/ARCMigrate/
TransProtectedScope.cpp 76 SourceLocation NextLoc = S->getLocEnd();
80 Cases.push_back(CaseInfo(Curr,SourceRange(Curr->getLocStart(), NextLoc)));
81 NextLoc = Curr->getLocStart();
  /external/clang/lib/AST/
TypeLoc.cpp 92 class NextLoc : public TypeLocVisitor<NextLoc, TypeLoc> {
106 return NextLoc().Visit(TL);
  /external/clang/lib/Lex/
TokenLexer.cpp 783 SourceLocation NextLoc = NextTok->getLocation();
784 if (CurLoc.isFileID() != NextLoc.isFileID())
788 if (!SM.isInSameSLocAddrSpace(CurLoc, NextLoc, &RelOffs))
794 CurLoc = NextLoc;
    [all...]
  /external/llvm/lib/Object/
Archive.cpp 165 const char *NextLoc = Data.data() + SpaceToSkip;
168 if (NextLoc == Parent->Data.getBufferEnd())
172 if (NextLoc > Parent->Data.getBufferEnd())
176 Child Ret(Parent, NextLoc, &EC);
  /external/clang/lib/Basic/
SourceManager.cpp     [all...]

Completed in 63 milliseconds