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

References

tools/clang/lib/Sema/SemaOpenMP.cpp
 3546   CaptureExpr = S.DefaultLvalueConversion(CaptureExpr).get();
 3546   CaptureExpr = S.DefaultLvalueConversion(CaptureExpr).get();
 3549         S, &S.getASTContext().Idents.get(".capture_expr."), CaptureExpr,
 3552                            CaptureExpr->getExprLoc());
 3556       CaptureExpr->getObjectKind() == OK_Ordinary && CaptureExpr->isGLValue() &&
 3556       CaptureExpr->getObjectKind() == OK_Ordinary && CaptureExpr->isGLValue() &&
 3558     Res = S.CreateBuiltinUnaryOp(CaptureExpr->getExprLoc(), UO_Deref, Ref);