Searched refs:ObjCContextInfo (Results 1 – 2 of 2) sorted by relevance
193 class ObjCContextInfo : public CommonTypeInfo {210 ObjCContextInfo() in ObjCContextInfo() function262 friend bool operator==(const ObjCContextInfo &, const ObjCContextInfo &);264 ObjCContextInfo &operator|=(const ObjCContextInfo &RHS) {287 inline bool operator==(const ObjCContextInfo &LHS, const ObjCContextInfo &RHS) {295 inline bool operator!=(const ObjCContextInfo &LHS, const ObjCContextInfo &RHS) {377 ObjCPropertyInfo &operator|=(const ObjCContextInfo &RHS) {615 ObjCMethodInfo &operator|=(const ObjCContextInfo &RHS) {
35 void ObjCContextInfo::dump(llvm::raw_ostream &OS) { in dump()