Searched defs:hasInit (Results 1 – 4 of 4) sorted by relevance
4235 bool hasInit = (ND->getInit() != nullptr); in RewriteByRefVar() local
5078 bool hasInit = (ND->getInit() != nullptr); RewriteByRefVar() local
4688 AST_MATCHER_P2(InitListExpr,hasInit,unsigned,N,ast_matchers::internal::Matcher<Expr>,InnerMatcher) AST_MATCHER_P2() argument
2395 bool VarDecl::hasInit() const { hasInit() function in VarDecl