Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DASTTypeTraitsTest.cpp173 Verifier.expectSubstring("FunctionDecl"); in TEST()
179 Verifier.expectSubstring("CompoundStmt"); in TEST()
H A DMatchVerifier.h270 void expectSubstring(const std::string &Str) { in expectSubstring() function