HomeSort by relevance Sort by last modified time
    Searched refs:expectSubstring (Results 1 - 2 of 2) sorted by null

  /external/clang/unittests/AST/
ASTTypeTraitsTest.cpp 143 Verifier.expectSubstring("FunctionDecl");
149 Verifier.expectSubstring("CompoundStmt");
MatchVerifier.h 243 void expectSubstring(const std::string &Str) {
244 ExpectSubstring = Str;
254 if (Dump.str().find(ExpectSubstring) == std::string::npos) {
257 Msg << "Expected dump substring <" << ExpectSubstring << ">, found <"
264 std::string ExpectSubstring;

Completed in 40 milliseconds