Searched defs:TyRec (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaOverload.cpp6239 const RecordType *TyRec = Ty->getAs<RecordType>(); local
6240 HasNonRecordTypes = HasNonRecordTypes || !TyRec;
6267 } else if (AllowUserConversions && TyRec) {
6272 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(TyRec->getDecl());
6325 const RecordType *TyRec; local
6328 TyRec = RHSMPType->getClass()->getAs<RecordType>();
6330 TyRec = ArgExpr->getType()->getAs<RecordType>();
6331 if (!TyRec) {
6338 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(TyRec->getDecl());

Completed in 238 milliseconds