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

Completed in 83 milliseconds