Searched refs:GetCompilerContext (Results 1 – 8 of 8) sorted by relevance
52 CompilerDecl::GetCompilerContext() const { in GetCompilerContext() function in CompilerDecl
63 CompilerDeclContext::GetCompilerContext() const { in GetCompilerContext() function in CompilerDeclContext
401 auto decl_context = GetCompilerContext(); in GetDescription()531 std::vector<CompilerContext> Function::GetCompilerContext() { in GetCompilerContext() function in Function
117 m_context = decl_ctx.GetCompilerContext(); in TypeQuery()133 m_context = decl.GetCompilerContext(); in TypeQuery()
65 std::vector<lldb_private::CompilerContext> GetCompilerContext() const;
92 std::vector<lldb_private::CompilerContext> GetCompilerContext() const;
540 std::vector<CompilerContext> GetCompilerContext();
871 if (sc.function && compiler_ctx.equals(sc.function->GetCompilerContext())) in FindFunctions()