Home
last modified time | relevance | path

Searched refs:ActOnOpenMPInitClause (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp3702 return Actions.ActOnOpenMPInitClause(InteropVarExpr.get(), InteropInfo, Loc, in ParseOpenMPInteropClause()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12288 ActOnOpenMPInitClause(Expr *InteropVar, OMPInteropInfo &InteropInfo,
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h2297 return getSema().ActOnOpenMPInitClause(InteropVar, InteropInfo, StartLoc, in RebuildOMPInitClause()
H A DSemaOpenMP.cpp17950 Sema::ActOnOpenMPInitClause(Expr *InteropVar, OMPInteropInfo &InteropInfo, in ActOnOpenMPInitClause() function in Sema