Searched defs:testUnresolved (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp12.cpp81 void testUnresolved(int i) { foo(i); } function in struct:test2::Derived1
87 d1.testUnresolved(i);
95 void testUnresolved(int i) { foo(i); } function in struct:test2::Derived2
101 d2.testUnresolved(i);

Completed in 137 milliseconds