Lines Matching refs:getCurScope

1005   Scope *getCurScope() const {  in getCurScope()  function in __anon1dd12e440111::DSAStackTy
1695 Scope *CurScope = getCurScope(); in isOpenMPLocal()
3031 SemaRef.getCurScope(), Stack)) in finishLinearClauses()
3051 SemaRef.getCurScope()); in ValidateCandidate()
3072 SemaRef.getCurScope()); in ValidateCandidate()
4787 if (!Stack->getCurScope()) in checkNestingOfRegions()
5524 Actions.getCurScope(), {}, BO_Assign, DistRef, Dist)); in buildDistanceFunc()
5602 Body = AssertSuccess(Actions.BuildBinOp(Actions.getCurScope(), {}, in buildLoopVarFunc()
5847 S, Stack->getCurScope(), MapperIdScopeSpec, DefaultMapperId, in processImplicitMapsWithDefaultMappers()
7404 if (SemaRef.LookupName(Result, SemaRef.getCurScope())) { in checkOpenMPDeclareVariantFunction()
9255 DSA.getCurScope(), For ? For->getCond() : CXXFor->getCond(), Captures); in checkOpenMPIterationSpace()
9257 ISC.buildNumIterations(DSA.getCurScope(), ResultIterSpaces, in checkOpenMPIterationSpace()
9280 ISC.buildMinMaxValues(DSA.getCurScope(), Captures); in checkOpenMPIterationSpace()
9282 ISC.buildFinalCondition(DSA.getCurScope()); in checkOpenMPIterationSpace()
9337 DSA.getCurScope(), in checkOpenMPIterationSpace()
9352 DSA.getCurScope(), in checkOpenMPIterationSpace()
9357 DSA.getCurScope(), in checkOpenMPIterationSpace()
9728 Scope *CurScope = DSA.getCurScope(); in checkOpenMPLoop()
11139 if (Scope *S = DSAStack->getCurScope()) { in ActOnOpenMPScanDirective()
14130 Scope *CurScope = SemaRef.getCurScope(); in ActOnOpenMPTileDirective()
14402 Scope *CurScope = SemaRef.getCurScope(); in ActOnOpenMPUnrollDirective()
14681 Scope *CurScope = SemaRef.getCurScope(); in ActOnOpenMPReverseDirective()
14869 Scope *CurScope = SemaRef.getCurScope(); in ActOnOpenMPInterchangeDirective()
15541 ParsedType PT = S.getTypeName(*II, Loc, S.getCurScope()); in findOMPAllocatorHandleT()
15945 if (DSAStack->getCurScope()) { in ActOnOpenMPOrderClause()
15947 unsigned existingFlags = DSAStack->getCurScope()->getFlags(); in ActOnOpenMPOrderClause()
15948 DSAStack->getCurScope()->setFlags(existingFlags | in ActOnOpenMPOrderClause()
16705 if (SemaRef.LookupName(Result, SemaRef.getCurScope())) { in isValidInteropVariable()
17692 SemaRef.BuildBinOp(DSAStack->getCurScope(), ELoc, BO_Assign, in ActOnOpenMPLastprivateClause()
18346 S, ELoc, ERange, Stack->getCurScope(), ReductionIdScopeSpec, in actOnOMPReductionKindClause()
18470 S, ELoc, ERange, Stack->getCurScope(), ReductionIdScopeSpec, in actOnOMPReductionKindClause()
18758 S.BuildBinOp(Stack->getCurScope(), ReductionId.getBeginLoc(), in actOnOMPReductionKindClause()
18763 S.BuildBinOp(Stack->getCurScope(), ReductionId.getBeginLoc(), BOK, in actOnOMPReductionKindClause()
18768 S.BuildBinOp(Stack->getCurScope(), ReductionId.getBeginLoc(), in actOnOMPReductionKindClause()
18775 S.BuildBinOp(Stack->getCurScope(), ReductionId.getBeginLoc(), in actOnOMPReductionKindClause()
18793 CopyOpRes = S.BuildBinOp(Stack->getCurScope(), ELoc, BO_Assign, LHSDRE, in actOnOMPReductionKindClause()
18899 S.BuildBinOp(Stack->getCurScope(), ELoc, BO_Assign, SimpleRefExpr, in actOnOMPReductionKindClause()
19153 SemaRef.BuildBinOp(DSAStack->getCurScope(), ELoc, BO_Assign, in ActOnOpenMPLinearClause()
19199 SemaRef.getCurScope(), StepLoc, BO_Assign, SaveRef.get(), StepExpr); in ActOnOpenMPLinearClause()
19585 DSAStack->getCurScope(), ELoc, BO_Assign, PseudoDstExpr, PseudoSrcExpr); in ActOnOpenMPCopyprivateClause()
19630 ParsedType PT = S.getTypeName(*II, Loc, S.getCurScope()); in findOMPDependT()
20982 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
21026 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
21212 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
21873 ParsedType PT = S.getTypeName(*II, Loc, S.getCurScope()); in findOMPEventHandleT()
22969 ParsedType PT = S.getTypeName(II, Loc, S.getCurScope()); in findOMPAlloctraitT()