Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DArchive.cpp442 const char *NextLoc = in getNextChildLoc() local
445 if (NextLoc == Parent->getMemoryBufferRef().getBufferEnd()) in getNextChildLoc()
448 return NextLoc; in getNextChildLoc()
600 const char *NextLoc = *NextLocOrErr; in getNext() local
603 if (NextLoc == nullptr) in getNext()
607 if (NextLoc > Parent->Data.getBufferEnd()) { in getNext()
620 Child Ret(Parent, NextLoc, &Err); in getNext()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp111 class NextLoc : public TypeLocVisitor<NextLoc, TypeLoc> { class
126 return NextLoc().Visit(TL); in getNextTypeLocImpl()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1551 SourceLocation NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro() local
1552 while (NextLoc.isValid()) { in ExpandBuiltinMacro()
1553 PLoc = SourceMgr.getPresumedLoc(NextLoc); in ExpandBuiltinMacro()
1557 NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1057 SourceLocation NextLoc = Loc.getLocWithOffset(1); in isAtEndOfImmediateMacroExpansion() local
1058 if (isInFileID(NextLoc, FID)) in isAtEndOfImmediateMacroExpansion()