Lines Matching defs:Create
2133 VarDecl *VarDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation StartL,
2907 ParmVarDecl *ParmVarDecl::Create(ASTContext &C, DeclContext *DC,
3088 FunctionDecl::DefaultedOrDeletedFunctionInfo::Create(
3126 setDefaultedOrDeletedInfo(DefaultedOrDeletedFunctionInfo::Create(
4210 FunctionTemplateSpecializationInfo::Create(
4223 DependentFunctionTemplateSpecializationInfo::Create(Context, Templates,
4235 DependentFunctionTemplateSpecializationInfo::Create(
4239 TArgs ? ASTTemplateArgumentListInfo::Create(Context, *TArgs) : nullptr;
4537 FieldDecl *FieldDecl::Create(const ASTContext &C, DeclContext *DC,
4844 EnumDecl *EnumDecl::Create(ASTContext &C, DeclContext *DC,
5007 RecordDecl *RecordDecl::Create(const ASTContext &C, TagKind TK, DeclContext *DC,
5264 TranslationUnitDecl *TranslationUnitDecl::Create(ASTContext &C) {
5277 PragmaCommentDecl *PragmaCommentDecl::Create(const ASTContext &C,
5300 PragmaDetectMismatchDecl::Create(const ASTContext &C, TranslationUnitDecl *DC,
5324 ExternCContextDecl *ExternCContextDecl::Create(const ASTContext &C,
5331 LabelDecl *LabelDecl::Create(ASTContext &C, DeclContext *DC,
5336 LabelDecl *LabelDecl::Create(ASTContext &C, DeclContext *DC,
5371 ImplicitParamDecl *ImplicitParamDecl::Create(ASTContext &C, DeclContext *DC,
5378 ImplicitParamDecl *ImplicitParamDecl::Create(ASTContext &C, QualType Type,
5389 FunctionDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc,
5408 BlockDecl *BlockDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation L) {
5420 CapturedDecl *CapturedDecl::Create(ASTContext &C, DeclContext *DC,
5445 EnumConstantDecl *EnumConstantDecl::Create(ASTContext &C, EnumDecl *CD,
5473 IndirectFieldDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation L,
5495 TypedefDecl *TypedefDecl::Create(ASTContext &C, DeclContext *DC,
5546 TypeAliasDecl *TypeAliasDecl::Create(ASTContext &C, DeclContext *DC,
5578 FileScopeAsmDecl *FileScopeAsmDecl::Create(ASTContext &C, DeclContext *DC,
5593 TopLevelStmtDecl *TopLevelStmtDecl::Create(ASTContext &C, Stmt *Statement) {
5621 EmptyDecl *EmptyDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation L) {
5636 HLSLBufferDecl *HLSLBufferDecl::Create(ASTContext &C,
5697 ImportDecl *ImportDecl::Create(ASTContext &C, DeclContext *DC,
5743 ExportDecl *ExportDecl::Create(ASTContext &C, DeclContext *DC,