Searched refs:MapperType (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 568 QualType MapperType; in ParseOpenMPDeclareMapperDirective() local 572 MapperType = in ParseOpenMPDeclareMapperDirective() 574 if (MapperType.isNull()) in ParseOpenMPDeclareMapperDirective() 598 getCurScope(), MapperType, Range.getBegin(), VName); in ParseOpenMPDeclareMapperDirective() 628 getCurScope(), Actions.getCurLexicalContext(), MapperId, MapperType, in ParseOpenMPDeclareMapperDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 22739 QualType MapperType = GetTypeFromParser(ParsedType.get()); in ActOnOpenMPDeclareMapperType() local 22740 assert(!MapperType.isNull() && "Expect valid mapper type"); in ActOnOpenMPDeclareMapperType() 22744 if (!MapperType->isStructureOrClassType() && !MapperType->isUnionType()) { in ActOnOpenMPDeclareMapperType() 22748 return MapperType; in ActOnOpenMPDeclareMapperType() 22752 Scope *S, DeclContext *DC, DeclarationName Name, QualType MapperType, in ActOnOpenMPDeclareMapperDirective() argument 22805 const auto I = PreviousRedeclTypes.find(MapperType.getCanonicalType()); in ActOnOpenMPDeclareMapperDirective() 22809 << MapperType << Name; in ActOnOpenMPDeclareMapperDirective() 22840 Sema::ActOnOpenMPDeclareMapperDirectiveVarDecl(Scope *S, QualType MapperType, in ActOnOpenMPDeclareMapperDirectiveVarDecl() argument 22844 Context.getTrivialTypeSourceInfo(MapperType, StartLoc); in ActOnOpenMPDeclareMapperDirectiveVarDecl() 22847 MapperType, TInfo, SC_None); in ActOnOpenMPDeclareMapperDirectiveVarDecl() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 11597 Scope *S, DeclContext *DC, DeclarationName Name, QualType MapperType, 11603 QualType MapperType,
|