Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/APINotes/
DTypes.h193 class ObjCContextInfo : public CommonTypeInfo {
210 ObjCContextInfo() in ObjCContextInfo() function
262 friend bool operator==(const ObjCContextInfo &, const ObjCContextInfo &);
264 ObjCContextInfo &operator|=(const ObjCContextInfo &RHS) {
287 inline bool operator==(const ObjCContextInfo &LHS, const ObjCContextInfo &RHS) {
295 inline bool operator!=(const ObjCContextInfo &LHS, const ObjCContextInfo &RHS) {
377 ObjCPropertyInfo &operator|=(const ObjCContextInfo &RHS) {
615 ObjCMethodInfo &operator|=(const ObjCContextInfo &RHS) {
/external/llvm-project/clang/lib/APINotes/
DAPINotesTypes.cpp35 void ObjCContextInfo::dump(llvm::raw_ostream &OS) { in dump()