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

Declarations

tools/clang/include/clang/AST/JSONNodeDumper.h
  147   void writeBareSourceLocation(SourceLocation Loc, bool IsSpelling);

References

tools/clang/lib/AST/JSONNodeDumper.cpp
  240       writeBareSourceLocation(Spelling, /*IsSpelling*/ true);
  243       writeBareSourceLocation(Expansion, /*IsSpelling*/ false);
  250     writeBareSourceLocation(Spelling, /*IsSpelling*/ true);