Searched refs:GetCompilerContext (Results 1 – 8 of 8) sorted by relevance
95 std::vector<lldb_private::CompilerContext> GetCompilerContext() const;
65 std::vector<lldb_private::CompilerContext> GetCompilerContext() const;
540 std::vector<CompilerContext> GetCompilerContext();
57 CompilerDecl::GetCompilerContext() const { in GetCompilerContext() function in CompilerDecl
63 CompilerDeclContext::GetCompilerContext() const { in GetCompilerContext() function in CompilerDeclContext
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()