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

/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1146 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId,
1171 OMPMapClause(MapModifiers, MapModifiersLoc, UDMQualifierLoc, MapperId,
1203 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId) {
1228 UDMQualifierLoc, MapperId, Locs, Sizes);
1253 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId) {
1279 UDMQualifierLoc, MapperId, Locs, Sizes);
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5998 const DeclarationNameInfo &MapperId,
6127 DeclarationNameInfo MapperId;
6130 MapperIdScopeSpec, MapperId, C->getMapType(),
6384 DeclarationNameInfo MapperId;
6387 MapperIdScopeSpec, MapperId, OMPC_MAP_tofrom,
6400 DeclarationNameInfo MapperId;
6404 MapperIdScopeSpec, MapperId, Kind, /*IsMapTypeImplicit=*/true,
21963 const DeclarationNameInfo &MapperId,
21973 // Find all user-defined mappers with the given MapperId.
21975 LookupResult Lookup(SemaRef, MapperId, Sem
[all...]
H A DTreeTransform.h2016 CXXScopeSpec MapperIdScopeSpec, DeclarationNameInfo MapperId,
2022 MapperIdScopeSpec, MapperId, MapType, IsMapTypeImplicit, MapLoc,
2141 DeclarationNameInfo &MapperId, SourceLocation ColonLoc,
2145 MapperIdScopeSpec, MapperId, ColonLoc,
2157 DeclarationNameInfo &MapperId, SourceLocation ColonLoc,
2161 MotionModifiers, MotionModifiersLoc, MapperIdScopeSpec, MapperId,
2013 RebuildOMPMapClause( Expr *IteratorModifier, 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
2138 RebuildOMPToClause(ArrayRef<OpenMPMotionModifierKind> MotionModifiers, ArrayRef<SourceLocation> MotionModifiersLoc, CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, SourceLocation ColonLoc, ArrayRef<Expr *> VarList, const OMPVarListLocTy &Locs, ArrayRef<Expr *> UnresolvedMappers) argument
2154 RebuildOMPFromClause(ArrayRef<OpenMPMotionModifierKind> MotionModifiers, ArrayRef<SourceLocation> MotionModifiersLoc, CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, SourceLocation ColonLoc, ArrayRef<Expr *> VarList, const OMPVarListLocTy &Locs, ArrayRef<Expr *> UnresolvedMappers) argument
/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp546 DeclarationName MapperId; local
552 MapperId = DeclNames.getIdentifier(Tok.getIdentifierInfo());
559 MapperId =
628 getCurScope(), Actions.getCurLexicalContext(), MapperId, MapperType,
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5515 void setMapperIdInfo(DeclarationNameInfo MapperId) { argument
5516 MapperIdInfo = MapperId;
5981 /// \param MapperId The identifier of associated user-defined mapper.
5992 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId,
6957 /// \param MapperId The identifier of associated user-defined mapper.
6966 DeclarationNameInfo MapperId);
7158 /// \param MapperId The identifier of associated user-defined mapper.
7166 NestedNameSpecifierLoc UDMQualifierLoc, DeclarationNameInfo MapperId);
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12500 CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId,
12533 DeclarationNameInfo &MapperId, SourceLocation ColonLoc,
12541 DeclarationNameInfo &MapperId, SourceLocation ColonLoc,

Completed in 318 milliseconds