Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/APINotes/
HDTypes.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) {
HDAPINotesWriter.h78 bool IsInstanceMethod, const ObjCMethodInfo &Info,
HDAPINotesReader.h140 VersionedInfo<ObjCMethodInfo> lookupObjCMethod(ContextID CtxID,
/freebsd-13-stable/contrib/llvm-project/clang/lib/APINotes/
HDAPINotesTypes.cpp84 LLVM_DUMP_METHOD void ObjCMethodInfo::dump(llvm::raw_ostream &OS) { in dump()
HDAPINotesWriter.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()
HDAPINotesReader.cpp356 ObjCMethodInfo> {
370 static ObjCMethodInfo readUnversioned(internal_key_type Key, in readUnversioned()
372 ObjCMethodInfo Info; in readUnversioned()
2011 -> VersionedInfo<ObjCMethodInfo> { in lookupObjCMethod()
HDAPINotesYAMLCompiler.cpp748 ObjCMethodInfo MI; in convertMethod()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaAPINotes.cpp576 const api_notes::ObjCMethodInfo &Info, in ProcessAPINotes()