Searched refs:GetDirectNestedTypeWithName (Results 1 – 8 of 8) sorted by relevance
388 m_tree->GetCompilerType().GetDirectNestedTypeWithName("__node_pointer"); in Update()439 tree_iter_sp->GetCompilerType().GetDirectNestedTypeWithName( in Update()
103 table_type.GetDirectNestedTypeWithName("value_type").GetTypedefedType(); in GetElementType()
476 CompilerType GetDirectNestedTypeWithName(llvm::StringRef name) const;
394 GetDirectNestedTypeWithName(lldb::opaque_compiler_type_t type, in GetDirectNestedTypeWithName() function
972 CompilerType::GetDirectNestedTypeWithName(llvm::StringRef name) const { in GetDirectNestedTypeWithName() function in CompilerType975 return type_system_sp->GetDirectNestedTypeWithName(m_type, name); in GetDirectNestedTypeWithName()
1207 .GetDirectNestedTypeWithName(name); in FindDirectNestedType()
925 CompilerType GetDirectNestedTypeWithName(lldb::opaque_compiler_type_t type,
7053 TypeSystemClang::GetDirectNestedTypeWithName(lldb::opaque_compiler_type_t type, in GetDirectNestedTypeWithName() function in TypeSystemClang