Searched refs:NextLoc (Results 1 – 3 of 3) sorted by relevance
86 const char *NextLoc = Data.data() + SpaceToSkip; in getNext() local89 if (NextLoc >= Parent->Data->getBufferEnd()) in getNext()93 ToHeader(NextLoc)->getSize(); in getNext()95 return Child(Parent, StringRef(NextLoc, NextSize)); in getNext()
60 class NextLoc : public TypeLocVisitor<NextLoc, TypeLoc> { class74 return NextLoc().Visit(TL); in getNextTypeLocImpl()
941 SourceLocation NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro() local942 while (NextLoc.isValid()) { in ExpandBuiltinMacro()943 PLoc = SourceMgr.getPresumedLoc(NextLoc); in ExpandBuiltinMacro()947 NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro()