Home
last modified time | relevance | path

Searched refs:getImmediateExpansionRange (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp280 MacroArgRange = SM->getImmediateExpansionRange(Loc); in retrieveMacroLocation()
282 MacroRange = SM->getImmediateExpansionRange(Loc); in retrieveMacroLocation()
323 auto ExpRange = SM->getImmediateExpansionRange(Loc); in getMacroArgExpansionFileIDs()
378 Begin = SM->getImmediateExpansionRange(Begin).getBegin(); in mapDiagnosticRanges()
385 auto Exp = SM->getImmediateExpansionRange(End); in mapDiagnosticRanges()
544 LocationStack.push_back(SM.getImmediateExpansionRange(L).getBegin()); in emitMacroExpansions()
/freebsd-14.2/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp39 SourceMgr.getImmediateExpansionRange(Loc).getBegin(); in deconstructMacroArgLoc()
41 SourceMgr.getImmediateExpansionRange(DefArgLoc).getBegin(); in deconstructMacroArgLoc()
45 SourceMgr.getImmediateExpansionRange(ExpansionLoc).getBegin(); in deconstructMacroArgLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp98 Loc = SM.getImmediateExpansionRange(Loc).getBegin(); in handleAttr()
286 .getImmediateExpansionRange(Loc) in checkAllAtProps()
H A DTransUnbridgedCasts.cpp284 CharSourceRange MacroRange = SM.getImmediateExpansionRange(Loc); in getBlockMacroRanges()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp901 Loc = getImmediateExpansionRange(Loc).getBegin(); in getFileLocSlowCase()
964 SourceManager::getImmediateExpansionRange(SourceLocation Loc) const { in getImmediateExpansionRange() function in SourceManager
982 CharSourceRange Res = getImmediateExpansionRange(Loc); in getExpansionRange()
987 Res.setBegin(getImmediateExpansionRange(Res.getBegin()).getBegin()); in getExpansionRange()
989 CharSourceRange EndRange = getImmediateExpansionRange(Res.getEnd()); in getExpansionRange()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp906 StartLoc = SM.getImmediateExpansionRange(StartLoc).getBegin(); in pasteTokens()
908 EndLoc = SM.getImmediateExpansionRange(EndLoc).getEnd(); in pasteTokens()
H A DLexer.cpp1034 Loc = SM.getImmediateExpansionRange(Loc).getBegin(); in getImmediateMacroName()
1067 Loc = SM.getImmediateExpansionRange(Loc).getBegin(); in getImmediateMacroNameForDiagnostics()
1079 Loc = SM.getSpellingLoc(SM.getImmediateExpansionRange(Loc).getBegin()); in getImmediateMacroNameForDiagnostics()
1161 CharSourceRange II = SM.getImmediateExpansionRange(FileLoc); in GetMappedTokenLoc()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1209 CharSourceRange getImmediateExpansionRange(SourceLocation Loc) const;
1810 return getImmediateExpansionRange(Loc).getBegin(); in getImmediateMacroCallerLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp283 return Loc.isMacroID() ? SM.getImmediateExpansionRange(Loc).getBegin() in getIncludeOrExpansionLoc()
306 Loc = SM.getImmediateExpansionRange(Loc).getBegin(); in getStart()
314 Loc = SM.getImmediateExpansionRange(Loc).getBegin(); in getEnd()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp307 Loc = SM.getImmediateExpansionRange(Loc).getBegin(); in isFunctionMacroExpansion()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp5461 S.SourceMgr.getImmediateExpansionRange(AttrLoc).getBegin(); in GetFullTypeForDeclarator()
7016 S.getSourceManager().getImmediateExpansionRange(AttrLoc).getBegin(); in handleObjCOwnershipTypeAttr()
H A DSemaInit.cpp8454 ArgLoc = S.getSourceManager().getImmediateExpansionRange(ArgLoc).getBegin(); in CheckMoveOnConstruction()
H A DSemaDeclCXX.cpp3332 SpellingLoc = getSourceManager().getImmediateExpansionRange(Loc).getBegin(); in DiagnoseAbsenceOfOverrideControl()
H A DSemaChecking.cpp15441 Loc = S.SourceMgr.getImmediateExpansionRange(Loc).getBegin(); in DiagnoseNullConversion()