Searched refs:GetDeclContext (Results 1 – 18 of 18) sorted by relevance
23 CompilerDeclContext CompilerDecl::GetDeclContext() const { in GetDeclContext() function in CompilerDecl
1100 m_decl.GetDeclContext().GetName().AsCString()); in GetDescription()1104 m_decl.GetDeclContext().GetName().AsCString()); in GetDescription()
469 CompilerDeclContext Block::GetDeclContext() { in GetDeclContext() function in Block
491 CompilerDeclContext Function::GetDeclContext() { in GetDeclContext() function in Function
204 CompilerDeclContext Variable::GetDeclContext() { in GetDeclContext() function in Variable
553 CompilerDeclContext decl_ctx = function_block->GetDeclContext(); in GetFunctionMethodInfo()
74 CompilerDeclContext GetDeclContext() const;
107 CompilerDeclContext GetDeclContext();
286 CompilerDeclContext GetDeclContext();
548 CompilerDeclContext GetDeclContext();
635 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()1070 CompilerDeclContext decl_context = sym_ctx.block->GetDeclContext(); in LookupLocalVariable()1150 CompilerDeclContext func_decl_context = function->GetDeclContext(); in SearchFunctionsInSymbolContexts()1258 frame_sym_ctx.block != nullptr ? frame_sym_ctx.block->GetDeclContext() in LookupFunction()1277 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()
129 CompilerDeclContext decl_context = function_block->GetDeclContext(); in ScanContext()
1066 CompilerDeclContext function_decl_ctx = sc.function->GetDeclContext(); in FindObjCMethodDecls()
375 void DWARFDIE::GetDeclContext( in GetDeclContext() function in DWARFDIE382 parent.GetDeclContext(context); in GetDeclContext()
77 void GetDeclContext(
310 static lldb_private::CompilerDeclContext GetDeclContext(const DWARFDIE &die);
1353 return GetDeclContext(die); in GetDeclContextForUID()2418 die.GetDeclContext(die_context); in FindTypes()3847 CompilerDeclContext SymbolFileDWARF::GetDeclContext(const DWARFDIE &die) { in GetDeclContext() function in SymbolFileDWARF
155 die.GetDeclContext(decl_context); in ParseTypeFromClangModule()3197 SymbolFileDWARF::GetDeclContext(imported_uid); in GetClangDeclForDIE()