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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 2145       EmitOMPHelperVar(CGF, cast<DeclRefExpr>(LS.getLowerBoundVariable()));
 2147       EmitOMPHelperVar(CGF, cast<DeclRefExpr>(LS.getUpperBoundVariable()));
 2155   LValue PrevLB = CGF.EmitLValue(LS.getPrevLowerBoundVariable());
 2156   LValue PrevUB = CGF.EmitLValue(LS.getPrevUpperBoundVariable());
 2158       PrevLB, LS.getPrevLowerBoundVariable()->getExprLoc());
 2160       PrevLBVal, LS.getPrevLowerBoundVariable()->getType(),
 2161       LS.getIterationVariable()->getType(),
 2162       LS.getPrevLowerBoundVariable()->getExprLoc());
 2164       PrevUB, LS.getPrevUpperBoundVariable()->getExprLoc());
 2166       PrevUBVal, LS.getPrevUpperBoundVariable()->getType(),
 2167       LS.getIterationVariable()->getType(),
 2168       LS.getPrevUpperBoundVariable()->getExprLoc());