Searched refs:ActOnOpenMPDeviceClause (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 7272 Res = ActOnOpenMPDeviceClause(Expr, StartLoc, LParenLoc, EndLoc); in ActOnOpenMPSingleExprClause() 10277 OMPClause *Sema::ActOnOpenMPDeviceClause(Expr *Device, SourceLocation StartLoc, in ActOnOpenMPDeviceClause() function in Sema
|
D | TreeTransform.h | 1663 return getSema().ActOnOpenMPDeviceClause(Device, StartLoc, LParenLoc, in RebuildOMPDeviceClause()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 8440 OMPClause *ActOnOpenMPDeviceClause(Expr *Device, SourceLocation StartLoc,
|