Home
last modified time | relevance | path

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

/external/clang/unittests/AST/
DASTTypeTraitsTest.cpp154 Verifier.expectSubstring("FunctionDecl"); in TEST()
160 Verifier.expectSubstring("CompoundStmt"); in TEST()
DMatchVerifier.h262 void expectSubstring(const std::string &Str) { in expectSubstring() function