Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Edit/
DCommit.cpp233 loc = SM.getTopMacroCallerLoc(loc); in canInsert()
263 loc = SM.getTopMacroCallerLoc(loc); in canInsertAfterToken()
/external/llvm-project/clang-tools-extra/clangd/
DDiagnostics.cpp673 {SM.getTopMacroCallerLoc(FixIt.RemoveRange.getBegin()), in HandleDiagnostic()
674 SM.getTopMacroCallerLoc(FixIt.RemoveRange.getEnd())}, in HandleDiagnostic()
DSelection.cpp321 SourceLocation ArgStart = SM.getTopMacroCallerLoc(StartLoc); in testChunk()
325 SM.getTopMacroCallerLoc(Batch.back().location()); in testChunk()
/external/llvm-project/clang/include/clang/Basic/
DSourceManager.h1746 SourceLocation getTopMacroCallerLoc(SourceLocation Loc) const;
/external/llvm-project/clang/lib/Basic/
DSourceManager.cpp1023 SourceLocation SourceManager::getTopMacroCallerLoc(SourceLocation Loc) const { in getTopMacroCallerLoc() function in SourceManager
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp11788 Loc = S.SourceMgr.getTopMacroCallerLoc(Loc); in DiagnoseNullConversion()
11789 CC = S.SourceMgr.getTopMacroCallerLoc(CC); in DiagnoseNullConversion()