Searched refs:static_method (Results 1 – 7 of 7) sorted by relevance
11 static void static_method() {} in static_method() function in C53 C::static_method(); in call_static_method()
33 static foo* static_method() { return 0; } in static_method() function40 foo::static_method(); in use_foo()
50 static foo* static_method() { return 0; } in static_method() function in foo80 foo::static_method(); in operator +()
24 static int static_method();27 return data_member + instance_method() < static_method(); in test()
160 static void static_method() { in static_method() function167 UnresolvedTemplateNames::static_method<int>(); // expected-note {{requested here}} in force_instantiation()
257 def parse_func_decl_no_wrap(self, decl_str, static_method = False): argument269 static_method = True357 if static_method:412 static_method = False416 static_method = True485 decl = self.parse_func_decl_no_wrap(decl_str, static_method)566 if static_method:
21 static int static_method() { in static_method() function in AA::X