Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseOpenMP.cpp1789 struct SimpleClauseData { struct
1790 unsigned Type;
1791 SourceLocation Loc;
1792 SourceLocation LOpen;
1793 SourceLocation TypeLoc;
1794 SourceLocation RLoc;
1795 SimpleClauseData(unsigned Type, SourceLocation Loc, SourceLocation LOpen, in SimpleClauseData() argument