Searched refs:ObjCMethodInfo (Results 1 – 2 of 2) sorted by relevance
602 class ObjCMethodInfo : public FunctionInfo {610 ObjCMethodInfo() in ObjCMethodInfo() function613 friend bool operator==(const ObjCMethodInfo &, const ObjCMethodInfo &);615 ObjCMethodInfo &operator|=(const ObjCContextInfo &RHS) {629 inline bool operator==(const ObjCMethodInfo &LHS, const ObjCMethodInfo &RHS) {635 inline bool operator!=(const ObjCMethodInfo &LHS, const ObjCMethodInfo &RHS) {
84 void ObjCMethodInfo::dump(llvm::raw_ostream &OS) { in dump()