Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseOpenMP.cpp570 QualType MapperType; in ParseOpenMPDeclareMapperDirective() local
574 MapperType = in ParseOpenMPDeclareMapperDirective()
576 if (MapperType.isNull()) in ParseOpenMPDeclareMapperDirective()
600 getCurScope(), MapperType, Range.getBegin(), VName); in ParseOpenMPDeclareMapperDirective()
630 getCurScope(), Actions.getCurLexicalContext(), MapperId, MapperType, in ParseOpenMPDeclareMapperDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp22033 QualType MapperType = GetTypeFromParser(ParsedType.get()); in ActOnOpenMPDeclareMapperType() local
22034 assert(!MapperType.isNull() && "Expect valid mapper type"); in ActOnOpenMPDeclareMapperType()
22038 if (!MapperType->isStructureOrClassType() && !MapperType->isUnionType()) { in ActOnOpenMPDeclareMapperType()
22042 return MapperType; in ActOnOpenMPDeclareMapperType()
22046 Scope *S, DeclContext *DC, DeclarationName Name, QualType MapperType, in ActOnOpenMPDeclareMapperDirective() argument
22099 const auto I = PreviousRedeclTypes.find(MapperType.getCanonicalType()); in ActOnOpenMPDeclareMapperDirective()
22103 << MapperType << Name; in ActOnOpenMPDeclareMapperDirective()
22134 Sema::ActOnOpenMPDeclareMapperDirectiveVarDecl(Scope *S, QualType MapperType, in ActOnOpenMPDeclareMapperDirectiveVarDecl() argument
22138 Context.getTrivialTypeSourceInfo(MapperType, StartLoc); in ActOnOpenMPDeclareMapperDirectiveVarDecl()
22141 MapperType, TInfo, SC_None); in ActOnOpenMPDeclareMapperDirectiveVarDecl()
[all …]
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h10890 Scope *S, DeclContext *DC, DeclarationName Name, QualType MapperType,
10896 QualType MapperType,