Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Edit/
H A DCommit.cpp233 loc = SM.getTopMacroCallerLoc(loc); in canInsert()
263 loc = SM.getTopMacroCallerLoc(loc); in canInsertAfterToken()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1814 SourceLocation getTopMacroCallerLoc(SourceLocation Loc) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp970 SourceLocation SourceManager::getTopMacroCallerLoc(SourceLocation Loc) const { in getTopMacroCallerLoc() function in SourceManager
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp15433 Loc = S.SourceMgr.getTopMacroCallerLoc(Loc); in DiagnoseNullConversion()
15434 CC = S.SourceMgr.getTopMacroCallerLoc(CC); in DiagnoseNullConversion()