Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/APINotes/
DTypes.h355 class ObjCPropertyInfo : public VariableInfo {
360 ObjCPropertyInfo() in ObjCPropertyInfo() function
374 friend bool operator==(const ObjCPropertyInfo &, const ObjCPropertyInfo &);
377 ObjCPropertyInfo &operator|=(const ObjCContextInfo &RHS) {
388 ObjCPropertyInfo &operator|=(const ObjCPropertyInfo &RHS) {
400 inline bool operator==(const ObjCPropertyInfo &LHS,
401 const ObjCPropertyInfo &RHS) {
406 inline bool operator!=(const ObjCPropertyInfo &LHS,
407 const ObjCPropertyInfo &RHS) {
/external/llvm-project/clang/lib/APINotes/
DAPINotesTypes.cpp57 void ObjCPropertyInfo::dump(llvm::raw_ostream &OS) const { in dump()