Lines Matching refs:getCurScope
977 Scope *getCurScope() const { in getCurScope() function in __anon7e4ded5b0111::DSAStackTy
1670 Scope *CurScope = getCurScope(); in isOpenMPLocal()
2993 SemaRef.getCurScope()); in ValidateCandidate()
3014 SemaRef.getCurScope()); in ValidateCandidate()
4987 if (Stack->getCurScope()) { in checkNestingOfRegions()
5719 Actions.getCurScope(), {}, BO_Assign, DistRef, Dist)); in buildDistanceFunc()
5797 Body = AssertSuccess(Actions.BuildBinOp(Actions.getCurScope(), {}, in buildLoopVarFunc()
6041 S, Stack->getCurScope(), MapperIdScopeSpec, DefaultMapperId, in processImplicitMapsWithDefaultMappers()
7464 if (LookupName(Result, getCurScope())) { in checkOpenMPDeclareVariantFunction()
9266 DSA.getCurScope(), For ? For->getCond() : CXXFor->getCond(), Captures); in checkOpenMPIterationSpace()
9268 ISC.buildNumIterations(DSA.getCurScope(), ResultIterSpaces, in checkOpenMPIterationSpace()
9291 ISC.buildMinMaxValues(DSA.getCurScope(), Captures); in checkOpenMPIterationSpace()
9293 ISC.buildFinalCondition(DSA.getCurScope()); in checkOpenMPIterationSpace()
9334 DSA.getCurScope(), in checkOpenMPIterationSpace()
9339 DSA.getCurScope(), in checkOpenMPIterationSpace()
9668 Scope *CurScope = DSA.getCurScope(); in checkOpenMPLoop()
11235 if (Scope *S = DSAStack->getCurScope()) { in ActOnOpenMPScanDirective()
14763 Scope *CurScope = getCurScope(); in ActOnOpenMPTileDirective()
14839 Scope *CurScope = getCurScope(); in ActOnOpenMPTileDirective()
16506 ParsedType PT = S.getTypeName(*II, Loc, S.getCurScope()); in findOMPAllocatorHandleT()
16902 if (DSAStack->getCurScope()) { in ActOnOpenMPOrderClause()
16904 unsigned existingFlags = DSAStack->getCurScope()->getFlags(); in ActOnOpenMPOrderClause()
16905 DSAStack->getCurScope()->setFlags(existingFlags | in ActOnOpenMPOrderClause()
17588 if (SemaRef.LookupName(Result, SemaRef.getCurScope())) { in isValidInteropVariable()
18555 BuildBinOp(DSAStack->getCurScope(), ELoc, BO_Assign, SimpleRefExpr, in ActOnOpenMPLastprivateClause()
19191 S, ELoc, ERange, Stack->getCurScope(), ReductionIdScopeSpec, in actOnOMPReductionKindClause()
19315 S, ELoc, ERange, Stack->getCurScope(), ReductionIdScopeSpec, in actOnOMPReductionKindClause()
19598 S.BuildBinOp(Stack->getCurScope(), ReductionId.getBeginLoc(), in actOnOMPReductionKindClause()
19603 S.BuildBinOp(Stack->getCurScope(), ReductionId.getBeginLoc(), BOK, in actOnOMPReductionKindClause()
19608 S.BuildBinOp(Stack->getCurScope(), ReductionId.getBeginLoc(), in actOnOMPReductionKindClause()
19615 S.BuildBinOp(Stack->getCurScope(), ReductionId.getBeginLoc(), in actOnOMPReductionKindClause()
19633 CopyOpRes = S.BuildBinOp(Stack->getCurScope(), ELoc, BO_Assign, LHSDRE, in actOnOMPReductionKindClause()
19739 S.BuildBinOp(Stack->getCurScope(), ELoc, BO_Assign, SimpleRefExpr, in actOnOMPReductionKindClause()
19983 BuildBinOp(DSAStack->getCurScope(), ELoc, BO_Assign, in ActOnOpenMPLinearClause()
20409 DSAStack->getCurScope(), ELoc, BO_Assign, PseudoDstExpr, PseudoSrcExpr); in ActOnOpenMPCopyprivateClause()
20452 ParsedType PT = S.getTypeName(*II, Loc, S.getCurScope()); in findOMPDependT()
21745 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
21789 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
21975 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
22627 ParsedType PT = S.getTypeName(*II, Loc, S.getCurScope()); in findOMPEventHandleT()
23628 ParsedType PT = S.getTypeName(II, Loc, S.getCurScope()); in findOMPAlloctraitT()