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.h1491 class OMPSeverityClause final : public OMPClause {
1524 OMPSeverityClause(OpenMPSeverityClauseKind A, SourceLocation ALoc, in OMPSeverityClause() function
1531 OMPSeverityClause() in OMPSeverityClause() function
H A DRecursiveASTVisitor.h3403 bool RecursiveASTVisitor<Derived>::VisitOMPSeverityClause(OMPSeverityClause *) {
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp551 void OMPClauseProfiler::VisitOMPSeverityClause(const OMPSeverityClause *C) {} in VisitOMPSeverityClause()
H A DOpenMPClause.cpp1852 void OMPClausePrinter::VisitOMPSeverityClause(OMPSeverityClause *Node) { in VisitOMPSeverityClause()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td404 let clangClass = "OMPSeverityClause";
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5344 const OMPSeverityClause *SC = S.getSingleClause<OMPSeverityClause>(); in EmitOMPErrorDirective()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10510 C = new (Context) OMPSeverityClause(); in readClause()
10950 void OMPClauseReader::VisitOMPSeverityClause(OMPSeverityClause *C) { in VisitOMPSeverityClause()
H A DASTWriter.cpp7782 void OMPClauseWriter::VisitOMPSeverityClause(OMPSeverityClause *C) { in VisitOMPSeverityClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp11015 const OMPSeverityClause *SeverityC = in ActOnOpenMPErrorDirective()
11016 OMPExecutableDirective::getSingleClause<OMPSeverityClause>(Clauses); in ActOnOpenMPErrorDirective()
15901 OMPSeverityClause(Kind, KindKwLoc, StartLoc, LParenLoc, EndLoc); in ActOnOpenMPSeverityClause()
H A DTreeTransform.h10429 TreeTransform<Derived>::TransformOMPSeverityClause(OMPSeverityClause *C) { in TransformOMPSeverityClause()