Searched refs:ObjCPropertyInfo (Results 1 – 2 of 2) sorted by relevance
355 class ObjCPropertyInfo : public VariableInfo {360 ObjCPropertyInfo() in ObjCPropertyInfo() function374 friend bool operator==(const ObjCPropertyInfo &, const ObjCPropertyInfo &);377 ObjCPropertyInfo &operator|=(const ObjCContextInfo &RHS) {388 ObjCPropertyInfo &operator|=(const ObjCPropertyInfo &RHS) {400 inline bool operator==(const ObjCPropertyInfo &LHS,401 const ObjCPropertyInfo &RHS) {406 inline bool operator!=(const ObjCPropertyInfo &LHS,407 const ObjCPropertyInfo &RHS) {
57 void ObjCPropertyInfo::dump(llvm::raw_ostream &OS) const { in dump()