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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 3886   const OpaqueValueExpr *XRValExpr = IsXLHSInRHSPart ? LHS : RHS;
 3887   const OpaqueValueExpr *ERValExpr = IsXLHSInRHSPart ? RHS : LHS;
 3894       XLValue, ExprRValue, BOUE->getOpcode(), IsXLHSInRHSPart, AO, Loc, Gen);