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.h1078 OMPClause *ActOnOpenMPNocontextClause(Expr *Condition,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp15543 Res = ActOnOpenMPNocontextClause(Expr, StartLoc, LParenLoc, EndLoc); in ActOnOpenMPSingleExprClause()
17422 OMPClause *SemaOpenMP::ActOnOpenMPNocontextClause(Expr *Condition, in ActOnOpenMPNocontextClause() function in SemaOpenMP
H A DTreeTransform.h2394 return getSema().OpenMP().ActOnOpenMPNocontextClause(Condition, StartLoc, in RebuildOMPNocontextClause()