Home
last modified time | relevance | path

Searched refs:BlockCall (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp578 const BlockDataRegion *BlockCall::getBlockRegion() const { in getBlockRegion()
585 ArrayRef<ParmVarDecl*> BlockCall::parameters() const { in parameters()
592 void BlockCall::getExtraInvalidatedValues(ValueList &Values, in getExtraInvalidatedValues()
599 void BlockCall::getInitialStackFrameContents(const StackFrameContext *CalleeCtx, in getInitialStackFrameContents()
971 return create<BlockCall>(CE, State, LCtx); in getSimpleCall()
DExprEngineCallAndReturn.cpp425 !cast<BlockCall>(Call).isConversionFromLambda()) { in REGISTER_TRAIT_WITH_PROGRAMSTATE()
426 const BlockDataRegion *BR = cast<BlockCall>(Call).getBlockRegion(); in REGISTER_TRAIT_WITH_PROGRAMSTATE()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h472 class BlockCall : public CallEvent {
476 BlockCall(const CallExpr *CE, ProgramStateRef St, in BlockCall() function
480 BlockCall(const BlockCall &Other) : CallEvent(Other) {} in BlockCall() function
481 void cloneTo(void *Dest) const override { new (Dest) BlockCall(*this); } in cloneTo()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp4762 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); in RewriteFunctionBodyOrGlobalInitializer() local
4763 ReplaceStmt(S, BlockCall); in RewriteFunctionBodyOrGlobalInitializer()
4764 return BlockCall; in RewriteFunctionBodyOrGlobalInitializer()
DRewriteModernObjC.cpp5727 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); in RewriteFunctionBodyOrGlobalInitializer() local
5728 ReplaceStmt(S, BlockCall); in RewriteFunctionBodyOrGlobalInitializer()
5729 return BlockCall; in RewriteFunctionBodyOrGlobalInitializer()