Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h504 class BlockCall : public CallEvent {
508 BlockCall(const CallExpr *CE, ProgramStateRef St, in BlockCall() function
512 BlockCall(const BlockCall &Other) : CallEvent(Other) {} in BlockCall() function
513 void cloneTo(void *Dest) const override { new (Dest) BlockCall(*this); } in cloneTo()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp588 const BlockDataRegion *BlockCall::getBlockRegion() const { in getBlockRegion()
595 ArrayRef<ParmVarDecl*> BlockCall::parameters() const { in parameters()
602 void BlockCall::getExtraInvalidatedValues(ValueList &Values, in getExtraInvalidatedValues()
609 void BlockCall::getInitialStackFrameContents(const StackFrameContext *CalleeCtx, in getInitialStackFrameContents()
1048 return create<BlockCall>(CE, State, LCtx); in getSimpleCall()
DExprEngineCallAndReturn.cpp413 !cast<BlockCall>(Call).isConversionFromLambda()) { in REGISTER_TRAIT_WITH_PROGRAMSTATE()
414 const BlockDataRegion *BR = cast<BlockCall>(Call).getBlockRegion(); in REGISTER_TRAIT_WITH_PROGRAMSTATE()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp4742 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); in RewriteFunctionBodyOrGlobalInitializer() local
4743 ReplaceStmt(S, BlockCall); in RewriteFunctionBodyOrGlobalInitializer()
4744 return BlockCall; in RewriteFunctionBodyOrGlobalInitializer()
DRewriteModernObjC.cpp5649 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); in RewriteFunctionBodyOrGlobalInitializer() local
5650 ReplaceStmt(S, BlockCall); in RewriteFunctionBodyOrGlobalInitializer()
5651 return BlockCall; in RewriteFunctionBodyOrGlobalInitializer()