Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerDecl.h95 std::vector<lldb_private::CompilerContext> GetCompilerContext() const;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerDecl.cpp57 CompilerDecl::GetCompilerContext() const { in GetCompilerContext() function in CompilerDecl
H A DFunction.cpp402 auto decl_context = GetCompilerContext(); in GetDescription()
532 std::vector<CompilerContext> Function::GetCompilerContext() { in GetCompilerContext() function in Function
H A DType.cpp119 m_context = decl_ctx.GetCompilerContext(); in TypeQuery()
135 m_context = decl.GetCompilerContext(); in TypeQuery()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp871 if (sc.function && compiler_ctx.equals(sc.function->GetCompilerContext())) in FindFunctions()