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

  /external/clang/lib/CodeGen/
CGBlocks.cpp 715 const BlockPointerType *BPT =
737 QualType FnType = BPT->getPointeeType();
    [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp 410 const BlockPointerType *BPT = T->getAs<BlockPointerType>();
411 T = Context->getPointerType(BPT->getPointeeType());
    [all...]

Completed in 1712 milliseconds