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

  /external/clang/unittests/Tooling/
RecursiveASTVisitorTest.cpp 111 Visitor.ExpectMatch("class X", 1, 30);
117 Visitor.ExpectMatch("class X", 3, 18);
126 Visitor.ExpectMatch("class X", 2, 18);
134 Visitor.ExpectMatch("X<class Y>", 2, 18);
142 Visitor.ExpectMatch("x", 2, 3);
149 Visitor.ExpectMatch("x", 2, 25);
150 Visitor.ExpectMatch("x", 2, 30);
158 Visitor.ExpectMatch("i", 2, 17);
166 Visitor.ExpectMatch("x", 1, 22);
173 Visitor.ExpectMatch("Y::x", 3, 3)
    [all...]
TestVisitor.h 113 void ExpectMatch(Twine Match, unsigned Line, unsigned Column) {
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.h 55 bool ExpectMatch,
66 if (!Found && ExpectMatch) {
69 } else if (Found && !ExpectMatch) {
  /external/chromium/sdch/open-vcdiff/src/
vcdiffengine_test.cc 224 ExpectMatch(size);
236 ExpectMatch(copy_size);
242 ExpectMatch(copy_size);
289 void ExpectMatch(size_t match_size) {
    [all...]
vcencoder_test.cc 620 void ExpectMatch(size_t match_size) {
767 ExpectMatch(56);
768 ExpectMatch(9);
771 ExpectMatch(56);
    [all...]

Completed in 228 milliseconds