Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenCL.cpp106 const BlockPointerType *BPT = in checkBlockArgs() local
220 const BlockPointerType *BPT = in checkOpenCLEnqueueVariadicArgs() local
288 const BlockPointerType *BPT = in checkBuiltinEnqueueKernel() local
H A DSemaCodeComplete.cpp5634 } else if (const auto *BPT = Callee->getAs<BlockPointerType>()) { in getApproximateType() local
H A DSemaExpr.cpp6732 } else if (const BlockPointerType *BPT = in BuildResolvedCallExpr() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp508 const auto *BPT = T->castAs<BlockPointerType>(); in convertBlockPointerToFunctionPointer() local
1218 else if (const BlockPointerType *BPT = retType->getAs<BlockPointerType>()) in RewriteTypeIntoString() local
4804 const BlockPointerType *BPT = QT->getAs<BlockPointerType>(); in PointerTypeTakesAnyBlockArguments() local
4822 const BlockPointerType *BPT = QT->getAs<BlockPointerType>(); in PointerTypeTakesAnyObjCQualifiedType() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1167 const auto *BPT = E->getCallee()->getType()->castAs<BlockPointerType>(); in EmitBlockCallExpr() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp710 if (const auto *BPT = getAs<BlockPointerType>()) in getPointeeType() local
H A DExpr.cpp1595 } else if (const auto *BPT = CalleeType->getAs<BlockPointerType>()) { in getCallReturnType() local