Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i716 ) lldb::SBType::FindDirectNestedType;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h218 lldb::SBType FindDirectNestedType(const char *name);
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp589 SBType SBType::FindDirectNestedType(const char *name) { in FindDirectNestedType() function in SBType
594 return SBType(m_opaque_sp->FindDirectNestedType(name)); in FindDirectNestedType()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h616 CompilerType FindDirectNestedType(llvm::StringRef name);
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp1176 CompilerType TypeImpl::FindDirectNestedType(llvm::StringRef name) { in FindDirectNestedType() function in TypeImpl
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp66227 result = (arg1)->FindDirectNestedType((char const *)arg2); in _wrap_SBType_FindDirectNestedType()