Lines Matching refs:IgnoreParens
1268 return E->IgnoreParens(); in getExprAsWritten()
2900 auto *DRE = cast<DeclRefExpr>(DE->IgnoreParens()); in EndOpenMPDSABlock()
4016 ->IgnoreParens()); in VisitMemberExpr()
5162 RefExpr = RefExpr->IgnoreParens(); in getPrivateItem()
8079 if (isa<CXXThisExpr>(E->getBase()->IgnoreParens())) { in VisitMemberExpr()
8144 S = E->IgnoreParens(); in checkAndSetInit()
8147 Expr *LHS = BO->getLHS()->IgnoreParens(); in checkAndSetInit()
8344 S = S->IgnoreParens(); in checkAndSetInc()
11451 X = AtomicCompAssignOp->getLHS()->IgnoreParens(); in checkStatement()
11465 X = AtomicUnaryOp->getSubExpr()->IgnoreParens(); in checkStatement()
17232 DSAStack->addDSA(D, RefExpr->IgnoreParens(), OMPC_private, Ref); in ActOnOpenMPPrivateClause()
17234 ? RefExpr->IgnoreParens() in ActOnOpenMPPrivateClause()
17519 DSAStack->addDSA(D, RefExpr->IgnoreParens(), OMPC_firstprivate, Ref); in ActOnOpenMPFirstprivateClause()
17521 ? RefExpr->IgnoreParens() in ActOnOpenMPFirstprivateClause()
17700 DSAStack->addDSA(D, RefExpr->IgnoreParens(), OMPC_lastprivate, Ref); in ActOnOpenMPLastprivateClause()
17702 ? RefExpr->IgnoreParens() in ActOnOpenMPLastprivateClause()
17759 DSAStack->addDSA(D, RefExpr->IgnoreParens(), OMPC_shared, Ref); in ActOnOpenMPSharedClause()
17761 ? RefExpr->IgnoreParens() in ActOnOpenMPSharedClause()
18362 auto *ASE = dyn_cast<ArraySubscriptExpr>(RefExpr->IgnoreParens()); in actOnOMPReductionKindClause()
18363 auto *OASE = dyn_cast<ArraySectionExpr>(RefExpr->IgnoreParens()); in actOnOMPReductionKindClause()
18882 Expr *VarsExpr = RefExpr->IgnoreParens(); in actOnOMPReductionKindClause()
18887 RebuildToCapture.TransformExpr(RefExpr->IgnoreParens()).get(); in actOnOMPReductionKindClause()
18922 Stack->addDSA(D, RefExpr->IgnoreParens(), OMPC_reduction, Ref, Modifier, in actOnOMPReductionKindClause()
19171 DSAStack->addDSA(D, RefExpr->IgnoreParens(), OMPC_linear, Ref); in ActOnOpenMPLinearClause()
19173 ? RefExpr->IgnoreParens() in ActOnOpenMPLinearClause()
19379 (VD || !Ref) ? RefExpr->IgnoreParens() : Ref) in ActOnOpenMPAlignedClause()
19597 VD ? RefExpr->IgnoreParens() in ActOnOpenMPCopyprivateClause()
20510 if (Checker.Visit(E->IgnoreParens())) { in checkMapClauseExpressionBase()
21098 auto *ASE = dyn_cast<ArraySubscriptExpr>(VE->IgnoreParens()); in checkMappableExpressionList()
21099 auto *OASE = dyn_cast<ArraySectionExpr>(VE->IgnoreParens()); in checkMappableExpressionList()
21100 auto *OAShE = dyn_cast<OMPArrayShapingExpr>(VE->IgnoreParens()); in checkMappableExpressionList()
22512 MVLI.ProcessedVarList.push_back(VD ? RefExpr->IgnoreParens() : Ref); in ActOnOpenMPUseDevicePtrClause()
22519 DSAStack->addDSA(D, RefExpr->IgnoreParens(), OMPC_firstprivate, Ref); in ActOnOpenMPUseDevicePtrClause()
22563 MVLI.ProcessedVarList.push_back(VD ? RefExpr->IgnoreParens() : Ref); in ActOnOpenMPUseDeviceAddrClause()
22568 DSAStack->addDSA(D, RefExpr->IgnoreParens(), OMPC_firstprivate, Ref); in ActOnOpenMPUseDeviceAddrClause()
22741 MVLI.ProcessedVarList.push_back(RefExpr->IgnoreParens()); in ActOnOpenMPHasDeviceAddrClause()
22813 ? RefExpr->IgnoreParens() in ActOnOpenMPAllocateClause()