Lines Matching refs:IgnoreParens

1243   return E->IgnoreParens();  in getExprAsWritten()
2865 auto *DRE = cast<DeclRefExpr>(DE->IgnoreParens()); in EndOpenMPDSABlock()
3949 ->IgnoreParens()); in VisitMemberExpr()
5358 RefExpr = RefExpr->IgnoreParens(); in getPrivateItem()
8122 if (isa<CXXThisExpr>(E->getBase()->IgnoreParens())) { in VisitMemberExpr()
8187 S = E->IgnoreParens(); in checkAndSetInit()
8190 Expr *LHS = BO->getLHS()->IgnoreParens(); in checkAndSetInit()
8387 S = S->IgnoreParens(); in checkAndSetInc()
11522 X = AtomicCompAssignOp->getLHS()->IgnoreParens(); in checkStatement()
11536 X = AtomicUnaryOp->getSubExpr()->IgnoreParens(); in checkStatement()
18097 DSAStack->addDSA(D, RefExpr->IgnoreParens(), OMPC_private, Ref); in ActOnOpenMPPrivateClause()
18099 ? RefExpr->IgnoreParens() in ActOnOpenMPPrivateClause()
18382 DSAStack->addDSA(D, RefExpr->IgnoreParens(), OMPC_firstprivate, Ref); in ActOnOpenMPFirstprivateClause()
18384 ? RefExpr->IgnoreParens() in ActOnOpenMPFirstprivateClause()
18563 DSAStack->addDSA(D, RefExpr->IgnoreParens(), OMPC_lastprivate, Ref); in ActOnOpenMPLastprivateClause()
18565 ? RefExpr->IgnoreParens() in ActOnOpenMPLastprivateClause()
18621 DSAStack->addDSA(D, RefExpr->IgnoreParens(), OMPC_shared, Ref); in ActOnOpenMPSharedClause()
18623 ? RefExpr->IgnoreParens() in ActOnOpenMPSharedClause()
19207 auto *ASE = dyn_cast<ArraySubscriptExpr>(RefExpr->IgnoreParens()); in actOnOMPReductionKindClause()
19208 auto *OASE = dyn_cast<OMPArraySectionExpr>(RefExpr->IgnoreParens()); in actOnOMPReductionKindClause()
19722 Expr *VarsExpr = RefExpr->IgnoreParens(); in actOnOMPReductionKindClause()
19727 RebuildToCapture.TransformExpr(RefExpr->IgnoreParens()).get(); in actOnOMPReductionKindClause()
19762 Stack->addDSA(D, RefExpr->IgnoreParens(), OMPC_reduction, Ref, Modifier, in actOnOMPReductionKindClause()
20000 DSAStack->addDSA(D, RefExpr->IgnoreParens(), OMPC_linear, Ref); in ActOnOpenMPLinearClause()
20002 ? RefExpr->IgnoreParens() in ActOnOpenMPLinearClause()
20206 (VD || !Ref) ? RefExpr->IgnoreParens() : Ref) in ActOnOpenMPAlignedClause()
20421 VD ? RefExpr->IgnoreParens() in ActOnOpenMPCopyprivateClause()
21274 if (Checker.Visit(E->IgnoreParens())) { in checkMapClauseExpressionBase()
21861 auto *ASE = dyn_cast<ArraySubscriptExpr>(VE->IgnoreParens()); in checkMappableExpressionList()
21862 auto *OASE = dyn_cast<OMPArraySectionExpr>(VE->IgnoreParens()); in checkMappableExpressionList()
21863 auto *OAShE = dyn_cast<OMPArrayShapingExpr>(VE->IgnoreParens()); in checkMappableExpressionList()
23191 MVLI.ProcessedVarList.push_back(VD ? RefExpr->IgnoreParens() : Ref); in ActOnOpenMPUseDevicePtrClause()
23198 DSAStack->addDSA(D, RefExpr->IgnoreParens(), OMPC_firstprivate, Ref); in ActOnOpenMPUseDevicePtrClause()
23241 MVLI.ProcessedVarList.push_back(VD ? RefExpr->IgnoreParens() : Ref); in ActOnOpenMPUseDeviceAddrClause()
23246 DSAStack->addDSA(D, RefExpr->IgnoreParens(), OMPC_firstprivate, Ref); in ActOnOpenMPUseDeviceAddrClause()
23415 MVLI.ProcessedVarList.push_back(RefExpr->IgnoreParens()); in ActOnOpenMPHasDeviceAddrClause()
23487 ? RefExpr->IgnoreParens() in ActOnOpenMPAllocateClause()