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

Definitions

tools/clang/include/clang/AST/Decl.h
 2650 class FieldDecl : public DeclaratorDecl, public Mergeable<FieldDecl> {
 3669 class RecordDecl : public TagDecl {
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 {
 1944 class ObjCIvarDecl : public FieldDecl {
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
 1016 template <class D> class TaggedASTDecl {