Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp930 bool HasInit = Init != nullptr; in IfStmt() local
951 IfStmt::IfStmt(EmptyShell Empty, bool HasElse, bool HasVar, bool HasInit) in IfStmt()
964 bool HasInit = Init != nullptr; in Create() local
974 bool HasInit) { in CreateEmpty()
1058 bool HasInit = Init != nullptr; in SwitchStmt() local
1074 SwitchStmt::SwitchStmt(EmptyShell Empty, bool HasInit, bool HasVar) in SwitchStmt()
1084 bool HasInit = Init != nullptr; in Create() local
1092 SwitchStmt *SwitchStmt::CreateEmpty(const ASTContext &Ctx, bool HasInit, in CreateEmpty()
H A DODRHash.cpp318 const bool HasInit = D->hasInit(); in VisitVarDecl() local
H A DExprCXX.cpp301 bool HasInit = Initializer != nullptr; in Create() local
316 bool HasInit, unsigned NumPlacementArgs, in CreateEmpty()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp226 bool HasInit = CurrentUnpackingBits->getNextBit(); in VisitIfStmt() local
248 bool HasInit = Record.readInt(); in VisitSwitchStmt() local
1905 bool HasInit = Record.readInt(); in VisitCXXNewExpr() local
2966 bool HasInit = IfStmtBits.getNextBit(); in ReadStmtFromStream() local
H A DASTWriterStmt.cpp205 bool HasInit = S->getInit() != nullptr; in VisitIfStmt() local
234 bool HasInit = S->getInit() != nullptr; in VisitSwitchStmt() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp2271 bool HasInit = GlobalVar->hasInitializer() && in selectGlobalValue() local