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

/external/clang/lib/Sema/
H A DSemaStmt.cpp1198 ExprResult CondResult = CheckBooleanCondition(Cond, DoLoc);
H A DSemaTemplateInstantiateDecl.cpp2904 E = SemaRef.CheckBooleanCondition(E.get(), E.get()->getLocStart());
H A DSemaExprCXX.cpp2344 Condition = CheckBooleanCondition(Condition.take(), StmtLoc);
H A DSemaExpr.cpp12179 ExprResult Sema::CheckBooleanCondition(Expr *E, SourceLocation Loc) { function in class:Sema
12213 return CheckBooleanCondition(SubExpr, Loc);
H A DTreeTransform.h6050 Cond = SemaRef.CheckBooleanCondition(Cond.take(), S->getColonLoc());
/external/clang/include/clang/Sema/
H A DSema.h7356 /// CheckBooleanCondition - Diagnose problems involving the use of
7364 ExprResult CheckBooleanCondition(Expr *E, SourceLocation Loc);

Completed in 140 milliseconds