Searched defs:callType (Results 1 – 2 of 2) 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()
7718 bool inFunctionCall, Sema::VariadicCallType callType, in CheckFormatHandler()