Searched refs:MapperType (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 19541 QualType MapperType = GetTypeFromParser(ParsedType.get()); in ActOnOpenMPDeclareMapperType() local 19542 assert(!MapperType.isNull() && "Expect valid mapper type"); in ActOnOpenMPDeclareMapperType() 19546 if (!MapperType->isStructureOrClassType() && !MapperType->isUnionType()) { in ActOnOpenMPDeclareMapperType() 19550 return MapperType; in ActOnOpenMPDeclareMapperType() 19554 Scope *S, DeclContext *DC, DeclarationName Name, QualType MapperType, in ActOnOpenMPDeclareMapperDirective() argument 19607 const auto I = PreviousRedeclTypes.find(MapperType.getCanonicalType()); in ActOnOpenMPDeclareMapperDirective() 19611 << MapperType << Name; in ActOnOpenMPDeclareMapperDirective() 19622 OMPDeclareMapperDecl::Create(Context, DC, StartLoc, Name, MapperType, VN, in ActOnOpenMPDeclareMapperDirective() 19642 Sema::ActOnOpenMPDeclareMapperDirectiveVarDecl(Scope *S, QualType MapperType, in ActOnOpenMPDeclareMapperDirectiveVarDecl() argument 19646 Context.getTrivialTypeSourceInfo(MapperType, StartLoc); in ActOnOpenMPDeclareMapperDirectiveVarDecl() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 10415 Scope *S, DeclContext *DC, DeclarationName Name, QualType MapperType, 10421 QualType MapperType,
|