Searched refs:NextLoc (Results 1 – 5 of 5) sorted by relevance
187 auto NextLoc = MaybeNextLoc.value(); in checkRegDiff() local191 if (!(PrevLoc == NextLoc)) in checkRegDiff()209 if (PrevLoc == NextLoc) { // Case 1 in checkRegDiff()225 if (PrevLoc.getLocation() != NextLoc.getLocation()) { // Case 2.a in checkRegDiff()
441 const char *NextLoc = in getNextChildLoc() local444 if (NextLoc == Parent->getMemoryBufferRef().getBufferEnd()) in getNextChildLoc()447 return NextLoc; in getNextChildLoc()599 const char *NextLoc = *NextLocOrErr; in getNext() local602 if (NextLoc == nullptr) in getNext()606 if (NextLoc > Parent->Data.getBufferEnd()) { in getNext()619 Child Ret(Parent, NextLoc, &Err); in getNext()
112 class NextLoc : public TypeLocVisitor<NextLoc, TypeLoc> { class127 return NextLoc().Visit(TL); in getNextTypeLocImpl()
1638 SourceLocation NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro() local1639 while (NextLoc.isValid()) { in ExpandBuiltinMacro()1640 PLoc = SourceMgr.getPresumedLoc(NextLoc); in ExpandBuiltinMacro()1644 NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro()
1077 SourceLocation NextLoc = Loc.getLocWithOffset(1); in isAtEndOfImmediateMacroExpansion() local1078 if (isInFileID(NextLoc, FID)) in isAtEndOfImmediateMacroExpansion()