Home
last modified time | relevance | path

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

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