Home
last modified time | relevance | path

Searched refs:getTopMacroCallerLoc (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DIncludeFixer.cpp347 SourceLocation NextLoc = SM.getTopMacroCallerLoc(Loc); in qualifiedByUnresolved()
381 …SourceRange Range(SM.getTopMacroCallerLoc(SS.getBeginLoc()), SM.getTopMacroCallerLoc(SS.getEndLoc(… in getSpelledSpecifier()
H A DDiagnostics.cpp742 {SM.getTopMacroCallerLoc(FixIt.RemoveRange.getBegin()), in HandleDiagnostic()
743 SM.getTopMacroCallerLoc(FixIt.RemoveRange.getEnd())}, in HandleDiagnostic()
H A DSelection.cpp456 SourceLocation ArgStart = SM.getTopMacroCallerLoc(StartLoc); in testChunk()
460 SM.getTopMacroCallerLoc(Batch.back().location()); in testChunk()
H A DInlayHints.cpp511 auto ExprStartLoc = SM.getTopMacroCallerLoc(E->getBeginLoc()); in isPrecededByParamNameComment()
/llvm-project-15.0.7/clang/lib/Edit/
H A DCommit.cpp233 loc = SM.getTopMacroCallerLoc(loc); in canInsert()
263 loc = SM.getTopMacroCallerLoc(loc); in canInsertAfterToken()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DEasilySwappableParametersCheck.cpp1538 B = SM.getTopMacroCallerLoc(B); in isIgnoredParameter()
1542 E = Lexer::getLocForEndOfToken(SM.getTopMacroCallerLoc(E), 0, SM, LO); in isIgnoredParameter()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSourceManager.h1778 SourceLocation getTopMacroCallerLoc(SourceLocation Loc) const;
/llvm-project-15.0.7/clang/lib/Basic/
H A DSourceManager.cpp1028 SourceLocation SourceManager::getTopMacroCallerLoc(SourceLocation Loc) const { in getTopMacroCallerLoc() function in SourceManager
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp13360 Loc = S.SourceMgr.getTopMacroCallerLoc(Loc); in DiagnoseNullConversion()
13361 CC = S.SourceMgr.getTopMacroCallerLoc(CC); in DiagnoseNullConversion()