Home
last modified time | relevance | path

Searched refs:CreateDeclContext (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp677 return clang_ast_ctx->CreateDeclContext(decl_context); in GetDeclContextForUID()
706 return clang_ast_ctx->CreateDeclContext(decl_context); in GetDeclContextContainingUID()
1714 return clang_type_system->CreateDeclContext(namespace_decl); in FindNamespace()
H A DPDBASTParser.cpp560 name.c_str(), m_ast.CreateDeclContext(decl_ctx), 0); in CreateLLDBTypeFromPDBType()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h490 CompilerDeclContext CreateDeclContext(clang::DeclContext *ctx);
H A DTypeSystemClang.cpp1200 CompilerDeclContext TypeSystemClang::CreateDeclContext(DeclContext *ctx) { in CreateDeclContext() function in TypeSystemClang
9429 return CreateDeclContext(((clang::Decl *)opaque_decl)->getDeclContext()); in DeclGetDeclContext()
9494 CreateDeclContext(it->second)); in DeclContextFindDeclByName()
9609 CreateDeclContext(it->second)); in CountDeclLevels()
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp489 "foo_def", m_ast->CreateDeclContext(m_ast->GetTranslationUnitDecl()), 0); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2202 return m_ast.CreateDeclContext(clang_decl_ctx); in GetDeclContextForUIDFromDWARF()
2211 return m_ast.CreateDeclContext(clang_decl_ctx); in GetDeclContextContainingUIDFromDWARF()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp702 m_clang_ast_context->CreateDeclContext( in FindExternalVisibleDecls()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1662 return m_clang.CreateDeclContext(&context); in ToCompilerDeclContext()