Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1784 struct SimpleClauseData { struct
1785 unsigned Type;
1786 SourceLocation Loc;
1787 SourceLocation LOpen;
1788 SourceLocation TypeLoc;
1789 SourceLocation RLoc;
1790 SimpleClauseData(unsigned Type, SourceLocation Loc, SourceLocation LOpen, in SimpleClauseData() function