Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h556 class BlockCall : public CallEvent {
560 BlockCall(const CallExpr *CE, ProgramStateRef St, in BlockCall() function
563 BlockCall(const BlockCall &Other) = default;
565 void cloneTo(void *Dest) const override { new (Dest) BlockCall(*this); } in cloneTo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp843 const BlockDataRegion *BlockCall::getBlockRegion() const { in getBlockRegion()
850 ArrayRef<ParmVarDecl*> BlockCall::parameters() const { in parameters()
857 void BlockCall::getExtraInvalidatedValues(ValueList &Values, in getExtraInvalidatedValues()
864 void BlockCall::getInitialStackFrameContents(const StackFrameContext *CalleeCtx, in getInitialStackFrameContents()
1382 return create<BlockCall>(CE, State, LCtx); in getSimpleCall()
H A DExprEngineCallAndReturn.cpp440 !cast<BlockCall>(Call).isConversionFromLambda()) { in REGISTER_MAP_WITH_PROGRAMSTATE()
441 const BlockDataRegion *BR = cast<BlockCall>(Call).getBlockRegion(); in REGISTER_MAP_WITH_PROGRAMSTATE()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp432 assert(isa<BlockCall>(Call)); in checkParameterCount()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4752 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); in RewriteFunctionBodyOrGlobalInitializer() local
4753 ReplaceStmt(S, BlockCall); in RewriteFunctionBodyOrGlobalInitializer()
4754 return BlockCall; in RewriteFunctionBodyOrGlobalInitializer()
H A DRewriteModernObjC.cpp5648 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); in RewriteFunctionBodyOrGlobalInitializer() local
5649 ReplaceStmt(S, BlockCall); in RewriteFunctionBodyOrGlobalInitializer()
5650 return BlockCall; in RewriteFunctionBodyOrGlobalInitializer()