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

References

tools/clang/lib/Sema/SemaOpenMP.cpp
11086   if (!ValExpr->isTypeDependent() && !ValExpr->isValueDependent() &&
11086   if (!ValExpr->isTypeDependent() && !ValExpr->isValueDependent() &&
11087       !ValExpr->isInstantiationDependent()) {
11088     SourceLocation Loc = ValExpr->getExprLoc();
11090         SemaRef.PerformOpenMPImplicitIntegerConversion(Loc, ValExpr);
11094     ValExpr = Value.get();
11097     if (ValExpr->isIntegerConstantExpr(Result, SemaRef.Context) &&
11103           << ValExpr->getSourceRange();
11111       ValExpr = SemaRef.MakeFullExpr(ValExpr).get();
11111       ValExpr = SemaRef.MakeFullExpr(ValExpr).get();
11113       ValExpr = tryBuildCapture(SemaRef, ValExpr, Captures).get();
11113       ValExpr = tryBuildCapture(SemaRef, ValExpr, Captures).get();