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

  /external/clang/lib/Rewrite/
RewriteObjC.cpp 401 const BlockPointerType *BPT = T->getAs<BlockPointerType>();
402 T = Context->getPointerType(BPT->getPointeeType());
    [all...]
  /external/clang/lib/AST/
Type.cpp 364 if (const BlockPointerType *BPT = getAs<BlockPointerType>())
365 return BPT->getPointeeType();
    [all...]
Expr.cpp 852 else if (const BlockPointerType *BPT = CalleeType->getAs<BlockPointerType>())
853 CalleeType = BPT->getPointeeType();
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp 720 const BlockPointerType *BPT =
742 QualType FnType = BPT->getPointeeType();
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 170 milliseconds