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

  /external/clang/unittests/AST/
ASTTypeTraitsTest.cpp 104 Verifier.expectSubstring("FunctionDecl");
110 Verifier.expectSubstring("CompoundStmt");
MatchVerifier.h 227 void expectSubstring(const std::string &Str) {
228 ExpectSubstring = Str;
238 if (Dump.str().find(ExpectSubstring) == std::string::npos) {
241 Msg << "Expected dump substring <" << ExpectSubstring << ">, found <"
248 std::string ExpectSubstring;

Completed in 552 milliseconds