Lines Matching refs:DefaultLoc
1920 SourceLocation DefaultLoc; member in __anon216cbd260911::OpenMPIterationSpaceChecker
1951 OpenMPIterationSpaceChecker(Sema &SemaRef, SourceLocation DefaultLoc) in OpenMPIterationSpaceChecker() argument
1952 : SemaRef(SemaRef), DefaultLoc(DefaultLoc), ConditionLoc(DefaultLoc), in OpenMPIterationSpaceChecker()
2107 SemaRef.Diag(DefaultLoc, diag::err_omp_loop_not_canonical_init); in CheckInit()
2167 SemaRef.Diag(DefaultLoc, diag::err_omp_loop_not_canonical_cond) << Var; in CheckCond()
2256 SemaRef.Diag(DefaultLoc, diag::err_omp_loop_not_canonical_incr) << Var; in CheckInc()
2321 Diff = SemaRef.BuildBinOp(S, DefaultLoc, BO_Sub, Upper, Lower); in BuildNumIterations()
2338 S, DefaultLoc, BO_Sub, Diff.get(), in BuildNumIterations()
2344 Diff = SemaRef.BuildBinOp(S, DefaultLoc, BO_Add, Diff.get(), in BuildNumIterations()
2350 Diff = SemaRef.ActOnParenExpr(DefaultLoc, DefaultLoc, Diff.get()); in BuildNumIterations()
2355 Diff = SemaRef.BuildBinOp(S, DefaultLoc, BO_Div, Diff.get(), in BuildNumIterations()
2368 SemaRef.Diag(DefaultLoc, diag::warn_omp_loop_64_bit_var) in BuildNumIterations()
2387 DefaultLoc, Var->getType(), VK_LValue); in BuildCounterVar()