Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseOpenMP.cpp567 QualType MapperType; in ParseOpenMPDeclareMapperDirective() local
571 MapperType = in ParseOpenMPDeclareMapperDirective()
573 if (MapperType.isNull()) in ParseOpenMPDeclareMapperDirective()
597 getCurScope(), MapperType, Range.getBegin(), VName); in ParseOpenMPDeclareMapperDirective()
627 getCurScope(), Actions.getCurLexicalContext(), MapperId, MapperType, in ParseOpenMPDeclareMapperDirective()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp22324 QualType MapperType = GetTypeFromParser(ParsedType.get()); in ActOnOpenMPDeclareMapperType() local
22325 assert(!MapperType.isNull() && "Expect valid mapper type"); in ActOnOpenMPDeclareMapperType()
22329 if (!MapperType->isStructureOrClassType() && !MapperType->isUnionType()) { in ActOnOpenMPDeclareMapperType()
22333 return MapperType; in ActOnOpenMPDeclareMapperType()
22337 Scope *S, DeclContext *DC, DeclarationName Name, QualType MapperType, in ActOnOpenMPDeclareMapperDirective() argument
22390 const auto I = PreviousRedeclTypes.find(MapperType.getCanonicalType()); in ActOnOpenMPDeclareMapperDirective()
22394 << MapperType << Name; in ActOnOpenMPDeclareMapperDirective()
22425 Sema::ActOnOpenMPDeclareMapperDirectiveVarDecl(Scope *S, QualType MapperType, in ActOnOpenMPDeclareMapperDirectiveVarDecl() argument
22429 Context.getTrivialTypeSourceInfo(MapperType, StartLoc); in ActOnOpenMPDeclareMapperDirectiveVarDecl()
22432 MapperType, TInfo, SC_None); in ActOnOpenMPDeclareMapperDirectiveVarDecl()
[all …]
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h11220 Scope *S, DeclContext *DC, DeclarationName Name, QualType MapperType,
11226 QualType MapperType,