Searched defs:Mappers (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 5651 const_component_lists_iterator(ArrayRef<ValueDecl * > UniqueDecls,ArrayRef<unsigned> DeclsListNum,ArrayRef<unsigned> CumulativeListSizes,MappableExprComponentListRef Components,bool SupportsMapper,ArrayRef<Expr * > Mappers) const_component_lists_iterator() argument 5672 const_component_lists_iterator(const ValueDecl * Declaration,ArrayRef<ValueDecl * > UniqueDecls,ArrayRef<unsigned> DeclsListNum,ArrayRef<unsigned> CumulativeListSizes,MappableExprComponentListRef Components,bool SupportsMapper,ArrayRef<Expr * > Mappers) const_component_lists_iterator() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 6554 Mappers.append(CurInfo.Mappers.begin(), CurInfo.Mappers.end()); member [all...] |