Home
last modified time | relevance | path

Searched defs:TestStatic (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dconversion-incomplete-type.cpp16 struct TestStatic { struct
17 …gPiece(const StringPiece& blah) {}; // expected-note {{passing argument to parameter 'blah' here}} in expectStringPiece()
19 static void test(const string& s) { in test()