Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp10844 struct MappableVarListInfo final { struct
10854 MappableVarListInfo(ArrayRef<Expr *> VarList) : VarList(VarList) { in MappableVarListInfo() argument
10870 OpenMPClauseKind CKind, MappableVarListInfo &MVLI, in checkMappableExpressionList()
11046 MappableVarListInfo MVLI(VarList); in ActOnOpenMPMapClause()
11664 MappableVarListInfo MVLI(VarList); in ActOnOpenMPToClause()
11678 MappableVarListInfo MVLI(VarList); in ActOnOpenMPFromClause()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp17511 struct MappableVarListInfo { struct
17523 MappableVarListInfo(ArrayRef<Expr *> VarList) : VarList(VarList) { in MappableVarListInfo() function
17540 MappableVarListInfo &MVLI, SourceLocation StartLoc, in checkMappableExpressionList()
17856 MappableVarListInfo MVLI(VarList); in ActOnOpenMPMapClause()
18803 MappableVarListInfo MVLI(VarList); in ActOnOpenMPToClause()
18840 MappableVarListInfo MVLI(VarList); in ActOnOpenMPFromClause()
18854 MappableVarListInfo MVLI(VarList); in ActOnOpenMPUseDevicePtrClause()
18939 MappableVarListInfo MVLI(VarList); in ActOnOpenMPUseDeviceAddrClause()
18991 MappableVarListInfo MVLI(VarList); in ActOnOpenMPIsDevicePtrClause()