Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DASTTypeTraitsTest.cpp185 Verifier.expectString("void f() {\n}\n"); in TEST()
191 Verifier.expectString("{\n}\n"); in TEST()
H A DMatchVerifier.h297 void expectString(const std::string &Str) { in expectString() function