Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp1629 struct SimpleClauseData { struct
1630 unsigned Type;
1631 SourceLocation Loc;
1632 SourceLocation LOpen;
1633 SourceLocation TypeLoc;
1634 SourceLocation RLoc;
1635 SimpleClauseData(unsigned Type, SourceLocation Loc, SourceLocation LOpen, in SimpleClauseData() function