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::ReadDumpImpl(const std::string &dump_file) { in ReadDumpImpl()
192 void JsonIRReader::ReadTemplateInfo(const JsonObjectRef &type_decl, in ReadTemplateInfo()
202 void JsonIRReader::ReadTypeInfo(const JsonObjectRef &type_decl, in ReadTypeInfo()
213 void JsonIRReader::ReadRecordFields(const JsonObjectRef &record_type, in ReadRecordFields()
223 void JsonIRReader::ReadBaseSpecifiers(const JsonObjectRef &record_type, in ReadBaseSpecifiers()
233 void JsonIRReader::ReadVTableLayout(const JsonObjectRef &record_type, in ReadVTableLayout()
247 void JsonIRReader::ReadEnumFields(const JsonObjectRef &enum_type, in ReadEnumFields()
256 void JsonIRReader::ReadFunctionParametersAndReturnType( in ReadFunctionParametersAndReturnType()
267 FunctionIR JsonIRReader::FunctionJsonToIR(const JsonObjectRef &function) { in FunctionJsonToIR()
279 JsonIRReader::FunctionTypeJsonToIR(const JsonObjectRef &function_type) { in FunctionTypeJsonToIR()
[all …]
Dir_reader.h114 class JsonIRReader : public IRReader {
116 JsonIRReader(const std::set<std::string> *exported_headers) in JsonIRReader() function