Searched refs:OMPSeverityClause (Results 1 – 10 of 10) sorted by relevance
1787 class OMPSeverityClause final : public OMPClause {1820 OMPSeverityClause(OpenMPSeverityClauseKind A, SourceLocation ALoc, in OMPSeverityClause() function1827 OMPSeverityClause() in OMPSeverityClause() function
3474 bool RecursiveASTVisitor<Derived>::VisitOMPSeverityClause(OMPSeverityClause *) {
564 void OMPClauseProfiler::VisitOMPSeverityClause(const OMPSeverityClause *C) {} in VisitOMPSeverityClause()
1959 void OMPClausePrinter::VisitOMPSeverityClause(OMPSeverityClause *Node) { in VisitOMPSeverityClause()
479 let clangClass = "OMPSeverityClause";
5546 const OMPSeverityClause *SC = S.getSingleClause<OMPSeverityClause>(); in EmitOMPErrorDirective()
11230 C = new (Context) OMPSeverityClause(); in readClause()11717 void OMPClauseReader::VisitOMPSeverityClause(OMPSeverityClause *C) { in VisitOMPSeverityClause()
8513 void OMPClauseWriter::VisitOMPSeverityClause(OMPSeverityClause *C) { in VisitOMPSeverityClause()
11081 const OMPSeverityClause *SeverityC = in ActOnOpenMPErrorDirective()11082 OMPExecutableDirective::getSingleClause<OMPSeverityClause>(Clauses); in ActOnOpenMPErrorDirective()16440 OMPSeverityClause(Kind, KindKwLoc, StartLoc, LParenLoc, EndLoc); in ActOnOpenMPSeverityClause()
10938 TreeTransform<Derived>::TransformOMPSeverityClause(OMPSeverityClause *C) { in TransformOMPSeverityClause()