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

/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp4289 bool hasInit = (ND->getInit() != nullptr); local
4298 if (!hasInit) {
H A DRewriteModernObjC.cpp5219 bool hasInit = (ND->getInit() != nullptr); local
5222 if (hasInit)
5226 hasInit = false;
5266 if (!hasInit) {

Completed in 356 milliseconds