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

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1167 /// isPropertyReadonly - Return true if property is readonly, by searching
1170 bool Sema::isPropertyReadonly(ObjCPropertyDecl *PDecl, function in class:Sema
1214 return isPropertyReadonly(PDecl, SIDecl);

Completed in 53 milliseconds