Searched refs:FoundRD (Results 1 – 2 of 2) sorted by relevance
399 if (CXXRecordDecl *FoundRD = dyn_cast<CXXRecordDecl>(Decl)) { in findRecordDeclInContext() local402 RD = FoundRD; in findRecordDeclInContext()
146 auto *FoundRD = dyn_cast<CXXRecordDecl>(TD); in getTypeDeclType() local147 if (DCK != DiagCtorKind::None && LookupRD && FoundRD && in getTypeDeclType()148 FoundRD->isInjectedClassName() && in getTypeDeclType()149 declaresSameEntity(LookupRD, cast<Decl>(FoundRD->getParent()))) { in getTypeDeclType()