Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/json/
Dir_reader.cpp155 bool JsonIRReader::ReadDump(const std::string &dump_file) { in ReadDump()
192 void JsonIRReader::ReadTagTypeInfo(const JsonObjectRef &type_decl, in ReadTagTypeInfo()
197 void JsonIRReader::ReadTemplateInfo(const JsonObjectRef &type_decl, in ReadTemplateInfo()
207 void JsonIRReader::ReadTypeInfo(const JsonObjectRef &type_decl, in ReadTypeInfo()
218 void JsonIRReader::ReadRecordFields(const JsonObjectRef &record_type, in ReadRecordFields()
228 void JsonIRReader::ReadBaseSpecifiers(const JsonObjectRef &record_type, in ReadBaseSpecifiers()
238 void JsonIRReader::ReadVTableLayout(const JsonObjectRef &record_type, in ReadVTableLayout()
252 void JsonIRReader::ReadEnumFields(const JsonObjectRef &enum_type, in ReadEnumFields()
261 void JsonIRReader::ReadFunctionParametersAndReturnType( in ReadFunctionParametersAndReturnType()
272 FunctionIR JsonIRReader::FunctionJsonToIR(const JsonObjectRef &function) { in FunctionJsonToIR()
[all …]
Dir_reader.h114 class JsonIRReader : public IRReader {
116 JsonIRReader(const std::set<std::string> *exported_headers) in JsonIRReader() function