Searched refs:MapperType (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 559 QualType MapperType; in ParseOpenMPDeclareMapperDirective() local 563 MapperType = in ParseOpenMPDeclareMapperDirective() 565 if (MapperType.isNull()) in ParseOpenMPDeclareMapperDirective() 589 getCurScope(), MapperType, Range.getBegin(), VName); in ParseOpenMPDeclareMapperDirective() 619 getCurScope(), Actions.getCurLexicalContext(), MapperId, MapperType, in ParseOpenMPDeclareMapperDirective()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 19924 QualType MapperType = GetTypeFromParser(ParsedType.get()); in ActOnOpenMPDeclareMapperType() local 19925 assert(!MapperType.isNull() && "Expect valid mapper type"); in ActOnOpenMPDeclareMapperType() 19929 if (!MapperType->isStructureOrClassType() && !MapperType->isUnionType()) { in ActOnOpenMPDeclareMapperType() 19933 return MapperType; in ActOnOpenMPDeclareMapperType() 19937 Scope *S, DeclContext *DC, DeclarationName Name, QualType MapperType, in ActOnOpenMPDeclareMapperDirective() argument 19990 const auto I = PreviousRedeclTypes.find(MapperType.getCanonicalType()); in ActOnOpenMPDeclareMapperDirective() 19994 << MapperType << Name; in ActOnOpenMPDeclareMapperDirective() 20025 Sema::ActOnOpenMPDeclareMapperDirectiveVarDecl(Scope *S, QualType MapperType, in ActOnOpenMPDeclareMapperDirectiveVarDecl() argument 20029 Context.getTrivialTypeSourceInfo(MapperType, StartLoc); in ActOnOpenMPDeclareMapperDirectiveVarDecl() 20032 MapperType, TInfo, SC_None); in ActOnOpenMPDeclareMapperDirectiveVarDecl() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 10504 Scope *S, DeclContext *DC, DeclarationName Name, QualType MapperType, 10510 QualType MapperType,
|