Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp20896 struct MappableVarListInfo { struct
20898 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