Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dconversion-incomplete-type.cpp9 …void expectStringPiece(const StringPiece& blah) {}; // expected-note {{passing argument to parame… in expectStringPiece() function
12expectStringPiece(s); // expected-error {{no viable conversion from 'const string' to incomplete … in test()
17 …static void expectStringPiece(const StringPiece& blah) {}; // expected-note {{passing argument to… in expectStringPiece() function
20expectStringPiece(s); // expected-error {{no viable conversion from 'const string' to incomplete … in test()