Home
last modified time | relevance | path

Searched refs:MapperType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h288 Scope *S, DeclContext *DC, DeclarationName Name, QualType MapperType,
294 QualType MapperType,
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp440 QualType MapperType; in ParseOpenMPDeclareMapperDirective() local
444 MapperType = Actions.OpenMP().ActOnOpenMPDeclareMapperType(Range.getBegin(), in ParseOpenMPDeclareMapperDirective()
446 if (MapperType.isNull()) in ParseOpenMPDeclareMapperDirective()
473 getCurScope(), MapperType, Range.getBegin(), VName); in ParseOpenMPDeclareMapperDirective()
505 OuterScope, Actions.getCurLexicalContext(), MapperId, MapperType, in ParseOpenMPDeclareMapperDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp22462 QualType MapperType = SemaRef.GetTypeFromParser(ParsedType.get()); in ActOnOpenMPDeclareMapperType() local
22463 assert(!MapperType.isNull() && "Expect valid mapper type"); in ActOnOpenMPDeclareMapperType()
22467 if (!MapperType->isStructureOrClassType() && !MapperType->isUnionType()) { in ActOnOpenMPDeclareMapperType()
22471 return MapperType; in ActOnOpenMPDeclareMapperType()
22475 Scope *S, DeclContext *DC, DeclarationName Name, QualType MapperType, in ActOnOpenMPDeclareMapperDirective() argument
22527 const auto I = PreviousRedeclTypes.find(MapperType.getCanonicalType()); in ActOnOpenMPDeclareMapperDirective()
22531 << MapperType << Name; in ActOnOpenMPDeclareMapperDirective()
22542 MapperType, VN, ClausesWithImplicit, in ActOnOpenMPDeclareMapperDirective()
22562 Scope *S, QualType MapperType, SourceLocation StartLoc, in ActOnOpenMPDeclareMapperDirectiveVarDecl() argument
22565 getASTContext().getTrivialTypeSourceInfo(MapperType, StartLoc); in ActOnOpenMPDeclareMapperDirectiveVarDecl()
[all …]