Searched refs:caseStmtIsGNURange (Results 1 – 5 of 5) sorted by relevance
160 if (CS->caseStmtIsGNURange()) in REGISTER_TWEAK()
1590 return NumMandatoryStmtPtr + caseStmtIsGNURange(); in numTrailingObjects()1594 return caseStmtIsGNURange(); in numTrailingObjects()1598 unsigned rhsOffset() const { return LhsOffset + caseStmtIsGNURange(); } in rhsOffset()1635 bool caseStmtIsGNURange() const { return SwitchCaseBits.CaseStmtIsGNURange; } in caseStmtIsGNURange() function1642 return caseStmtIsGNURange() ? *getTrailingObjects<SourceLocation>() in getEllipsisLoc()1650 caseStmtIsGNURange() && in setEllipsisLoc()1668 return caseStmtIsGNURange() ? reinterpret_cast<Expr *>( in getRHS()1674 return caseStmtIsGNURange() ? reinterpret_cast<Expr *>( in getRHS()1680 assert(caseStmtIsGNURange() && in setRHS()
100 Record.push_back(S->caseStmtIsGNURange()); in VisitCaseStmt()103 if (S->caseStmtIsGNURange()) { in VisitCaseStmt()
1447 attributeOnlyIfTrue("isGNURange", CS->caseStmtIsGNURange()); in VisitCaseStmt()
934 if (Node->caseStmtIsGNURange()) in VisitCaseStmt()