Lines Matching defs:DC

124                              DeclContext *DC, SourceLocation StartLoc,  in CXXRecordDecl()
132 DeclContext *DC, SourceLocation StartLoc, in Create()
147 CXXRecordDecl::CreateLambda(const ASTContext &C, DeclContext *DC, in CreateLambda()
1914 static bool isDeclContextInNamespace(const DeclContext *DC) { in isDeclContextInNamespace()
2077 CXXDeductionGuideDecl::Create(ASTContext &C, DeclContext *DC, in Create()
2094 ASTContext &C, DeclContext *DC, SourceLocation StartLoc) { in Create()
2809 LinkageSpecDecl::LinkageSpecDecl(DeclContext *DC, SourceLocation ExternLoc, in LinkageSpecDecl()
2821 DeclContext *DC, in Create()
2837 UsingDirectiveDecl *UsingDirectiveDecl::Create(ASTContext &C, DeclContext *DC, in Create()
2864 NamespaceDecl::NamespaceDecl(ASTContext &C, DeclContext *DC, bool Inline, in NamespaceDecl()
2876 NamespaceDecl *NamespaceDecl::Create(ASTContext &C, DeclContext *DC, in Create()
2931 NamespaceAliasDecl *NamespaceAliasDecl::Create(ASTContext &C, DeclContext *DC, in Create()
2985 UsingShadowDecl::UsingShadowDecl(Kind K, ASTContext &C, DeclContext *DC, in UsingShadowDecl()
3015 ConstructorUsingShadowDecl::Create(ASTContext &C, DeclContext *DC, in Create()
3064 UsingDecl *UsingDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation UL, in Create()
3085 UsingPackDecl *UsingPackDecl::Create(ASTContext &C, DeclContext *DC, in Create()
3106 UnresolvedUsingValueDecl::Create(ASTContext &C, DeclContext *DC, in Create()
3134 UnresolvedUsingTypenameDecl::Create(ASTContext &C, DeclContext *DC, in Create()
3155 StaticAssertDecl *StaticAssertDecl::Create(ASTContext &C, DeclContext *DC, in Create()
3173 BindingDecl *BindingDecl::Create(ASTContext &C, DeclContext *DC, in Create()
3197 DecompositionDecl *DecompositionDecl::Create(ASTContext &C, DeclContext *DC, in Create()
3237 MSPropertyDecl *MSPropertyDecl::Create(ASTContext &C, DeclContext *DC, in Create()
3255 MSGuidDecl::MSGuidDecl(DeclContext *DC, QualType T, Parts P) in MSGuidDecl()
3260 DeclContext *DC = C.getTranslationUnitDecl(); in Create() local