Searched refs:MapLoc (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h4877 SourceLocation MapLoc; member in class:clang::final
4893 /// \param MapLoc Location of the map type.
4907 SourceLocation MapLoc, const OMPVarListLocTy &Locs,
4911 MapType(MapType), MapTypeIsImplicit(MapTypeIsImplicit), MapLoc(MapLoc) {
4960 void setMapLoc(SourceLocation TLoc) { MapLoc = TLoc; }
5048 SourceLocation getMapLoc() const LLVM_READONLY { return MapLoc; }
4902 OMPMapClause(ArrayRef<OpenMPMapModifierKind> MapModifiers, ArrayRef<SourceLocation> MapModifiersLoc, NestedNameSpecifierLoc MapperQualifierLoc, DeclarationNameInfo MapperIdInfo, OpenMPMapClauseKind MapType, bool MapTypeIsImplicit, SourceLocation MapLoc, const OMPVarListLocTy &Locs, const OMPMappableExprListSizeTy &Sizes) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h1856 SourceLocation MapLoc, SourceLocation ColonLoc, ArrayRef<Expr *> VarList,
1860 IsMapTypeImplicit, MapLoc, ColonLoc,
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
H A DSemaOpenMP.cpp16121 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, SourceLocation MapLoc,
16155 MapperId, MapType, IsMapTypeImplicit, MapLoc);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10438 SourceLocation MapLoc, SourceLocation ColonLoc,

Completed in 216 milliseconds