Searched refs:CaseStmtIsGNURange (Results 1 – 3 of 3) sorted by relevance
1112 bool CaseStmtIsGNURange = rhs != nullptr; in Create() local1115 NumMandatoryStmtPtr + CaseStmtIsGNURange, CaseStmtIsGNURange), in Create()1121 bool CaseStmtIsGNURange) { in CreateEmpty() argument1124 NumMandatoryStmtPtr + CaseStmtIsGNURange, CaseStmtIsGNURange), in CreateEmpty()1126 return new (Mem) CaseStmt(EmptyShell(), CaseStmtIsGNURange); in CreateEmpty()
282 unsigned CaseStmtIsGNURange : 1; in alignas() local1557 SwitchCaseBits.CaseStmtIsGNURange = IsGNURange; in CaseStmt()1567 explicit CaseStmt(EmptyShell Empty, bool CaseStmtIsGNURange) in CaseStmt() argument1569 SwitchCaseBits.CaseStmtIsGNURange = CaseStmtIsGNURange; in CaseStmt()1579 static CaseStmt *CreateEmpty(const ASTContext &Ctx, bool CaseStmtIsGNURange);1584 bool caseStmtIsGNURange() const { return SwitchCaseBits.CaseStmtIsGNURange; } in caseStmtIsGNURange()
170 bool CaseStmtIsGNURange = Record.readInt(); in VisitCaseStmt() local173 if (CaseStmtIsGNURange) { in VisitCaseStmt()