Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3060 class OMPFailClause final : public OMPClause {
3088 OMPFailClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPFailClause() function
3091 OMPFailClause(OpenMPClauseKind FailParameter, SourceLocation FailParameterLoc, in OMPFailClause() function
3101 OMPFailClause() in OMPFailClause() function
H A DRecursiveASTVisitor.h3540 bool RecursiveASTVisitor<Derived>::VisitOMPFailClause(OMPFailClause *) {
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp598 void OMPClauseProfiler::VisitOMPFailClause(const OMPFailClause *) {} in VisitOMPFailClause() argument
H A DOpenMPClause.cpp2037 void OMPClausePrinter::VisitOMPFailClause(OMPFailClause *Node) { in VisitOMPFailClause()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td189 let clangClass = "OMPFailClause";
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11154 C = new (Context) OMPFailClause(); in readClause()
11590 void OMPClauseReader::VisitOMPFailClause(OMPFailClause *C) { in VisitOMPFailClause()
H A DASTWriter.cpp7912 void OMPClauseWriter::VisitOMPFailClause(OMPFailClause *C) { in VisitOMPFailClause()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6857 const auto *FailClause = S.getSingleClause<OMPFailClause>(); in EmitOMPAtomicDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp17109 return new (getASTContext()) OMPFailClause(StartLoc, EndLoc); in ActOnOpenMPFailClause()
17123 OMPFailClause(Parameter, KindLoc, StartLoc, LParenLoc, EndLoc); in ActOnOpenMPFailClause()
H A DTreeTransform.h10700 OMPClause *TreeTransform<Derived>::TransformOMPFailClause(OMPFailClause *C) { in TransformOMPFailClause()