Home | History | Annotate | Download | only in Sema

Lines Matching refs:IfLoc

418 Sema::ActOnIfStmt(SourceLocation IfLoc, FullExprArg CondVal, Decl *CondVar,
433 CondResult = CheckConditionVariable(ConditionVar, IfLoc, true);
450 return Owned(new (Context) IfStmt(Context, IfLoc, ConditionVar, ConditionExpr,