reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaOverload.cpp
 1491   Type::TypeClass TyClass = CanTo->getTypeClass();
 1495       CanTo = CanTo.castAs<PointerType>()->getPointeeType();
 1495       CanTo = CanTo.castAs<PointerType>()->getPointeeType();
 1498       CanTo = CanTo.castAs<BlockPointerType>()->getPointeeType();
 1498       CanTo = CanTo.castAs<BlockPointerType>()->getPointeeType();
 1501       auto ToMPT = CanTo.castAs<MemberPointerType>();
 1506       CanTo = ToMPT->getPointeeType();
 1512     TyClass = CanTo->getTypeClass();
 1521   const auto *ToFn = cast<FunctionType>(CanTo);
 1565   if (QualType(FromFn, 0) != CanTo) return false;