Home
last modified time | relevance | path

Searched refs:createCXXRecordDefinitionData (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h165 llvm::json::Object createCXXRecordDefinitionData(const CXXRecordDecl *RD);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp479 JSONNodeDumper::createCXXRecordDefinitionData(const CXXRecordDecl *RD) { in createCXXRecordDefinitionData() function in JSONNodeDumper
972 JOS.attribute("definitionData", createCXXRecordDefinitionData(RD)); in VisitCXXRecordDecl()