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 377 ObjCPropertyDecl *PIDecl =
380 if (!PIDecl) {
401 if (!Context.hasSameType(PIDecl->getType(), PDecl->getType())) {
410 QualType PrimaryClassPropertyT = Context.getCanonicalType(PIDecl->getType());
419 Diag(PIDecl->getLocation(), diag::note_property_declare);
424 // The property 'PIDecl's readonly attribute will be over-ridden
426 unsigned PIkind = PIDecl->getPropertyAttributesAsWritten();
430 PIkind |= deduceWeakPropertyFromType(*this, PIDecl->getType());
436 Diag(PIDecl->getLocation(), diag::note_property_declare);
440 Context.getCanonicalType(PIDecl->getType()).getUnqualifiedType()
    [all...]
SemaDeclObjC.cpp     [all...]

Completed in 71 milliseconds