Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp39 const BlockPointerType *BPT = Ty->getAs<BlockPointerType>(); in isDispatchBlock() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp419 const auto *BPT = T->castAs<BlockPointerType>(); in convertBlockPointerToFunctionPointer() local
1052 else if (const BlockPointerType *BPT = retType->getAs<BlockPointerType>()) in RewriteTypeIntoString() local
3960 const BlockPointerType *BPT = QT->getAs<BlockPointerType>(); in PointerTypeTakesAnyBlockArguments() local
3978 const BlockPointerType *BPT = QT->getAs<BlockPointerType>(); in PointerTypeTakesAnyObjCQualifiedType() local
H A DRewriteModernObjC.cpp509 T = Context->getPointerType(BPT->getPointeeType()); in convertBlockPointerToFunctionPointer() local
1219 PointeeTy = BPT->getPointeeType(); in RewriteTypeIntoString() local
4806 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>(); in PointerTypeTakesAnyBlockArguments() local
4824 FTP = BPT in PointerTypeTakesAnyObjCQualifiedType() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1157 const auto *BPT = E->getCallee()->getType()->castAs<BlockPointerType>(); EmitBlockCallExpr() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DType.cpp656 if (const auto *BPT = getAs<BlockPointerType>()) getPointeeType() local
H A DExpr.cpp1565 } else if (const auto *BPT = CalleeType->getAs<BlockPointerType>()) { getCallReturnType() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp1458 const BlockPointerType *BPT = checkOpenCLBlockArgs() local
1563 const BlockPointerType *BPT = checkOpenCLEnqueueVariadicArgs() local
1657 const BlockPointerType *BPT = SemaOpenCLBuiltinEnqueueKernel() local
H A DSemaCodeComplete.cpp5619 } else if (const auto *BPT = Callee->getAs<BlockPointerType>()) { getApproximateType() local
H A DSemaExpr.cpp7532 } else if (const BlockPointerType *BPT = BuildResolvedCallExpr() local