Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h11572 OMPClause *ActOnOpenMPNocontextClause(Expr *Condition,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp15074 Res = ActOnOpenMPNocontextClause(Expr, StartLoc, LParenLoc, EndLoc); in ActOnOpenMPSingleExprClause()
17424 OMPClause *Sema::ActOnOpenMPNocontextClause(Expr *Condition, in ActOnOpenMPNocontextClause() function in Sema
H A DTreeTransform.h2276 return getSema().ActOnOpenMPNocontextClause(Condition, StartLoc, LParenLoc, in RebuildOMPNocontextClause()