Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h576 class BlockCall : public CallEvent {
580 BlockCall(const CallExpr *CE, ProgramStateRef St, const LocationContext *LCtx, in BlockCall() function
583 BlockCall(const BlockCall &Other) = default;
585 void cloneTo(void *Dest) const override { new (Dest) BlockCall(*this); } in cloneTo()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp888 const BlockDataRegion *BlockCall::getBlockRegion() const { in getBlockRegion()
895 ArrayRef<ParmVarDecl*> BlockCall::parameters() const { in parameters()
902 void BlockCall::getExtraInvalidatedValues(ValueList &Values, in getExtraInvalidatedValues()
909 void BlockCall::getInitialStackFrameContents(const StackFrameContext *CalleeCtx, in getInitialStackFrameContents()
1439 return create<BlockCall>(CE, State, LCtx, ElemRef); in getSimpleCall()
H A DExprEngineCallAndReturn.cpp539 !cast<BlockCall>(Call).isConversionFromLambda()) { in inlineCall()
540 const BlockDataRegion *BR = cast<BlockCall>(Call).getBlockRegion(); in inlineCall()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp431 assert(isa<BlockCall>(Call)); in checkParameterCount()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4719 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); in RewriteFunctionBodyOrGlobalInitializer() local
4720 ReplaceStmt(S, BlockCall); in RewriteFunctionBodyOrGlobalInitializer()
4721 return BlockCall; in RewriteFunctionBodyOrGlobalInitializer()
H A DRewriteModernObjC.cpp5600 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); in RewriteFunctionBodyOrGlobalInitializer() local
5601 ReplaceStmt(S, BlockCall); in RewriteFunctionBodyOrGlobalInitializer()
5602 return BlockCall; in RewriteFunctionBodyOrGlobalInitializer()