Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp281 MacroArgRange = SM->getImmediateExpansionRange(Loc); in retrieveMacroLocation()
283 MacroRange = SM->getImmediateExpansionRange(Loc); in retrieveMacroLocation()
324 auto ExpRange = SM->getImmediateExpansionRange(Loc); in getMacroArgExpansionFileIDs()
379 Begin = SM->getImmediateExpansionRange(Begin).getBegin(); in mapDiagnosticRanges()
386 auto Exp = SM->getImmediateExpansionRange(End); in mapDiagnosticRanges()
547 LocationStack.push_back(SM.getImmediateExpansionRange(L).getBegin()); in emitMacroExpansions()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/mit/isl/dist/m4/
H A Dax_detect_clang.m494 AC_EGREP_HEADER([getImmediateExpansionRange], [clang/Basic/SourceManager.h],
96 [AC_DEFINE([getImmediateExpansionRange], definition
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DSourceManager.cpp962 Loc = getImmediateExpansionRange(Loc).getBegin(); in getFileLocSlowCase()
1025 SourceManager::getImmediateExpansionRange(SourceLocation Loc) const { in getImmediateExpansionRange() function in SourceManager
1043 CharSourceRange Res = getImmediateExpansionRange(Loc); in getExpansionRange()
1048 Res.setBegin(getImmediateExpansionRange(Res.getBegin()).getBegin()); in getExpansionRange()
1050 CharSourceRange EndRange = getImmediateExpansionRange(Res.getEnd()); in getExpansionRange()
/netbsd-src/external/mit/isl/dist/interface/
H A Disl_config.h.in153 #undef getImmediateExpansionRange
H A Dgenerator.cc637 loc = ClangAPI::range_begin(SM.getImmediateExpansionRange(loc)); in callback_takes_argument()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DTokenLexer.cpp907 StartLoc = SM.getImmediateExpansionRange(StartLoc).getBegin(); in pasteTokens()
909 EndLoc = SM.getImmediateExpansionRange(EndLoc).getEnd(); in pasteTokens()
H A DLexer.cpp997 Loc = SM.getImmediateExpansionRange(Loc).getBegin(); in getImmediateMacroName()
1030 Loc = SM.getImmediateExpansionRange(Loc).getBegin(); in getImmediateMacroNameForDiagnostics()
1040 Loc = SM.getSpellingLoc(SM.getImmediateExpansionRange(Loc).getBegin()); in getImmediateMacroNameForDiagnostics()
1122 CharSourceRange II = SM.getImmediateExpansionRange(FileLoc); in GetMappedTokenLoc()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h1174 CharSourceRange getImmediateExpansionRange(SourceLocation Loc) const;
1753 return getImmediateExpansionRange(Loc).getBegin(); in getImmediateMacroCallerLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp250 return Loc.isMacroID() ? SM.getImmediateExpansionRange(Loc).getBegin() in getIncludeOrExpansionLoc()
273 Loc = SM.getImmediateExpansionRange(Loc).getBegin(); in getStart()
281 Loc = SM.getImmediateExpansionRange(Loc).getBegin(); in getEnd()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp276 Loc = SM.getImmediateExpansionRange(Loc).getBegin(); in isFunctionMacroExpansion()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp5147 S.SourceMgr.getImmediateExpansionRange(AttrLoc).getBegin(); in GetFullTypeForDeclarator()
6580 S.getSourceManager().getImmediateExpansionRange(AttrLoc).getBegin(); in handleObjCOwnershipTypeAttr()
H A DSemaInit.cpp7905 ArgLoc = S.getSourceManager().getImmediateExpansionRange(ArgLoc).getBegin(); in CheckMoveOnConstruction()
H A DSemaDeclCXX.cpp3108 SpellingLoc = getSourceManager().getImmediateExpansionRange(Loc).getBegin(); in DiagnoseAbsenceOfOverrideControl()
H A DSemaChecking.cpp12056 Loc = S.SourceMgr.getImmediateExpansionRange(Loc).getBegin(); in DiagnoseNullConversion()