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 390 ObjCPropertyDecl *PIDecl =
393 if (!PIDecl) {
412 if (!Context.hasSameType(PIDecl->getType(), PDecl->getType())) {
421 if (!isa<ObjCObjectPointerType>(PIDecl->getType()) ||
423 (!isObjCPointerConversion(PDecl->getType(), PIDecl->getType(),
428 Diag(PIDecl->getLocation(), diag::note_property_declare);
433 // The property 'PIDecl's readonly attribute will be over-ridden
435 unsigned PIkind = PIDecl->getPropertyAttributesAsWritten();
437 PIkind |= deduceWeakPropertyFromType(*this, PIDecl->getType());
443 Diag(PIDecl->getLocation(), diag::note_property_declare)
    [all...]
SemaDeclObjC.cpp     [all...]

Completed in 158 milliseconds