Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1275 OMPClause *ActOnOpenMPIsDevicePtrClause(ArrayRef<Expr *> VarList,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp16986 Res = ActOnOpenMPIsDevicePtrClause(VarList, Locs); in ActOnOpenMPVarListClause()
22592 SemaOpenMP::ActOnOpenMPIsDevicePtrClause(ArrayRef<Expr *> VarList, in ActOnOpenMPIsDevicePtrClause() function in SemaOpenMP
H A DTreeTransform.h2215 return getSema().OpenMP().ActOnOpenMPIsDevicePtrClause(VarList, Locs); in RebuildOMPIsDevicePtrClause()