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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 2155   LValue PrevLB = CGF.EmitLValue(LS.getPrevLowerBoundVariable());
 2158       PrevLB, LS.getPrevLowerBoundVariable()->getExprLoc());
 2160       PrevLBVal, LS.getPrevLowerBoundVariable()->getType(),
 2162       LS.getPrevLowerBoundVariable()->getExprLoc());
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1995     Record.AddStmt(D->getPrevLowerBoundVariable());