Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp8002 const RecordType *TyRec = Ty->getAs<RecordType>(); in AddTypesConvertedFrom() local
8003 HasNonRecordTypes = HasNonRecordTypes || !TyRec; in AddTypesConvertedFrom()
8035 } else if (AllowUserConversions && TyRec) { in AddTypesConvertedFrom()
8040 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(TyRec->getDecl()); in AddTypesConvertedFrom()
8096 const RecordType *TyRec; in CollectVRQualifiers() local
8099 TyRec = RHSMPType->getClass()->getAs<RecordType>(); in CollectVRQualifiers()
8101 TyRec = ArgExpr->getType()->getAs<RecordType>(); in CollectVRQualifiers()
8102 if (!TyRec) { in CollectVRQualifiers()
8109 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(TyRec->getDecl()); in CollectVRQualifiers()
H A DSemaOpenMP.cpp16111 if (const auto *TyRec = Ty->getAs<RecordType>()) { in buildDeclareReductionRef() local
16114 if (SemaRef.isCompleteType(Loc, Ty) || TyRec->isBeingDefined() || in buildDeclareReductionRef()
16115 TyRec->getDecl()->getDefinition()) { in buildDeclareReductionRef()
16117 SemaRef.LookupQualifiedName(Lookup, TyRec->getDecl()); in buildDeclareReductionRef()