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/ASTSelectionTest.cpp
   28 class SelectionFinderVisitor : public TestVisitor<SelectionFinderVisitor> {
   71     SelectionFinderVisitor::Language Language =
   72         SelectionFinderVisitor::Lang_CXX11) {
   73   SelectionFinderVisitor Visitor(Location, SelectionRange, Consumer);
   80     SelectionFinderVisitor::Language Language =
   81         SelectionFinderVisitor::Lang_CXX11) {
  413       SelectionFinderVisitor::Lang_OBJC);
  429       SelectionFinderVisitor::Lang_OBJC);
  453       SelectionFinderVisitor::Lang_OBJC);
  464                        SelectionFinderVisitor::Lang_OBJC);
  493       SelectionFinderVisitor::Lang_OBJC);
  536                        SelectionFinderVisitor::Lang_OBJC);
  592       SelectionFinderVisitor::Lang_OBJC);
  615       SelectionFinderVisitor::Lang_OBJC);
  638       SelectionFinderVisitor::Lang_OBJC);
  672       SelectionFinderVisitor::Lang_OBJC);
  924       SelectionFinderVisitor::Lang_OBJC);
  947       SelectionFinderVisitor::Lang_OBJC);
  971       SelectionFinderVisitor::Lang_OBJC);
  991       SelectionFinderVisitor::Lang_OBJC);
 1003       SelectionFinderVisitor::Lang_OBJC);
tools/clang/unittests/Tooling/TestVisitor.h
   35 class TestVisitor : public RecursiveASTVisitor<T> {