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

References

tools/clang/include/clang/AST/RecursiveASTVisitor.h
  161   Derived &getDerived() { return *static_cast<Derived *>(this); }
tools/clang/unittests/Tooling/RecursiveASTVisitorTestTypeLocVisitor.cpp
   15 class TypeLocVisitor : public ExpectedLocationVisitor<TypeLocVisitor> {
   24   TypeLocVisitor Visitor;
   30   TypeLocVisitor Visitor;
   39   TypeLocVisitor Visitor;
   47   TypeLocVisitor Visitor;
   55   TypeLocVisitor Visitor;
   64   TypeLocVisitor Visitor;
   72   TypeLocVisitor Visitor;
   81   TypeLocVisitor Visitor;
tools/clang/unittests/Tooling/TestVisitor.h
   35 class TestVisitor : public RecursiveASTVisitor<T> {