Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DCommit.cpp232 loc = SM.getTopMacroCallerLoc(loc); in canInsert()
262 loc = SM.getTopMacroCallerLoc(loc); in canInsertAfterToken()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1849 SourceLocation getTopMacroCallerLoc(SourceLocation Loc) const;
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp990 SourceLocation SourceManager::getTopMacroCallerLoc(SourceLocation Loc) const { in getTopMacroCallerLoc() function in SourceManager
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp11912 Loc = S.SourceMgr.getTopMacroCallerLoc(Loc); in DiagnoseNullConversion()
11913 CC = S.SourceMgr.getTopMacroCallerLoc(CC); in DiagnoseNullConversion()