• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/

Lines Matching refs:DeclContext

198   static void DumpDeclContextHiearchy(clang::DeclContext *decl_ctx);
227 static clang::DeclContext *GetDeclContextForType(clang::QualType type);
229 static clang::DeclContext *GetDeclContextForType(const CompilerType &type);
265 clang::DeclContext *decl_context = nullptr) {
277 clang::DeclContext::lookup_result result = decl_context->lookup(myName);
324 CompilerType CreateRecordType(clang::DeclContext *decl_ctx,
350 CreateFunctionTemplateDecl(clang::DeclContext *decl_ctx,
360 CreateClassTemplateDecl(clang::DeclContext *decl_ctx,
369 clang::DeclContext *decl_ctx, OptionalClangModuleID owning_module,
377 static clang::DeclContext *
389 clang::DeclContext *decl_ctx,
407 GetUniqueNamespaceDeclaration(const char *name, clang::DeclContext *decl_ctx,
414 CreateFunctionDeclaration(clang::DeclContext *decl_ctx,
432 CreateParameterDeclaration(clang::DeclContext *decl_ctx,
449 clang::DeclContext *decl_ctx,
513 /// Creates a CompilerDeclContext from the given DeclContext
515 /// The DeclContext has to come from the ASTContext of this
517 CompilerDeclContext CreateDeclContext(clang::DeclContext *ctx);
539 // Clang specific clang::DeclContext functions
541 static clang::DeclContext *
857 uint32_t CountDeclLevels(clang::DeclContext *frame_decl_ctx,
858 clang::DeclContext *child_decl_ctx,
1022 clang::DeclContext *decl_ctx, OptionalClangModuleID owning_module,
1026 clang::BlockDecl *CreateBlockDeclaration(clang::DeclContext *ctx,
1030 CreateUsingDirectiveDeclaration(clang::DeclContext *decl_ctx,
1034 clang::UsingDecl *CreateUsingDeclaration(clang::DeclContext *current_decl_ctx,
1038 clang::VarDecl *CreateVariableDeclaration(clang::DeclContext *decl_context,