Searched refs:OCDS (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 693 ObjCDeclSpec OCDS; in ParseObjCInterfaceDeclList() local 698 ParseObjCPropertyAttribute(OCDS); in ParseObjCInterfaceDeclList() 716 if (OCDS.getPropertyAttributes() & in ParseObjCInterfaceDeclList() 718 addContextSensitiveTypeNullability(*this, FD.D, OCDS.getNullability(), in ParseObjCInterfaceDeclList() 719 OCDS.getNullabilityLoc(), in ParseObjCInterfaceDeclList() 724 OCDS.getGetterName() ? OCDS.getGetterName() : FD.D.getIdentifier(); in ParseObjCInterfaceDeclList() 727 const IdentifierInfo *SetterName = OCDS.getSetterName(); in ParseObjCInterfaceDeclList() 736 getCurScope(), AtLoc, LParenLoc, FD, OCDS, GetterSel, SetterSel, in ParseObjCInterfaceDeclList()
|