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