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.h609 class ObjCMethodInfo : public FunctionInfo {
619 ObjCMethodInfo() : DesignatedInit(false), RequiredInit(false) {} in ObjCMethodInfo() function
621 friend bool operator==(const ObjCMethodInfo &, const ObjCMethodInfo &);
623 ObjCMethodInfo &operator|=(const ContextInfo &RHS) {
637 inline bool operator==(const ObjCMethodInfo &LHS, const ObjCMethodInfo &RHS) {
643 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.cpp84 LLVM_DUMP_METHOD void ObjCMethodInfo::dump(llvm::raw_ostream &OS) { in dump()
H A DAPINotesWriter.cpp70 llvm::SmallVector<std::pair<VersionTuple, ObjCMethodInfo>, 1>>
746 ObjCMethodInfo> {
763 unsigned getUnversionedInfoSize(const ObjCMethodInfo &OMI) { in getUnversionedInfoSize()
767 void emitUnversionedInfo(raw_ostream &OS, const ObjCMethodInfo &OMI) { in emitUnversionedInfo()
1378 const ObjCMethodInfo &Info, in addObjCMethod()
H A DAPINotesReader.cpp356 ObjCMethodInfo> {
370 static ObjCMethodInfo readUnversioned(internal_key_type Key, in readUnversioned()
372 ObjCMethodInfo Info; in readUnversioned()
2011 -> VersionedInfo<ObjCMethodInfo> { in lookupObjCMethod()
H A DAPINotesYAMLCompiler.cpp748 ObjCMethodInfo MI; in convertMethod()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp576 const api_notes::ObjCMethodInfo &Info, in ProcessAPINotes()