Home
last modified time | relevance | path

Searched refs:ObjCMethodInfo (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/APINotes/
H A DTypes.h597 class ObjCMethodInfo : public FunctionInfo {
605 ObjCMethodInfo() : DesignatedInit(false), RequiredInit(false) {} in ObjCMethodInfo() function
607 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) {
/llvm-project-15.0.7/clang/lib/APINotes/
H A DAPINotesTypes.cpp84 LLVM_DUMP_METHOD void ObjCMethodInfo::dump(llvm::raw_ostream &OS) { in dump()