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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 2156   LValue PrevUB = CGF.EmitLValue(LS.getPrevUpperBoundVariable());
 2164       PrevUB, LS.getPrevUpperBoundVariable()->getExprLoc());
 2166       PrevUBVal, LS.getPrevUpperBoundVariable()->getType(),
 2168       LS.getPrevUpperBoundVariable()->getExprLoc());
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1996     Record.AddStmt(D->getPrevUpperBoundVariable());