Searched refs:FindDirectNestedType (Results 1 – 6 of 6) sorted by relevance
716 ) lldb::SBType::FindDirectNestedType;
218 lldb::SBType FindDirectNestedType(const char *name);
589 SBType SBType::FindDirectNestedType(const char *name) { in FindDirectNestedType() function in SBType594 return SBType(m_opaque_sp->FindDirectNestedType(name)); in FindDirectNestedType()
616 CompilerType FindDirectNestedType(llvm::StringRef name);
1176 CompilerType TypeImpl::FindDirectNestedType(llvm::StringRef name) { in FindDirectNestedType() function in TypeImpl
66227 result = (arg1)->FindDirectNestedType((char const *)arg2); in _wrap_SBType_FindDirectNestedType()