Searched defs:CaseStmtIsGNURange (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/AST/ | ||
H A D | Stmt.cpp | 1223 bool CaseStmtIsGNURange = rhs != nullptr; Create() local |
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTReaderStmt.cpp | 178 bool CaseStmtIsGNURange = Record.readInt(); VisitCaseStmt() local |