Home
last modified time | relevance | path

Searched defs:HasInit (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp915 bool HasInit = Init != nullptr; in IfStmt() local
936 IfStmt::IfStmt(EmptyShell Empty, bool HasElse, bool HasVar, bool HasInit) in IfStmt()
949 bool HasInit = Init != nullptr; in Create() local
959 bool HasInit) { in CreateEmpty()
1043 bool HasInit = Init != nullptr; in SwitchStmt() local
1059 SwitchStmt::SwitchStmt(EmptyShell Empty, bool HasInit, bool HasVar) in SwitchStmt()
1069 bool HasInit = Init != nullptr; in Create() local
1077 SwitchStmt *SwitchStmt::CreateEmpty(const ASTContext &Ctx, bool HasInit, in CreateEmpty()
H A DODRHash.cpp297 const bool HasInit = D->hasInit(); in VisitVarDecl() local
H A DExprCXX.cpp252 bool HasInit = Initializer != nullptr; in Create() local
267 bool HasInit, unsigned NumPlacementArgs, in CreateEmpty()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp219 bool HasInit = Record.readInt(); in VisitIfStmt() local
240 bool HasInit = Record.readInt(); in VisitSwitchStmt() local
1860 bool HasInit = Record.readInt(); in VisitCXXNewExpr() local
H A DASTWriterStmt.cpp139 bool HasInit = S->getInit() != nullptr; in VisitIfStmt() local
167 bool HasInit = S->getInit() != nullptr; in VisitSwitchStmt() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h173 unsigned HasInit : 1; variable
185 unsigned HasInit : 1; variable