Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseObjc.cpp736 ObjCDeclSpec OCDS; in ParseObjCInterfaceDeclList() local
741 ParseObjCPropertyAttribute(OCDS); in ParseObjCInterfaceDeclList()
759 if (OCDS.getPropertyAttributes() & ObjCDeclSpec::DQ_PR_nullability) in ParseObjCInterfaceDeclList()
760 addContextSensitiveTypeNullability(*this, FD.D, OCDS.getNullability(), in ParseObjCInterfaceDeclList()
761 OCDS.getNullabilityLoc(), in ParseObjCInterfaceDeclList()
766 OCDS.getGetterName() ? OCDS.getGetterName() : FD.D.getIdentifier(); in ParseObjCInterfaceDeclList()
769 IdentifierInfo *SetterName = OCDS.getSetterName(); in ParseObjCInterfaceDeclList()
778 getCurScope(), AtLoc, LParenLoc, FD, OCDS, GetterSel, SetterSel, in ParseObjCInterfaceDeclList()