Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1839 SourceLocation getTopMacroCallerLoc(SourceLocation Loc) const;
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp985 SourceLocation SourceManager::getTopMacroCallerLoc(SourceLocation Loc) const { in getTopMacroCallerLoc() function in SourceManager
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10638 Loc = S.SourceMgr.getTopMacroCallerLoc(Loc); in DiagnoseNullConversion()
10639 CC = S.SourceMgr.getTopMacroCallerLoc(CC); in DiagnoseNullConversion()