Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Edit/
H A DCommit.cpp234 loc = SM.getTopMacroCallerLoc(loc); in canInsert()
264 loc = SM.getTopMacroCallerLoc(loc); in canInsertAfterToken()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManager.h1702 SourceLocation getTopMacroCallerLoc(SourceLocation Loc) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp970 SourceLocation SourceManager::getTopMacroCallerLoc(SourceLocation Loc) const { in getTopMacroCallerLoc() function in SourceManager
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp10716 Loc = S.SourceMgr.getTopMacroCallerLoc(Loc); in DiagnoseNullConversion()
10717 CC = S.SourceMgr.getTopMacroCallerLoc(CC); in DiagnoseNullConversion()