Searched refs:isPropertyReadonly (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1381 /// isPropertyReadonly - Return true if property is readonly, by searching
1384 bool Sema::isPropertyReadonly(ObjCPropertyDecl *PDecl, function in class:Sema
1428 return isPropertyReadonly(PDecl, SIDecl);
H A DSemaExpr.cpp7464 if (S.isPropertyReadonly(PDecl, IFace))
/external/clang/include/clang/Sema/
H A DSema.h2247 bool isPropertyReadonly(ObjCPropertyDecl *PropertyDecl,

Completed in 128 milliseconds