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/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp
   36     : public RecursiveASTVisitor<FindIdenticalExprVisitor> {
  506     FindIdenticalExprVisitor Visitor(BR, this, Mgr.getAnalysisDeclContext(D));