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

Definitions

tools/clang/include/clang/AST/Decl.h
  697 class DeclaratorDecl : public ValueDecl {
 1785 class FunctionDecl : public DeclaratorDecl,
 3402 class EnumDecl : public TagDecl {
 3669 class RecordDecl : public TagDecl {
tools/clang/include/clang/AST/RecursiveASTVisitor.h
  510   template <typename T>