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

References

tools/clang/lib/Sema/SemaOpenMP.cpp
15976   if (!isNonNegativeIntegerValue(ValExpr, *this, OMPC_thread_limit,
15984     ValExpr = MakeFullExpr(ValExpr).get();
15984     ValExpr = MakeFullExpr(ValExpr).get();
15986     ValExpr = tryBuildCapture(*this, ValExpr, Captures).get();
15986     ValExpr = tryBuildCapture(*this, ValExpr, Captures).get();
15991       ValExpr, HelperValStmt, CaptureRegion, StartLoc, LParenLoc, EndLoc);