Home
last modified time | relevance | path

Searched refs:hasWeak (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp233 bool hasWeak = false, hasStrong = false; in checkAllAtProps() local
247 hasWeak = true; in checkAllAtProps()
256 if (hasWeak && hasStrong) in checkAllAtProps()
264 if (hasWeak) in checkAllAtProps()
269 if (hasWeak) { in checkAllAtProps()