Searched refs:NextLoc (Results 1 – 5 of 5) 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()
434 const char *NextLoc = in getNextChildLoc() local437 if (NextLoc == Parent->getMemoryBufferRef().getBufferEnd()) in getNextChildLoc()440 return NextLoc; in getNextChildLoc()591 const char *NextLoc = *NextLocOrErr; in getNext() local594 if (NextLoc == nullptr) in getNext()598 if (NextLoc > Parent->Data.getBufferEnd()) { in getNext()611 Child Ret(Parent, NextLoc, &Err); in getNext()
110 class NextLoc : public TypeLocVisitor<NextLoc, TypeLoc> { class125 return NextLoc().Visit(TL); in getNextTypeLocImpl()
1546 SourceLocation NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro() local1547 while (NextLoc.isValid()) { in ExpandBuiltinMacro()1548 PLoc = SourceMgr.getPresumedLoc(NextLoc); in ExpandBuiltinMacro()1552 NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro()
1122 SourceLocation NextLoc = Loc.getLocWithOffset(1); in isAtEndOfImmediateMacroExpansion() local1123 if (isInFileID(NextLoc, FID)) in isAtEndOfImmediateMacroExpansion()