Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp8582 const RecordType *TyRec = Ty->getAs<RecordType>(); in AddTypesConvertedFrom() local
8583 HasNonRecordTypes = HasNonRecordTypes || !TyRec; in AddTypesConvertedFrom()
8615 } else if (AllowUserConversions && TyRec) { in AddTypesConvertedFrom()
8620 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(TyRec->getDecl()); in AddTypesConvertedFrom()
8676 const RecordType *TyRec; in CollectVRQualifiers() local
8679 TyRec = RHSMPType->getClass()->getAs<RecordType>(); in CollectVRQualifiers()
8681 TyRec = ArgExpr->getType()->getAs<RecordType>(); in CollectVRQualifiers()
8682 if (!TyRec) { in CollectVRQualifiers()
8689 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(TyRec->getDecl()); in CollectVRQualifiers()
H A DSemaOpenMP.cpp19187 if (const auto *TyRec = Ty->getAs<RecordType>()) { in buildDeclareReductionRef() local
19190 if (SemaRef.isCompleteType(Loc, Ty) || TyRec->isBeingDefined() || in buildDeclareReductionRef()
19191 TyRec->getDecl()->getDefinition()) { in buildDeclareReductionRef()
19193 SemaRef.LookupQualifiedName(Lookup, TyRec->getDecl()); in buildDeclareReductionRef()