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

References

tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 4826         S.getIterationVariable()->getType(), S.getBeginLoc());
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 1806   const Expr *IVExpr = S.getIterationVariable();
 1873   const Expr *IVExpr = S.getIterationVariable();
 2036   const Expr *IVExpr = S.getIterationVariable();
 2092   const Expr *IVExpr = S.getIterationVariable();
 2161       LS.getIterationVariable()->getType(),
 2167       LS.getIterationVariable()->getType(),
 2188   const Expr *IVExpr = LS.getIterationVariable();
 2317   const auto *IVExpr = cast<DeclRefExpr>(S.getIterationVariable());
 2413                                      S.getIterationVariable()->getType(),
 2553   const Expr *IVExpr = LS.getIterationVariable();
 3377   const auto *IVExpr = cast<DeclRefExpr>(S.getIterationVariable());
 3461                                        S.getIterationVariable()->getType(),
 5042     const Expr *IVExpr = S.getIterationVariable();
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1974   Record.AddStmt(D->getIterationVariable());