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 410 const BlockPointerType *BPT = T->getAs<BlockPointerType>();
411 T = Context->getPointerType(BPT->getPointeeType());
    [all...]
  /external/clang/lib/AST/
Type.cpp 384 if (const BlockPointerType *BPT = getAs<BlockPointerType>())
385 return BPT->getPointeeType();
    [all...]
Expr.cpp 807 else if (const BlockPointerType *BPT = CalleeType->getAs<BlockPointerType>())
808 CalleeType = BPT->getPointeeType();
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp 715 const BlockPointerType *BPT =
737 QualType FnType = BPT->getPointeeType();
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 101 milliseconds