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

/openbsd-current/gnu/llvm/clang/lib/AST/
H A DDataCollection.cpp42 Loc = SM.getImmediateMacroCallerLoc(Loc);
/openbsd-current/gnu/llvm/clang/lib/Basic/
H A DSourceLocation.cpp195 FullSourceLoc FullSourceLoc::getImmediateMacroCallerLoc() const { function in class:FullSourceLoc
197 return FullSourceLoc(SrcMgr->getImmediateMacroCallerLoc(*this), *SrcMgr);
/openbsd-current/gnu/llvm/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp286 SourceLocation InnerBegin = SM.getImmediateMacroCallerLoc(SubRange.getBegin());
287 SourceLocation InnerEnd = SM.getImmediateMacroCallerLoc(SubRange.getEnd());
/openbsd-current/gnu/llvm/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp553 L = SM.getImmediateMacroCallerLoc(L);
559 L = SM.getImmediateMacroCallerLoc(LocationStack.back());
H A DVerifyDiagnosticConsumer.cpp919 DiagnosticLoc = SM.getImmediateMacroCallerLoc(DiagnosticLoc);
/openbsd-current/gnu/llvm/clang/include/clang/Basic/
H A DSourceLocation.h394 FullSourceLoc getImmediateMacroCallerLoc() const;
H A DSourceManager.h1528 loc = getImmediateMacroCallerLoc(loc);
1772 SourceLocation getImmediateMacroCallerLoc(SourceLocation Loc) const {
/openbsd-current/gnu/llvm/clang/lib/Analysis/
H A DReachableCode.cpp142 Loc = SM.getImmediateMacroCallerLoc(Loc);
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp1127 // getImmediateMacroCallerLoc gets the location of the immediate macro
1131 Mgr.getSourceManager().getImmediateMacroCallerLoc(R.getBegin());
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp11595 return SM.getFileID(SM.getImmediateMacroCallerLoc(CallLoc)) !=
11596 SM.getFileID(SM.getImmediateMacroCallerLoc(ArgLoc));
14643 Loc = SM.getImmediateMacroCallerLoc(Loc);

Completed in 286 milliseconds