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

References

tools/clang/lib/AST/JSONNodeDumper.cpp
  192     writeIncludeStack(SM.getPresumedLoc(Loc.getIncludeLoc()));
  227     writeIncludeStack(SM.getPresumedLoc(Presumed.getIncludeLoc()),
tools/clang/lib/Frontend/DiagnosticRenderer.cpp
  169                        : FullSourceLoc(PLoc.getIncludeLoc(), Loc.getManager());
  212       FullSourceLoc(PLoc.getIncludeLoc(), Loc.getManager()));
tools/clang/lib/Frontend/PrintPreprocessedOutput.cpp
  274     SourceLocation IncludeLoc = UserLoc.getIncludeLoc();
tools/clang/lib/Lex/PPDirectives.cpp
 1257     SourceLocation IncLoc = PLoc.getIncludeLoc();
tools/clang/lib/Lex/PPMacroExpansion.cpp
 1495       SourceLocation NextLoc = PLoc.getIncludeLoc();
 1501         NextLoc = PLoc.getIncludeLoc();
 1552       PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc());
 1554         PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc());
tools/clang/tools/libclang/CIndexInclusionStack.cpp
   53       L = PLoc.isValid()? PLoc.getIncludeLoc() : SourceLocation();