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.cpp310 if (const PointerType* ToPtrType = ToType->getAs<PointerType>()) in isPointerConversionToVoidPointer() local
3329 if (const PointerType *ToPtrType = ToType->getAs<PointerType>()) { in CheckPointerConversion() local
3362 } else if (const ObjCObjectPointerType *ToPtrType = in CheckPointerConversion() local
3440 const MemberPointerType *ToPtrType = ToType->getAs<MemberPointerType>(); in CheckMemberPointerConversion() local
H A DSemaInit.cpp7937 if (const auto *ToPtrType = Step->Type->getAs<PointerType>()) { in Perform() local
H A DSemaExprCXX.cpp4108 if (const PointerType *ToPtrType = ToType->getAs<PointerType>()) in IsStringLiteralToNonConstPointerConversion() local