/external/clang/lib/Analysis/ |
D | BodyFarm.cpp | 31 const BlockPointerType *BPT = Ty->getAs<BlockPointerType>(); in isDispatchBlock() local
|
/external/llvm-project/clang/lib/Analysis/ |
D | BodyFarm.cpp | 37 const BlockPointerType *BPT = Ty->getAs<BlockPointerType>(); in isDispatchBlock() local
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 419 const BlockPointerType *BPT = T->getAs<BlockPointerType>(); in convertBlockPointerToFunctionPointer() local 1048 else if (const BlockPointerType *BPT = retType->getAs<BlockPointerType>()) in RewriteTypeIntoString() local 3963 const BlockPointerType *BPT = QT->getAs<BlockPointerType>(); in PointerTypeTakesAnyBlockArguments() local 3981 const BlockPointerType *BPT = QT->getAs<BlockPointerType>(); in PointerTypeTakesAnyObjCQualifiedType() local
|
D | RewriteModernObjC.cpp | 508 const BlockPointerType *BPT = T->getAs<BlockPointerType>(); in convertBlockPointerToFunctionPointer() local 1216 else if (const BlockPointerType *BPT = retType->getAs<BlockPointerType>()) in RewriteTypeIntoString() local 4819 const BlockPointerType *BPT = QT->getAs<BlockPointerType>(); in PointerTypeTakesAnyBlockArguments() local 4837 const BlockPointerType *BPT = QT->getAs<BlockPointerType>(); in PointerTypeTakesAnyObjCQualifiedType() local
|
/external/llvm-project/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 419 const auto *BPT = T->castAs<BlockPointerType>(); in convertBlockPointerToFunctionPointer() local 1052 else if (const BlockPointerType *BPT = retType->getAs<BlockPointerType>()) in RewriteTypeIntoString() local 3974 const BlockPointerType *BPT = QT->getAs<BlockPointerType>(); in PointerTypeTakesAnyBlockArguments() local 3992 const BlockPointerType *BPT = QT->getAs<BlockPointerType>(); in PointerTypeTakesAnyObjCQualifiedType() local
|
D | RewriteModernObjC.cpp | 508 const auto *BPT = T->castAs<BlockPointerType>(); in convertBlockPointerToFunctionPointer() local 1218 else if (const BlockPointerType *BPT = retType->getAs<BlockPointerType>()) in RewriteTypeIntoString() local 4819 const BlockPointerType *BPT = QT->getAs<BlockPointerType>(); in PointerTypeTakesAnyBlockArguments() local 4837 const BlockPointerType *BPT = QT->getAs<BlockPointerType>(); in PointerTypeTakesAnyObjCQualifiedType() local
|
/external/clang/lib/CodeGen/ |
D | CGBlocks.cpp | 957 const BlockPointerType *BPT = in EmitBlockCallExpr() local
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGBlocks.cpp | 1180 const auto *BPT = E->getCallee()->getType()->castAs<BlockPointerType>(); in EmitBlockCallExpr() local
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 271 const BlockPointerType *BPT = in checkOpenCLBlockArgs() local 327 const BlockPointerType *BPT = in checkOpenCLEnqueueVariadicArgs() local 419 const BlockPointerType *BPT = in SemaOpenCLBuiltinEnqueueKernel() local
|
D | SemaExpr.cpp | 5371 } else if (const BlockPointerType *BPT = in BuildResolvedCallExpr() local
|
/external/clang/lib/AST/ |
D | Type.cpp | 420 if (const BlockPointerType *BPT = getAs<BlockPointerType>()) in getPointeeType() local
|
D | Expr.cpp | 1277 } else if (const auto *BPT = CalleeType->getAs<BlockPointerType>()) { in getCallReturnType() local
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaChecking.cpp | 806 const BlockPointerType *BPT = in checkOpenCLBlockArgs() local 905 const BlockPointerType *BPT = in checkOpenCLEnqueueVariadicArgs() local 999 const BlockPointerType *BPT = in SemaOpenCLBuiltinEnqueueKernel() local
|
D | SemaExpr.cpp | 6590 } else if (const BlockPointerType *BPT = in BuildResolvedCallExpr() local
|
/external/llvm-project/clang/lib/AST/ |
D | Type.cpp | 630 if (const auto *BPT = getAs<BlockPointerType>()) in getPointeeType() local
|
D | Expr.cpp | 1387 } else if (const auto *BPT = CalleeType->getAs<BlockPointerType>()) { in getCallReturnType() local
|