Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp10844 struct MappableVarListInfo final { struct
10846 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