Searched defs:MappableVarListInfo (Results 1 – 1 of 1) sorted by relevance
20896 struct MappableVarListInfo { struct20898 ArrayRef<Expr *> VarList;20900 SmallVector<Expr *, 16> ProcessedVarList;20902 OMPClauseMappableExprCommon::MappableExprComponentLists VarComponents;20904 SmallVector<ValueDecl *, 16> VarBaseDeclarations;20906 SmallVector<Expr *, 16> UDMapperList;20908 MappableVarListInfo(ArrayRef<Expr *> VarList) : VarList(VarList) { in MappableVarListInfo() argument