Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp5168 const RecordType *T1RecordType = nullptr; in TryRefInitWithConversionFunction() local
5169 if (AllowRValues && (T1RecordType = T1->getAs<RecordType>()) && in TryRefInitWithConversionFunction()
5173 CXXRecordDecl *T1RecordDecl = cast<CXXRecordDecl>(T1RecordType->getDecl()); in TryRefInitWithConversionFunction()
5196 if (T1RecordType && T1RecordType->getDecl()->isInvalidDecl()) in TryRefInitWithConversionFunction()