Searched defs:MappableVarListInfo (Results 1 – 1 of 1) sorted by relevance
10844 struct MappableVarListInfo final { struct10846 ArrayRef<Expr *> VarList;10848 SmallVector<Expr *, 16> ProcessedVarList;10850 OMPClauseMappableExprCommon::MappableExprComponentLists VarComponents;10852 SmallVector<ValueDecl *, 16> VarBaseDeclarations;10854 MappableVarListInfo(ArrayRef<Expr *> VarList) : VarList(VarList) { in MappableVarListInfo() argument