Lines Matching defs:HasInit
226 bool HasInit = CurrentUnpackingBits->getNextBit();
235 if (HasInit)
248 bool HasInit = Record.readInt();
256 if (HasInit)
1905 bool HasInit = Record.readInt();
1916 assert((HasInit == E->hasInitializer()) && "Wrong HasInit!");
1921 (void)HasInit;
2966 bool HasInit = IfStmtBits.getNextBit();
2967 S = IfStmt::CreateEmpty(Context, HasElse, HasVar, HasInit);
2974 /* HasInit=*/Record[ASTStmtReader::NumStmtFields],
4080 /*HasInit=*/Record[ASTStmtReader::NumExprFields + 1],