Searched defs:OpenACCDirectiveParseInfo (Results 1 – 1 of 1) sorted by relevance
3680 struct OpenACCDirectiveParseInfo { struct3681 OpenACCDirectiveKind DirKind;3682 SourceLocation StartLoc;3683 SourceLocation DirLoc;3684 SourceLocation EndLoc;3685 SmallVector<OpenACCClause *> Clauses;