Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DBodyFarm.cpp31 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/clang/lib/CodeGen/
DCGBlocks.cpp957 const BlockPointerType *BPT = 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