HomeSort by relevance Sort by last modified time
    Searched refs:PIDecl (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
SemaObjCProperty.cpp 254 ObjCPropertyDecl *PIDecl =
257 if (!PIDecl) {
272 if (PIDecl->getType().getCanonicalType()
276 Diag(PIDecl->getLocation(), diag::note_property_declare);
279 // The property 'PIDecl's readonly attribute will be over-ridden
281 unsigned PIkind = PIDecl->getPropertyAttributesAsWritten();
291 Diag(PIDecl->getLocation(), diag::note_property_declare);
295 PIDecl->getDeclName().getAsIdentifierInfo())) {
310 PIDecl->getGetterName(),
311 PIDecl->getSetterName()
    [all...]
SemaDeclObjC.cpp     [all...]

Completed in 220 milliseconds