Home
last modified time | relevance | path

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

/freebsd/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); in RewriteByRefVar() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2395 bool VarDecl::hasInit() const { in hasInit() function in VarDecl
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4688 AST_MATCHER_P2(InitListExpr, hasInit, unsigned, N, in AST_MATCHER_P2() argument