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

Definitions

tools/clang/include/clang/AST/Decl.h
  249 class NamedDecl : public Decl {
  828 class VarDecl : public DeclaratorDecl, public Redeclarable<VarDecl> {
 1785 class FunctionDecl : public DeclaratorDecl,
tools/clang/include/clang/AST/DeclBase.h
   88 class alignas(8) Decl {
tools/clang/include/clang/AST/DeclCXX.h
  255 class CXXRecordDecl : public RecordDecl {
tools/clang/include/clang/AST/DeclObjC.h
  728 class ObjCPropertyDecl : public NamedDecl {
 1171 class ObjCInterfaceDecl : public ObjCContainerDecl
 1944 class ObjCIvarDecl : public FieldDecl {
 2279 class ObjCCategoryDecl : public ObjCContainerDecl {
tools/clang/include/clang/AST/DeclTemplate.h
  961 class FunctionTemplateDecl : public RedeclarableTemplateDecl {
 2069 class ClassTemplateDecl : public RedeclarableTemplateDecl {
 2891 class VarTemplateDecl : public RedeclarableTemplateDecl {
tools/clang/lib/AST/ASTImporter.cpp
  151     template <typename ImportT>