Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp8588 const RecordType *TyRec = Ty->getAs<RecordType>(); in AddTypesConvertedFrom() local
8589 HasNonRecordTypes = HasNonRecordTypes || !TyRec; in AddTypesConvertedFrom()
8624 } else if (AllowUserConversions && TyRec) { in AddTypesConvertedFrom()
8629 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(TyRec->getDecl()); in AddTypesConvertedFrom()
8685 const RecordType *TyRec; in CollectVRQualifiers() local
8688 TyRec = RHSMPType->getClass()->getAs<RecordType>(); in CollectVRQualifiers()
8690 TyRec = ArgExpr->getType()->getAs<RecordType>(); in CollectVRQualifiers()
8691 if (!TyRec) { in CollectVRQualifiers()
8698 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(TyRec->getDecl()); in CollectVRQualifiers()
H A DSemaOpenMP.cpp17989 if (const auto *TyRec = Ty->getAs<RecordType>()) { in buildDeclareReductionRef() local
17992 if (SemaRef.isCompleteType(Loc, Ty) || TyRec->isBeingDefined() || in buildDeclareReductionRef()
17993 TyRec->getDecl()->getDefinition()) { in buildDeclareReductionRef()
17995 SemaRef.LookupQualifiedName(Lookup, TyRec->getDecl()); in buildDeclareReductionRef()