Searched refs:is_default (Results 1 – 1 of 1) sorted by relevance
639 ParamIR(const std::string &type, bool is_default, bool is_this_ptr) in ParamIR() argument640 : ReferencesOtherType(type) , is_default_(is_default), in ParamIR()