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

Definitions

tools/clang/include/clang/AST/RecursiveASTVisitor.h
  161   Derived &getDerived() { return *static_cast<Derived *>(this); }
  626 bool RecursiveASTVisitor<Derived>::TraverseStmt(Stmt *S,
 2352 DEF_TRAVERSE_STMT(GenericSelectionExpr, {
tools/clang/lib/Tooling/ASTDiff/ASTDiff.cpp
  239   bool TraverseStmt(Stmt *S) {
tools/clang/tools/extra/clang-tidy/modernize/LoopConvertUtils.cpp
  820 bool ForLoopIndexUseVisitor::TraverseStmt(Stmt *S) {
tools/clang/tools/extra/clang-tidy/modernize/UseNullptrCheck.cpp
  101   bool TraverseStmt(Stmt *S) {
tools/clang/tools/extra/clangd/refactor/tweaks/ExtractFunction.cpp
  433     bool TraverseStmt(Stmt *S) {
tools/clang/unittests/Tooling/LexicallyOrderedRecursiveASTVisitorTest.cpp
   67 bool LexicallyOrderedDeclVisitor::TraverseStmt(Stmt *S) {