Home
last modified time | relevance | path

Searched defs:ToPtrType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp307 if (const PointerType* ToPtrType = ToType->getAs<PointerType>()) in isPointerConversionToVoidPointer() local
3516 if (const PointerType *ToPtrType = ToType->getAs<PointerType>()) { in CheckPointerConversion() local
3549 } else if (const ObjCObjectPointerType *ToPtrType = in CheckPointerConversion() local
3613 QualType FromType, const MemberPointerType *ToPtrType, CastKind &Kind, in CheckMemberPointerConversion()
H A DSemaExprCXX.cpp4457 if (const PointerType *ToPtrType = ToType->getAs<PointerType>()) in IsStringLiteralToNonConstPointerConversion() local
H A DSemaInit.cpp8206 if (const auto *ToPtrType = Step->Type->getAs<PointerType>()) { in Perform() local