reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/unittests/Tooling/LexicallyOrderedRecursiveASTVisitorTest.cpp
  132   Visitor.DisallowMatch("/nestedFunction/", 6, 1);
  135   Visitor.DisallowMatch("/anotherNestedFunction/", 10, 1);
  137   Visitor.DisallowMatch("/innerVariable", 14, 1);
  140   Visitor.DisallowMatch("/catF/", 22, 1);
tools/clang/unittests/Tooling/RecursiveASTVisitorTests/CXXMethodDecl.cpp
   43       Visitor.DisallowMatch("declref", 8, 28);
tools/clang/unittests/Tooling/RecursiveASTVisitorTests/ConstructExpr.cpp
   64   Visitor.DisallowMatch("WithCtor", 2, 8);
tools/clang/unittests/Tooling/RecursiveASTVisitorTests/InitListExprPreOrder.cpp
   46   Visitor.DisallowMatch("semantic", 2, 21);
tools/clang/unittests/Tooling/RecursiveASTVisitorTests/TraversalScope.cpp
   44   V.DisallowMatch("foo", 2, 8);