Home
last modified time | relevance | path

Searched refs:NextLoc (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Object/
DArchive.cpp86 const char *NextLoc = Data.data() + SpaceToSkip; in getNext() local
89 if (NextLoc >= Parent->Data->getBufferEnd()) in getNext()
93 ToHeader(NextLoc)->getSize(); in getNext()
95 return Child(Parent, StringRef(NextLoc, NextSize)); in getNext()
/external/clang/lib/AST/
DTypeLoc.cpp60 class NextLoc : public TypeLocVisitor<NextLoc, TypeLoc> { class
74 return NextLoc().Visit(TL); in getNextTypeLocImpl()
/external/clang/lib/Lex/
DPPMacroExpansion.cpp941 SourceLocation NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro() local
942 while (NextLoc.isValid()) { in ExpandBuiltinMacro()
943 PLoc = SourceMgr.getPresumedLoc(NextLoc); in ExpandBuiltinMacro()
947 NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro()