Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp18908 struct MappableVarListInfo { struct
18910 ArrayRef<Expr *> VarList;
18912 SmallVector<Expr *, 16> ProcessedVarList;
18914 OMPClauseMappableExprCommon::MappableExprComponentLists VarComponents;
18916 SmallVector<ValueDecl *, 16> VarBaseDeclarations;
18918 SmallVector<Expr *, 16> UDMapperList;
18920 MappableVarListInfo(ArrayRef<Expr *> VarList) : VarList(VarList) { in MappableVarListInfo() function