Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp684 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()
H A DPDBASTParser.cpp565 name.c_str(), m_ast.CreateDeclContext(decl_ctx), 0); in CreateLLDBTypeFromPDBType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp423 ctf_typedef.name.data(), m_ast->CreateDeclContext(decl_ctx), 0); in CreateTypedef()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h572 CompilerDeclContext CreateDeclContext(clang::DeclContext *ctx);
H A DTypeSystemClang.cpp1202 CompilerDeclContext TypeSystemClang::CreateDeclContext(DeclContext *ctx) { in CreateDeclContext() function in TypeSystemClang
2562 return CreateDeclContext(decl_context); in GetCompilerDeclContextForType()
8971 return CreateDeclContext(((clang::Decl *)opaque_decl)->getDeclContext()); in DeclGetDeclContext()
9096 CreateDeclContext(it->second)); in DeclContextFindDeclByName()
9211 CreateDeclContext(it->second)); in CountDeclLevels()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2328 return m_ast.CreateDeclContext(clang_decl_ctx); in GetDeclContextForUIDFromDWARF()
2337 return m_ast.CreateDeclContext(clang_decl_ctx); in GetDeclContextContainingUIDFromDWARF()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1440 return m_clang.CreateDeclContext(&context); in ToCompilerDeclContext()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp696 m_clang_ast_context->CreateDeclContext( in FindExternalVisibleDecls()