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

References

tools/clang/lib/Sema/SemaOpenMP.cpp
11653       ValExpr = Val.get();
11659       if (ValExpr->isIntegerConstantExpr(Result, Context)) {
11669         ValExpr = MakeFullExpr(ValExpr).get();
11669         ValExpr = MakeFullExpr(ValExpr).get();
11671         ValExpr = tryBuildCapture(*this, ValExpr, Captures).get();
11671         ValExpr = tryBuildCapture(*this, ValExpr, Captures).get();
11679                         ValExpr, HelperValStmt, M1, M1Loc, M2, M2Loc);