Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4249 bool hasInit = (ND->getInit() != nullptr); in RewriteByRefVar() local
H A DRewriteModernObjC.cpp5091 bool hasInit = (ND->getInit() != nullptr); in RewriteByRefVar() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4354 AST_MATCHER_P2(InitListExpr, hasInit, unsigned, N, in AST_MATCHER_P2() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp2262 bool VarDecl::hasInit() const { in hasInit() function in VarDecl