Lines Matching defs:Create
131 CXXRecordDecl *CXXRecordDecl::Create(const ASTContext &C, TagKind TK, in Create() function in CXXRecordDecl
2077 CXXDeductionGuideDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in CXXDeductionGuideDecl
2093 RequiresExprBodyDecl *RequiresExprBodyDecl::Create( in Create() function in RequiresExprBodyDecl
2195 CXXMethodDecl *CXXMethodDecl::Create(ASTContext &C, CXXRecordDecl *RD, in Create() function in CXXMethodDecl
2622 CXXConstructorDecl *CXXConstructorDecl::Create( in Create() function in CXXConstructorDecl
2757 CXXDestructorDecl *CXXDestructorDecl::Create( in Create() function in CXXDestructorDecl
2791 CXXConversionDecl *CXXConversionDecl::Create( in Create() function in CXXConversionDecl
2820 LinkageSpecDecl *LinkageSpecDecl::Create(ASTContext &C, in Create() function in LinkageSpecDecl
2837 UsingDirectiveDecl *UsingDirectiveDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in UsingDirectiveDecl
2876 NamespaceDecl *NamespaceDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in NamespaceDecl
2931 NamespaceAliasDecl *NamespaceAliasDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in NamespaceAliasDecl
3015 ConstructorUsingShadowDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ConstructorUsingShadowDecl
3064 UsingDecl *UsingDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation UL, in Create() function in UsingDecl
3085 UsingPackDecl *UsingPackDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in UsingPackDecl
3106 UnresolvedUsingValueDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in UnresolvedUsingValueDecl
3134 UnresolvedUsingTypenameDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in UnresolvedUsingTypenameDecl
3155 StaticAssertDecl *StaticAssertDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in StaticAssertDecl
3173 BindingDecl *BindingDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in BindingDecl
3197 DecompositionDecl *DecompositionDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in DecompositionDecl
3237 MSPropertyDecl *MSPropertyDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in MSPropertyDecl
3259 MSGuidDecl *MSGuidDecl::Create(const ASTContext &C, QualType T, Parts P) { in Create() function in MSGuidDecl