Searched refs:CreateDeclContext (Results 1 – 7 of 7) sorted by relevance
671 return clang_ast_ctx->CreateDeclContext(decl_context); in GetDeclContextForUID()700 return clang_ast_ctx->CreateDeclContext(decl_context); in GetDeclContextContainingUID()1707 return clang_type_system->CreateDeclContext(namespace_decl); in FindNamespace()
558 name.c_str(), m_ast.CreateDeclContext(decl_ctx), 0); in CreateLLDBTypeFromPDBType()
498 CompilerDeclContext CreateDeclContext(clang::DeclContext *ctx);
1214 CompilerDeclContext TypeSystemClang::CreateDeclContext(DeclContext *ctx) { in CreateDeclContext() function in TypeSystemClang9332 return CreateDeclContext(((clang::Decl *)opaque_decl)->getDeclContext()); in DeclGetDeclContext()9397 CreateDeclContext(it->second)); in DeclContextFindDeclByName()9512 CreateDeclContext(it->second)); in CountDeclLevels()
2123 return m_ast.CreateDeclContext(clang_decl_ctx); in GetDeclContextForUIDFromDWARF()2132 return m_ast.CreateDeclContext(clang_decl_ctx); in GetDeclContextContainingUIDFromDWARF()
1349 return m_clang.CreateDeclContext(&context); in ToCompilerDeclContext()
677 m_clang_ast_context->CreateDeclContext( in FindExternalVisibleDecls()