Searched refs:OCDS (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseObjc.cpp | 738 ObjCDeclSpec OCDS; in ParseObjCInterfaceDeclList() local 743 ParseObjCPropertyAttribute(OCDS); in ParseObjCInterfaceDeclList() 761 if (OCDS.getPropertyAttributes() & ObjCDeclSpec::DQ_PR_nullability) in ParseObjCInterfaceDeclList() 762 addContextSensitiveTypeNullability(*this, FD.D, OCDS.getNullability(), in ParseObjCInterfaceDeclList() 763 OCDS.getNullabilityLoc(), in ParseObjCInterfaceDeclList() 768 OCDS.getGetterName() ? OCDS.getGetterName() : FD.D.getIdentifier(); in ParseObjCInterfaceDeclList() 771 IdentifierInfo *SetterName = OCDS.getSetterName(); in ParseObjCInterfaceDeclList() 781 getCurScope(), AtLoc, LParenLoc, FD, OCDS, GetterSel, SetterSel, in ParseObjCInterfaceDeclList()
|