Searched refs:FoundCXX (Results 1 – 1 of 1) sorted by relevance
3374 auto *FoundCXX = dyn_cast<CXXRecordDecl>(FoundDef); in VisitRecordDecl() local3375 assert(FoundCXX && "Record type mismatch"); in VisitRecordDecl()3380 if (Error Err = ImportImplicitMethods(DCXX, FoundCXX)) in VisitRecordDecl()