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

Declarations

tools/clang/include/clang/AST/OpenMPClause.h
 1540   const Expr *getLoopCounter(unsigned NumLoop) const;

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 1589       const auto *DRE = cast<DeclRefExpr>(C->getLoopCounter(I));
 5202                     cast<DeclRefExpr>(C->getLoopCounter(I))->getDecl())) {