Lines Matching refs:getCurScope

322   Scope *getCurScope() const { return Stack.back().CurScope; }  in getCurScope()  function in __anon216cbd260111::DSAStackTy
323 Scope *getCurScope() { return Stack.back().CurScope; } in getCurScope() function in __anon216cbd260111::DSAStackTy
608 Scope *CurScope = getCurScope(); in isOpenMPLocal()
1127 SemaRef.getCurScope()); in ValidateCandidate()
1143 SemaRef.getCurScope()); in ValidateCandidate()
3101 if (Stack->getCurScope()) { in CheckNestingOfRegions()
4736 ISC.BuildPreCond(DSA.getCurScope(), For->getCond(), Captures); in CheckOpenMPIterationSpace()
4738 DSA.getCurScope(), in CheckOpenMPIterationSpace()
5035 Scope *CurScope = DSA.getCurScope(); in CheckOpenMPLoop()
8753 BuildBinOp(DSAStack->getCurScope(), ELoc, BO_Assign, SimpleRefExpr, in ActOnOpenMPLastprivateClause()
9117 *this, ELoc, ERange, DSAStack->getCurScope(), ReductionIdScopeSpec, in ActOnOpenMPReductionClause()
9230 *this, ELoc, ERange, DSAStack->getCurScope(), ReductionIdScopeSpec, in ActOnOpenMPReductionClause()
9479 ReductionOp = BuildBinOp(DSAStack->getCurScope(), in ActOnOpenMPReductionClause()
9484 BuildBinOp(DSAStack->getCurScope(), ReductionId.getLocStart(), in ActOnOpenMPReductionClause()
9491 BuildBinOp(DSAStack->getCurScope(), ReductionId.getLocStart(), in ActOnOpenMPReductionClause()
9519 BuildBinOp(DSAStack->getCurScope(), ELoc, BO_Assign, in ActOnOpenMPReductionClause()
9669 BuildBinOp(DSAStack->getCurScope(), ELoc, BO_Assign, in ActOnOpenMPLinearClause()
10082 auto AssignmentOp = BuildBinOp(DSAStack->getCurScope(), ELoc, BO_Assign, in ActOnOpenMPCopyprivateClause()