Searched refs:DisallowMatch (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/clang/unittests/Tooling/ |
D | LexicallyOrderedRecursiveASTVisitorTest.cpp | 132 Visitor.DisallowMatch("/nestedFunction/", 6, 1); in TEST() 135 Visitor.DisallowMatch("/anotherNestedFunction/", 10, 1); in TEST() 137 Visitor.DisallowMatch("/innerVariable", 14, 1); in TEST() 140 Visitor.DisallowMatch("/catF/", 22, 1); in TEST()
|
D | TestVisitor.h | 134 void DisallowMatch(Twine Match, unsigned Line, unsigned Column) { in DisallowMatch() function
|
/external/llvm-project/clang/unittests/Tooling/RecursiveASTVisitorTests/ |
D | CXXMethodDecl.cpp | 43 Visitor.DisallowMatch("declref", 8, 28); in TEST() 65 Visitor.DisallowMatch("declref", 4, 58); in TEST()
|
D | InitListExprPreOrder.cpp | 46 Visitor.DisallowMatch("semantic", 2, 21); in TEST()
|
D | ConstructExpr.cpp | 64 Visitor.DisallowMatch("WithCtor", 2, 8); in TEST()
|
D | TraversalScope.cpp | 44 V.DisallowMatch("foo", 2, 8); in TEST()
|
/external/clang/unittests/Tooling/ |
D | RecursiveASTVisitorTestExprVisitor.cpp | 152 Visitor.DisallowMatch("WithCtor", 2, 8); in TEST()
|
D | TestVisitor.h | 123 void DisallowMatch(Twine Match, unsigned Line, unsigned Column) { in DisallowMatch() function
|