Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Parse/
DParseOpenMP.cpp1522 struct SimpleClauseData { struct
1523 unsigned Type;
1524 SourceLocation Loc;
1525 SourceLocation LOpen;
1526 SourceLocation TypeLoc;
1527 SourceLocation RLoc;
1528 SimpleClauseData(unsigned Type, SourceLocation Loc, SourceLocation LOpen, in SimpleClauseData() function