Lines Matching defs:DirLoc
97 SemaOpenACC &S, OpenACCDirectiveKind DK, SourceLocation DirLoc,
145 SemaRef.LoopWithoutSeqInfo = {DirKind, DirLoc};
181 SemaRef.LoopWithoutSeqInfo = {DirKind, DirLoc};
303 SourceLocation DirLoc) {
338 Diag(DirLoc, diag::warn_acc_construct_unimplemented) << K;
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,