Home
last modified time | relevance | path

Searched refs:FindDirectNestedType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h251 lldb::SBType FindDirectNestedType(const char *name);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp690 SBType SBType::FindDirectNestedType(const char *name) { in FindDirectNestedType() function in SBType
695 return SBType(m_opaque_sp->FindDirectNestedType(name)); in FindDirectNestedType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h647 CompilerType FindDirectNestedType(llvm::StringRef name);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp1182 CompilerType TypeImpl::FindDirectNestedType(llvm::StringRef name) { in FindDirectNestedType() function in TypeImpl
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp69455 result = (arg1)->FindDirectNestedType((char const *)arg2); in _wrap_SBType_FindDirectNestedType()