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

References

tools/clang/lib/Sema/SemaOpenMP.cpp
 7089     LastIteration = LastIteration32;
 7090   QualType VType = LastIteration.get()->getType();
 7100   if (!LastIteration.isUsable())
 7104   ExprResult NumIterations = LastIteration;
 7106     LastIteration = SemaRef.BuildBinOp(
 7107         CurScope, LastIteration.get()->getExprLoc(), BO_Sub,
 7108         LastIteration.get(),
 7110     if (!LastIteration.isUsable())
 7118       LastIteration.get()->isIntegerConstantExpr(Result, SemaRef.Context);
 7122         tryBuildCapture(SemaRef, LastIteration.get(), Captures);
 7123     LastIteration = SaveRef;
 7149     SemaRef.AddInitializerToDecl(UBDecl, LastIteration.get(),
 7172                                                 UB.get(), LastIteration.get());
 7174         LastIteration.get()->getExprLoc(), InitLoc, IsUBGreater.get(),
 7175         LastIteration.get(), UB.get());
 7197       SemaRef.AddInitializerToDecl(CombUBDecl, LastIteration.get(),
 7201           CurScope, InitLoc, BO_GT, CombUB.get(), LastIteration.get());
 7204                                      LastIteration.get(), CombUB.get());
 7549   Built.LastIteration = LastIteration.get();