Lines Matching defs:StartLoc
26 SourceLocation StartLoc, bool IsStmt) {
46 return S.Diag(StartLoc, diag::err_acc_construct_appertainment) << K;
1407 OpenACCDirectiveKind K, SourceLocation StartLoc,
1418 Diag(StartLoc, diag::err_acc_invalid_in_loop)
1427 Diag(StartLoc, diag::err_acc_invalid_in_loop)
1445 return Diag(StartLoc, diag::err_acc_construct_one_clause_of)
1460 return Diag(StartLoc, diag::err_acc_construct_one_clause_of)
1473 return Diag(StartLoc, diag::err_acc_construct_one_clause_of)
1485 return Diag(StartLoc, diag::err_acc_construct_one_clause_of)
1496 return Diag(StartLoc, diag::err_acc_construct_one_clause_of)
1509 return Diag(StartLoc, diag::err_acc_construct_one_clause_of)
1515 return diagnoseConstructAppertainment(*this, K, StartLoc, /*IsStmt=*/true);
1519 OpenACCDirectiveKind K, SourceLocation StartLoc, SourceLocation DirLoc,
1532 getASTContext(), K, StartLoc, DirLoc, EndLoc, Clauses,
1539 getASTContext(), K, StartLoc, DirLoc, EndLoc, Clauses,
1544 getASTContext(), ActiveComputeConstructInfo.Kind, StartLoc, DirLoc,
1549 getASTContext(), StartLoc, DirLoc, EndLoc, Clauses,
1553 return OpenACCEnterDataConstruct::Create(getASTContext(), StartLoc, DirLoc,
1557 return OpenACCExitDataConstruct::Create(getASTContext(), StartLoc, DirLoc,
1562 getASTContext(), StartLoc, DirLoc, EndLoc, Clauses,
1567 getASTContext(), StartLoc, DirLoc, LParenLoc, Exprs.front(), MiscLoc,
1571 return OpenACCInitConstruct::Create(getASTContext(), StartLoc, DirLoc,
1575 return OpenACCShutdownConstruct::Create(getASTContext(), StartLoc, DirLoc,
1579 return OpenACCSetConstruct::Create(getASTContext(), StartLoc, DirLoc,
1583 return OpenACCUpdateConstruct::Create(getASTContext(), StartLoc, DirLoc,
1660 SourceLocation StartLoc) {
1666 return diagnoseConstructAppertainment(*this, K, StartLoc, /*IsStmt=*/false);