Home
last modified time | relevance | path

Searched refs:DisallowMatch (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DLexicallyOrderedRecursiveASTVisitorTest.cpp132 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 DTestVisitor.h134 void DisallowMatch(Twine Match, unsigned Line, unsigned Column) { in DisallowMatch() function
/llvm-project-15.0.7/clang/unittests/Tooling/RecursiveASTVisitorTests/
H A DCXXMethodDecl.cpp43 Visitor.DisallowMatch("declref", 8, 28); in TEST()
65 Visitor.DisallowMatch("declref", 4, 58); in TEST()
H A DInitListExprPreOrder.cpp46 Visitor.DisallowMatch("semantic", 2, 21); in TEST()
H A DConstructExpr.cpp64 Visitor.DisallowMatch("WithCtor", 2, 8); in TEST()
H A DTraversalScope.cpp51 V.DisallowMatch("foo", 2, 8); in TEST()