Searched refs:GetTypeDef (Results 1 – 2 of 2) sorted by relevance
289 auto parent_struct = decls->GetTypeDef(parent_struct_name);313 auto parent_struct = decls->GetTypeDef(parent_struct_name);544 auto type_def = decls->GetTypeDef(field->GetDataType());608 if (auto type_def = decls->GetTypeDef(*$3)) {693 auto type_def = decls->GetTypeDef(*$5);741 if (auto type_def = decls->GetTypeDef(*$3)) {753 if (auto type_def = decls->GetTypeDef(*$3)) {766 if (auto type_def = decls->GetTypeDef(*$3)) {
41 TypeDef* GetTypeDef(const std::string& name) { in GetTypeDef() function