Home
last modified time | relevance | path

Searched refs:GetDeclContext (Results 1 – 19 of 19) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompilerDecl.cpp23 CompilerDeclContext CompilerDecl::GetDeclContext() const { in GetDeclContext() function in CompilerDecl
H A DType.cpp1114 m_decl.GetDeclContext().GetName().AsCString()); in GetDescription()
1118 m_decl.GetDeclContext().GetName().AsCString()); in GetDescription()
H A DBlock.cpp480 CompilerDeclContext Block::GetDeclContext() { in GetDeclContext() function in Block
H A DVariable.cpp194 CompilerDeclContext Variable::GetDeclContext() { in GetDeclContext() function in Variable
H A DFunction.cpp490 CompilerDeclContext Function::GetDeclContext() { in GetDeclContext() function in Function
H A DSymbolContext.cpp549 CompilerDeclContext decl_ctx = function_block->GetDeclContext(); in GetFunctionMethodInfo()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerDecl.h74 CompilerDeclContext GetDeclContext() const;
H A DVariable.h111 CompilerDeclContext GetDeclContext();
H A DBlock.h286 CompilerDeclContext GetDeclContext();
H A DFunction.h544 CompilerDeclContext GetDeclContext();
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp659 CompilerDeclContext frame_decl_context = sym_ctx.block->GetDeclContext(); in GetTypeSystemClang()
814 CompilerDeclContext function_decl_ctx = function_block->GetDeclContext(); in LookUpLldbClass()
919 CompilerDeclContext function_decl_ctx = function_block->GetDeclContext(); in LookUpLldbObjCClass()
996 CompilerDeclContext frame_decl_context = sym_ctx.block->GetDeclContext(); in LookupLocalVarNamespace()
1070 CompilerDeclContext decl_context = sym_ctx.block->GetDeclContext(); in LookupLocalVariable()
1174 CompilerDeclContext func_decl_context = function->GetDeclContext(); in SearchFunctionsInSymbolContexts()
1285 frame_sym_ctx.block != nullptr ? frame_sym_ctx.block->GetDeclContext() in LookupFunction()
1304 CompilerDeclContext decl_ctx = sym_ctx.function->GetDeclContext(); in LookupFunction()
1835 TypeSystem *type_system = function->GetDeclContext().GetTypeSystem(); in AddOneFunction()
1838 (clang::DeclContext *)function->GetDeclContext() in AddOneFunction()
H A DClangUserExpression.cpp126 CompilerDeclContext decl_context = function_block->GetDeclContext(); in ScanContext()
H A DClangASTSource.cpp1075 CompilerDeclContext function_decl_ctx = sc.function->GetDeclContext(); in FindObjCMethodDecls()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.h75 void GetDeclContext(
H A DDWARFDIE.cpp376 void DWARFDIE::GetDeclContext( in GetDeclContext() function in DWARFDIE
383 parent.GetDeclContext(context); in GetDeclContext()
H A DSymbolFileDWARF.h312 static lldb_private::CompilerDeclContext GetDeclContext(const DWARFDIE &die);
H A DSymbolFileDWARF.cpp1477 return GetDeclContext(die); in GetDeclContextForUID()
2625 die.GetDeclContext(die_context); in FindTypes()
4193 CompilerDeclContext SymbolFileDWARF::GetDeclContext(const DWARFDIE &die) { in GetDeclContext() function in SymbolFileDWARF
H A DDWARFASTParserClang.cpp144 die.GetDeclContext(decl_context); in ParseTypeFromClangModule()
3258 SymbolFileDWARF::GetDeclContext(imported_uid); in GetClangDeclForDIE()
/openbsd-src/gnu/llvm/lldb/tools/lldb-test/
H A Dlldb-test.cpp459 return List.GetVariableAtIndex(0)->GetDeclContext(); in getDeclContext()