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

  /external/swiftshader/third_party/LLVM/lib/Object/
Archive.cpp 63 const char *NextLoc = Data.data() + SpaceToSkip;
66 if (NextLoc >= Parent->Data->getBufferEnd())
70 ToHeader(NextLoc)->getSize();
72 return Child(Parent, StringRef(NextLoc, NextSize));
  /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/Lex/
TokenLexer.cpp 786 SourceLocation NextLoc = NextTok->getLocation();
787 if (CurLoc.isFileID() != NextLoc.isFileID())
791 if (!SM.isInSameSLocAddrSpace(CurLoc, NextLoc, &RelOffs))
798 if (CurLoc.isMacroID() && !SM.isWrittenInSameFile(CurLoc, NextLoc))
801 CurLoc = NextLoc;
    [all...]
PPMacroExpansion.cpp     [all...]
  /external/clang/lib/AST/
TypeLoc.cpp 92 class NextLoc : public TypeLocVisitor<NextLoc, TypeLoc> {
106 return NextLoc().Visit(TL);
  /external/llvm/lib/Object/
Archive.cpp 183 const char *NextLoc = Data.data() + SpaceToSkip;
186 if (NextLoc == Parent->Data.getBufferEnd())
190 if (NextLoc > Parent->Data.getBufferEnd())
194 Child Ret(Parent, NextLoc, &EC);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
Archive.cpp 463 const char *NextLoc = Data.data() + SpaceToSkip;
466 if (NextLoc == Parent->Data.getBufferEnd())
470 if (NextLoc > Parent->Data.getBufferEnd()) {
483 Child Ret(Parent, NextLoc, &Err);
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp     [all...]

Completed in 546 milliseconds