Searched refs:GetDeclContext (Results 1 – 17 of 17) sorted by relevance
96 GetDeclContext(std::vector<lldb_private::CompilerContext> &context) const;120 lldb_private::CompilerDeclContext GetDeclContext() const;
169 void DWARFDIE::GetDeclContext(std::vector<CompilerContext> &context) const { in GetDeclContext() function in DWARFDIE175 parent.GetDeclContext(context); in GetDeclContext()293 CompilerDeclContext DWARFDIE::GetDeclContext() const { in GetDeclContext() function in DWARFDIE
1375 return die.GetDeclContext(); in GetDeclContextForUID()2567 die.GetDeclContext(die_context); in FindTypes()
149 die.GetDeclContext(decl_context); in ParseTypeFromDWO()3640 CompilerDeclContext imported_decl_ctx = imported_uid.GetDeclContext(); in GetClangDeclForDIE()
28 CompilerDeclContext CompilerDecl::GetDeclContext() const { in GetDeclContext() function in CompilerDecl
1064 m_decl.GetDeclContext().GetName().AsCString()); in GetDescription()1068 m_decl.GetDeclContext().GetName().AsCString()); in GetDescription()
454 CompilerDeclContext Block::GetDeclContext() { in GetDeclContext() function in Block
434 CompilerDeclContext Function::GetDeclContext() { in GetDeclContext() function in Function
205 CompilerDeclContext Variable::GetDeclContext() { in GetDeclContext() function in Variable
575 CompilerDeclContext decl_ctx = function_block->GetDeclContext(); in GetFunctionMethodInfo()
71 CompilerDeclContext GetDeclContext() const;
109 CompilerDeclContext GetDeclContext();
334 CompilerDeclContext GetDeclContext();
530 CompilerDeclContext GetDeclContext();
754 CompilerDeclContext frame_decl_context = sym_ctx.block->GetDeclContext(); in GetClangASTContext()942 CompilerDeclContext function_decl_ctx = function_block->GetDeclContext(); in FindExternalVisibleDecls()1037 CompilerDeclContext function_decl_ctx = function_block->GetDeclContext(); in FindExternalVisibleDecls()1145 sym_ctx.block != nullptr ? sym_ctx.block->GetDeclContext() in FindExternalVisibleDecls()1205 sym_ctx.block != nullptr ? sym_ctx.block->GetDeclContext() in FindExternalVisibleDecls()1300 frame_sym_ctx.block != nullptr ? frame_sym_ctx.block->GetDeclContext() in FindExternalVisibleDecls()1342 CompilerDeclContext func_decl_context = function->GetDeclContext(); in FindExternalVisibleDecls()1410 CompilerDeclContext decl_ctx = sym_ctx.function->GetDeclContext(); in FindExternalVisibleDecls()1965 TypeSystem *type_system = function->GetDeclContext().GetTypeSystem(); in AddOneFunction()1968 (clang::DeclContext *)function->GetDeclContext() in AddOneFunction()
126 CompilerDeclContext decl_context = function_block->GetDeclContext(); in ScanContext()
1293 CompilerDeclContext function_decl_ctx = sc.function->GetDeclContext(); in FindObjCMethodDecls()