Searched refs:NextLoc (Results 1 – 6 of 6) sorted by relevance
76 SourceLocation NextLoc = S->getEndLoc(); in VisitSwitchStmt() local81 CaseInfo(Curr, SourceRange(Curr->getBeginLoc(), NextLoc))); in VisitSwitchStmt()82 NextLoc = Curr->getBeginLoc(); in VisitSwitchStmt()
1009 SourceLocation NextLoc = NextTok->getLocation(); in updateConsecutiveMacroArgTokens() local1010 if (CurLoc.isFileID() != NextLoc.isFileID()) in updateConsecutiveMacroArgTokens()1014 if (!SM.isInSameSLocAddrSpace(CurLoc, NextLoc, &RelOffs)) in updateConsecutiveMacroArgTokens()1021 if (CurLoc.isMacroID() && !SM.isWrittenInSameFile(CurLoc, NextLoc)) in updateConsecutiveMacroArgTokens()1024 CurLoc = NextLoc; in updateConsecutiveMacroArgTokens()
1511 SourceLocation NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro() local1512 while (NextLoc.isValid()) { in ExpandBuiltinMacro()1513 PLoc = SourceMgr.getPresumedLoc(NextLoc); in ExpandBuiltinMacro()1517 NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro()
110 class NextLoc : public TypeLocVisitor<NextLoc, TypeLoc> { class125 return NextLoc().Visit(TL); in getNextTypeLocImpl()
470 const char *NextLoc = Data.data() + SpaceToSkip; in getNext() local473 if (NextLoc == Parent->Data.getBufferEnd()) in getNext()477 if (NextLoc > Parent->Data.getBufferEnd()) { in getNext()490 Child Ret(Parent, NextLoc, &Err); in getNext()
1120 SourceLocation NextLoc = Loc.getLocWithOffset(1); in isAtEndOfImmediateMacroExpansion() local1121 if (isInFileID(NextLoc, FID)) in isAtEndOfImmediateMacroExpansion()