Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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) {
H A DAPINotesWriter.h67 bool IsInstanceMethod, const ObjCMethodInfo &Info,
H A DAPINotesReader.h140 VersionedInfo<ObjCMethodInfo> lookupObjCMethod(ContextID CtxID,
/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesTypes.cpp84 LLVM_DUMP_METHOD void ObjCMethodInfo::dump(llvm::raw_ostream &OS) { in dump()
H A DAPINotesWriter.cpp70 llvm::SmallVector<std::pair<VersionTuple, ObjCMethodInfo>, 1>>
737 ObjCMethodInfo> {
754 unsigned getUnversionedInfoSize(const ObjCMethodInfo &OMI) { in getUnversionedInfoSize()
758 void emitUnversionedInfo(raw_ostream &OS, const ObjCMethodInfo &OMI) { in emitUnversionedInfo()
1311 const ObjCMethodInfo &Info, in addObjCMethod()
H A DAPINotesReader.cpp363 ObjCMethodInfo> {
379 static ObjCMethodInfo readUnversioned(internal_key_type Key, in readUnversioned()
381 ObjCMethodInfo Info; in readUnversioned()
1920 -> VersionedInfo<ObjCMethodInfo> { in lookupObjCMethod()
H A DAPINotesYAMLCompiler.cpp744 ObjCMethodInfo MI; in convertMethod()