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

  /external/llvm/lib/Object/
Archive.cpp 86 const char *NextLoc = Data.data() + SpaceToSkip;
89 if (NextLoc >= Parent->Data->getBufferEnd())
93 ToHeader(NextLoc)->getSize();
95 return Child(Parent, StringRef(NextLoc, NextSize));
  /external/clang/lib/AST/
TypeLoc.cpp 60 class NextLoc : public TypeLocVisitor<NextLoc, TypeLoc> {
74 return NextLoc().Visit(TL);
  /external/clang/lib/Lex/
PPMacroExpansion.cpp     [all...]

Completed in 46 milliseconds