Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp282 MacroArgRange = SM->getImmediateExpansionRange(Loc); in retrieveMacroLocation()
284 MacroRange = SM->getImmediateExpansionRange(Loc); in retrieveMacroLocation()
325 auto ExpRange = SM->getImmediateExpansionRange(Loc); in getMacroArgExpansionFileIDs()
380 Begin = SM->getImmediateExpansionRange(Begin).getBegin(); in mapDiagnosticRanges()
387 auto Exp = SM->getImmediateExpansionRange(End); in mapDiagnosticRanges()
541 LocationStack.push_back(SM.getImmediateExpansionRange(L).getBegin()); in emitMacroExpansions()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Edit/
H A DEditedSource.cpp40 SourceMgr.getImmediateExpansionRange(Loc).getBegin(); in deconstructMacroArgLoc()
42 SourceMgr.getImmediateExpansionRange(DefArgLoc).getBegin(); in deconstructMacroArgLoc()
46 SourceMgr.getImmediateExpansionRange(ExpansionLoc).getBegin(); in deconstructMacroArgLoc()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp96 Loc = SM.getImmediateExpansionRange(Loc).getBegin(); in handleAttr()
285 .getImmediateExpansionRange(Loc) in checkAllAtProps()
H A DTransUnbridgedCasts.cpp285 CharSourceRange MacroRange = SM.getImmediateExpansionRange(Loc); in getBlockMacroRanges()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp908 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-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DTokenLexer.cpp868 StartLoc = SM.getImmediateExpansionRange(StartLoc).getBegin(); in pasteTokens()
870 EndLoc = SM.getImmediateExpansionRange(EndLoc).getEnd(); in pasteTokens()
H A DLexer.cpp987 Loc = SM.getImmediateExpansionRange(Loc).getBegin(); in getImmediateMacroName()
1020 Loc = SM.getImmediateExpansionRange(Loc).getBegin(); in getImmediateMacroNameForDiagnostics()
1030 Loc = SM.getSpellingLoc(SM.getImmediateExpansionRange(Loc).getBegin()); in getImmediateMacroNameForDiagnostics()
1112 CharSourceRange II = SM.getImmediateExpansionRange(FileLoc); in GetMappedTokenLoc()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp186 return Loc.isMacroID() ? SM.getImmediateExpansionRange(Loc).getBegin() in getIncludeOrExpansionLoc()
209 Loc = SM.getImmediateExpansionRange(Loc).getBegin(); in getStart()
217 Loc = SM.getImmediateExpansionRange(Loc).getBegin(); in getEnd()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManager.h1136 CharSourceRange getImmediateExpansionRange(SourceLocation Loc) const;
1698 return getImmediateExpansionRange(Loc).getBegin(); in getImmediateMacroCallerLoc()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp230 Loc = SM.getImmediateExpansionRange(Loc).getBegin(); in isFunctionMacroExpansion()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp4644 S.SourceMgr.getImmediateExpansionRange(AttrLoc).getBegin(); in GetFullTypeForDeclarator()
5987 S.getSourceManager().getImmediateExpansionRange(AttrLoc).getBegin(); in handleObjCOwnershipTypeAttr()
H A DSemaInit.cpp7214 ArgLoc = S.getSourceManager().getImmediateExpansionRange(ArgLoc).getBegin(); in CheckMoveOnConstruction()
H A DSemaChecking.cpp10724 Loc = S.SourceMgr.getImmediateExpansionRange(Loc).getBegin(); in DiagnoseNullConversion()
H A DSemaDeclCXX.cpp2823 SpellingLoc = getSourceManager().getImmediateExpansionRange(Loc).getBegin(); in DiagnoseAbsenceOfOverrideControl()