Home
last modified time | relevance | path

Searched defs:BPT (Results 1 – 16 of 16) sorted by relevance

/external/clang/lib/Analysis/
DBodyFarm.cpp31 const BlockPointerType *BPT = Ty->getAs<BlockPointerType>(); in isDispatchBlock() local
/external/llvm-project/clang/lib/Analysis/
DBodyFarm.cpp37 const BlockPointerType *BPT = Ty->getAs<BlockPointerType>(); in isDispatchBlock() local
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp419 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
DRewriteModernObjC.cpp508 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/
DRewriteObjC.cpp419 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
DRewriteModernObjC.cpp508 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/
DCGBlocks.cpp957 const BlockPointerType *BPT = in EmitBlockCallExpr() local
/external/llvm-project/clang/lib/CodeGen/
DCGBlocks.cpp1180 const auto *BPT = E->getCallee()->getType()->castAs<BlockPointerType>(); in EmitBlockCallExpr() local
/external/clang/lib/Sema/
DSemaChecking.cpp271 const BlockPointerType *BPT = in checkOpenCLBlockArgs() local
327 const BlockPointerType *BPT = in checkOpenCLEnqueueVariadicArgs() local
419 const BlockPointerType *BPT = in SemaOpenCLBuiltinEnqueueKernel() local
DSemaExpr.cpp5371 } else if (const BlockPointerType *BPT = in BuildResolvedCallExpr() local
/external/clang/lib/AST/
DType.cpp420 if (const BlockPointerType *BPT = getAs<BlockPointerType>()) in getPointeeType() local
DExpr.cpp1277 } else if (const auto *BPT = CalleeType->getAs<BlockPointerType>()) { in getCallReturnType() local
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp806 const BlockPointerType *BPT = in checkOpenCLBlockArgs() local
905 const BlockPointerType *BPT = in checkOpenCLEnqueueVariadicArgs() local
999 const BlockPointerType *BPT = in SemaOpenCLBuiltinEnqueueKernel() local
DSemaExpr.cpp6590 } else if (const BlockPointerType *BPT = in BuildResolvedCallExpr() local
/external/llvm-project/clang/lib/AST/
DType.cpp630 if (const auto *BPT = getAs<BlockPointerType>()) in getPointeeType() local
DExpr.cpp1387 } else if (const auto *BPT = CalleeType->getAs<BlockPointerType>()) { in getCallReturnType() local