Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaFixItUtils.cpp93 if (const PointerType *FromPtrTy = dyn_cast<PointerType>(FromQTy)) { in tryToFixConversion() local
97 S.Context.getCanonicalType(FromPtrTy->getPointeeType()), ToQTy, in tryToFixConversion()
H A DSemaOverload.cpp10535 if (const PointerType *FromPtrTy = FromTy->getAs<PointerType>()) { in DiagnoseBadConversion() local
10538 FromPtrTy->getPointeeType()) && in DiagnoseBadConversion()
10539 !FromPtrTy->getPointeeType()->isIncompleteType() && in DiagnoseBadConversion()
10542 FromPtrTy->getPointeeType())) in DiagnoseBadConversion()
10545 } else if (const ObjCObjectPointerType *FromPtrTy in DiagnoseBadConversion() local
10549 if (const ObjCInterfaceDecl *FromIface = FromPtrTy->getInterfaceDecl()) in DiagnoseBadConversion()
10552 FromPtrTy->getPointeeType()) && in DiagnoseBadConversion()