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

/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4256 bool hasInit = (ND->getInit() != nullptr); local
4265 if (!hasInit) {
H A DRewriteModernObjC.cpp5167 bool hasInit = (ND->getInit() != nullptr); local
5170 if (hasInit)
5174 hasInit = false;
5214 if (!hasInit) {

Completed in 124 milliseconds