Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DStmt.cpp1200 bool CaseStmtIsGNURange = rhs != nullptr; in Create() local
1203 NumMandatoryStmtPtr + CaseStmtIsGNURange, CaseStmtIsGNURange), in Create()
1209 bool CaseStmtIsGNURange) { in CreateEmpty() argument
1212 NumMandatoryStmtPtr + CaseStmtIsGNURange, CaseStmtIsGNURange), in CreateEmpty()
1214 return new (Mem) CaseStmt(EmptyShell(), CaseStmtIsGNURange); in CreateEmpty()
/external/llvm-project/clang/include/clang/AST/
DStmt.h278 unsigned CaseStmtIsGNURange : 1; variable
1608 SwitchCaseBits.CaseStmtIsGNURange = IsGNURange; in CaseStmt()
1618 explicit CaseStmt(EmptyShell Empty, bool CaseStmtIsGNURange) in CaseStmt() argument
1620 SwitchCaseBits.CaseStmtIsGNURange = CaseStmtIsGNURange; in CaseStmt()
1630 static CaseStmt *CreateEmpty(const ASTContext &Ctx, bool CaseStmtIsGNURange);
1635 bool caseStmtIsGNURange() const { return SwitchCaseBits.CaseStmtIsGNURange; } in caseStmtIsGNURange()
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp172 bool CaseStmtIsGNURange = Record.readInt(); in VisitCaseStmt() local
175 if (CaseStmtIsGNURange) { in VisitCaseStmt()