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

References

tools/clang/lib/Sema/SemaOpenMP.cpp
 3507   assert(CaptureExpr);
 3509   Expr *Init = AsExpression ? CaptureExpr : CaptureExpr->IgnoreImpCasts();
 3509   Expr *Init = AsExpression ? CaptureExpr : CaptureExpr->IgnoreImpCasts();
 3511   if (CaptureExpr->getObjectKind() == OK_Ordinary && CaptureExpr->isGLValue()) {
 3511   if (CaptureExpr->getObjectKind() == OK_Ordinary && CaptureExpr->isGLValue()) {
 3517           S.CreateBuiltinUnaryOp(CaptureExpr->getExprLoc(), UO_AddrOf, Init);
 3525                                           CaptureExpr->getBeginLoc());