Searched defs:BlockCall (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h464 class BlockCall : public CallEvent { class in namespace:clang::ento
468 BlockCall(const CallExpr *CE, ProgramStateRef St, function in class:clang::ento::BlockCall
472 BlockCall(const BlockCall &Other) : CallEvent(Other) {} function in class:clang::ento::BlockCall
473 void cloneTo(void *Dest) const override { new (Dest) BlockCall(*this); } variable
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp4796 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); local
4797 ReplaceStmt(S, BlockCall);
4798 return BlockCall;
H A DRewriteModernObjC.cpp5776 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); local
5777 ReplaceStmt(S, BlockCall);
5778 return BlockCall;

Completed in 164 milliseconds