Lines Matching defs:Create

2087 VarDecl *VarDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation StartL,  in Create()  function in VarDecl
2842 ParmVarDecl *ParmVarDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ParmVarDecl
3021 FunctionDecl::DefaultedFunctionInfo::Create(ASTContext &Context, in Create() function in FunctionDecl::DefaultedFunctionInfo
4009 DependentFunctionTemplateSpecializationInfo::Create( in Create() function in DependentFunctionTemplateSpecializationInfo
4290 FieldDecl *FieldDecl::Create(const ASTContext &C, DeclContext *DC, in Create() function in FieldDecl
4554 EnumDecl *EnumDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in EnumDecl
4717 RecordDecl *RecordDecl::Create(const ASTContext &C, TagKind TK, DeclContext *DC, in Create() function in RecordDecl
4959 TranslationUnitDecl *TranslationUnitDecl::Create(ASTContext &C) { in Create() function in TranslationUnitDecl
4965 PragmaCommentDecl *PragmaCommentDecl::Create(const ASTContext &C, in Create() function in PragmaCommentDecl
4988 PragmaDetectMismatchDecl::Create(const ASTContext &C, TranslationUnitDecl *DC, in Create() function in PragmaDetectMismatchDecl
5012 ExternCContextDecl *ExternCContextDecl::Create(const ASTContext &C, in Create() function in ExternCContextDecl
5019 LabelDecl *LabelDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in LabelDecl
5024 LabelDecl *LabelDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in LabelDecl
5059 ImplicitParamDecl *ImplicitParamDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ImplicitParamDecl
5066 ImplicitParamDecl *ImplicitParamDecl::Create(ASTContext &C, QualType Type, in Create() function in ImplicitParamDecl
5077 FunctionDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in Create() function in FunctionDecl
5096 BlockDecl *BlockDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation L) { in Create() function in BlockDecl
5108 CapturedDecl *CapturedDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in CapturedDecl
5126 EnumConstantDecl *EnumConstantDecl::Create(ASTContext &C, EnumDecl *CD, in Create() function in EnumConstantDecl
5154 IndirectFieldDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation L, in Create() function in IndirectFieldDecl
5176 TypedefDecl *TypedefDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in TypedefDecl
5226 TypeAliasDecl *TypeAliasDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in TypeAliasDecl
5256 FileScopeAsmDecl *FileScopeAsmDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in FileScopeAsmDecl
5271 TopLevelStmtDecl *TopLevelStmtDecl::Create(ASTContext &C, Stmt *Statement) { in Create() function in TopLevelStmtDecl
5294 EmptyDecl *EmptyDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation L) { in Create() function in EmptyDecl
5309 HLSLBufferDecl *HLSLBufferDecl::Create(ASTContext &C, in Create() function in HLSLBufferDecl
5369 ImportDecl *ImportDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ImportDecl
5415 ExportDecl *ExportDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ExportDecl