Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp253 if (const PointerType* ToPtrType = ToType->getAs<PointerType>()) in isPointerConversionToVoidPointer() local
2925 if (const PointerType *ToPtrType = ToType->getAs<PointerType>()) { in CheckPointerConversion() local
2958 } else if (const ObjCObjectPointerType *ToPtrType = in CheckPointerConversion() local
3047 const MemberPointerType *ToPtrType = ToType->getAs<MemberPointerType>(); in CheckMemberPointerConversion() local
H A DSemaInit.cpp7703 if (const auto *ToPtrType = Step->Type->getAs<PointerType>()) { in Perform() local
H A DSemaExprCXX.cpp3704 if (const PointerType *ToPtrType = ToType->getAs<PointerType>()) in IsStringLiteralToNonConstPointerConversion() local