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

References

tools/clang/lib/Sema/SemaOpenMP.cpp
13887   Expr *StepExpr = Step;
13889   if (Step && !Step->isValueDependent() && !Step->isTypeDependent() &&
13889   if (Step && !Step->isValueDependent() && !Step->isTypeDependent() &&
13889   if (Step && !Step->isValueDependent() && !Step->isTypeDependent() &&
13890       !Step->isInstantiationDependent() &&
13891       !Step->containsUnexpandedParameterPack()) {
13892     SourceLocation StepLoc = Step->getBeginLoc();
13893     ExprResult Val = PerformOpenMPImplicitIntegerConversion(StepLoc, Step);