HomeSort by relevance Sort by last modified time
    Searched refs:BPT (Results 1 - 8 of 8) 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/Rewrite/Frontend/
RewriteObjC.cpp 426 const BlockPointerType *BPT = T->getAs<BlockPointerType>();
427 T = Context->getPointerType(BPT->getPointeeType());
    [all...]
RewriteModernObjC.cpp 508 const BlockPointerType *BPT = T->getAs<BlockPointerType>();
509 T = Context->getPointerType(BPT->getPointeeType());
    [all...]
  /external/clang/lib/AST/
Type.cpp 433 if (const BlockPointerType *BPT = getAs<BlockPointerType>())
434 return BPT->getPointeeType();
    [all...]
Expr.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp     [all...]
  /external/strace/
util.c     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 170 milliseconds