Home
last modified time | relevance | path

Searched refs:CheckSwitchCondition (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Sema/
DSemaStmt.cpp609 ExprResult Sema::CheckSwitchCondition(SourceLocation SwitchLoc, Expr *Cond) { in CheckSwitchCondition() function in Sema
DSemaExprCXX.cpp3111 return CheckSwitchCondition(StmtLoc, Condition.get()); in CheckConditionVariable()
DSemaExpr.cpp14419 Cond = CheckSwitchCondition(Loc, SubExpr); in ActOnCondition()
/external/clang/include/clang/Sema/
DSema.h9023 ExprResult CheckSwitchCondition(SourceLocation SwitchLoc, Expr *Cond);