Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp8208 const RecordType *TyRec = Ty->getAs<RecordType>(); in AddTypesConvertedFrom() local
8209 HasNonRecordTypes = HasNonRecordTypes || !TyRec; in AddTypesConvertedFrom()
8241 } else if (AllowUserConversions && TyRec) { in AddTypesConvertedFrom()
8246 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(TyRec->getDecl()); in AddTypesConvertedFrom()
8302 const RecordType *TyRec; in CollectVRQualifiers() local
8305 TyRec = RHSMPType->getClass()->getAs<RecordType>(); in CollectVRQualifiers()
8307 TyRec = ArgExpr->getType()->getAs<RecordType>(); in CollectVRQualifiers()
8308 if (!TyRec) { in CollectVRQualifiers()
8315 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(TyRec->getDecl()); in CollectVRQualifiers()
H A DSemaOpenMP.cpp18848 if (const auto *TyRec = Ty->getAs<RecordType>()) { in buildDeclareReductionRef() local
18851 if (SemaRef.isCompleteType(Loc, Ty) || TyRec->isBeingDefined() || in buildDeclareReductionRef()
18852 TyRec->getDecl()->getDefinition()) { in buildDeclareReductionRef()
18854 SemaRef.LookupQualifiedName(Lookup, TyRec->getDecl()); in buildDeclareReductionRef()