Lines Matching defs:SemaRef
211 Sema &SemaRef; member in __anon0bb9e2bb0111::DSAStackTy
1394 static VarDecl *buildVarDecl(Sema &SemaRef, SourceLocation Loc, QualType Type, in buildVarDecl()
1552 static bool isConstNotMutableType(Sema &SemaRef, QualType Type, in isConstNotMutableType()
1571 static bool rejectConstNotMutableType(Sema &SemaRef, const ValueDecl *D, in rejectConstNotMutableType()
2731 Sema &SemaRef; member in __anon0bb9e2bb1811::VarDeclFilterCCC
2753 Sema &SemaRef; member in __anon0bb9e2bb1811::VarOrFuncDeclFilterCCC
2914 Sema &SemaRef; member in __anon0bb9e2bb1911::LocalVarRefChecker
2937 explicit LocalVarRefChecker(Sema &SemaRef) : SemaRef(SemaRef) {} in LocalVarRefChecker()
3235 static void reportOriginalDsa(Sema &SemaRef, const DSAStackTy *Stack, in reportOriginalDsa()
3331 Sema &SemaRef; member in __anon0bb9e2bb1b11::DSAAttrChecker
3744 DSAAttrChecker(DSAStackTy *S, Sema &SemaRef, CapturedStmt *CS) in DSAAttrChecker()
4489 static bool checkCancelRegion(Sema &SemaRef, OpenMPDirectiveKind CurrentRegion, in checkCancelRegion()
4505 static bool checkNestingOfRegions(Sema &SemaRef, const DSAStackTy *Stack, in checkNestingOfRegions()
6445 Sema &SemaRef; member in __anon0bb9e2bb3211::OpenMPIterationSpaceChecker
6494 OpenMPIterationSpaceChecker(Sema &SemaRef, DSAStackTy &Stack, in OpenMPIterationSpaceChecker()
6695 Sema &SemaRef; member in __anon0bb9e2bb3211::__anon0bb9e2bb3311::LoopCounterRefChecker
6765 explicit LoopCounterRefChecker(Sema &SemaRef, DSAStackTy &Stack, in LoopCounterRefChecker()
7081 tryBuildCapture(Sema &SemaRef, Expr *Capture, in tryBuildCapture()
7101 calculateNumIters(Sema &SemaRef, Scope *S, SourceLocation DefaultLoc, in calculateNumIters()
7811 OpenMPDirectiveKind DKind, Stmt *S, Sema &SemaRef, DSAStackTy &DSA, in checkOpenMPIterationSpace()
7985 buildCounterInit(Sema &SemaRef, Scope *S, SourceLocation Loc, ExprResult VarRef, in buildCounterInit()
8010 Sema &SemaRef, Scope *S, SourceLocation Loc, ExprResult VarRef, in buildCounterUpdate()
8085 static ExprResult widenIterationCount(unsigned Bits, Expr *E, Sema &SemaRef) { in widenIterationCount()
8101 static bool fitsInto(unsigned Bits, bool Signed, const Expr *E, Sema &SemaRef) { in fitsInto()
8159 Expr *OrderedLoopCountExpr, Stmt *AStmt, Sema &SemaRef, in checkOpenMPLoop()
9614 Sema &SemaRef; member in __anon0bb9e2bb3511::OpenMPAtomicUpdateChecker
9635 OpenMPAtomicUpdateChecker(Sema &SemaRef) in OpenMPAtomicUpdateChecker()
12748 isNonNegativeIntegerValue(Expr *&ValExpr, Sema &SemaRef, OpenMPClauseKind CKind, in isNonNegativeIntegerValue()
14576 TransformExprToCaptures(Sema &SemaRef, ValueDecl *FieldDecl) in TransformExprToCaptures()
14603 static NamedDecl *findAcceptableDecl(Sema &SemaRef, NamedDecl *D) { in findAcceptableDecl()
14620 argumentDependentLookup(Sema &SemaRef, const DeclarationNameInfo &Id, in argumentDependentLookup()
14678 buildDeclareReductionRef(Sema &SemaRef, SourceLocation Loc, SourceRange Range, in buildDeclareReductionRef()
15931 Expr *NumIterations, Sema &SemaRef, in FinishOpenMPLinearClause()
16673 static bool checkTypeMappable(SourceLocation SL, SourceRange SR, Sema &SemaRef, in checkTypeMappable()
16690 static bool checkArrayExpressionDoesNotReferToWholeSize(Sema &SemaRef, in checkArrayExpressionDoesNotReferToWholeSize()
16748 static bool checkArrayExpressionDoesNotReferToUnitySize(Sema &SemaRef, in checkArrayExpressionDoesNotReferToUnitySize()
16818 Sema &SemaRef; member in __anon0bb9e2bb4911::MapBaseChecker
17108 Sema &SemaRef, OpenMPClauseKind CKind, OpenMPDirectiveKind DKind, in MapBaseChecker()
17121 Sema &SemaRef, Expr *E, in checkMapClauseExpressionBase()
17153 Sema &SemaRef, DSAStackTy *DSAS, const ValueDecl *VD, const Expr *E, in checkMapConflicts()
17398 static ExprResult buildUserDefinedMapperRef(Sema &SemaRef, Scope *S, in buildUserDefinedMapperRef()
17539 Sema &SemaRef, DSAStackTy *DSAS, OpenMPClauseKind CKind, in checkMappableExpressionList()
18682 Sema &SemaRef, Decl *D) { in checkDeclInTargetContext()
18714 Sema &SemaRef, DSAStackTy *Stack, in checkValueDeclInTarget()