Home
last modified time | relevance | path

Searched refs:MapTypeModifiers (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h5759 OpenMPMapModifierKind MapTypeModifiers[NumberOfOMPMapClauseModifiers] = {
5810 assert(std::size(MapTypeModifiers) == MapModifiers.size() && in OMPMapClause()
5812 llvm::copy(MapModifiers, std::begin(MapTypeModifiers)); in OMPMapClause()
5837 MapTypeModifiers[I] = T; in setMapTypeModifier()
5933 return MapTypeModifiers[Cnt]; in getMapTypeModifier()
5948 return llvm::ArrayRef(MapTypeModifiers); in getMapTypeModifiers()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseOpenMP.cpp4113 Data.MapTypeModifiers.push_back(TypeModifier); in parseMapTypeModifiers()
4117 Data.MapTypeModifiers.push_back(TypeModifier); in parseMapTypeModifiers()
4435 Data.MapTypeModifiers.push_back(OMPC_MAP_MODIFIER_iterator); in ParseOpenMPVarList()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp17835 Data.IteratorExpr, Data.MapTypeModifiers, Data.MapTypeModifiersLoc, in ActOnOpenMPVarListClause()
22001 Expr *IteratorModifier, ArrayRef<OpenMPMapModifierKind> MapTypeModifiers, in ActOnOpenMPMapClause() argument
22021 for (unsigned I = 0, E = MapTypeModifiers.size(); I < E; ++I) { in ActOnOpenMPMapClause()
22022 if (MapTypeModifiers[I] != OMPC_MAP_MODIFIER_unknown && in ActOnOpenMPMapClause()
22023 llvm::is_contained(Modifiers, MapTypeModifiers[I])) { in ActOnOpenMPMapClause()
22029 Modifiers[Count] = MapTypeModifiers[I]; in ActOnOpenMPMapClause()
H A DTreeTransform.h1990 Expr *IteratorModifier, ArrayRef<OpenMPMapModifierKind> MapTypeModifiers, in RebuildOMPMapClause() argument
1997 IteratorModifier, MapTypeModifiers, MapTypeModifiersLoc, in RebuildOMPMapClause()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h11982 MapTypeModifiers; member
12101 Expr *IteratorModifier, ArrayRef<OpenMPMapModifierKind> MapTypeModifiers,