Searched refs:GetDirectNestedTypeWithName (Results 1 – 7 of 7) sorted by relevance
376 m_tree->GetCompilerType().GetDirectNestedTypeWithName("__node_pointer"); in Update()427 tree_iter_sp->GetCompilerType().GetDirectNestedTypeWithName( in Update()
464 CompilerType GetDirectNestedTypeWithName(llvm::StringRef name) const;
389 GetDirectNestedTypeWithName(lldb::opaque_compiler_type_t type, in GetDirectNestedTypeWithName() function
968 CompilerType::GetDirectNestedTypeWithName(llvm::StringRef name) const { in GetDirectNestedTypeWithName() function in CompilerType971 return type_system_sp->GetDirectNestedTypeWithName(m_type, name); in GetDirectNestedTypeWithName()
1186 .GetDirectNestedTypeWithName(name); in FindDirectNestedType()
919 CompilerType GetDirectNestedTypeWithName(lldb::opaque_compiler_type_t type,
7151 TypeSystemClang::GetDirectNestedTypeWithName(lldb::opaque_compiler_type_t type, in GetDirectNestedTypeWithName() function in TypeSystemClang