예제 #1
0
 public class ValueDecl : NamedDecl { protected ValueDecl(DeclKind kind, IDecl parent) : base(kind, parent)
                                      {
                                      }
예제 #2
0
 protected UsingShadowDecl(DeclKind kind, IDecl parent) : base(kind, parent)
 {
 }
예제 #3
0
 public class TypedefNameDecl : TypeDecl { internal TypedefNameDecl(DeclKind kind, IDecl parent) : base(kind, parent)
                                           {
                                           }
예제 #4
0
 protected CXXRecordDecl(DeclKind kind, IDecl parent) : base(kind, parent)
 {
 }
예제 #5
0
 public class RedeclarableTemplateDecl : TemplateDecl { internal RedeclarableTemplateDecl(DeclKind kind, IDecl parent) : base(kind, parent)
                                                        {
                                                        }
예제 #6
0
 public class TemplateDecl : NamedDecl { internal TemplateDecl(DeclKind kind, IDecl parent) : base(kind, parent)
                                         {
                                         }