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

References

tools/clang/lib/Sema/SemaOpenMP.cpp
11129   if (!isNonNegativeIntegerValue(ValExpr, *this, OMPC_num_threads,
11137     ValExpr = MakeFullExpr(ValExpr).get();
11137     ValExpr = MakeFullExpr(ValExpr).get();
11139     ValExpr = tryBuildCapture(*this, ValExpr, Captures).get();
11139     ValExpr = tryBuildCapture(*this, ValExpr, Captures).get();
11144       ValExpr, HelperValStmt, CaptureRegion, StartLoc, LParenLoc, EndLoc);