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

/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp568 QualType MapperType; local
572 MapperType =
574 if (MapperType.isNull())
598 getCurScope(), MapperType, Range.getBegin(), VName);
628 getCurScope(), Actions.getCurLexicalContext(), MapperId, MapperType,
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp22739 QualType MapperType = GetTypeFromParser(ParsedType.get());
22740 assert(!MapperType.isNull() && "Expect valid mapper type");
22744 if (!MapperType->isStructureOrClassType() && !MapperType->isUnionType()) {
22748 return MapperType;
22752 Scope *S, DeclContext *DC, DeclarationName Name, QualType MapperType,
22805 const auto I = PreviousRedeclTypes.find(MapperType.getCanonicalType());
22809 << MapperType << Name;
22820 OMPDeclareMapperDecl::Create(Context, DC, StartLoc, Name, MapperType, VN,
22840 Sema::ActOnOpenMPDeclareMapperDirectiveVarDecl(Scope *S, QualType MapperType,
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11597 Scope *S, DeclContext *DC, DeclarationName Name, QualType MapperType,
11603 QualType MapperType,

Completed in 350 milliseconds