HomeSort by relevance Sort by last modified time
    Searched refs:NextLoc (Results 1 - 6 of 6) 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 90 class NextLoc : public TypeLocVisitor<NextLoc, TypeLoc> {
104 return NextLoc().Visit(TL);
  /external/llvm/lib/Object/
Archive.cpp 124 const char *NextLoc = Data.data() + SpaceToSkip;
127 if (NextLoc >= Parent->Data.getBufferEnd())
130 return Child(Parent, NextLoc);
  /external/clang/lib/Lex/
TokenLexer.cpp 776 SourceLocation NextLoc = NextTok->getLocation();
777 if (CurLoc.isFileID() != NextLoc.isFileID())
781 if (!SM.isInSameSLocAddrSpace(CurLoc, NextLoc, &RelOffs))
787 CurLoc = NextLoc;
    [all...]
PPMacroExpansion.cpp     [all...]
  /external/clang/lib/Basic/
SourceManager.cpp     [all...]

Completed in 225 milliseconds