Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaInit.cpp3835 const RecordType *T1RecordType = nullptr; in TryRefInitWithConversionFunction() local
3836 if (AllowRValues && (T1RecordType = T1->getAs<RecordType>()) && in TryRefInitWithConversionFunction()
3840 CXXRecordDecl *T1RecordDecl = cast<CXXRecordDecl>(T1RecordType->getDecl()); in TryRefInitWithConversionFunction()
3868 if (T1RecordType && T1RecordType->getDecl()->isInvalidDecl()) in TryRefInitWithConversionFunction()