Searched defs:ToPtrType (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaOverload.cpp | 277 if (const PointerType* ToPtrType = ToType->getAs<PointerType>()) isPointerConversionToVoidPointer() local |
H A D | SemaExprCXX.cpp | 4113 if (!ToPtrType->getPointeeType().hasQualifiers()) { in IsStringLiteralToNonConstPointerConversion() local |
H A D | SemaInit.cpp | 8989 if (const auto *ToPtrType = Step->Type->getAs<PointerType>()) { Perform() local |