Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp200 TypeSystem::GetCompilerDeclContextForType(const CompilerType &type) { in GetCompilerDeclContextForType() function in TypeSystem
H A DType.cpp1183 auto decl_context = type_system->GetCompilerDeclContextForType(m_static_type); in FindDirectNestedType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h134 GetCompilerDeclContextForType(const CompilerType &type);
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h221 GetCompilerDeclContextForType(const CompilerType &type) override;
H A DTypeSystemClang.cpp2560 TypeSystemClang::GetCompilerDeclContextForType(const CompilerType &type) { in GetCompilerDeclContextForType() function in TypeSystemClang