reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Basic/SourceManager.h
 1762   SourceLocation getTopMacroCallerLoc(SourceLocation Loc) const;

References

tools/clang/lib/Edit/Commit.cpp
  233   loc = SM.getTopMacroCallerLoc(loc);
  263   loc = SM.getTopMacroCallerLoc(loc);
tools/clang/lib/Sema/SemaChecking.cpp
11324   Loc = S.SourceMgr.getTopMacroCallerLoc(Loc);
11325   CC = S.SourceMgr.getTopMacroCallerLoc(CC);