Searched refs:GetDeclContext (Results 1 – 18 of 18) sorted by relevance
23 CompilerDeclContext CompilerDecl::GetDeclContext() const { in GetDeclContext() function in CompilerDecl
1226 m_decl.GetDeclContext().GetName().AsCString()); in GetDescription()1230 m_decl.GetDeclContext().GetName().AsCString()); in GetDescription()
480 CompilerDeclContext Block::GetDeclContext() { in GetDeclContext() function in Block
194 CompilerDeclContext Variable::GetDeclContext() { in GetDeclContext() function in Variable
524 CompilerDeclContext Function::GetDeclContext() { in GetDeclContext() function in Function
551 if (CompilerDeclContext decl_ctx = function_block->GetDeclContext()) in GetInstanceVariableName()
74 CompilerDeclContext GetDeclContext() const;
111 CompilerDeclContext GetDeclContext();
286 CompilerDeclContext GetDeclContext();
534 CompilerDeclContext GetDeclContext();
654 CompilerDeclContext frame_decl_context = sym_ctx.block->GetDeclContext(); in GetTypeSystemClang()809 CompilerDeclContext function_decl_ctx = function_block->GetDeclContext(); in LookUpLldbClass()914 CompilerDeclContext function_decl_ctx = function_block->GetDeclContext(); in LookUpLldbObjCClass()991 CompilerDeclContext frame_decl_context = sym_ctx.block->GetDeclContext(); in LookupLocalVarNamespace()1065 CompilerDeclContext decl_context = sym_ctx.block->GetDeclContext(); in LookupLocalVariable()1166 CompilerDeclContext func_decl_context = function->GetDeclContext(); in SearchFunctionsInSymbolContexts()1276 frame_sym_ctx.block != nullptr ? frame_sym_ctx.block->GetDeclContext() in LookupFunction()1291 CompilerDeclContext decl_ctx = sym_ctx.function->GetDeclContext(); in LookupFunction()1823 TypeSystem *type_system = function->GetDeclContext().GetTypeSystem(); in AddOneFunction()1826 (clang::DeclContext *)function->GetDeclContext() in AddOneFunction()
125 CompilerDeclContext decl_context = function_block->GetDeclContext(); in ScanContext()
1057 CompilerDeclContext function_decl_ctx = sc.function->GetDeclContext(); in FindObjCMethodDecls()
78 std::vector<CompilerContext> GetDeclContext() const;
428 std::vector<lldb_private::CompilerContext> DWARFDIE::GetDeclContext() const { in GetDeclContext() function in DWARFDIE
282 static CompilerDeclContext GetDeclContext(const DWARFDIE &die);
1501 return GetDeclContext(die); in GetDeclContextForUID()1523 return die.GetDeclContext(); in GetCompilerContextForUID()2689 die_context = die.GetDeclContext(); in FindTypes()2747 die_context = die.GetDeclContext(); in FindTypes()4373 CompilerDeclContext SymbolFileDWARF::GetDeclContext(const DWARFDIE &die) { in GetDeclContext() function in SymbolFileDWARF
167 std::vector<lldb_private::CompilerContext> die_context = die.GetDeclContext(); in ParseTypeFromClangModule()3395 SymbolFileDWARF::GetDeclContext(imported_uid); in GetClangDeclForDIE()