Home
last modified time | relevance | path

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

/freebsd/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/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/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/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp916 Loc = getImmediateExpansionRange(Loc).getBegin(); in getFileLocSlowCase()
979 SourceManager::getImmediateExpansionRange(SourceLocation Loc) const { in getImmediateExpansionRange() function in SourceManager
997 CharSourceRange Res = getImmediateExpansionRange(Loc); in getExpansionRange()
1002 Res.setBegin(getImmediateExpansionRange(Res.getBegin()).getBegin()); in getExpansionRange()
1004 CharSourceRange EndRange = getImmediateExpansionRange(Res.getEnd()); in getExpansionRange()
/freebsd/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.cpp1079 Loc = SM.getImmediateExpansionRange(Loc).getBegin(); in getImmediateMacroName()
1112 Loc = SM.getImmediateExpansionRange(Loc).getBegin(); in getImmediateMacroNameForDiagnostics()
1124 Loc = SM.getSpellingLoc(SM.getImmediateExpansionRange(Loc).getBegin()); in getImmediateMacroNameForDiagnostics()
1206 CharSourceRange II = SM.getImmediateExpansionRange(FileLoc); in GetMappedTokenLoc()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp317 auto ExpansionRange = SM.getImmediateExpansionRange(Loc); in getNonScratchExpansionLoc()
331 Loc = SM.getImmediateExpansionRange(Loc).getBegin(); in getIncludeOrExpansionLoc()
356 Loc = SM.getImmediateExpansionRange(Loc).getBegin(); in getStart()
364 Loc = SM.getImmediateExpansionRange(Loc).getBegin(); in getEnd()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1213 CharSourceRange getImmediateExpansionRange(SourceLocation Loc) const;
1835 return getImmediateExpansionRange(Loc).getBegin(); in getImmediateMacroCallerLoc()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp311 Loc = SM.getImmediateExpansionRange(Loc).getBegin(); in isFunctionMacroExpansion()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp5029 S.SourceMgr.getImmediateExpansionRange(AttrLoc).getBegin(); in GetFullTypeForDeclarator()
6599 S.getSourceManager().getImmediateExpansionRange(AttrLoc).getBegin(); in handleObjCOwnershipTypeAttr()
H A DSemaInit.cpp7398 ArgLoc = S.getSourceManager().getImmediateExpansionRange(ArgLoc).getBegin(); in CheckMoveOnConstruction()
H A DSemaChecking.cpp10646 Loc = S.SourceMgr.getImmediateExpansionRange(Loc).getBegin(); in DiagnoseNullConversion()
H A DSemaDeclCXX.cpp3218 SpellingLoc = getSourceManager().getImmediateExpansionRange(Loc).getBegin(); in DiagnoseAbsenceOfOverrideControl()