Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp7998 const RecordType *TyRec = Ty->getAs<RecordType>(); in AddTypesConvertedFrom() local
7999 HasNonRecordTypes = HasNonRecordTypes || !TyRec; in AddTypesConvertedFrom()
8031 } else if (AllowUserConversions && TyRec) { in AddTypesConvertedFrom()
8036 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(TyRec->getDecl()); in AddTypesConvertedFrom()
8092 const RecordType *TyRec; in CollectVRQualifiers() local
8095 TyRec = RHSMPType->getClass()->getAs<RecordType>(); in CollectVRQualifiers()
8097 TyRec = ArgExpr->getType()->getAs<RecordType>(); in CollectVRQualifiers()
8098 if (!TyRec) { in CollectVRQualifiers()
8105 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(TyRec->getDecl()); in CollectVRQualifiers()
H A DSemaOpenMP.cpp16494 if (const auto *TyRec = Ty->getAs<RecordType>()) { in buildDeclareReductionRef() local
16497 if (SemaRef.isCompleteType(Loc, Ty) || TyRec->isBeingDefined() || in buildDeclareReductionRef()
16498 TyRec->getDecl()->getDefinition()) { in buildDeclareReductionRef()
16500 SemaRef.LookupQualifiedName(Lookup, TyRec->getDecl()); in buildDeclareReductionRef()