Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp4615 CXXRecordDecl *T2RecordDecl = cast<CXXRecordDecl>(T2RecordType->getDecl()); in TryRefInitWithConversionFunction() local
4617 const auto &Conversions = T2RecordDecl->getVisibleConversionFunctions(); in TryRefInitWithConversionFunction()
H A DSemaOverload.cpp4616 auto *T2RecordDecl = cast<CXXRecordDecl>(T2->castAs<RecordType>()->getDecl()); in FindConversionForRefInit() local
4620 const auto &Conversions = T2RecordDecl->getVisibleConversionFunctions(); in FindConversionForRefInit()