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