Home | History | Annotate | Download | only in AST

Lines Matching refs:Create

57 CXXRecordDecl *CXXRecordDecl::Create(const ASTContext &C, TagKind TK,
71 CXXRecordDecl *CXXRecordDecl::Create(const ASTContext &C, EmptyShell Empty) {
242 // Create base specifier for any direct or indirect virtual bases.
1158 CXXMethodDecl::Create(ASTContext &C, CXXRecordDecl *RD,
1354 CXXCtorInitializer *CXXCtorInitializer::Create(ASTContext &Context,
1404 CXXConstructorDecl::Create(ASTContext &C, EmptyShell Empty) {
1410 CXXConstructorDecl::Create(ASTContext &C, CXXRecordDecl *RD,
1539 CXXDestructorDecl::Create(ASTContext &C, EmptyShell Empty) {
1545 CXXDestructorDecl::Create(ASTContext &C, CXXRecordDecl *RD,
1558 CXXConversionDecl::Create(ASTContext &C, EmptyShell Empty) {
1565 CXXConversionDecl::Create(ASTContext &C, CXXRecordDecl *RD,
1579 LinkageSpecDecl *LinkageSpecDecl::Create(ASTContext &C,
1588 UsingDirectiveDecl *UsingDirectiveDecl::Create(ASTContext &C, DeclContext *DC,
1608 NamespaceAliasDecl *NamespaceAliasDecl::Create(ASTContext &C, DeclContext *DC,
1659 UsingDecl *UsingDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation UL,
1667 UnresolvedUsingValueDecl::Create(ASTContext &C, DeclContext *DC,
1676 UnresolvedUsingTypenameDecl::Create(ASTContext &C, DeclContext *DC,
1687 StaticAssertDecl *StaticAssertDecl::Create(ASTContext &C, DeclContext *DC,