Home | History | Annotate | Download | only in Sema

Lines Matching refs:IfLoc

492 Sema::ActOnIfStmt(SourceLocation IfLoc, FullExprArg CondVal, Decl *CondVar,
500 CondResult = CheckConditionVariable(ConditionVar, IfLoc, true);
501 CondResult = ActOnFinishFullExpr(CondResult.get(), IfLoc);
519 return new (Context) IfStmt(Context, IfLoc, ConditionVar, ConditionExpr,