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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h164 llvm::json::Object createCXXRecordDefinitionData(const CXXRecordDecl *RD);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp442 JSONNodeDumper::createCXXRecordDefinitionData(const CXXRecordDecl *RD) { function in class:JSONNodeDumper
835 JOS.attribute("definitionData", createCXXRecordDefinitionData(RD));

Completed in 52 milliseconds