Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp4942 const RecordType *T2RecordType = nullptr; in TryRefInitWithConversionFunction() local
4943 if ((T2RecordType = T2->getAs<RecordType>()) && in TryRefInitWithConversionFunction()
4947 CXXRecordDecl *T2RecordDecl = cast<CXXRecordDecl>(T2RecordType->getDecl()); in TryRefInitWithConversionFunction()
4983 if (T2RecordType && T2RecordType->getDecl()->isInvalidDecl()) in TryRefInitWithConversionFunction()