Searched refs:NextLoc (Results 1 – 6 of 6) sorted by relevance
76 SourceLocation NextLoc = S->getLocEnd(); in VisitSwitchStmt() local80 Cases.push_back(CaseInfo(Curr,SourceRange(Curr->getLocStart(), NextLoc))); in VisitSwitchStmt()81 NextLoc = Curr->getLocStart(); in VisitSwitchStmt()
90 class NextLoc : public TypeLocVisitor<NextLoc, TypeLoc> { class104 return NextLoc().Visit(TL); in getNextTypeLocImpl()
109 const char *NextLoc = Data.data() + SpaceToSkip; in getNext() local112 if (NextLoc >= Parent->Data->getBufferEnd()) in getNext()115 return Child(Parent, NextLoc); in getNext()
766 SourceLocation NextLoc = NextTok->getLocation(); in updateConsecutiveMacroArgTokens() local767 if (CurLoc.isFileID() != NextLoc.isFileID()) in updateConsecutiveMacroArgTokens()771 if (!SM.isInSameSLocAddrSpace(CurLoc, NextLoc, &RelOffs)) in updateConsecutiveMacroArgTokens()777 CurLoc = NextLoc; in updateConsecutiveMacroArgTokens()
1305 SourceLocation NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro() local1306 while (NextLoc.isValid()) { in ExpandBuiltinMacro()1307 PLoc = SourceMgr.getPresumedLoc(NextLoc); in ExpandBuiltinMacro()1311 NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro()
1078 SourceLocation NextLoc = Loc.getLocWithOffset(1); in isAtEndOfImmediateMacroExpansion() local1079 if (isInFileID(NextLoc, FID)) in isAtEndOfImmediateMacroExpansion()