HomeSort by relevance Sort by last modified time
    Searched defs:BPT (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Analysis/
BodyFarm.cpp 30 const BlockPointerType *BPT = Ty->getAs<BlockPointerType>();
31 if (!BPT)
37 BPT->getPointeeType()->getAs<FunctionProtoType>();
  /external/clang/lib/CodeGen/
CGBlocks.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 522 const BlockPointerType *BPT = T->getAs<BlockPointerType>();
523 T = Context->getPointerType(BPT->getPointeeType());
    [all...]
RewriteObjC.cpp 427 const BlockPointerType *BPT = T->getAs<BlockPointerType>();
428 T = Context->getPointerType(BPT->getPointeeType());
    [all...]

Completed in 50 milliseconds