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

References

tools/clang/lib/Sema/SemaOpenMP.cpp
 8709             BinOp = dyn_cast<BinaryOperator>(First);
 8710             IsUpdateExprFound = BinOp && BinOp->getOpcode() == BO_Assign;
 8710             IsUpdateExprFound = BinOp && BinOp->getOpcode() == BO_Assign;
 8721             Expr *PossibleX = BinOp->getRHS()->IgnoreParenImpCasts();
 8727               V = BinOp->getLHS();
 8737             BinOp = nullptr;
 8739               BinOp = dyn_cast<BinaryOperator>(Second);
 8740               IsUpdateExprFound = BinOp && BinOp->getOpcode() == BO_Assign;
 8740               IsUpdateExprFound = BinOp && BinOp->getOpcode() == BO_Assign;
 8751               Expr *PossibleX = BinOp->getRHS()->IgnoreParenImpCasts();
 8757                 V = BinOp->getLHS();