Lines Matching refs:DirInfo
1431 OpenACCDirectiveParseInfo DirInfo = ParseOpenACCDirective(); in ParseOpenACCDirectiveDecl() local
1433 if (getActions().OpenACC().ActOnStartDeclDirective(DirInfo.DirKind, in ParseOpenACCDirectiveDecl()
1434 DirInfo.StartLoc)) in ParseOpenACCDirectiveDecl()
1447 OpenACCDirectiveParseInfo DirInfo = ParseOpenACCDirective(); in ParseOpenACCDirectiveStmt() local
1448 if (getActions().OpenACC().ActOnStartStmtDirective(DirInfo.DirKind, in ParseOpenACCDirectiveStmt()
1449 DirInfo.StartLoc)) in ParseOpenACCDirectiveStmt()
1454 DirInfo.DirKind); in ParseOpenACCDirectiveStmt()
1455 if (doesDirectiveHaveAssociatedStmt(DirInfo.DirKind)) { in ParseOpenACCDirectiveStmt()
1457 ParseScope ACCScope(this, getOpenACCScopeFlags(DirInfo.DirKind)); in ParseOpenACCDirectiveStmt()
1460 DirInfo.StartLoc, DirInfo.DirKind, ParseStatement()); in ParseOpenACCDirectiveStmt()
1464 DirInfo.DirKind, DirInfo.StartLoc, DirInfo.DirLoc, DirInfo.EndLoc, in ParseOpenACCDirectiveStmt()
1465 DirInfo.Clauses, AssocStmt); in ParseOpenACCDirectiveStmt()