Searched refs:MapTypeModifiersLoc (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h4868 SourceLocation MapTypeModifiersLoc[NumberOfModifiers]; member in class:clang::final
4916 assert(llvm::array_lengthof(MapTypeModifiersLoc) ==
4919 llvm::copy(MapModifiersLoc, std::begin(MapTypeModifiersLoc));
4949 MapTypeModifiersLoc[I] = TLoc;
5034 return MapTypeModifiersLoc[Cnt];
5044 return llvm::makeArrayRef(MapTypeModifiersLoc);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp2631 Data.MapTypeModifiersLoc.push_back(Tok.getLocation());
2635 Data.MapTypeModifiersLoc.push_back(Tok.getLocation());
2996 Data.ExtraModifier, Data.MapTypeModifiers, Data.MapTypeModifiersLoc,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3037 MapTypeModifiersLoc; member in struct:clang::OpenMPVarListDataTy
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp12406 ArrayRef<SourceLocation> MapTypeModifiersLoc, bool IsMapTypeImplicit,
12476 MapTypeModifiers, MapTypeModifiersLoc, ReductionOrMapperIdScopeSpec,
16119 ArrayRef<SourceLocation> MapTypeModifiersLoc,
16134 Diag(MapTypeModifiersLoc[I], diag::err_omp_duplicate_map_type_modifier);
16140 ModifiersLoc[Count] = MapTypeModifiersLoc[I];
H A DTreeTransform.h1853 ArrayRef<SourceLocation> MapTypeModifiersLoc,
1858 return getSema().ActOnOpenMPMapClause(MapTypeModifiers, MapTypeModifiersLoc,
1851 RebuildOMPMapClause( ArrayRef<OpenMPMapModifierKind> MapTypeModifiers, ArrayRef<SourceLocation> MapTypeModifiersLoc, CXXScopeSpec MapperIdScopeSpec, DeclarationNameInfo MapperId, OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, SourceLocation MapLoc, SourceLocation ColonLoc, ArrayRef<Expr *> VarList, const OMPVarListLocTy &Locs, ArrayRef<Expr *> UnresolvedMappers) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10345 ArrayRef<SourceLocation> MapTypeModifiersLoc, bool IsMapTypeImplicit,
10434 ArrayRef<SourceLocation> MapTypeModifiersLoc,

Completed in 392 milliseconds