Searched defs:isPropertyReadonly (Results 1 - 1 of 1) 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);

Completed in 71 milliseconds