Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp12879 struct MappableVarListInfo { struct
12889 MappableVarListInfo(ArrayRef<Expr *> VarList) : VarList(VarList) { in MappableVarListInfo() function
12905 OpenMPClauseKind CKind, MappableVarListInfo &MVLI, in checkMappableExpressionList()
13103 MappableVarListInfo MVLI(VarList); in ActOnOpenMPMapClause()
13738 MappableVarListInfo MVLI(VarList); in ActOnOpenMPToClause()
13752 MappableVarListInfo MVLI(VarList); in ActOnOpenMPFromClause()
13766 MappableVarListInfo MVLI(VarList); in ActOnOpenMPUseDevicePtrClause()
13853 MappableVarListInfo MVLI(VarList); in ActOnOpenMPIsDevicePtrClause()