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 137 Visitor.ExpectMatch("class X", 1, 30);
143 Visitor.ExpectMatch("class X", 3, 18);
152 Visitor.ExpectMatch("class X", 2, 18);
160 Visitor.ExpectMatch("X<class Y>", 2, 18);
168 Visitor.ExpectMatch("x", 2, 3);
175 Visitor.ExpectMatch("x", 2, 25);
176 Visitor.ExpectMatch("x", 2, 30);
185 Visitor.ExpectMatch("i", 2, 17);
194 Visitor.ExpectMatch("x", 1, 22);
201 Visitor.ExpectMatch("Y::x", 3, 3)
    [all...]
TestVisitor.h 114 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 506 milliseconds