Searched refs:CheckBooleanCondition (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/Sema/
H A DSemaStmt.cpp1185 ExprResult CondResult = CheckBooleanCondition(Cond, DoLoc);
H A DSemaTemplateInstantiateDecl.cpp2563 E = SemaRef.CheckBooleanCondition(E.get(), E.get()->getLocStart());
H A DSemaExprCXX.cpp2250 Condition = CheckBooleanCondition(Condition.take(), StmtLoc);
H A DSemaExpr.cpp11603 ExprResult Sema::CheckBooleanCondition(Expr *E, SourceLocation Loc) { function in class:Sema
11637 return CheckBooleanCondition(SubExpr, Loc);
H A DTreeTransform.h5898 Cond = SemaRef.CheckBooleanCondition(Cond.take(), S->getColonLoc());
/external/clang/include/clang/Sema/
H A DSema.h7029 /// CheckBooleanCondition - Diagnose problems involving the use of
7037 ExprResult CheckBooleanCondition(Expr *E, SourceLocation Loc);

Completed in 772 milliseconds