Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h857 void ActOnOpenMPDeviceNum(Expr *DeviceNumExpr);
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp836 Actions.OpenMP().ActOnOpenMPDeviceNum(DeviceNumExpr); in parseOMPTraitPropertyKind()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp16037 void SemaOpenMP::ActOnOpenMPDeviceNum(Expr *DeviceNumExpr) { in ActOnOpenMPDeviceNum() function in SemaOpenMP