Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h2523 class OMPFailClause final : public OMPClause {
2551 OMPFailClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPFailClause() function
2554 OMPFailClause(OpenMPClauseKind FailParameter, SourceLocation FailParameterLoc, in OMPFailClause() function
2564 OMPFailClause() in OMPFailClause() function
H A DRecursiveASTVisitor.h3399 bool RecursiveASTVisitor<Derived>::VisitOMPFailClause(OMPFailClause *) {
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td212 def OMPC_Fail : Clause<"fail"> { let clangClass = "OMPFailClause"; }
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp585 void OMPClauseProfiler::VisitOMPFailClause(const OMPFailClause *) {} in VisitOMPFailClause() argument
H A DOpenMPClause.cpp1930 void OMPClausePrinter::VisitOMPFailClause(OMPFailClause *Node) { in VisitOMPFailClause()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10321 C = new (Context) OMPFailClause(); in readClause()
10718 void OMPClauseReader::VisitOMPFailClause(OMPFailClause *C) { in VisitOMPFailClause()
H A DASTWriter.cpp6646 void OMPClauseWriter::VisitOMPFailClause(OMPFailClause *C) { in VisitOMPFailClause()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6582 const auto *FailClause = S.getSingleClause<OMPFailClause>(); in EmitOMPAtomicDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp17743 return new (Context) OMPFailClause(StartLoc, EndLoc); in ActOnOpenMPFailClause()
17756 OMPFailClause(Parameter, KindLoc, StartLoc, LParenLoc, EndLoc); in ActOnOpenMPFailClause()
H A DTreeTransform.h9910 OMPClause *TreeTransform<Derived>::TransformOMPFailClause(OMPFailClause *C) { in TransformOMPFailClause()