Home
last modified time | relevance | path

Searched refs:GetCompilerContext (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerDecl.cpp52 CompilerDecl::GetCompilerContext() const { in GetCompilerContext() function in CompilerDecl
H A DCompilerDeclContext.cpp63 CompilerDeclContext::GetCompilerContext() const { in GetCompilerContext() function in CompilerDeclContext
H A DFunction.cpp401 auto decl_context = GetCompilerContext(); in GetDescription()
531 std::vector<CompilerContext> Function::GetCompilerContext() { in GetCompilerContext() function in Function
H A DType.cpp117 m_context = decl_ctx.GetCompilerContext(); in TypeQuery()
133 m_context = decl.GetCompilerContext(); in TypeQuery()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerDeclContext.h65 std::vector<lldb_private::CompilerContext> GetCompilerContext() const;
H A DCompilerDecl.h92 std::vector<lldb_private::CompilerContext> GetCompilerContext() const;
H A DFunction.h540 std::vector<CompilerContext> GetCompilerContext();
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp871 if (sc.function && compiler_ctx.equals(sc.function->GetCompilerContext())) in FindFunctions()