Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
DCompilerDecl.cpp23 CompilerDeclContext CompilerDecl::GetDeclContext() const { in GetDeclContext() function in CompilerDecl
DType.cpp1101 m_decl.GetDeclContext().GetName().AsCString()); in GetDescription()
1105 m_decl.GetDeclContext().GetName().AsCString()); in GetDescription()
DBlock.cpp469 CompilerDeclContext Block::GetDeclContext() { in GetDeclContext() function in Block
DFunction.cpp492 CompilerDeclContext Function::GetDeclContext() { in GetDeclContext() function in Function
DVariable.cpp204 CompilerDeclContext Variable::GetDeclContext() { in GetDeclContext() function in Variable
DSymbolContext.cpp555 CompilerDeclContext decl_ctx = function_block->GetDeclContext(); in GetFunctionMethodInfo()
/external/llvm-project/lldb/include/lldb/Symbol/
DCompilerDecl.h74 CompilerDeclContext GetDeclContext() const;
DVariable.h107 CompilerDeclContext GetDeclContext();
DBlock.h286 CompilerDeclContext GetDeclContext();
DFunction.h548 CompilerDeclContext GetDeclContext();
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDIE.h75 void GetDeclContext(
DDWARFDIE.cpp375 void DWARFDIE::GetDeclContext( in GetDeclContext() function in DWARFDIE
382 parent.GetDeclContext(context); in GetDeclContext()
DSymbolFileDWARF.h311 static lldb_private::CompilerDeclContext GetDeclContext(const DWARFDIE &die);
DSymbolFileDWARF.cpp1344 return GetDeclContext(die); in GetDeclContextForUID()
2475 die.GetDeclContext(die_context); in FindTypes()
3903 CompilerDeclContext SymbolFileDWARF::GetDeclContext(const DWARFDIE &die) { in GetDeclContext() function in SymbolFileDWARF
DDWARFASTParserClang.cpp155 die.GetDeclContext(decl_context); in ParseTypeFromClangModule()
3236 SymbolFileDWARF::GetDeclContext(imported_uid); in GetClangDeclForDIE()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionDeclMap.cpp635 CompilerDeclContext frame_decl_context = sym_ctx.block->GetDeclContext(); in GetTypeSystemClang()
794 CompilerDeclContext function_decl_ctx = function_block->GetDeclContext(); in LookUpLldbClass()
894 CompilerDeclContext function_decl_ctx = function_block->GetDeclContext(); in LookUpLldbObjCClass()
996 CompilerDeclContext frame_decl_context = sym_ctx.block->GetDeclContext(); in LookupLocalVarNamespace()
1069 CompilerDeclContext decl_context = sym_ctx.block->GetDeclContext(); in LookupLocalVariable()
1149 CompilerDeclContext func_decl_context = function->GetDeclContext(); in SearchFunctionsInSymbolContexts()
1257 frame_sym_ctx.block != nullptr ? frame_sym_ctx.block->GetDeclContext() in LookupFunction()
1276 CompilerDeclContext decl_ctx = sym_ctx.function->GetDeclContext(); in LookupFunction()
1746 TypeSystem *type_system = function->GetDeclContext().GetTypeSystem(); in AddOneFunction()
1749 (clang::DeclContext *)function->GetDeclContext() in AddOneFunction()
DClangUserExpression.cpp129 CompilerDeclContext decl_context = function_block->GetDeclContext(); in ScanContext()
DClangASTSource.cpp1078 CompilerDeclContext function_decl_ctx = sc.function->GetDeclContext(); in FindObjCMethodDecls()
/external/llvm-project/lldb/tools/lldb-test/
Dlldb-test.cpp407 return List.GetVariableAtIndex(0)->GetDeclContext(); in getDeclContext()