Searched refs:CaseStmtIsGNURange (Results 1 – 3 of 3) sorted by relevance
1200 bool CaseStmtIsGNURange = rhs != nullptr; in Create() local1203 NumMandatoryStmtPtr + CaseStmtIsGNURange, CaseStmtIsGNURange), in Create()1209 bool CaseStmtIsGNURange) { in CreateEmpty() argument1212 NumMandatoryStmtPtr + CaseStmtIsGNURange, CaseStmtIsGNURange), in CreateEmpty()1214 return new (Mem) CaseStmt(EmptyShell(), CaseStmtIsGNURange); in CreateEmpty()
278 unsigned CaseStmtIsGNURange : 1; variable1608 SwitchCaseBits.CaseStmtIsGNURange = IsGNURange; in CaseStmt()1618 explicit CaseStmt(EmptyShell Empty, bool CaseStmtIsGNURange) in CaseStmt() argument1620 SwitchCaseBits.CaseStmtIsGNURange = CaseStmtIsGNURange; in CaseStmt()1630 static CaseStmt *CreateEmpty(const ASTContext &Ctx, bool CaseStmtIsGNURange);1635 bool caseStmtIsGNURange() const { return SwitchCaseBits.CaseStmtIsGNURange; } in caseStmtIsGNURange()
172 bool CaseStmtIsGNURange = Record.readInt(); in VisitCaseStmt() local175 if (CaseStmtIsGNURange) { in VisitCaseStmt()