Searched defs:hasInit (Results 1 – 3 of 3) sorted by relevance
4686 AST_MATCHER_P2(InitListExpr, hasInit, unsigned, N, internal::Matcher<Expr>, in AST_MATCHER_P2() argument
2380 bool VarDecl::hasInit() const { in hasInit() function in VarDecl
5076 bool hasInit = (ND->getInit() != nullptr); in RewriteByRefVar() local