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

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 5412       cast<VarDecl>(cast<DeclRefExpr>(D.getUpperBoundVariable())->getDecl());
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 4627         cast<OMPLoopDirective>(D).getUpperBoundVariable()->getExprLoc());
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 1785     (void)EmitOMPHelperVar(CGF, cast<DeclRefExpr>(S.getUpperBoundVariable()));
 2147       EmitOMPHelperVar(CGF, cast<DeclRefExpr>(LS.getUpperBoundVariable()));
 2541       EmitOMPHelperVar(CGF, cast<DeclRefExpr>(LS.getUpperBoundVariable()));
 3427                           : S.getUpperBoundVariable())));
 5033     mapParam(CGF, cast<DeclRefExpr>(S.getUpperBoundVariable()), *UBP,
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1987     Record.AddStmt(D->getUpperBoundVariable());