Searched refs:GetCompilerContext (Results 1 – 5 of 5) sorted by relevance
95 std::vector<lldb_private::CompilerContext> GetCompilerContext() const;
57 CompilerDecl::GetCompilerContext() const { in GetCompilerContext() function in CompilerDecl
402 auto decl_context = GetCompilerContext(); in GetDescription()532 std::vector<CompilerContext> Function::GetCompilerContext() { in GetCompilerContext() function in Function
119 m_context = decl_ctx.GetCompilerContext(); in TypeQuery()135 m_context = decl.GetCompilerContext(); in TypeQuery()
871 if (sc.function && compiler_ctx.equals(sc.function->GetCompilerContext())) in FindFunctions()