Home
last modified time | relevance | path

Searched refs:NextLoc (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp76 SourceLocation NextLoc = S->getEndLoc(); in VisitSwitchStmt() local
81 CaseInfo(Curr, SourceRange(Curr->getBeginLoc(), NextLoc))); in VisitSwitchStmt()
82 NextLoc = Curr->getBeginLoc(); in VisitSwitchStmt()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DArchive.cpp434 const char *NextLoc = in getNextChildLoc() local
437 if (NextLoc == Parent->getMemoryBufferRef().getBufferEnd()) in getNextChildLoc()
440 return NextLoc; in getNextChildLoc()
591 const char *NextLoc = *NextLocOrErr; in getNext() local
594 if (NextLoc == nullptr) in getNext()
598 if (NextLoc > Parent->Data.getBufferEnd()) { in getNext()
611 Child Ret(Parent, NextLoc, &Err); in getNext()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTypeLoc.cpp110 class NextLoc : public TypeLocVisitor<NextLoc, TypeLoc> { class
125 return NextLoc().Visit(TL); in getNextTypeLocImpl()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPPMacroExpansion.cpp1546 SourceLocation NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro() local
1547 while (NextLoc.isValid()) { in ExpandBuiltinMacro()
1548 PLoc = SourceMgr.getPresumedLoc(NextLoc); in ExpandBuiltinMacro()
1552 NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DSourceManager.cpp1122 SourceLocation NextLoc = Loc.getLocWithOffset(1); in isAtEndOfImmediateMacroExpansion() local
1123 if (isInFileID(NextLoc, FID)) in isAtEndOfImmediateMacroExpansion()