Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp680 return clang_ast_ctx->CreateDeclContext(decl_context); in GetDeclContextForUID()
710 return clang_ast_ctx->CreateDeclContext(decl_context); in GetDeclContextContainingUID()
1725 return clang_type_system->CreateDeclContext(namespace_decl); in FindNamespace()
H A DPDBASTParser.cpp567 name.c_str(), m_ast.CreateDeclContext(decl_ctx), 0); in CreateLLDBTypeFromPDBType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h504 CompilerDeclContext CreateDeclContext(clang::DeclContext *ctx);
H A DTypeSystemClang.cpp1202 CompilerDeclContext TypeSystemClang::CreateDeclContext(DeclContext *ctx) { in CreateDeclContext() function in TypeSystemClang
9511 return CreateDeclContext(((clang::Decl *)opaque_decl)->getDeclContext()); in DeclGetDeclContext()
9576 CreateDeclContext(it->second)); in DeclContextFindDeclByName()
9691 CreateDeclContext(it->second)); in CountDeclLevels()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2271 return m_ast.CreateDeclContext(clang_decl_ctx); in GetDeclContextForUIDFromDWARF()
2280 return m_ast.CreateDeclContext(clang_decl_ctx); in GetDeclContextContainingUIDFromDWARF()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1438 return m_clang.CreateDeclContext(&context); in ToCompilerDeclContext()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp701 m_clang_ast_context->CreateDeclContext( in FindExternalVisibleDecls()