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

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

Completed in 37 milliseconds