Home
last modified time | relevance | path

Searched refs:FoundRD (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp399 if (CXXRecordDecl *FoundRD = dyn_cast<CXXRecordDecl>(Decl)) { in findRecordDeclInContext() local
402 RD = FoundRD; in findRecordDeclInContext()
H A DSemaDecl.cpp146 auto *FoundRD = dyn_cast<CXXRecordDecl>(TD); in getTypeDeclType() local
147 if (DCK != DiagCtorKind::None && LookupRD && FoundRD && in getTypeDeclType()
148 FoundRD->isInjectedClassName() && in getTypeDeclType()
149 declaresSameEntity(LookupRD, cast<Decl>(FoundRD->getParent()))) { in getTypeDeclType()