Searched refs:OCDS (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 774 ObjCDeclSpec OCDS; in ParseObjCInterfaceDeclList() local 779 ParseObjCPropertyAttribute(OCDS); in ParseObjCInterfaceDeclList() 797 if (OCDS.getPropertyAttributes() & in ParseObjCInterfaceDeclList() 799 addContextSensitiveTypeNullability(*this, FD.D, OCDS.getNullability(), in ParseObjCInterfaceDeclList() 800 OCDS.getNullabilityLoc(), in ParseObjCInterfaceDeclList() 805 OCDS.getGetterName() ? OCDS.getGetterName() : FD.D.getIdentifier(); in ParseObjCInterfaceDeclList() 808 const IdentifierInfo *SetterName = OCDS.getSetterName(); in ParseObjCInterfaceDeclList() 817 getCurScope(), AtLoc, LParenLoc, FD, OCDS, GetterSel, SetterSel, in ParseObjCInterfaceDeclList()
|