Home
last modified time | relevance | path

Searched defs:OMPFailClause (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h2591 OMPFailClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPFailClause() function
2594 OMPFailClause(OpenMPClauseKind FailParameter, SourceLocation FailParameterLoc, in OMPFailClause() function
2604 OMPFailClause() in OMPFailClause() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp585 void OMPClauseProfiler::VisitOMPFailClause(const OMPFailClause *) {} in VisitOMPFailClause()