Searched refs:CreateDeclContext (Results 1 – 8 of 8) sorted by relevance
684 return clang_ast_ctx->CreateDeclContext(decl_context); in GetDeclContextForUID()714 return clang_ast_ctx->CreateDeclContext(decl_context); in GetDeclContextContainingUID()1710 return clang_type_system->CreateDeclContext(namespace_decl); in FindNamespace()
565 name.c_str(), m_ast.CreateDeclContext(decl_ctx), 0); in CreateLLDBTypeFromPDBType()
423 ctf_typedef.name.data(), m_ast->CreateDeclContext(decl_ctx), 0); in CreateTypedef()
579 CompilerDeclContext CreateDeclContext(clang::DeclContext *ctx);
1144 CompilerDeclContext TypeSystemClang::CreateDeclContext(DeclContext *ctx) { in CreateDeclContext() function in TypeSystemClang2514 return CreateDeclContext(decl_context); in GetCompilerDeclContextForType()9157 return CreateDeclContext(((clang::Decl *)opaque_decl)->getDeclContext()); in DeclGetDeclContext()9295 CreateDeclContext(it->second)); in DeclContextFindDeclByName()9409 CreateDeclContext(it->second)); in CountDeclLevels()
2258 return m_ast.CreateDeclContext(clang_decl_ctx); in GetDeclContextForUIDFromDWARF()2267 return m_ast.CreateDeclContext(clang_decl_ctx); in GetDeclContextContainingUIDFromDWARF()
1440 return m_clang.CreateDeclContext(&context); in ToCompilerDeclContext()
695 m_clang_ast_context->CreateDeclContext( in FindExternalVisibleDecls()