Lines Matching defs:SemaRef

245   Sema &SemaRef;  member in __anon1dd12e440111::DSAStackTy
1553 static VarDecl *buildVarDecl(Sema &SemaRef, SourceLocation Loc, QualType Type, in buildVarDecl()
1709 static bool isConstNotMutableType(Sema &SemaRef, QualType Type, in isConstNotMutableType()
1728 static bool rejectConstNotMutableType(Sema &SemaRef, const ValueDecl *D, in rejectConstNotMutableType()
3015 static bool finishLinearClauses(Sema &SemaRef, ArrayRef<OMPClause *> Clauses, in finishLinearClauses()
3042 Sema &SemaRef; member in __anon1dd12e441e11::VarDeclFilterCCC
3063 Sema &SemaRef; member in __anon1dd12e441e11::VarOrFuncDeclFilterCCC
3228 Sema &SemaRef; member in __anon1dd12e441f11::LocalVarRefChecker
3251 explicit LocalVarRefChecker(Sema &SemaRef) : SemaRef(SemaRef) {} in LocalVarRefChecker()
3625 static void reportOriginalDsa(Sema &SemaRef, const DSAStackTy *Stack, in reportOriginalDsa()
3729 Sema &SemaRef; member in __anon1dd12e442111::DSAAttrChecker
4210 DSAAttrChecker(DSAStackTy *S, Sema &SemaRef, CapturedStmt *CS) in DSAAttrChecker()
4239 getParallelRegionParams(Sema &SemaRef, bool LoopBoundSharing) { in getParallelRegionParams()
4261 getTeamsRegionParams(Sema &SemaRef) { in getTeamsRegionParams()
4266 getTaskRegionParams(Sema &SemaRef) { in getTaskRegionParams()
4290 getTargetRegionParams(Sema &SemaRef) { in getTargetRegionParams()
4303 getUnknownRegionParams(Sema &SemaRef) { in getUnknownRegionParams()
4311 getTaskloopRegionParams(Sema &SemaRef) { in getTaskloopRegionParams()
4344 static void processCapturedRegions(Sema &SemaRef, OpenMPDirectiveKind DKind, in processCapturedRegions()
4765 static bool checkCancelRegion(Sema &SemaRef, OpenMPDirectiveKind CurrentRegion, in checkCancelRegion()
4781 static bool checkNestingOfRegions(Sema &SemaRef, const DSAStackTy *Stack, in checkNestingOfRegions()
5916 Sema &SemaRef; member in __anon1dd12e443711::TeamsLoopChecker
5970 explicit TeamsLoopChecker(Sema &SemaRef) in TeamsLoopChecker()
5978 static bool teamsLoopCanBeParallelFor(Stmt *AStmt, Sema &SemaRef) { in teamsLoopCanBeParallelFor()
7674 setBranchProtectedScope(Sema &SemaRef, OpenMPDirectiveKind DKind, Stmt *AStmt) { in setBranchProtectedScope()
7766 Sema &SemaRef; member in __anon1dd12e443c11::OpenMPIterationSpaceChecker
7818 OpenMPIterationSpaceChecker(Sema &SemaRef, bool SupportsNonRectangular, in OpenMPIterationSpaceChecker()
8017 Sema &SemaRef; member in __anon1dd12e443c11::__anon1dd12e443d11::LoopCounterRefChecker
8092 explicit LoopCounterRefChecker(Sema &SemaRef, DSAStackTy &Stack, in LoopCounterRefChecker()
8400 tryBuildCapture(Sema &SemaRef, Expr *Capture, in tryBuildCapture()
8421 calculateNumIters(Sema &SemaRef, Scope *S, SourceLocation DefaultLoc, in calculateNumIters()
9156 OpenMPDirectiveKind DKind, Stmt *S, Sema &SemaRef, DSAStackTy &DSA, in checkOpenMPIterationSpace()
9373 buildCounterInit(Sema &SemaRef, Scope *S, SourceLocation Loc, ExprResult VarRef, in buildCounterInit()
9398 Sema &SemaRef, Scope *S, SourceLocation Loc, ExprResult VarRef, in buildCounterUpdate()
9473 static ExprResult widenIterationCount(unsigned Bits, Expr *E, Sema &SemaRef) { in widenIterationCount()
9489 static bool fitsInto(unsigned Bits, bool Signed, const Expr *E, Sema &SemaRef) { in fitsInto()
9577 Expr *OrderedLoopCountExpr, Stmt *AStmt, Sema &SemaRef, in checkOpenMPLoop()
10442 static bool checkSectionsDirective(Sema &SemaRef, OpenMPDirectiveKind DKind, in checkSectionsDirective()
11306 Sema &SemaRef; member in __anon1dd12e444411::OpenMPAtomicUpdateChecker
11327 OpenMPAtomicUpdateChecker(Sema &SemaRef) in OpenMPAtomicUpdateChecker()
15387 isNonNegativeIntegerValue(Expr *&ValExpr, Sema &SemaRef, OpenMPClauseKind CKind, in isNonNegativeIntegerValue()
16682 static bool isValidInteropVariable(Sema &SemaRef, Expr *InteropVarExpr, in isValidInteropVariable()
17815 TransformExprToCaptures(Sema &SemaRef, ValueDecl *FieldDecl) in TransformExprToCaptures()
17842 static NamedDecl *findAcceptableDecl(Sema &SemaRef, NamedDecl *D) { in findAcceptableDecl()
17859 argumentDependentLookup(Sema &SemaRef, const DeclarationNameInfo &Id, in argumentDependentLookup()
17917 buildDeclareReductionRef(Sema &SemaRef, SourceLocation Loc, SourceRange Range, in buildDeclareReductionRef()
19225 Expr *NumIterations, Sema &SemaRef, in FinishOpenMPLinearClause()
19682 ProcessOpenMPDoacrossClauseCommon(Sema &SemaRef, bool IsSource, in ProcessOpenMPDoacrossClauseCommon()
20048 static bool checkTypeMappable(SourceLocation SL, SourceRange SR, Sema &SemaRef, in checkTypeMappable()
20062 static bool checkArrayExpressionDoesNotReferToWholeSize(Sema &SemaRef, in checkArrayExpressionDoesNotReferToWholeSize()
20120 static bool checkArrayExpressionDoesNotReferToUnitySize(Sema &SemaRef, in checkArrayExpressionDoesNotReferToUnitySize()
20190 Sema &SemaRef; member in __anon1dd12e447211::MapBaseChecker
20490 Sema &SemaRef, OpenMPClauseKind CKind, OpenMPDirectiveKind DKind, in MapBaseChecker()
20503 Sema &SemaRef, Expr *E, in checkMapClauseExpressionBase()
20535 Sema &SemaRef, DSAStackTy *DSAS, const ValueDecl *VD, const Expr *E, in checkMapConflicts()
20781 static ExprResult buildUserDefinedMapperRef(Sema &SemaRef, Scope *S, in buildUserDefinedMapperRef()
20924 Sema &SemaRef, DSAStackTy *DSAS, OpenMPClauseKind CKind, in checkMappableExpressionList()
22220 Sema &SemaRef, Decl *D) { in checkDeclInTargetContext()
22251 Sema &SemaRef, DSAStackTy *Stack, in checkValueDeclInTarget()