Searched refs:CaseStmtIsGNURange (Results 1 – 3 of 3) sorted by relevance
1221 bool CaseStmtIsGNURange = rhs != nullptr; in Create() local1224 NumMandatoryStmtPtr + CaseStmtIsGNURange, CaseStmtIsGNURange), in Create()1230 bool CaseStmtIsGNURange) { in CreateEmpty() argument1233 NumMandatoryStmtPtr + CaseStmtIsGNURange, CaseStmtIsGNURange), in CreateEmpty()1235 return new (Mem) CaseStmt(EmptyShell(), CaseStmtIsGNURange); in CreateEmpty()
283 unsigned CaseStmtIsGNURange : 1; in alignas() local1653 SwitchCaseBits.CaseStmtIsGNURange = IsGNURange; in CaseStmt()1663 explicit CaseStmt(EmptyShell Empty, bool CaseStmtIsGNURange) in CaseStmt() argument1665 SwitchCaseBits.CaseStmtIsGNURange = CaseStmtIsGNURange; in CaseStmt()1675 static CaseStmt *CreateEmpty(const ASTContext &Ctx, bool CaseStmtIsGNURange);1680 bool caseStmtIsGNURange() const { return SwitchCaseBits.CaseStmtIsGNURange; } in caseStmtIsGNURange()
177 bool CaseStmtIsGNURange = Record.readInt(); in VisitCaseStmt() local180 if (CaseStmtIsGNURange) { in VisitCaseStmt()