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()
431 CompilerDecl GetStaticFieldWithName(llvm::StringRef name) const;
358 virtual CompilerDecl GetStaticFieldWithName(lldb::opaque_compiler_type_t type, in GetStaticFieldWithName() function
879 CompilerDecl CompilerType::GetStaticFieldWithName(llvm::StringRef name) const { in GetStaticFieldWithName() function in CompilerType881 return GetTypeSystem()->GetStaticFieldWithName(m_type, name); in GetStaticFieldWithName()
887 CompilerDecl GetStaticFieldWithName(lldb::opaque_compiler_type_t type,
6025 TypeSystemClang::GetStaticFieldWithName(lldb::opaque_compiler_type_t type, in GetStaticFieldWithName() function in TypeSystemClang
69028 result = (arg1)->GetStaticFieldWithName((char const *)arg2); in _wrap_SBType_GetStaticFieldWithName()