Lines Matching refs:getCurScope

919   Scope *getCurScope() const {  in getCurScope()  function in __anon4581b7f80111::DSAStackTy
1539 Scope *CurScope = getCurScope(); in isOpenMPLocal()
2756 SemaRef.getCurScope()); in ValidateCandidate()
2778 SemaRef.getCurScope()); in ValidateCandidate()
4654 if (Stack->getCurScope()) { in checkNestingOfRegions()
5343 Actions.getCurScope(), {}, BO_Assign, DistRef, Dist)); in buildDistanceFunc()
5421 Body = AssertSuccess(Actions.BuildBinOp(Actions.getCurScope(), {}, in buildLoopVarFunc()
5652 S, Stack->getCurScope(), MapperIdScopeSpec, DefaultMapperId, in processImplicitMapsWithDefaultMappers()
8647 DSA.getCurScope(), For ? For->getCond() : CXXFor->getCond(), Captures); in checkOpenMPIterationSpace()
8649 ISC.buildNumIterations(DSA.getCurScope(), ResultIterSpaces, in checkOpenMPIterationSpace()
8671 ISC.buildMinMaxValues(DSA.getCurScope(), Captures); in checkOpenMPIterationSpace()
8673 ISC.buildFinalCondition(DSA.getCurScope()); in checkOpenMPIterationSpace()
8714 DSA.getCurScope(), in checkOpenMPIterationSpace()
8719 DSA.getCurScope(), in checkOpenMPIterationSpace()
9055 Scope *CurScope = DSA.getCurScope(); in checkOpenMPLoop()
10298 if (Scope *S = DSAStack->getCurScope()) { in ActOnOpenMPScanDirective()
12710 Scope *CurScope = getCurScope(); in ActOnOpenMPTileDirective()
12786 Scope *CurScope = getCurScope(); in ActOnOpenMPTileDirective()
15233 if (SemaRef.LookupName(Result, SemaRef.getCurScope())) { in isValidInteropVariable()
16201 BuildBinOp(DSAStack->getCurScope(), ELoc, BO_Assign, SimpleRefExpr, in ActOnOpenMPLastprivateClause()
16837 S, ELoc, ERange, Stack->getCurScope(), ReductionIdScopeSpec, in actOnOMPReductionKindClause()
16961 S, ELoc, ERange, Stack->getCurScope(), ReductionIdScopeSpec, in actOnOMPReductionKindClause()
17245 S.BuildBinOp(Stack->getCurScope(), ReductionId.getBeginLoc(), in actOnOMPReductionKindClause()
17250 S.BuildBinOp(Stack->getCurScope(), ReductionId.getBeginLoc(), BOK, in actOnOMPReductionKindClause()
17255 S.BuildBinOp(Stack->getCurScope(), ReductionId.getBeginLoc(), in actOnOMPReductionKindClause()
17262 S.BuildBinOp(Stack->getCurScope(), ReductionId.getBeginLoc(), in actOnOMPReductionKindClause()
17280 CopyOpRes = S.BuildBinOp(Stack->getCurScope(), ELoc, BO_Assign, LHSDRE, in actOnOMPReductionKindClause()
17386 S.BuildBinOp(Stack->getCurScope(), ELoc, BO_Assign, SimpleRefExpr, in actOnOMPReductionKindClause()
17631 BuildBinOp(DSAStack->getCurScope(), ELoc, BO_Assign, in ActOnOpenMPLinearClause()
18060 DSAStack->getCurScope(), ELoc, BO_Assign, PseudoDstExpr, PseudoSrcExpr); in ActOnOpenMPCopyprivateClause()
18103 ParsedType PT = S.getTypeName(*II, Loc, S.getCurScope()); in findOMPDependT()
19373 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
19417 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
19583 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
20194 ParsedType PT = S.getTypeName(*II, Loc, S.getCurScope()); in findOMPEventHandleT()
21084 ParsedType PT = S.getTypeName(II, Loc, S.getCurScope()); in findOMPAlloctraitT()