Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1033 OMPClause *ActOnOpenMPNocontextClause(Expr *Condition,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp15066 Res = ActOnOpenMPNocontextClause(Expr, StartLoc, LParenLoc, EndLoc); in ActOnOpenMPSingleExprClause()
16829 OMPClause *SemaOpenMP::ActOnOpenMPNocontextClause(Expr *Condition, in ActOnOpenMPNocontextClause() function in SemaOpenMP
H A DTreeTransform.h2369 return getSema().OpenMP().ActOnOpenMPNocontextClause(Condition, StartLoc, in RebuildOMPNocontextClause()