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

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 4788         QualType Type = PrivateLValue.getType();
 4812             CGF.EmitAggregateAssign(PrivateLValue, SharedRefLValue, Type);
 4817                 PrivateLValue.getAddress(), SharedRefLValue.getAddress(), Type,
 4840           CGF.EmitExprAsInit(Init, VD, PrivateLValue,
 4844         CGF.EmitExprAsInit(Init, VD, PrivateLValue, /*capturedByInit=*/false);