Searched defs:IRef (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp586 auto IRef = C->varlist_begin(); local
589 auto *OrigVD = cast<VarDecl>(cast<DeclRefExpr>(*IRef)->getDecl());
597 ++IRef;
609 (*IRef)->getType(), VK_LValue, (*IRef)->getExprLoc());
658 ++IRef;
672 auto IRef = C->varlist_begin(); local
674 auto *OrigVD = cast<VarDecl>(cast<DeclRefExpr>(*IRef)->getDecl());
687 ++IRef;
702 auto IRef local
776 auto IRef = C->varlist_begin(); local
850 auto IRef = C->varlist_begin(); local
2442 auto IRef = C->varlist_begin(); local
2455 auto IRef = C->varlist_begin(); local
2471 auto IRef = C->varlist_begin(); local
[all...]

Completed in 60 milliseconds