Searched refs:SimpleCall (Results 1 – 4 of 4) sorted by relevance
435 class SimpleCall : public AnyFunctionCall {437 SimpleCall(const CallExpr *CE, ProgramStateRef St, in SimpleCall() function440 SimpleCall(const SimpleCall &Other) : AnyFunctionCall(Other) {} in SimpleCall() function464 class FunctionCall : public SimpleCall {470 : SimpleCall(CE, St, LCtx) {} in FunctionCall()472 FunctionCall(const FunctionCall &Other) : SimpleCall(Other) {} in FunctionCall()486 class BlockCall : public SimpleCall {492 : SimpleCall(CE, St, LCtx) {} in BlockCall()494 BlockCall(const BlockCall &Other) : SimpleCall(Other) {} in BlockCall()
46 class SimpleCall; variable
36 class SimpleCall; variable
392 const FunctionDecl *SimpleCall::getDecl() const { in getDecl()