Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Edit/
DCommit.cpp233 loc = SM.getTopMacroCallerLoc(loc); in canInsert()
263 loc = SM.getTopMacroCallerLoc(loc); in canInsertAfterToken()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DSourceManager.h1762 SourceLocation getTopMacroCallerLoc(SourceLocation Loc) const;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
DSourceManager.cpp1033 SourceLocation SourceManager::getTopMacroCallerLoc(SourceLocation Loc) const { in getTopMacroCallerLoc() function in SourceManager
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaChecking.cpp12321 Loc = S.SourceMgr.getTopMacroCallerLoc(Loc); in DiagnoseNullConversion()
12322 CC = S.SourceMgr.getTopMacroCallerLoc(CC); in DiagnoseNullConversion()