================
@@ -11704,6 +11707,11 @@ void
OMPClauseReader::VisitOMPThreadsetClause(OMPThreadsetClause *C) {
C->setThreadsetKind(TKind);
}
+void OMPClauseReader::VisitOMPTransparentClause(OMPTransparentClause *C) {
+ C->setLParenLoc(Record.readSourceLocation());
+ C->Transparent = Record.readSubExpr();
----------------
alexey-bataev wrote:
Better to use private setter
https://github.com/llvm/llvm-project/pull/166810
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits