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

Declarations

tools/clang/include/clang/AST/JSONNodeDumper.h
  159   llvm::json::Object createCXXRecordDefinitionData(const CXXRecordDecl *RD);

References

tools/clang/lib/AST/JSONNodeDumper.cpp
  816   JOS.attribute("definitionData", createCXXRecordDefinitionData(RD));