Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp6156 static bool checkCondition(Sema &S, Expr *Cond, SourceLocation QuestionLoc) { in checkCondition() function
6641 if (checkCondition(*this, Cond.get(), QuestionLoc)) in CheckConditionalOperands()