Searched refs:GetDeclContext (Results 1 – 19 of 19) sorted by relevance
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()1062 CompilerDeclContext decl_context = sym_ctx.block->GetDeclContext(); in LookupLocalVariable()1163 CompilerDeclContext func_decl_context = function->GetDeclContext(); in SearchFunctionsInSymbolContexts()1273 frame_sym_ctx.block != nullptr ? frame_sym_ctx.block->GetDeclContext() in LookupFunction()1290 CompilerDeclContext decl_ctx = sym_ctx.function->GetDeclContext(); in LookupFunction()1817 TypeSystem *type_system = function->GetDeclContext().GetTypeSystem(); in AddOneFunction()1820 (clang::DeclContext *)function->GetDeclContext() in AddOneFunction()
125 CompilerDeclContext decl_context = function_block->GetDeclContext(); in ScanContext()
1008 CompilerDeclContext function_decl_ctx = sc.function->GetDeclContext(); in FindObjCMethodDecls()
74 CompilerDeclContext GetDeclContext() const;
114 CompilerDeclContext GetDeclContext();
278 CompilerDeclContext GetDeclContext();
540 CompilerDeclContext GetDeclContext();
24 CompilerDeclContext CompilerDecl::GetDeclContext() const { in GetDeclContext() function in CompilerDecl
1240 m_decl.GetDeclContext().GetName().AsCString()); in GetDescription()1244 m_decl.GetDeclContext().GetName().AsCString()); in GetDescription()
473 CompilerDeclContext Block::GetDeclContext() { in GetDeclContext() function in Block
196 CompilerDeclContext Variable::GetDeclContext() { in GetDeclContext() function in Variable
536 CompilerDeclContext Function::GetDeclContext() { in GetDeclContext() function in Function
517 if (CompilerDeclContext decl_ctx = function_block->GetDeclContext()) in GetInstanceVariableName()
84 GetDeclContext(bool derive_template_names = false) const;
156 die_context = die.GetDeclContext(); in ProcessTypeDIEMatchQuery()
456 DWARFDIE::GetDeclContext(bool derive_template_names) const { in GetDeclContext() function in DWARFDIE
304 static CompilerDeclContext GetDeclContext(const DWARFDIE &die);
1447 return GetDeclContext(die); in GetDeclContextForUID()1469 return die.GetDeclContext(); in GetCompilerContextForUID()2738 ? die.GetDeclContext(/*derive_template_names=*/true) in FindTypes()4319 CompilerDeclContext SymbolFileDWARF::GetDeclContext(const DWARFDIE &die) { in GetDeclContext() function in SymbolFileDWARF
262 std::vector<lldb_private::CompilerContext> die_context = die.GetDeclContext(); in ParseTypeFromClangModule()3332 SymbolFileDWARF::GetDeclContext(imported_uid); in GetClangDeclForDIE()