reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaOpenMP.cpp
11090         SemaRef.PerformOpenMPImplicitIntegerConversion(Loc, ValExpr);
11097     if (ValExpr->isIntegerConstantExpr(Result, SemaRef.Context) &&
11101       SemaRef.Diag(Loc, diag::err_omp_negative_expression_in_clause)
11110         !SemaRef.CurContext->isDependentContext()) {
11111       ValExpr = SemaRef.MakeFullExpr(ValExpr).get();
11113       ValExpr = tryBuildCapture(SemaRef, ValExpr, Captures).get();
11114       *HelperValStmt = buildPreInits(SemaRef.Context, Captures);