Home
last modified time | relevance | path

Searched defs:SimpleClauseData (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1774 struct SimpleClauseData { struct
1775 unsigned Type;
1776 SourceLocation Loc;
1777 SourceLocation LOpen;
1778 SourceLocation TypeLoc;
1779 SourceLocation RLoc;
1780 SimpleClauseData(unsigned Type, SourceLocation Loc, SourceLocation LOpen, in SimpleClauseData() argument