Home
last modified time | relevance | path

Searched defs:CaseStmtIsGNURange (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1223 bool CaseStmtIsGNURange = rhs != nullptr; in Create() local
1232 bool CaseStmtIsGNURange) { in CreateEmpty()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp178 bool CaseStmtIsGNURange = Record.readInt(); in VisitCaseStmt() local