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()));
  202   PresumedLoc Presumed = SM.getPresumedLoc(Loc);
  203   unsigned ActualLine = IsSpelling ? SM.getSpellingLineNumber(Loc)
  204                                    : SM.getExpansionLineNumber(Loc);
  206     JOS.attribute("offset", SM.getDecomposedLoc(Loc).second);
  219                   Lexer::MeasureTokenLength(Loc, SM, Ctx.getLangOpts()));
  227     writeIncludeStack(SM.getPresumedLoc(Presumed.getIncludeLoc()),
  233   SourceLocation Spelling = SM.getSpellingLoc(Loc);
  234   SourceLocation Expansion = SM.getExpansionLoc(Loc);
  246       if (SM.isMacroArgExpansion(Loc))