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 263 ObjCPropertyDecl *PIDecl =
266 if (!PIDecl) {
285 if (!Context.hasSameType(PIDecl->getType(), PDecl->getType())) {
294 if (!isa<ObjCObjectPointerType>(PIDecl->getType()) ||
296 (!isObjCPointerConversion(PDecl->getType(), PIDecl->getType(),
301 Diag(PIDecl->getLocation(), diag::note_property_declare);
305 // The property 'PIDecl's readonly attribute will be over-ridden
307 unsigned PIkind = PIDecl->getPropertyAttributesAsWritten();
317 Diag(PIDecl->getLocation(), diag::note_property_declare);
321 PIDecl->getDeclName().getAsIdentifierInfo()))
    [all...]
SemaDeclObjC.cpp     [all...]

Completed in 43 milliseconds