Lines Matching refs:getCurScope
963 Scope *getCurScope() const { in getCurScope() function in __anon296aa5740111::DSAStackTy
1639 Scope *CurScope = getCurScope(); in isOpenMPLocal()
2942 SemaRef.getCurScope()); in ValidateCandidate()
2963 SemaRef.getCurScope()); in ValidateCandidate()
4931 if (Stack->getCurScope()) { in checkNestingOfRegions()
5648 Actions.getCurScope(), {}, BO_Assign, DistRef, Dist)); in buildDistanceFunc()
5726 Body = AssertSuccess(Actions.BuildBinOp(Actions.getCurScope(), {}, in buildLoopVarFunc()
5970 S, Stack->getCurScope(), MapperIdScopeSpec, DefaultMapperId, in processImplicitMapsWithDefaultMappers()
7378 if (LookupName(Result, getCurScope())) { in checkOpenMPDeclareVariantFunction()
9183 DSA.getCurScope(), For ? For->getCond() : CXXFor->getCond(), Captures); in checkOpenMPIterationSpace()
9185 ISC.buildNumIterations(DSA.getCurScope(), ResultIterSpaces, in checkOpenMPIterationSpace()
9208 ISC.buildMinMaxValues(DSA.getCurScope(), Captures); in checkOpenMPIterationSpace()
9210 ISC.buildFinalCondition(DSA.getCurScope()); in checkOpenMPIterationSpace()
9251 DSA.getCurScope(), in checkOpenMPIterationSpace()
9256 DSA.getCurScope(), in checkOpenMPIterationSpace()
9585 Scope *CurScope = DSA.getCurScope(); in checkOpenMPLoop()
11111 if (Scope *S = DSAStack->getCurScope()) { in ActOnOpenMPScanDirective()
14623 Scope *CurScope = getCurScope(); in ActOnOpenMPTileDirective()
14699 Scope *CurScope = getCurScope(); in ActOnOpenMPTileDirective()
17306 if (SemaRef.LookupName(Result, SemaRef.getCurScope())) { in isValidInteropVariable()
18272 BuildBinOp(DSAStack->getCurScope(), ELoc, BO_Assign, SimpleRefExpr, in ActOnOpenMPLastprivateClause()
18908 S, ELoc, ERange, Stack->getCurScope(), ReductionIdScopeSpec, in actOnOMPReductionKindClause()
19032 S, ELoc, ERange, Stack->getCurScope(), ReductionIdScopeSpec, in actOnOMPReductionKindClause()
19315 S.BuildBinOp(Stack->getCurScope(), ReductionId.getBeginLoc(), in actOnOMPReductionKindClause()
19320 S.BuildBinOp(Stack->getCurScope(), ReductionId.getBeginLoc(), BOK, in actOnOMPReductionKindClause()
19325 S.BuildBinOp(Stack->getCurScope(), ReductionId.getBeginLoc(), in actOnOMPReductionKindClause()
19332 S.BuildBinOp(Stack->getCurScope(), ReductionId.getBeginLoc(), in actOnOMPReductionKindClause()
19350 CopyOpRes = S.BuildBinOp(Stack->getCurScope(), ELoc, BO_Assign, LHSDRE, in actOnOMPReductionKindClause()
19456 S.BuildBinOp(Stack->getCurScope(), ELoc, BO_Assign, SimpleRefExpr, in actOnOMPReductionKindClause()
19700 BuildBinOp(DSAStack->getCurScope(), ELoc, BO_Assign, in ActOnOpenMPLinearClause()
20126 DSAStack->getCurScope(), ELoc, BO_Assign, PseudoDstExpr, PseudoSrcExpr); in ActOnOpenMPCopyprivateClause()
20169 ParsedType PT = S.getTypeName(*II, Loc, S.getCurScope()); in findOMPDependT()
21462 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
21506 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
21689 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
22304 ParsedType PT = S.getTypeName(*II, Loc, S.getCurScope()); in findOMPEventHandleT()
23297 ParsedType PT = S.getTypeName(II, Loc, S.getCurScope()); in findOMPAlloctraitT()