Home
last modified time | relevance | path

Searched defs:hasInit (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4235 if (!hasInit) { in RewriteByRefVar() local
H A DRewriteModernObjC.cpp5076 bool hasInit = (ND->getInit() != nullptr); RewriteByRefVar() local
/llvm-project/clang/lib/AST/
H A DDecl.cpp2380 bool VarDecl::hasInit() const { hasInit() function in VarDecl
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4686 AST_MATCHER_P2(InitListExpr,hasInit,unsigned,N,internal::Matcher<Expr>,InnerMatcher) AST_MATCHER_P2() argument