Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Doptnone-class-members.cpp28 int optnone_decl_method(int a);
42 a.optnone_decl_method(12); in foo()
50 int A::optnone_decl_method(int a) { in optnone_decl_method() function in A