Lines Matching refs:getCurScope

1000   Scope *getCurScope() const {  in getCurScope()  function in __anon8e68b8fa0111::DSAStackTy
1690 Scope *CurScope = getCurScope(); in isOpenMPLocal()
3017 SemaRef.getCurScope()); in ValidateCandidate()
3038 SemaRef.getCurScope()); in ValidateCandidate()
5002 if (Stack->getCurScope()) { in checkNestingOfRegions()
5750 Actions.getCurScope(), {}, BO_Assign, DistRef, Dist)); in buildDistanceFunc()
5828 Body = AssertSuccess(Actions.BuildBinOp(Actions.getCurScope(), {}, in buildLoopVarFunc()
6072 S, Stack->getCurScope(), MapperIdScopeSpec, DefaultMapperId, in processImplicitMapsWithDefaultMappers()
7615 if (LookupName(Result, getCurScope())) { in checkOpenMPDeclareVariantFunction()
9450 DSA.getCurScope(), For ? For->getCond() : CXXFor->getCond(), Captures); in checkOpenMPIterationSpace()
9452 ISC.buildNumIterations(DSA.getCurScope(), ResultIterSpaces, in checkOpenMPIterationSpace()
9475 ISC.buildMinMaxValues(DSA.getCurScope(), Captures); in checkOpenMPIterationSpace()
9477 ISC.buildFinalCondition(DSA.getCurScope()); in checkOpenMPIterationSpace()
9532 DSA.getCurScope(), in checkOpenMPIterationSpace()
9547 DSA.getCurScope(), in checkOpenMPIterationSpace()
9552 DSA.getCurScope(), in checkOpenMPIterationSpace()
9883 Scope *CurScope = DSA.getCurScope(); in checkOpenMPLoop()
11475 if (Scope *S = DSAStack->getCurScope()) { in ActOnOpenMPScanDirective()
15061 Scope *CurScope = getCurScope(); in ActOnOpenMPTileDirective()
15137 Scope *CurScope = getCurScope(); in ActOnOpenMPTileDirective()
16804 ParsedType PT = S.getTypeName(*II, Loc, S.getCurScope()); in findOMPAllocatorHandleT()
17205 if (DSAStack->getCurScope()) { in ActOnOpenMPOrderClause()
17207 unsigned existingFlags = DSAStack->getCurScope()->getFlags(); in ActOnOpenMPOrderClause()
17208 DSAStack->getCurScope()->setFlags(existingFlags | in ActOnOpenMPOrderClause()
17915 if (SemaRef.LookupName(Result, SemaRef.getCurScope())) { in isValidInteropVariable()
18894 BuildBinOp(DSAStack->getCurScope(), ELoc, BO_Assign, SimpleRefExpr, in ActOnOpenMPLastprivateClause()
19544 S, ELoc, ERange, Stack->getCurScope(), ReductionIdScopeSpec, in actOnOMPReductionKindClause()
19668 S, ELoc, ERange, Stack->getCurScope(), ReductionIdScopeSpec, in actOnOMPReductionKindClause()
19956 S.BuildBinOp(Stack->getCurScope(), ReductionId.getBeginLoc(), in actOnOMPReductionKindClause()
19961 S.BuildBinOp(Stack->getCurScope(), ReductionId.getBeginLoc(), BOK, in actOnOMPReductionKindClause()
19966 S.BuildBinOp(Stack->getCurScope(), ReductionId.getBeginLoc(), in actOnOMPReductionKindClause()
19973 S.BuildBinOp(Stack->getCurScope(), ReductionId.getBeginLoc(), in actOnOMPReductionKindClause()
19991 CopyOpRes = S.BuildBinOp(Stack->getCurScope(), ELoc, BO_Assign, LHSDRE, in actOnOMPReductionKindClause()
20097 S.BuildBinOp(Stack->getCurScope(), ELoc, BO_Assign, SimpleRefExpr, in actOnOMPReductionKindClause()
20348 BuildBinOp(DSAStack->getCurScope(), ELoc, BO_Assign, in ActOnOpenMPLinearClause()
20774 DSAStack->getCurScope(), ELoc, BO_Assign, PseudoDstExpr, PseudoSrcExpr); in ActOnOpenMPCopyprivateClause()
20817 ParsedType PT = S.getTypeName(*II, Loc, S.getCurScope()); in findOMPDependT()
22160 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
22204 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
22390 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
23042 ParsedType PT = S.getTypeName(*II, Loc, S.getCurScope()); in findOMPEventHandleT()
24116 ParsedType PT = S.getTypeName(II, Loc, S.getCurScope()); in findOMPAlloctraitT()