Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h637 class ObjCMethodInfo : public FunctionInfo {
649 ObjCMethodInfo() : DesignatedInit(false), RequiredInit(false) {} in ObjCMethodInfo() function
651 friend bool operator==(const ObjCMethodInfo &, const ObjCMethodInfo &);
653 ObjCMethodInfo &operator|=(const ContextInfo &RHS) {
667 inline bool operator==(const ObjCMethodInfo &LHS, const ObjCMethodInfo &RHS) {
673 inline bool operator!=(const ObjCMethodInfo &LHS, const ObjCMethodInfo &RHS) {
H A DAPINotesWriter.h78 bool IsInstanceMethod, const ObjCMethodInfo &Info,
H A DAPINotesReader.h140 VersionedInfo<ObjCMethodInfo> lookupObjCMethod(ContextID CtxID,
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesTypes.cpp88 LLVM_DUMP_METHOD void ObjCMethodInfo::dump(llvm::raw_ostream &OS) { in dump()
H A DAPINotesWriter.cpp77 llvm::SmallVector<std::pair<VersionTuple, ObjCMethodInfo>, 1>>
747 ObjCMethodInfo> {
764 unsigned getUnversionedInfoSize(const ObjCMethodInfo &OMI) { in getUnversionedInfoSize()
771 void emitUnversionedInfo(raw_ostream &OS, const ObjCMethodInfo &OMI) { in emitUnversionedInfo()
1482 const ObjCMethodInfo &Info, in addObjCMethod()
H A DAPINotesReader.cpp387 ObjCMethodInfo> {
401 static ObjCMethodInfo readUnversioned(internal_key_type Key, in readUnversioned()
403 ObjCMethodInfo Info; in readUnversioned()
2170 -> VersionedInfo<ObjCMethodInfo> { in lookupObjCMethod()
H A DAPINotesYAMLCompiler.cpp810 ObjCMethodInfo MI; in convertMethod()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp666 const api_notes::ObjCMethodInfo &Info, in ProcessAPINotes()