Searched refs:FindDirectNestedType (Results 1 – 5 of 5) sorted by relevance
251 lldb::SBType FindDirectNestedType(const char *name);
690 SBType SBType::FindDirectNestedType(const char *name) { in FindDirectNestedType() function in SBType695 return SBType(m_opaque_sp->FindDirectNestedType(name)); in FindDirectNestedType()
647 CompilerType FindDirectNestedType(llvm::StringRef name);
1182 CompilerType TypeImpl::FindDirectNestedType(llvm::StringRef name) { in FindDirectNestedType() function in TypeImpl
69455 result = (arg1)->FindDirectNestedType((char const *)arg2); in _wrap_SBType_FindDirectNestedType()