Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerDecl.h95 std::vector<lldb_private::CompilerContext> GetCompilerContext() const;
H A DCompilerDeclContext.h64 std::vector<lldb_private::CompilerContext> GetCompilerContext() const;
H A DFunction.h546 std::vector<CompilerContext> GetCompilerContext();
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerDecl.cpp57 CompilerDecl::GetCompilerContext() const { in GetCompilerContext() function in CompilerDecl
H A DFunction.cpp413 auto decl_context = GetCompilerContext(); in GetDescription()
543 std::vector<CompilerContext> Function::GetCompilerContext() { in GetCompilerContext() function in Function
H A DType.cpp93 m_context = decl_ctx.GetCompilerContext(); in TypeQuery()
109 m_context = decl.GetCompilerContext(); in TypeQuery()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp570 parent_decl_ctx.GetCompilerContext(); in GetNamespacesWithParents()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp855 if (sc.function && compiler_ctx.equals(sc.function->GetCompilerContext())) in FindFunctions()