Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp8083 const RecordType *TyRec = Ty->getAs<RecordType>(); in AddTypesConvertedFrom() local
8084 HasNonRecordTypes = HasNonRecordTypes || !TyRec; in AddTypesConvertedFrom()
8116 } else if (AllowUserConversions && TyRec) { in AddTypesConvertedFrom()
8121 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(TyRec->getDecl()); in AddTypesConvertedFrom()
8177 const RecordType *TyRec; in CollectVRQualifiers() local
8180 TyRec = RHSMPType->getClass()->getAs<RecordType>(); in CollectVRQualifiers()
8182 TyRec = ArgExpr->getType()->getAs<RecordType>(); in CollectVRQualifiers()
8183 if (!TyRec) { in CollectVRQualifiers()
8190 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(TyRec->getDecl()); in CollectVRQualifiers()
H A DSemaOpenMP.cpp18565 if (const auto *TyRec = Ty->getAs<RecordType>()) { in buildDeclareReductionRef() local
18568 if (SemaRef.isCompleteType(Loc, Ty) || TyRec->isBeingDefined() || in buildDeclareReductionRef()
18569 TyRec->getDecl()->getDefinition()) { in buildDeclareReductionRef()
18571 SemaRef.LookupQualifiedName(Lookup, TyRec->getDecl()); in buildDeclareReductionRef()