Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp1912 CanQualType CanFrom = Context.getCanonicalType(FromType); in IsFunctionConversion() local
1914 if (TyClass != CanFrom->getTypeClass()) return false; in IsFunctionConversion()
1918 CanFrom = CanFrom.castAs<PointerType>()->getPointeeType(); in IsFunctionConversion()
1921 CanFrom = CanFrom.castAs<BlockPointerType>()->getPointeeType(); in IsFunctionConversion()
1924 auto FromMPT = CanFrom.castAs<MemberPointerType>(); in IsFunctionConversion()
1930 CanFrom = FromMPT->getPointeeType(); in IsFunctionConversion()
1936 if (TyClass != CanFrom->getTypeClass()) return false; in IsFunctionConversion()
1941 const auto *FromFn = cast<FunctionType>(CanFrom); in IsFunctionConversion()