• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/

Lines Matching refs:PointerType

167     if (const auto *PtrType = dyn_cast<PointerType>(FromType)) {
169 if (const auto *DestType = dyn_cast<PointerType>(ToType)) {
498 if (auto Ptr = From->getAs<PointerType>()) {
503 if (auto Ptr = To->getAs<PointerType>()) {
766 const PointerType *DestPointer = DestType->getAs<PointerType>();
803 if (const PointerType *SrcPointer = SrcType->getAs<PointerType>()) {
1140 auto *SrcPtrType = SrcType->getAs<PointerType>();
1143 auto *DestPtrType = DestType->getAs<PointerType>();
1274 if (const PointerType *SrcPointer = SrcType->getAs<PointerType>()) {
1277 if (const PointerType *DestPointer = DestType->getAs<PointerType>()) {
1338 if (auto SrcPointer = SrcType->getAs<PointerType>())
1339 if (auto DestPointer = DestType->getAs<PointerType>())
1454 const PointerType *DestPointer = DestType->getAs<PointerType>();
1459 const PointerType *SrcPointer = SrcType->getAs<PointerType>();
1876 if (!SrcType->getAs<PointerType>() || !DestType->getAs<PointerType>()) {
1919 if (const PointerType *SrcPtrTy = SrcType->getAs<PointerType>())
1922 if (isa<PointerType>(DestType))
1942 SrcType->castAs<PointerType>()->getPointeeType()->castAs<FunctionType>();
1944 DstType->castAs<PointerType>()->getPointeeType()->castAs<FunctionType>();
2419 auto SrcPtrType = SrcType->getAs<PointerType>();
2422 auto DestPtrType = DestType->getAs<PointerType>();
2465 while (isa<PointerType>(DestPtr) && isa<PointerType>(SrcPtr)) {
2466 const PointerType *DestPPtr = cast<PointerType>(DestPtr);
2467 const PointerType *SrcPPtr = cast<PointerType>(SrcPtr);
2894 const PointerType *CastPtr = DestType->getAs<PointerType>();
2896 if (const PointerType *ExprPtr = SrcType->getAs<PointerType>()) {