Searched refs:GetTypeDef (Results 1 – 2 of 2) sorted by relevance
239 auto parent_struct = decls->GetTypeDef(parent_struct_name);263 auto parent_struct = decls->GetTypeDef(parent_struct_name);493 auto type_def = decls->GetTypeDef(field->GetDataType());557 if (auto type_def = decls->GetTypeDef(*$3)) {642 auto type_def = decls->GetTypeDef(*$5);690 if (auto type_def = decls->GetTypeDef(*$3)) {702 if (auto type_def = decls->GetTypeDef(*$3)) {715 if (auto type_def = decls->GetTypeDef(*$3)) {
41 TypeDef* GetTypeDef(const std::string& name) { in GetTypeDef() function