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()
442 const char *NextLoc = in getNextChildLoc() local445 if (NextLoc == Parent->getMemoryBufferRef().getBufferEnd()) in getNextChildLoc()448 return NextLoc; in getNextChildLoc()600 const char *NextLoc = *NextLocOrErr; in getNext() local603 if (NextLoc == nullptr) in getNext()607 if (NextLoc > Parent->Data.getBufferEnd()) { in getNext()620 Child Ret(Parent, NextLoc, &Err); in getNext()
111 class NextLoc : public TypeLocVisitor<NextLoc, TypeLoc> { class126 return NextLoc().Visit(TL); in getNextTypeLocImpl()
1688 SourceLocation NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro() local1689 while (NextLoc.isValid()) { in ExpandBuiltinMacro()1690 PLoc = SourceMgr.getPresumedLoc(NextLoc); in ExpandBuiltinMacro()1694 NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro()
1072 SourceLocation NextLoc = Loc.getLocWithOffset(1); in isAtEndOfImmediateMacroExpansion() local1073 if (isInFileID(NextLoc, FID)) in isAtEndOfImmediateMacroExpansion()