Searched refs:GetStaticFieldWithName (Results 1 – 8 of 8) sorted by relevance
216 lldb::SBTypeStaticField GetStaticFieldWithName(const char *name);
532 SBTypeStaticField SBType::GetStaticFieldWithName(const char *name) { in GetStaticFieldWithName() function in SBType539 .GetStaticFieldWithName(name)); in GetStaticFieldWithName()
439 CompilerDecl GetStaticFieldWithName(llvm::StringRef name) const;
362 virtual CompilerDecl GetStaticFieldWithName(lldb::opaque_compiler_type_t type, in GetStaticFieldWithName() function
890 CompilerDecl CompilerType::GetStaticFieldWithName(llvm::StringRef name) const { in GetStaticFieldWithName() function in CompilerType892 return GetTypeSystem()->GetStaticFieldWithName(m_type, name); in GetStaticFieldWithName()
886 CompilerDecl GetStaticFieldWithName(lldb::opaque_compiler_type_t type,
5999 TypeSystemClang::GetStaticFieldWithName(lldb::opaque_compiler_type_t type, in GetStaticFieldWithName() function in TypeSystemClang
70296 result = (arg1)->GetStaticFieldWithName((char const *)arg2); in _wrap_SBType_GetStaticFieldWithName()