ccls/tests/usage
Jacob Dufault d6123bd861 Every function usage is now considered a call of that function.
This means we will now report function calls that happen in the global scope (previously, those would only show up for find all refs).
2017-04-13 00:47:47 -07:00
..
func_called_from_constructor.cc Every function usage is now considered a call of that function. 2017-04-13 00:47:47 -07:00
func_called_from_macro_argument.cc Every function usage is now considered a call of that function. 2017-04-13 00:47:47 -07:00
func_called_from_template.cc Every function usage is now considered a call of that function. 2017-04-13 00:47:47 -07:00
func_called_implicit_ctor.cc Every function usage is now considered a call of that function. 2017-04-13 00:47:47 -07:00
func_usage_addr_func.cc Every function usage is now considered a call of that function. 2017-04-13 00:47:47 -07:00
func_usage_addr_method.cc Every function usage is now considered a call of that function. 2017-04-13 00:47:47 -07:00
func_usage_call_func.cc Every function usage is now considered a call of that function. 2017-04-13 00:47:47 -07:00
func_usage_call_method.cc Every function usage is now considered a call of that function. 2017-04-13 00:47:47 -07:00
func_usage_class_inline_var_def.cc Every function usage is now considered a call of that function. 2017-04-13 00:47:47 -07:00
func_usage_forward_decl_func.cc Every function usage is now considered a call of that function. 2017-04-13 00:47:47 -07:00
func_usage_forward_decl_method.cc Every function usage is now considered a call of that function. 2017-04-13 00:47:47 -07:00
func_usage_template_func.cc Every function usage is now considered a call of that function. 2017-04-13 00:47:47 -07:00
type_usage_as_template_parameter_complex.cc Every function usage is now considered a call of that function. 2017-04-13 00:47:47 -07:00
type_usage_as_template_parameter_simple.cc Update test with current index state 2017-04-05 01:29:15 -07:00
type_usage_as_template_parameter.cc Every function usage is now considered a call of that function. 2017-04-13 00:47:47 -07:00
type_usage_declare_extern.cc Update test with current index state 2017-04-05 01:29:15 -07:00
type_usage_declare_field.cc Update test with current index state 2017-04-05 01:29:15 -07:00
type_usage_declare_local.cc Every function usage is now considered a call of that function. 2017-04-13 00:47:47 -07:00
type_usage_declare_param_prototype.cc Every function usage is now considered a call of that function. 2017-04-13 00:47:47 -07:00
type_usage_declare_param_unnamed.cc Every function usage is now considered a call of that function. 2017-04-13 00:47:47 -07:00
type_usage_declare_param.cc Every function usage is now considered a call of that function. 2017-04-13 00:47:47 -07:00
type_usage_declare_qualifiers.cc Every function usage is now considered a call of that function. 2017-04-13 00:47:47 -07:00
type_usage_declare_static.cc Update test with current index state 2017-04-05 01:29:15 -07:00
type_usage_on_return_type.cc Every function usage is now considered a call of that function. 2017-04-13 00:47:47 -07:00
type_usage_typedef_and_using_template.cc Update test with current index state 2017-04-05 01:29:15 -07:00
type_usage_typedef_and_using.cc Every function usage is now considered a call of that function. 2017-04-13 00:47:47 -07:00
type_usage_various.cc Every function usage is now considered a call of that function. 2017-04-13 00:47:47 -07:00
usage_inside_of_call_simple.cc Every function usage is now considered a call of that function. 2017-04-13 00:47:47 -07:00
usage_inside_of_call.cc Every function usage is now considered a call of that function. 2017-04-13 00:47:47 -07:00
var_usage_call_function.cc Every function usage is now considered a call of that function. 2017-04-13 00:47:47 -07:00
var_usage_class_member_static.cc Every function usage is now considered a call of that function. 2017-04-13 00:47:47 -07:00
var_usage_class_member.cc Every function usage is now considered a call of that function. 2017-04-13 00:47:47 -07:00
var_usage_cstyle_cast.cc Update test with current index state 2017-04-05 01:29:15 -07:00
var_usage_extern.cc Every function usage is now considered a call of that function. 2017-04-13 00:47:47 -07:00
var_usage_func_parameter.cc Every function usage is now considered a call of that function. 2017-04-13 00:47:47 -07:00
var_usage_local.cc Every function usage is now considered a call of that function. 2017-04-13 00:47:47 -07:00
var_usage_shadowed_local.cc Every function usage is now considered a call of that function. 2017-04-13 00:47:47 -07:00
var_usage_shadowed_parameter.cc Every function usage is now considered a call of that function. 2017-04-13 00:47:47 -07:00
var_usage_static.cc Every function usage is now considered a call of that function. 2017-04-13 00:47:47 -07:00