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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 1814   if (const auto *LIExpr = dyn_cast<DeclRefExpr>(S.getLastIteration())) {
 2324   if (const auto *LIExpr = dyn_cast<DeclRefExpr>(S.getLastIteration())) {
 2556   llvm::Value *UBVal = CGF.EmitScalarExpr(LS.getLastIteration());
 3384   if (const auto *LIExpr = dyn_cast<DeclRefExpr>(S.getLastIteration())) {
 5050     if (const auto *LIExpr = dyn_cast<DeclRefExpr>(S.getLastIteration())) {
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1975   Record.AddStmt(D->getLastIteration());