Home
last modified time | relevance | path

Searched refs:ActOnOpenMPPriorityClause (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1239 OMPClause *ActOnOpenMPPriorityClause(Expr *Priority, SourceLocation StartLoc,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp15051 Res = ActOnOpenMPPriorityClause(Expr, StartLoc, LParenLoc, EndLoc); in ActOnOpenMPSingleExprClause()
21764 OMPClause *SemaOpenMP::ActOnOpenMPPriorityClause(Expr *Priority, in ActOnOpenMPPriorityClause() function in SemaOpenMP
H A DTreeTransform.h2094 return getSema().OpenMP().ActOnOpenMPPriorityClause(Priority, StartLoc, in RebuildOMPPriorityClause()