Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
HDLibCxxMap.cpp376 m_tree->GetCompilerType().GetDirectNestedTypeWithName("__node_pointer"); in Update()
427 tree_iter_sp->GetCompilerType().GetDirectNestedTypeWithName( in Update()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDCompilerType.h464 CompilerType GetDirectNestedTypeWithName(llvm::StringRef name) const;
HDTypeSystem.h389 GetDirectNestedTypeWithName(lldb::opaque_compiler_type_t type, in GetDirectNestedTypeWithName() function
/freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/
HDCompilerType.cpp968 CompilerType::GetDirectNestedTypeWithName(llvm::StringRef name) const { in GetDirectNestedTypeWithName() function in CompilerType
971 return type_system_sp->GetDirectNestedTypeWithName(m_type, name); in GetDirectNestedTypeWithName()
HDType.cpp1186 .GetDirectNestedTypeWithName(name); in FindDirectNestedType()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.h919 CompilerType GetDirectNestedTypeWithName(lldb::opaque_compiler_type_t type,
HDTypeSystemClang.cpp7151 TypeSystemClang::GetDirectNestedTypeWithName(lldb::opaque_compiler_type_t type, in GetDirectNestedTypeWithName() function in TypeSystemClang