Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaFixItUtils.cpp94 if (const PointerType *FromPtrTy = dyn_cast<PointerType>(FromQTy)) { in tryToFixConversion() local
98 S.Context.getCanonicalType(FromPtrTy->getPointeeType()), ToQTy, in tryToFixConversion()
/external/llvm-project/clang/lib/Sema/
DSemaFixItUtils.cpp93 if (const PointerType *FromPtrTy = dyn_cast<PointerType>(FromQTy)) { in tryToFixConversion() local
97 S.Context.getCanonicalType(FromPtrTy->getPointeeType()), ToQTy, in tryToFixConversion()
DSemaOverload.cpp10540 if (const PointerType *FromPtrTy = FromTy->getAs<PointerType>()) { in DiagnoseBadConversion() local
10543 FromPtrTy->getPointeeType()) && in DiagnoseBadConversion()
10544 !FromPtrTy->getPointeeType()->isIncompleteType() && in DiagnoseBadConversion()
10547 FromPtrTy->getPointeeType())) in DiagnoseBadConversion()
10550 } else if (const ObjCObjectPointerType *FromPtrTy in DiagnoseBadConversion() local
10554 if (const ObjCInterfaceDecl *FromIface = FromPtrTy->getInterfaceDecl()) in DiagnoseBadConversion()
10557 FromPtrTy->getPointeeType()) && in DiagnoseBadConversion()