Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp468 Actions.CheckCaseExpression(Expr.get())) { in ParseExprStatement()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h5522 bool CheckCaseExpression(Expr *E);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp19610 bool Sema::CheckCaseExpression(Expr *E) { in CheckCaseExpression() function in Sema