reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/Stmt.h
 1512     return NumMandatoryStmtPtr + caseStmtIsGNURange();
 1516     return caseStmtIsGNURange();
 1520   unsigned rhsOffset() const { return LhsOffset + caseStmtIsGNURange(); }
 1564     return caseStmtIsGNURange() ? *getTrailingObjects<SourceLocation>()
 1572         caseStmtIsGNURange() &&
 1590     return caseStmtIsGNURange() ? reinterpret_cast<Expr *>(
 1596     return caseStmtIsGNURange() ? reinterpret_cast<Expr *>(
 1602     assert(caseStmtIsGNURange() &&
tools/clang/lib/AST/JSONNodeDumper.cpp
 1428   attributeOnlyIfTrue("isGNURange", CS->caseStmtIsGNURange());
tools/clang/lib/AST/TextNodeDumper.cpp
  682   if (Node->caseStmtIsGNURange())
tools/clang/lib/Serialization/ASTWriterStmt.cpp
   99   Record.push_back(S->caseStmtIsGNURange());
  102   if (S->caseStmtIsGNURange()) {