Searched refs:GetDeclContext (Results 1 – 19 of 19) sorted by relevance
23 CompilerDeclContext CompilerDecl::GetDeclContext() const { in GetDeclContext() function in CompilerDecl
1114 m_decl.GetDeclContext().GetName().AsCString()); in GetDescription()1118 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
490 CompilerDeclContext Function::GetDeclContext() { in GetDeclContext() function in Function
549 CompilerDeclContext decl_ctx = function_block->GetDeclContext(); in GetFunctionMethodInfo()
74 CompilerDeclContext GetDeclContext() const;
111 CompilerDeclContext GetDeclContext();
286 CompilerDeclContext GetDeclContext();
544 CompilerDeclContext GetDeclContext();
659 CompilerDeclContext frame_decl_context = sym_ctx.block->GetDeclContext(); in GetTypeSystemClang()814 CompilerDeclContext function_decl_ctx = function_block->GetDeclContext(); in LookUpLldbClass()919 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()1174 CompilerDeclContext func_decl_context = function->GetDeclContext(); in SearchFunctionsInSymbolContexts()1285 frame_sym_ctx.block != nullptr ? frame_sym_ctx.block->GetDeclContext() in LookupFunction()1304 CompilerDeclContext decl_ctx = sym_ctx.function->GetDeclContext(); in LookupFunction()1835 TypeSystem *type_system = function->GetDeclContext().GetTypeSystem(); in AddOneFunction()1838 (clang::DeclContext *)function->GetDeclContext() in AddOneFunction()
126 CompilerDeclContext decl_context = function_block->GetDeclContext(); in ScanContext()
1075 CompilerDeclContext function_decl_ctx = sc.function->GetDeclContext(); in FindObjCMethodDecls()
75 void GetDeclContext(
376 void DWARFDIE::GetDeclContext( in GetDeclContext() function in DWARFDIE383 parent.GetDeclContext(context); in GetDeclContext()
312 static lldb_private::CompilerDeclContext GetDeclContext(const DWARFDIE &die);
1477 return GetDeclContext(die); in GetDeclContextForUID()2625 die.GetDeclContext(die_context); in FindTypes()4193 CompilerDeclContext SymbolFileDWARF::GetDeclContext(const DWARFDIE &die) { in GetDeclContext() function in SymbolFileDWARF
144 die.GetDeclContext(decl_context); in ParseTypeFromClangModule()3258 SymbolFileDWARF::GetDeclContext(imported_uid); in GetClangDeclForDIE()
459 return List.GetVariableAtIndex(0)->GetDeclContext(); in getDeclContext()