Home
last modified time | relevance | path

Searched refs:instance_method (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/CodeGenObjC/
H A Dsection-name.m11 - (void) instance_method; method
22 - (void) instance_method { method
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-using-decl.cpp158 void instance_method() { (void)maybe_static<T>(); } in instance_method() function
166 x.instance_method<int>(); in force_instantiation()
/llvm-project/clang/test/CXX/class/class.mfct/class.mfct.non-static/
H A Dp3.cpp23 int instance_method();
27 return data_member + instance_method() < static_method(); in test()