Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxMap.cpp376 m_tree->GetCompilerType().GetDirectNestedTypeWithName("__node_pointer"); in Update()
427 tree_iter_sp->GetCompilerType().GetDirectNestedTypeWithName( in Update()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h464 CompilerType GetDirectNestedTypeWithName(llvm::StringRef name) const;
H A DTypeSystem.h389 GetDirectNestedTypeWithName(lldb::opaque_compiler_type_t type, in GetDirectNestedTypeWithName() function
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp968 CompilerType::GetDirectNestedTypeWithName(llvm::StringRef name) const { in GetDirectNestedTypeWithName() function in CompilerType
971 return type_system_sp->GetDirectNestedTypeWithName(m_type, name); in GetDirectNestedTypeWithName()
H A DType.cpp1186 .GetDirectNestedTypeWithName(name); in FindDirectNestedType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h919 CompilerType GetDirectNestedTypeWithName(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp7151 TypeSystemClang::GetDirectNestedTypeWithName(lldb::opaque_compiler_type_t type, in GetDirectNestedTypeWithName() function in TypeSystemClang