Home
last modified time | relevance | path

Searched refs:getImmediateMacroCallerLoc (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DSourceLocation.cpp191 FullSourceLoc FullSourceLoc::getImmediateMacroCallerLoc() const { in getImmediateMacroCallerLoc() function in FullSourceLoc
193 return FullSourceLoc(SrcMgr->getImmediateMacroCallerLoc(*this), *SrcMgr); in getImmediateMacroCallerLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDataCollection.cpp42 Loc = SM.getImmediateMacroCallerLoc(Loc); in getMacroStack()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp286 SourceLocation InnerBegin = SM.getImmediateMacroCallerLoc(SubRange.getBegin()); in getBlockMacroRanges()
287 SourceLocation InnerEnd = SM.getImmediateMacroCallerLoc(SubRange.getEnd()); in getBlockMacroRanges()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp554 L = SM.getImmediateMacroCallerLoc(L); in emitMacroExpansions()
560 L = SM.getImmediateMacroCallerLoc(LocationStack.back()); in emitMacroExpansions()
H A DVerifyDiagnosticConsumer.cpp922 DiagnosticLoc = SM.getImmediateMacroCallerLoc(DiagnosticLoc); in IsFromSameFile()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceLocation.h395 FullSourceLoc getImmediateMacroCallerLoc() const;
H A DSourceManager.h1504 loc = getImmediateMacroCallerLoc(loc); in isInSystemMacro()
1742 SourceLocation getImmediateMacroCallerLoc(SourceLocation Loc) const { in getImmediateMacroCallerLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DReachableCode.cpp143 Loc = SM.getImmediateMacroCallerLoc(Loc); in getTopMostMacro()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp1130 Mgr.getSourceManager().getImmediateMacroCallerLoc(R.getBegin()); in VisitObjCMessageExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp9995 return SM.getFileID(SM.getImmediateMacroCallerLoc(CallLoc)) != in isArgumentExpandedFromMacro()
9996 SM.getFileID(SM.getImmediateMacroCallerLoc(ArgLoc)); in isArgumentExpandedFromMacro()
12955 Loc = SM.getImmediateMacroCallerLoc(Loc); in IsInAnyMacroBody()