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()
165 const char *NextLoc = Data.data() + SpaceToSkip; in getNext() local168 if (NextLoc == Parent->Data.getBufferEnd()) in getNext()172 if (NextLoc > Parent->Data.getBufferEnd()) in getNext()176 Child Ret(Parent, NextLoc, &EC); in getNext()
92 class NextLoc : public TypeLocVisitor<NextLoc, TypeLoc> { class106 return NextLoc().Visit(TL); in getNextTypeLocImpl()
783 SourceLocation NextLoc = NextTok->getLocation(); in updateConsecutiveMacroArgTokens() local784 if (CurLoc.isFileID() != NextLoc.isFileID()) in updateConsecutiveMacroArgTokens()788 if (!SM.isInSameSLocAddrSpace(CurLoc, NextLoc, &RelOffs)) in updateConsecutiveMacroArgTokens()794 CurLoc = NextLoc; in updateConsecutiveMacroArgTokens()
1508 SourceLocation NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro() local1509 while (NextLoc.isValid()) { in ExpandBuiltinMacro()1510 PLoc = SourceMgr.getPresumedLoc(NextLoc); in ExpandBuiltinMacro()1514 NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro()
1062 SourceLocation NextLoc = Loc.getLocWithOffset(1); in isAtEndOfImmediateMacroExpansion() local1063 if (isInFileID(NextLoc, FID)) in isAtEndOfImmediateMacroExpansion()