Home | History | Annotate | Download | only in src

Lines Matching defs:is_constructor

602   const bool is_constructor = IsConstructor();
603 const bool is_method_call = !(is_toplevel || is_constructor);
607 } else if (is_constructor) {