Searched refs:OMPSeverityClause (Results 1 – 10 of 10) sorted by relevance
1491 class OMPSeverityClause final : public OMPClause {1524 OMPSeverityClause(OpenMPSeverityClauseKind A, SourceLocation ALoc, in OMPSeverityClause() function1531 OMPSeverityClause() in OMPSeverityClause() function
3403 bool RecursiveASTVisitor<Derived>::VisitOMPSeverityClause(OMPSeverityClause *) {
551 void OMPClauseProfiler::VisitOMPSeverityClause(const OMPSeverityClause *C) {} in VisitOMPSeverityClause()
1852 void OMPClausePrinter::VisitOMPSeverityClause(OMPSeverityClause *Node) { in VisitOMPSeverityClause()
404 let clangClass = "OMPSeverityClause";
5344 const OMPSeverityClause *SC = S.getSingleClause<OMPSeverityClause>(); in EmitOMPErrorDirective()
10510 C = new (Context) OMPSeverityClause(); in readClause()10950 void OMPClauseReader::VisitOMPSeverityClause(OMPSeverityClause *C) { in VisitOMPSeverityClause()
7782 void OMPClauseWriter::VisitOMPSeverityClause(OMPSeverityClause *C) { in VisitOMPSeverityClause()
11015 const OMPSeverityClause *SeverityC = in ActOnOpenMPErrorDirective()11016 OMPExecutableDirective::getSingleClause<OMPSeverityClause>(Clauses); in ActOnOpenMPErrorDirective()15901 OMPSeverityClause(Kind, KindKwLoc, StartLoc, LParenLoc, EndLoc); in ActOnOpenMPSeverityClause()
10429 TreeTransform<Derived>::TransformOMPSeverityClause(OMPSeverityClause *C) { in TransformOMPSeverityClause()