Lines Matching defs:Create
2148 VarDecl *VarDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation StartL, in Create() function in VarDecl
2905 ParmVarDecl *ParmVarDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ParmVarDecl
3086 FunctionDecl::DefaultedFunctionInfo::Create(ASTContext &Context, in Create() function in FunctionDecl::DefaultedFunctionInfo
4187 DependentFunctionTemplateSpecializationInfo::Create( in Create() function in DependentFunctionTemplateSpecializationInfo
4489 FieldDecl *FieldDecl::Create(const ASTContext &C, DeclContext *DC, in Create() function in FieldDecl
4796 EnumDecl *EnumDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in EnumDecl
4959 RecordDecl *RecordDecl::Create(const ASTContext &C, TagKind TK, DeclContext *DC, in Create() function in RecordDecl
5209 TranslationUnitDecl *TranslationUnitDecl::Create(ASTContext &C) { in Create() function in TranslationUnitDecl
5215 PragmaCommentDecl *PragmaCommentDecl::Create(const ASTContext &C, in Create() function in PragmaCommentDecl
5238 PragmaDetectMismatchDecl::Create(const ASTContext &C, TranslationUnitDecl *DC, in Create() function in PragmaDetectMismatchDecl
5262 ExternCContextDecl *ExternCContextDecl::Create(const ASTContext &C, in Create() function in ExternCContextDecl
5269 LabelDecl *LabelDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in LabelDecl
5274 LabelDecl *LabelDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in LabelDecl
5309 ImplicitParamDecl *ImplicitParamDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ImplicitParamDecl
5316 ImplicitParamDecl *ImplicitParamDecl::Create(ASTContext &C, QualType Type, in Create() function in ImplicitParamDecl
5327 FunctionDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in Create() function in FunctionDecl
5346 BlockDecl *BlockDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation L) { in Create() function in BlockDecl
5358 CapturedDecl *CapturedDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in CapturedDecl
5383 EnumConstantDecl *EnumConstantDecl::Create(ASTContext &C, EnumDecl *CD, in Create() function in EnumConstantDecl
5411 IndirectFieldDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation L, in Create() function in IndirectFieldDecl
5433 TypedefDecl *TypedefDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in TypedefDecl
5483 TypeAliasDecl *TypeAliasDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in TypeAliasDecl
5513 FileScopeAsmDecl *FileScopeAsmDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in FileScopeAsmDecl
5528 TopLevelStmtDecl *TopLevelStmtDecl::Create(ASTContext &C, Stmt *Statement) { in Create() function in TopLevelStmtDecl
5551 EmptyDecl *EmptyDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation L) { in Create() function in EmptyDecl
5566 HLSLBufferDecl *HLSLBufferDecl::Create(ASTContext &C, in Create() function in HLSLBufferDecl
5626 ImportDecl *ImportDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ImportDecl
5672 ExportDecl *ExportDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ExportDecl