Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangExpressionDeclMap.cpp653 CompilerDeclContext frame_decl_context = sym_ctx.block->GetDeclContext(); in GetTypeSystemClang()
808 CompilerDeclContext function_decl_ctx = function_block->GetDeclContext(); in LookUpLldbClass()
913 CompilerDeclContext function_decl_ctx = function_block->GetDeclContext(); in LookUpLldbObjCClass()
990 CompilerDeclContext frame_decl_context = sym_ctx.block->GetDeclContext(); in LookupLocalVarNamespace()
1063 CompilerDeclContext decl_context = sym_ctx.block->GetDeclContext(); in LookupLocalVariable()
1164 CompilerDeclContext func_decl_context = function->GetDeclContext(); in SearchFunctionsInSymbolContexts()
1274 frame_sym_ctx.block != nullptr ? frame_sym_ctx.block->GetDeclContext() in LookupFunction()
1289 CompilerDeclContext decl_ctx = sym_ctx.function->GetDeclContext(); in LookupFunction()
1818 TypeSystem *type_system = function->GetDeclContext().GetTypeSystem(); in AddOneFunction()
1821 (clang::DeclContext *)function->GetDeclContext() in AddOneFunction()
HDClangUserExpression.cpp125 CompilerDeclContext decl_context = function_block->GetDeclContext(); in ScanContext()
HDClangASTSource.cpp1007 CompilerDeclContext function_decl_ctx = sc.function->GetDeclContext(); in FindObjCMethodDecls()
/freebsd-head/contrib/llvm-project/lldb/source/Symbol/
HDCompilerDecl.cpp24 CompilerDeclContext CompilerDecl::GetDeclContext() const { in GetDeclContext() function in CompilerDecl
HDType.cpp1219 m_decl.GetDeclContext().GetName().AsCString()); in GetDescription()
1223 m_decl.GetDeclContext().GetName().AsCString()); in GetDescription()
HDBlock.cpp496 CompilerDeclContext Block::GetDeclContext() { in GetDeclContext() function in Block
HDVariable.cpp196 CompilerDeclContext Variable::GetDeclContext() { in GetDeclContext() function in Variable
HDFunction.cpp525 CompilerDeclContext Function::GetDeclContext() { in GetDeclContext() function in Function
HDSymbolContext.cpp560 if (CompilerDeclContext decl_ctx = function_block->GetDeclContext()) in GetInstanceVariableName()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Symbol/
HDCompilerDecl.h74 CompilerDeclContext GetDeclContext() const;
HDVariable.h111 CompilerDeclContext GetDeclContext();
HDBlock.h286 CompilerDeclContext GetDeclContext();
HDFunction.h534 CompilerDeclContext GetDeclContext();
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDIE.h75 std::vector<CompilerContext> GetDeclContext() const;
HDDWARFDIE.cpp424 std::vector<CompilerContext> DWARFDIE::GetDeclContext() const { in GetDeclContext() function in DWARFDIE
HDSymbolFileDWARF.h304 static CompilerDeclContext GetDeclContext(const DWARFDIE &die);
HDSymbolFileDWARF.cpp1508 return GetDeclContext(die); in GetDeclContextForUID()
1530 return die.GetDeclContext(); in GetCompilerContextForUID()
2753 die_context = die.GetDeclContext(); in FindTypes()
2811 die_context = die.GetDeclContext(); in FindTypes()
4387 CompilerDeclContext SymbolFileDWARF::GetDeclContext(const DWARFDIE &die) { in GetDeclContext() function in SymbolFileDWARF
HDDWARFASTParserClang.cpp169 std::vector<lldb_private::CompilerContext> die_context = die.GetDeclContext(); in ParseTypeFromClangModule()
3325 SymbolFileDWARF::GetDeclContext(imported_uid); in GetClangDeclForDIE()