• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/lib/AST/

Lines Matching refs:DeclContext

122                              DeclContext *DC, SourceLocation StartLoc,
130 DeclContext *DC, SourceLocation StartLoc,
145 CXXRecordDecl::CreateLambda(const ASTContext &C, DeclContext *DC,
1440 static bool allLookupResultsAreTheSame(const DeclContext::lookup_result &R) {
1452 DeclContext::lookup_result Calls = RD.lookup(Name);
1481 DeclContext::lookup_result Invoker = lookup(Name);
1816 DeclContext::lookup_result R = lookup(Name);
1844 static bool isDeclContextInNamespace(const DeclContext *DC) {
2007 ASTContext &C, DeclContext *DC, SourceLocation StartLoc,
2022 ASTContext &C, DeclContext *DC, SourceLocation StartLoc) {
2293 DeclContext::lookup_result R = getDeclContext()->lookup(getDeclName());
2744 LinkageSpecDecl::LinkageSpecDecl(DeclContext *DC, SourceLocation ExternLoc,
2747 : Decl(LinkageSpec, DC, LangLoc), DeclContext(LinkageSpec),
2756 DeclContext *DC,
2772 UsingDirectiveDecl *UsingDirectiveDecl::Create(ASTContext &C, DeclContext *DC,
2778 DeclContext *CommonAncestor) {
2799 NamespaceDecl::NamespaceDecl(ASTContext &C, DeclContext *DC, bool Inline,
2802 : NamedDecl(Namespace, DC, IdLoc, Id), DeclContext(Namespace),
2811 NamespaceDecl *NamespaceDecl::Create(ASTContext &C, DeclContext *DC,
2866 NamespaceAliasDecl *NamespaceAliasDecl::Create(ASTContext &C, DeclContext *DC,
2920 UsingShadowDecl::UsingShadowDecl(Kind K, ASTContext &C, DeclContext *DC,
2950 ConstructorUsingShadowDecl::Create(ASTContext &C, DeclContext *DC,
2999 UsingDecl *UsingDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation UL,
3020 UsingPackDecl *UsingPackDecl::Create(ASTContext &C, DeclContext *DC,
3041 UnresolvedUsingValueDecl::Create(ASTContext &C, DeclContext *DC,
3069 UnresolvedUsingTypenameDecl::Create(ASTContext &C, DeclContext *DC,
3090 StaticAssertDecl *StaticAssertDecl::Create(ASTContext &C, DeclContext *DC,
3108 BindingDecl *BindingDecl::Create(ASTContext &C, DeclContext *DC,
3138 DecompositionDecl *DecompositionDecl::Create(ASTContext &C, DeclContext *DC,
3178 MSPropertyDecl *MSPropertyDecl::Create(ASTContext &C, DeclContext *DC,
3196 MSGuidDecl::MSGuidDecl(DeclContext *DC, QualType T, Parts P)
3201 DeclContext *DC = C.getTranslationUnitDecl();