Searched defs:callType (Results 1 – 1 of 1) sorted by relevance
972 CallStatementASTNode(call_type_t callType, ASTNode * target, ASTNode * arg) in CallStatementASTNode()985 inline void setCallType(call_type_t callType) { m_type = callType; } in setCallType()