Lines Matching defs:Create
1980 VarDecl *VarDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in VarDecl
2672 ParmVarDecl *ParmVarDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ParmVarDecl
2834 FunctionDecl::DefaultedFunctionInfo::Create(ASTContext &Context, in Create() function in FunctionDecl::DefaultedFunctionInfo
3731 DependentFunctionTemplateSpecializationInfo::Create( in Create() function in DependentFunctionTemplateSpecializationInfo
4006 FieldDecl *FieldDecl::Create(const ASTContext &C, DeclContext *DC, in Create() function in FieldDecl
4252 EnumDecl *EnumDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in EnumDecl
4387 RecordDecl *RecordDecl::Create(const ASTContext &C, TagKind TK, DeclContext *DC, in Create() function in RecordDecl
4589 TranslationUnitDecl *TranslationUnitDecl::Create(ASTContext &C) { in Create() function in TranslationUnitDecl
4595 PragmaCommentDecl *PragmaCommentDecl::Create(const ASTContext &C, in Create() function in PragmaCommentDecl
4618 PragmaDetectMismatchDecl::Create(const ASTContext &C, TranslationUnitDecl *DC, in Create() function in PragmaDetectMismatchDecl
4642 ExternCContextDecl *ExternCContextDecl::Create(const ASTContext &C, in Create() function in ExternCContextDecl
4649 LabelDecl *LabelDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in LabelDecl
4654 LabelDecl *LabelDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in LabelDecl
4685 ImplicitParamDecl *ImplicitParamDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ImplicitParamDecl
4692 ImplicitParamDecl *ImplicitParamDecl::Create(ASTContext &C, QualType Type, in Create() function in ImplicitParamDecl
4702 FunctionDecl *FunctionDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in FunctionDecl
4724 BlockDecl *BlockDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation L) { in Create() function in BlockDecl
4736 CapturedDecl *CapturedDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in CapturedDecl
4754 EnumConstantDecl *EnumConstantDecl::Create(ASTContext &C, EnumDecl *CD, in Create() function in EnumConstantDecl
4782 IndirectFieldDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation L, in Create() function in IndirectFieldDecl
4803 TypedefDecl *TypedefDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in TypedefDecl
4853 TypeAliasDecl *TypeAliasDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in TypeAliasDecl
4883 FileScopeAsmDecl *FileScopeAsmDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in FileScopeAsmDecl
4898 EmptyDecl *EmptyDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation L) { in Create() function in EmptyDecl
4937 ImportDecl *ImportDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ImportDecl
4983 ExportDecl *ExportDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ExportDecl