Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxMap.cpp388 m_tree->GetCompilerType().GetDirectNestedTypeWithName("__node_pointer"); in Update()
439 tree_iter_sp->GetCompilerType().GetDirectNestedTypeWithName( in Update()
H A DLibCxxUnorderedMap.cpp103 table_type.GetDirectNestedTypeWithName("value_type").GetTypedefedType(); in GetElementType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h476 CompilerType GetDirectNestedTypeWithName(llvm::StringRef name) const;
H A DTypeSystem.h394 GetDirectNestedTypeWithName(lldb::opaque_compiler_type_t type, in GetDirectNestedTypeWithName() function
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp972 CompilerType::GetDirectNestedTypeWithName(llvm::StringRef name) const { in GetDirectNestedTypeWithName() function in CompilerType
975 return type_system_sp->GetDirectNestedTypeWithName(m_type, name); in GetDirectNestedTypeWithName()
H A DType.cpp1207 .GetDirectNestedTypeWithName(name); in FindDirectNestedType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h925 CompilerType GetDirectNestedTypeWithName(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp7053 TypeSystemClang::GetDirectNestedTypeWithName(lldb::opaque_compiler_type_t type, in GetDirectNestedTypeWithName() function in TypeSystemClang