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.h3088 OMPFailClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPFailClause() function
3091 OMPFailClause(OpenMPClauseKind FailParameter, SourceLocation FailParameterLoc, in OMPFailClause() function
3101 OMPFailClause() in OMPFailClause() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp598 void OMPClauseProfiler::VisitOMPFailClause(const OMPFailClause *) {} in VisitOMPFailClause()