Lines Matching defs:HasInit
227 bool HasInit = CurrentUnpackingBits->getNextBit();
236 if (HasInit)
249 bool HasInit = Record.readInt();
257 if (HasInit)
1919 bool HasInit = Record.readInt();
1930 assert((HasInit == E->hasInitializer()) && "Wrong HasInit!");
1935 (void)HasInit;
3068 bool HasInit = IfStmtBits.getNextBit();
3069 S = IfStmt::CreateEmpty(Context, HasElse, HasVar, HasInit);
3076 /* HasInit=*/Record[ASTStmtReader::NumStmtFields],
4196 /*HasInit=*/Record[ASTStmtReader::NumExprFields + 1],