Searched refs:fooNested (Results 1 – 5 of 5) sorted by relevance
105 void fooNested(const char* name) { in fooNested() function
110 void fooNested(const char* name) { in fooNested() function
185 Foo fooNested[2][2] = { {1,2}, {3,4} }; // expected-warning {{unused variable 'fooNested'}} in foo() local
277 int fooNested() { return ExportMembers::Nested::StaticConstFieldRefNotDef; } in fooNested() function