Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmt.cpp928 bool HasInit = Init != nullptr; in IfStmt() local
949 IfStmt::IfStmt(EmptyShell Empty, bool HasElse, bool HasVar, bool HasInit) in IfStmt()
962 bool HasInit = Init != nullptr; in Create() local
972 bool HasInit) { in CreateEmpty()
1056 bool HasInit = Init != nullptr; in SwitchStmt() local
1072 SwitchStmt::SwitchStmt(EmptyShell Empty, bool HasInit, bool HasVar) in SwitchStmt()
1082 bool HasInit = Init != nullptr; in Create() local
1090 SwitchStmt *SwitchStmt::CreateEmpty(const ASTContext &Ctx, bool HasInit, in CreateEmpty()
H A DODRHash.cpp307 const bool HasInit = D->hasInit(); in VisitVarDecl() local
H A DExprCXX.cpp253 bool HasInit = Initializer != nullptr; in Create() local
268 bool HasInit, unsigned NumPlacementArgs, in CreateEmpty()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp223 bool HasInit = Record.readInt(); in VisitIfStmt() local
245 bool HasInit = Record.readInt(); in VisitSwitchStmt() local
1867 bool HasInit = Record.readInt(); in VisitCXXNewExpr() local
H A DASTWriterStmt.cpp142 bool HasInit = S->getInit() != nullptr; in VisitIfStmt() local
169 bool HasInit = S->getInit() != nullptr; in VisitSwitchStmt() local
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp1508 bool HasInit = GlobalVar->hasInitializer() && in selectGlobalValue() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmt.h178 unsigned HasInit : 1; variable
190 unsigned HasInit : 1; variable