Searched refs:DisallowMatch (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A 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()
|
| H A D | TestVisitor.h | 134 void DisallowMatch(Twine Match, unsigned Line, unsigned Column) { in DisallowMatch() function
|
| /llvm-project-15.0.7/clang/unittests/Tooling/RecursiveASTVisitorTests/ |
| H A D | CXXMethodDecl.cpp | 43 Visitor.DisallowMatch("declref", 8, 28); in TEST() 65 Visitor.DisallowMatch("declref", 4, 58); in TEST()
|
| H A D | InitListExprPreOrder.cpp | 46 Visitor.DisallowMatch("semantic", 2, 21); in TEST()
|
| H A D | ConstructExpr.cpp | 64 Visitor.DisallowMatch("WithCtor", 2, 8); in TEST()
|
| H A D | TraversalScope.cpp | 51 V.DisallowMatch("foo", 2, 8); in TEST()
|