Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/APINotes/
H A DTypes.h602 class ObjCMethodInfo : public FunctionInfo {
610 ObjCMethodInfo() in ObjCMethodInfo() function
613 friend bool operator==(const ObjCMethodInfo &, const ObjCMethodInfo &);
615 ObjCMethodInfo &operator|=(const ObjCContextInfo &RHS) {
629 inline bool operator==(const ObjCMethodInfo &LHS, const ObjCMethodInfo &RHS) {
635 inline bool operator!=(const ObjCMethodInfo &LHS, const ObjCMethodInfo &RHS) {
/netbsd/external/apache2/llvm/dist/clang/lib/APINotes/
H A DAPINotesTypes.cpp84 LLVM_DUMP_METHOD void ObjCMethodInfo::dump(llvm::raw_ostream &OS) { in dump()