Home
last modified time | relevance | path

Searched refs:CaseStmtIsGNURange (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDStmt.cpp1112 bool CaseStmtIsGNURange = rhs != nullptr; in Create() local
1115 NumMandatoryStmtPtr + CaseStmtIsGNURange, CaseStmtIsGNURange), in Create()
1121 bool CaseStmtIsGNURange) { in CreateEmpty() argument
1124 NumMandatoryStmtPtr + CaseStmtIsGNURange, CaseStmtIsGNURange), in CreateEmpty()
1126 return new (Mem) CaseStmt(EmptyShell(), CaseStmtIsGNURange); in CreateEmpty()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h282 unsigned CaseStmtIsGNURange : 1; in alignas() local
1557 SwitchCaseBits.CaseStmtIsGNURange = IsGNURange; in CaseStmt()
1567 explicit CaseStmt(EmptyShell Empty, bool CaseStmtIsGNURange) in CaseStmt() argument
1569 SwitchCaseBits.CaseStmtIsGNURange = CaseStmtIsGNURange; in CaseStmt()
1579 static CaseStmt *CreateEmpty(const ASTContext &Ctx, bool CaseStmtIsGNURange);
1584 bool caseStmtIsGNURange() const { return SwitchCaseBits.CaseStmtIsGNURange; } in caseStmtIsGNURange()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderStmt.cpp170 bool CaseStmtIsGNURange = Record.readInt(); in VisitCaseStmt() local
173 if (CaseStmtIsGNURange) { in VisitCaseStmt()