• Home
  • Raw
  • Download

Lines Matching refs:getExprLoc

498             SourceLocation ELoc = VarRef->getExprLoc();  in EndOpenMPDSABlock()
729 SourceLocation ILoc = DE->getExprLoc(); in CheckOMPThreadPrivateDecl()
786 SemaRef.Diag(DVar.RefExpr->getExprLoc(), diag::note_omp_explicit_dsa) in ReportOriginalDSA()
847 SourceLocation ELoc = E->getExprLoc(); in VisitDeclRefExpr()
1195 Diag(P.second->getExprLoc(), diag::err_omp_no_dsa_for_variable) in ActOnOpenMPExecutableDirective()
1360 SemaRef.Diag(NewStep->getExprLoc(), in SetStep()
1601 SemaRef.Diag(NestedLoopCountExpr->getExprLoc(), in CheckOpenMPIterationSpace()
1948 Condition->getExprLoc(), Condition); in ActOnOpenMPIfClause()
2045 Diag(E->getExprLoc(), diag::err_omp_negative_expression_in_clause) in VerifyPositiveIntegerConstantInClause()
2397 SourceLocation ELoc = RefExpr->getExprLoc(); in ActOnOpenMPPrivateClause()
2528 SourceLocation ELoc = RefExpr->getExprLoc(); in ActOnOpenMPFirstprivateClause()
2714 SourceLocation ELoc = RefExpr->getExprLoc(); in ActOnOpenMPLastprivateClause()
2869 SourceLocation ELoc = RefExpr->getExprLoc(); in ActOnOpenMPSharedClause()
3031 auto ELoc = RefExpr->getExprLoc(); in ActOnOpenMPReductionClause()
3153 Diag(DVar.RefExpr->getExprLoc(), diag::note_omp_referenced); in ActOnOpenMPReductionClause()
3260 SourceLocation ELoc = RefExpr->getExprLoc(); in ActOnOpenMPLinearClause()
3378 SourceLocation ELoc = RefExpr->getExprLoc(); in ActOnOpenMPAlignedClause()
3413 Diag(PrevRef->getExprLoc(), diag::note_omp_explicit_dsa) in ActOnOpenMPAlignedClause()
3453 SourceLocation ELoc = RefExpr->getExprLoc(); in ActOnOpenMPCopyinClause()
3536 SourceLocation ELoc = RefExpr->getExprLoc(); in ActOnOpenMPCopyprivateClause()