Searched refs:GetCompilerContext (Results 1 – 8 of 8) sorted by relevance
95 std::vector<lldb_private::CompilerContext> GetCompilerContext() const;
64 std::vector<lldb_private::CompilerContext> GetCompilerContext() const;
546 std::vector<CompilerContext> GetCompilerContext();
57 CompilerDecl::GetCompilerContext() const { in GetCompilerContext() function in CompilerDecl
413 auto decl_context = GetCompilerContext(); in GetDescription()543 std::vector<CompilerContext> Function::GetCompilerContext() { in GetCompilerContext() function in Function
93 m_context = decl_ctx.GetCompilerContext(); in TypeQuery()109 m_context = decl.GetCompilerContext(); in TypeQuery()
570 parent_decl_ctx.GetCompilerContext(); in GetNamespacesWithParents()
855 if (sc.function && compiler_ctx.equals(sc.function->GetCompilerContext())) in FindFunctions()