Searched refs:GenGetProperty (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp793 bool GenGetProperty = !(Attributes & ObjCPropertyDecl::OBJC_PR_nonatomic) && local
797 if (GenGetProperty && !objcGetPropertyDefined) {
808 if (GenGetProperty) {
H A DRewriteModernObjC.cpp946 bool GenGetProperty = !(Attributes & ObjCPropertyDecl::OBJC_PR_nonatomic) && local
950 if (GenGetProperty && !objcGetPropertyDefined) {
961 if (GenGetProperty) {

Completed in 192 milliseconds