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()
776 SourceLocation NextLoc = NextTok->getLocation(); in updateConsecutiveMacroArgTokens() local777 if (CurLoc.isFileID() != NextLoc.isFileID()) in updateConsecutiveMacroArgTokens()781 if (!SM.isInSameSLocAddrSpace(CurLoc, NextLoc, &RelOffs)) in updateConsecutiveMacroArgTokens()787 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()
124 const char *NextLoc = Data.data() + SpaceToSkip; in getNext() local127 if (NextLoc >= Parent->Data.getBufferEnd()) in getNext()130 return Child(Parent, NextLoc); in getNext()
1054 SourceLocation NextLoc = Loc.getLocWithOffset(1); in isAtEndOfImmediateMacroExpansion() local1055 if (isInFileID(NextLoc, FID)) in isAtEndOfImmediateMacroExpansion()