Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Edit/
HDCommit.cpp233 loc = SM.getTopMacroCallerLoc(loc); in canInsert()
263 loc = SM.getTopMacroCallerLoc(loc); in canInsertAfterToken()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDSourceManager.h1839 SourceLocation getTopMacroCallerLoc(SourceLocation Loc) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
HDSourceManager.cpp985 SourceLocation SourceManager::getTopMacroCallerLoc(SourceLocation Loc) const { in getTopMacroCallerLoc() function in SourceManager
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaChecking.cpp10638 Loc = S.SourceMgr.getTopMacroCallerLoc(Loc); in DiagnoseNullConversion()
10639 CC = S.SourceMgr.getTopMacroCallerLoc(CC); in DiagnoseNullConversion()