Searched refs:ObjCMethodInfo (Results 1 – 2 of 2) sorted by relevance
597 class ObjCMethodInfo : public FunctionInfo {605 ObjCMethodInfo() : DesignatedInit(false), RequiredInit(false) {} in ObjCMethodInfo() function607 friend bool operator==(const ObjCMethodInfo &, const ObjCMethodInfo &);609 ObjCMethodInfo &operator|=(const ObjCContextInfo &RHS) {623 inline bool operator==(const ObjCMethodInfo &LHS, const ObjCMethodInfo &RHS) {629 inline bool operator!=(const ObjCMethodInfo &LHS, const ObjCMethodInfo &RHS) {
84 LLVM_DUMP_METHOD void ObjCMethodInfo::dump(llvm::raw_ostream &OS) { in dump()