Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp276 MacroArgRange = SM->getImmediateExpansionRange(Loc); in retrieveMacroLocation()
278 MacroRange = SM->getImmediateExpansionRange(Loc); in retrieveMacroLocation()
319 auto ExpRange = SM->getImmediateExpansionRange(Loc); in getMacroArgExpansionFileIDs()
374 Begin = SM->getImmediateExpansionRange(Begin).getBegin(); in mapDiagnosticRanges()
381 auto Exp = SM->getImmediateExpansionRange(End); in mapDiagnosticRanges()
519 LocationStack.push_back(SM.getImmediateExpansionRange(L).getBegin()); in emitMacroExpansions()
/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp37 SourceMgr.getImmediateExpansionRange(Loc).getBegin(); in deconstructMacroArgLoc()
39 SourceMgr.getImmediateExpansionRange(DefArgLoc).getBegin(); in deconstructMacroArgLoc()
43 SourceMgr.getImmediateExpansionRange(ExpansionLoc).getBegin(); in deconstructMacroArgLoc()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp923 Loc = getImmediateExpansionRange(Loc).getBegin(); in getFileLocSlowCase()
984 SourceManager::getImmediateExpansionRange(SourceLocation Loc) const { in getImmediateExpansionRange() function in SourceManager
1002 CharSourceRange Res = getImmediateExpansionRange(Loc); in getExpansionRange()
1007 Res.setBegin(getImmediateExpansionRange(Res.getBegin()).getBegin()); in getExpansionRange()
1009 CharSourceRange EndRange = getImmediateExpansionRange(Res.getEnd()); in getExpansionRange()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp909 StartLoc = SM.getImmediateExpansionRange(StartLoc).getBegin(); in pasteTokens()
911 EndLoc = SM.getImmediateExpansionRange(EndLoc).getEnd(); in pasteTokens()
H A DLexer.cpp1075 Loc = SM.getImmediateExpansionRange(Loc).getBegin(); in getImmediateMacroName()
1108 Loc = SM.getImmediateExpansionRange(Loc).getBegin(); in getImmediateMacroNameForDiagnostics()
1120 Loc = SM.getSpellingLoc(SM.getImmediateExpansionRange(Loc).getBegin()); in getImmediateMacroNameForDiagnostics()
1202 CharSourceRange II = SM.getImmediateExpansionRange(FileLoc); in GetMappedTokenLoc()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp315 auto ExpansionRange = SM.getImmediateExpansionRange(Loc); in getNonScratchExpansionLoc()
329 Loc = SM.getImmediateExpansionRange(Loc).getBegin(); in getIncludeOrExpansionLoc()
354 Loc = SM.getImmediateExpansionRange(Loc).getBegin(); in getStart()
362 Loc = SM.getImmediateExpansionRange(Loc).getBegin(); in getEnd()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1217 CharSourceRange getImmediateExpansionRange(SourceLocation Loc) const;
1845 return getImmediateExpansionRange(Loc).getBegin(); in getImmediateMacroCallerLoc()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp307 Loc = SM.getImmediateExpansionRange(Loc).getBegin(); in isFunctionMacroExpansion()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp5094 S.SourceMgr.getImmediateExpansionRange(AttrLoc).getBegin(); in GetFullTypeForDeclarator()
6626 S.getSourceManager().getImmediateExpansionRange(AttrLoc).getBegin(); in handleObjCOwnershipTypeAttr()
H A DSemaInit.cpp7682 ArgLoc = S.getSourceManager().getImmediateExpansionRange(ArgLoc).getBegin(); in CheckMoveOnConstruction()
H A DSemaChecking.cpp11920 Loc = S.SourceMgr.getImmediateExpansionRange(Loc).getBegin(); in DiagnoseNullConversion()
H A DSemaDeclCXX.cpp3310 SpellingLoc = getSourceManager().getImmediateExpansionRange(Loc).getBegin(); in DiagnoseAbsenceOfOverrideControl()