Searched refs:candidate_record_decl (Results 1 – 1 of 1) sorted by relevance
73 RecordDecl *candidate_record_decl = dyn_cast<RecordDecl>(candidate_decl); in ExtractFromFunctionDecl() local74 if (!candidate_record_decl) in ExtractFromFunctionDecl()76 if (candidate_record_decl->getName() == desired_name) { in ExtractFromFunctionDecl()77 struct_decl = candidate_record_decl; in ExtractFromFunctionDecl()