Home
last modified time | relevance | path

Searched refs:checkMappableExpressionList (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaOpenMP.cpp10869 checkMappableExpressionList(Sema &SemaRef, DSAStackTy *DSAS, in checkMappableExpressionList() function
11047 checkMappableExpressionList(*this, DSAStack, OMPC_map, MVLI, StartLoc, in ActOnOpenMPMapClause()
11665 checkMappableExpressionList(*this, DSAStack, OMPC_to, MVLI, StartLoc); in ActOnOpenMPToClause()
11679 checkMappableExpressionList(*this, DSAStack, OMPC_from, MVLI, StartLoc); in ActOnOpenMPFromClause()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp17538 static void checkMappableExpressionList( in checkMappableExpressionList() function
17857 checkMappableExpressionList(*this, DSAStack, OMPC_map, MVLI, Locs.StartLoc, in ActOnOpenMPMapClause()
18804 checkMappableExpressionList(*this, DSAStack, OMPC_to, MVLI, Locs.StartLoc, in ActOnOpenMPToClause()
18841 checkMappableExpressionList(*this, DSAStack, OMPC_from, MVLI, Locs.StartLoc, in ActOnOpenMPFromClause()