Lines Matching refs:getCurScope

561   Scope *getCurScope() const {  in getCurScope()  function in __anon45dbc4930111::DSAStackTy
1079 Scope *CurScope = getCurScope(); in isOpenMPLocal()
1836 SemaRef.getCurScope()); in ValidateCandidate()
1852 SemaRef.getCurScope()); in ValidateCandidate()
3054 if (Stack->getCurScope()) { in checkNestingOfRegions()
4881 ISC.buildPreCond(DSA.getCurScope(), For->getCond(), Captures); in checkOpenMPIterationSpace()
4883 DSA.getCurScope(), in checkOpenMPIterationSpace()
4926 DSA.getCurScope(), ResultIterSpace.CounterVar, Captures, in checkOpenMPIterationSpace()
4930 DSA.getCurScope(), ResultIterSpace.CounterVar, Captures, in checkOpenMPIterationSpace()
5242 Scope *CurScope = DSA.getCurScope(); in checkOpenMPLoop()
10371 BuildBinOp(DSAStack->getCurScope(), ELoc, BO_Assign, SimpleRefExpr, in ActOnOpenMPLastprivateClause()
10952 S, ELoc, ERange, Stack->getCurScope(), ReductionIdScopeSpec, in actOnOMPReductionKindClause()
11065 S, ELoc, ERange, Stack->getCurScope(), ReductionIdScopeSpec, in actOnOMPReductionKindClause()
11334 Stack->getCurScope(), ReductionId.getBeginLoc(), BOK, LHSDRE, RHSDRE); in actOnOMPReductionKindClause()
11338 S.BuildBinOp(Stack->getCurScope(), ReductionId.getBeginLoc(), in actOnOMPReductionKindClause()
11345 S.BuildBinOp(Stack->getCurScope(), ReductionId.getBeginLoc(), in actOnOMPReductionKindClause()
11425 S.BuildBinOp(Stack->getCurScope(), ELoc, BO_Assign, SimpleRefExpr, in actOnOMPReductionKindClause()
11633 BuildBinOp(DSAStack->getCurScope(), ELoc, BO_Assign, in ActOnOpenMPLinearClause()
12051 DSAStack->getCurScope(), ELoc, BO_Assign, PseudoDstExpr, PseudoSrcExpr); in ActOnOpenMPCopyprivateClause()