Lines Matching full:functionname
245 ScopedCheck(int flags, const char* functionName, bool has_method = true)246 : function_name_(functionName), flags_(flags), indent_(0), has_method_(has_method) {