Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp277 if (const PointerType* ToPtrType = ToType->getAs<PointerType>()) in isPointerConversionToVoidPointer() local
3277 if (const PointerType *ToPtrType = ToType->getAs<PointerType>()) { in CheckPointerConversion() local
3310 } else if (const ObjCObjectPointerType *ToPtrType = in CheckPointerConversion() local
3399 const MemberPointerType *ToPtrType = ToType->getAs<MemberPointerType>(); in CheckMemberPointerConversion() local
H A DSemaInit.cpp8989 if (const auto *ToPtrType = Step->Type->getAs<PointerType>()) { in Perform() local
H A DSemaExprCXX.cpp4113 if (const PointerType *ToPtrType = ToType->getAs<PointerType>()) in IsStringLiteralToNonConstPointerConversion() local