Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/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-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DTokenLexer.cpp970 SourceLocation NextLoc = NextTok->getLocation(); in updateConsecutiveMacroArgTokens() local
971 if (CurLoc.isFileID() != NextLoc.isFileID()) in updateConsecutiveMacroArgTokens()
975 if (!SM.isInSameSLocAddrSpace(CurLoc, NextLoc, &RelOffs)) in updateConsecutiveMacroArgTokens()
982 if (CurLoc.isMacroID() && !SM.isWrittenInSameFile(CurLoc, NextLoc)) in updateConsecutiveMacroArgTokens()
985 CurLoc = NextLoc; in updateConsecutiveMacroArgTokens()
H A DPPMacroExpansion.cpp1511 SourceLocation NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro() local
1512 while (NextLoc.isValid()) { in ExpandBuiltinMacro()
1513 PLoc = SourceMgr.getPresumedLoc(NextLoc); in ExpandBuiltinMacro()
1517 NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTypeLoc.cpp109 class NextLoc : public TypeLocVisitor<NextLoc, TypeLoc> { class
124 return NextLoc().Visit(TL); in getNextTypeLocImpl()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DArchive.cpp463 const char *NextLoc = Data.data() + SpaceToSkip; in getNext() local
466 if (NextLoc == Parent->Data.getBufferEnd()) in getNext()
470 if (NextLoc > Parent->Data.getBufferEnd()) { in getNext()
483 Child Ret(Parent, NextLoc, &Err); in getNext()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp1057 SourceLocation NextLoc = Loc.getLocWithOffset(1); in isAtEndOfImmediateMacroExpansion() local
1058 if (isInFileID(NextLoc, FID)) in isAtEndOfImmediateMacroExpansion()