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

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 5405       cast<VarDecl>(cast<DeclRefExpr>(D.getLowerBoundVariable())->getDecl());
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 4617         cast<OMPLoopDirective>(D).getLowerBoundVariable()->getExprLoc());
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 1784     (void)EmitOMPHelperVar(CGF, cast<DeclRefExpr>(S.getLowerBoundVariable()));
 2145       EmitOMPHelperVar(CGF, cast<DeclRefExpr>(LS.getLowerBoundVariable()));
 2539       EmitOMPHelperVar(CGF, cast<DeclRefExpr>(LS.getLowerBoundVariable()));
 3422                           : S.getLowerBoundVariable())));
 5031     mapParam(CGF, cast<DeclRefExpr>(S.getLowerBoundVariable()), *LBP,
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1986     Record.AddStmt(D->getLowerBoundVariable());