Home
last modified time | relevance | path

Searched refs:OMPSeverityClause (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h1787 class OMPSeverityClause final : public OMPClause {
1820 OMPSeverityClause(OpenMPSeverityClauseKind A, SourceLocation ALoc, in OMPSeverityClause() function
1827 OMPSeverityClause() in OMPSeverityClause() function
H A DRecursiveASTVisitor.h3474 bool RecursiveASTVisitor<Derived>::VisitOMPSeverityClause(OMPSeverityClause *) {
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp564 void OMPClauseProfiler::VisitOMPSeverityClause(const OMPSeverityClause *C) {} in VisitOMPSeverityClause()
H A DOpenMPClause.cpp1959 void OMPClausePrinter::VisitOMPSeverityClause(OMPSeverityClause *Node) { in VisitOMPSeverityClause()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td479 let clangClass = "OMPSeverityClause";
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5546 const OMPSeverityClause *SC = S.getSingleClause<OMPSeverityClause>(); in EmitOMPErrorDirective()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11230 C = new (Context) OMPSeverityClause(); in readClause()
11717 void OMPClauseReader::VisitOMPSeverityClause(OMPSeverityClause *C) { in VisitOMPSeverityClause()
H A DASTWriter.cpp8513 void OMPClauseWriter::VisitOMPSeverityClause(OMPSeverityClause *C) { in VisitOMPSeverityClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp11081 const OMPSeverityClause *SeverityC = in ActOnOpenMPErrorDirective()
11082 OMPExecutableDirective::getSingleClause<OMPSeverityClause>(Clauses); in ActOnOpenMPErrorDirective()
16440 OMPSeverityClause(Kind, KindKwLoc, StartLoc, LParenLoc, EndLoc); in ActOnOpenMPSeverityClause()
H A DTreeTransform.h10938 TreeTransform<Derived>::TransformOMPSeverityClause(OMPSeverityClause *C) { in TransformOMPSeverityClause()