Searched refs:isValidInteropVariable (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 17274 static bool isValidInteropVariable(Sema &SemaRef, Expr *InteropVarExpr, in isValidInteropVariable() function 17335 if (!isValidInteropVariable(SemaRef, InteropVar, VarLoc, OMPC_init)) in ActOnOpenMPInitClause() 17362 if (!isValidInteropVariable(SemaRef, InteropVar, VarLoc, OMPC_use)) in ActOnOpenMPUseClause() 17383 !isValidInteropVariable(SemaRef, InteropVar, VarLoc, OMPC_destroy)) in ActOnOpenMPDestroyClause()
|