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

References

tools/clang/unittests/Tooling/ASTSelectionTest.cpp
   28 class SelectionFinderVisitor : public TestVisitor<SelectionFinderVisitor> {
tools/clang/unittests/Tooling/CastExprTest.cpp
   15 struct CastExprVisitor : TestVisitor<CastExprVisitor> {
tools/clang/unittests/Tooling/CommentHandlerTest.cpp
   25 class CommentHandlerVisitor : public TestVisitor<CommentHandlerVisitor>,
   27   typedef TestVisitor<CommentHandlerVisitor> base;
tools/clang/unittests/Tooling/FixItTest.cpp
   21 struct CallsVisitor : TestVisitor<CallsVisitor> {
tools/clang/unittests/Tooling/LookupTest.cpp
   14 struct GetDeclsVisitor : TestVisitor<GetDeclsVisitor> {
tools/clang/unittests/Tooling/QualTypeNamesTest.cpp
   14 struct TypeNameVisitor : TestVisitor<TypeNameVisitor> {
tools/clang/unittests/Tooling/RecursiveASTVisitorTestPostOrderVisitor.cpp
   20 class RecordingVisitor : public TestVisitor<RecordingVisitor> {
tools/clang/unittests/Tooling/SourceCodeTest.cpp
   26 struct IntLitVisitor : TestVisitor<IntLitVisitor> {
   35 struct CallsVisitor : TestVisitor<CallsVisitor> {
tools/clang/unittests/Tooling/TestVisitor.h
   94     FindConsumer(TestVisitor *Visitor) : Visitor(Visitor) {}
  102     TestVisitor *Visitor;
  107     TestAction(TestVisitor *Visitor) : Visitor(Visitor) {}
  116     TestVisitor *Visitor;