26#include "llvm/ADT/STLExtras.h"
27#include "llvm/ADT/SmallString.h"
33 assert(
TemplateId &&
"NULL template-id annotation?");
35 "should not convert invalid template-ids to unqualified-ids");
44 assert(
TemplateId &&
"NULL template-id annotation?");
46 "should not convert invalid template-ids to unqualified-ids");
56 Builder.
Extend(Context, TemplateKWLoc, TL, ColonColonLoc);
59 Range.
setEnd(ColonColonLoc);
62 "NestedNameSpecifierLoc range computation incorrect");
72 Range.
setEnd(ColonColonLoc);
75 "NestedNameSpecifierLoc range computation incorrect");
81 Builder.
Extend(Context, Namespace, NamespaceLoc, ColonColonLoc);
85 Range.
setEnd(ColonColonLoc);
88 "NestedNameSpecifierLoc range computation incorrect");
94 Builder.
Extend(Context, Alias, AliasLoc, ColonColonLoc);
98 Range.
setEnd(ColonColonLoc);
101 "NestedNameSpecifierLoc range computation incorrect");
111 "NestedNameSpecifierLoc range computation incorrect");
117 Builder.
MakeSuper(Context, RD, SuperLoc, ColonColonLoc);
120 Range.
setEnd(ColonColonLoc);
123 "NestedNameSpecifierLoc range computation incorrect");
139 Range =
Other.getSourceRange();
142 "NestedNameSpecifierLoc range computation incorrect");
168 bool RefQualifierIsLvalueRef,
176 unsigned NumExceptions,
186 TrailingReturnTypeLoc,
189 "function cannot have _Atomic qualifier");
193 I.
Loc = LocalRangeBegin;
241 if (!TheDeclarator.InlineStorageUsed &&
246 TheDeclarator.InlineStorageUsed =
true;
251 for (
unsigned i = 0; i < NumParams; i++)
263 for (
unsigned i = 0; i != NumExceptions; ++i) {
281 if (!DeclsInPrototype.empty()) {
282 assert(ESpecType ==
EST_None && NumExceptions == 0 &&
283 "cannot have exception specifiers and decls in prototype");
287 for (
size_t J = 0; J < DeclsInPrototype.size(); ++J)
298 assert(!
hasName() &&
"declarator given multiple names!");
300 BindingGroup.LSquareLoc = LSquareLoc;
301 BindingGroup.RSquareLoc = RSquareLoc;
302 BindingGroup.NumBindings =
Bindings.size();
313 BindingGroup.DeleteBindings =
false;
314 InlineStorageUsed =
true;
316 BindingGroup.Bindings =
318 BindingGroup.DeleteBindings =
true;
321 BindingGroup.Bindings);
326 for (
unsigned i = 0, i_end = DeclTypeInfo.size(); i < i_end; ++i) {
327 switch (DeclTypeInfo[i].Kind) {
340 llvm_unreachable(
"Invalid type chunk");
378#define GENERIC_IMAGE_TYPE(ImgType, Id) case TST_##ImgType##_t:
379#include "clang/Basic/OpenCLImageTypes.def"
380#define HLSL_INTANGIBLE_TYPE(Name, Id, SingletonId) case TST_##Name:
381#include "clang/Basic/HLSLIntangibleTypes.def"
396#define TRANSFORM_TYPE_TRAIT_DEF(_, Trait) case TST_##Trait:
397#include "clang/Basic/TransformTypeTraits.def"
405 if (
const LocInfoType *LIT = dyn_cast<LocInfoType>(QT))
415 llvm_unreachable(
"Invalid TypeSpecType!");
424 getName().OperatorFunctionId.Operator));
432 auto *
P = dyn_cast_or_null<ParmVarDecl>(Fun.
Params[0].
Param);
433 if (
P &&
P->isExplicitObjectParameter())
447 Handle(
TQ_const,
"const", TQ_constLoc);
465 return cast<TagDecl>(
getRepAsDecl())->isCompleteDefinition();
484 FS_noreturn_specified || FS_forceinline_specified)
490 const char *&PrevSpec,
492 bool IsExtension =
true) {
495 DiagID = diag::err_invalid_decl_spec_combination;
497 DiagID = IsExtension ? diag::ext_warn_duplicate_declspec :
498 diag::warn_duplicate_declspec;
513 llvm_unreachable(
"Unknown typespec!");
523 llvm_unreachable(
"Unknown typespec!");
529 return "unspecified";
537 llvm_unreachable(
"Unknown typespec!");
546 llvm_unreachable(
"Unknown typespec!");
552 return "unspecified";
558 llvm_unreachable(
"Unknown typespec!");
593 return "type-name-pack-indexing";
602#define TRANSFORM_TYPE_TRAIT_DEF(_, Trait) \
603 case DeclSpec::TST_##Trait: \
605#include "clang/Basic/TransformTypeTraits.def"
609#define GENERIC_IMAGE_TYPE(ImgType, Id) \
610 case DeclSpec::TST_##ImgType##_t: \
611 return #ImgType "_t";
612#include "clang/Basic/OpenCLImageTypes.def"
613#define HLSL_INTANGIBLE_TYPE(Name, Id, SingletonId) \
614 case DeclSpec::TST_##Name: \
616#include "clang/Basic/HLSLIntangibleTypes.def"
619 llvm_unreachable(
"Unknown typespec!");
625 return "unspecified";
633 llvm_unreachable(
"Unknown ConstexprSpecKind");
645 llvm_unreachable(
"Unknown typespec!");
649 const char *&PrevSpec,
661 "cl_clang_storage_class_specifiers", S.
getLangOpts())) {
667 DiagID = diag::err_opencl_unknown_type_specifier;
674 DiagID = diag::err_opencl_unknown_type_specifier;
690 PrevSpec, DiagID, Policy);
691 assert(!
isInvalid &&
"auto SCS -> TST recovery failed");
699 !(SCS_extern_in_linkage_spec &&
704 StorageClassSpec = SC;
705 StorageClassSpecLoc =
Loc;
706 assert((
unsigned)SC == StorageClassSpec &&
"SCS constants overflow bitfield");
711 const char *&PrevSpec,
716 ThreadStorageClassSpec =
TSC;
717 ThreadStorageClassSpecLoc =
Loc;
725 const char *&PrevSpec,
unsigned &DiagID,
735 TypeSpecWidth =
static_cast<unsigned>(W);
742 const char *&PrevSpec,
752 const char *&PrevSpec,
unsigned &DiagID) {
755 TypeSpecSign =
static_cast<unsigned>(S);
761 const char *&PrevSpec,
770 const char *&PrevSpec,
774 assert(
isTypeRep(
T) &&
"T does not store a type");
775 assert(Rep &&
"no type provided!");
780 DiagID = diag::err_invalid_decl_spec_combination;
786 TSTNameLoc = TagNameLoc;
787 TypeSpecOwned =
false;
801 const char *&PrevSpec,
805 assert(isExprRep(
T) &&
"T does not store an expr");
806 assert(Rep &&
"no expression provided!");
811 DiagID = diag::err_invalid_decl_spec_combination;
818 TypeSpecOwned =
false;
823 const char *&PrevSpec,
825 Decl *Rep,
bool Owned,
832 const char *&PrevSpec,
834 Decl *Rep,
bool Owned,
836 assert(
isDeclRep(
T) &&
"T does not store a decl");
843 DiagID = diag::err_invalid_decl_spec_combination;
849 TSTNameLoc = TagNameLoc;
850 TypeSpecOwned = Owned && Rep !=
nullptr;
858 ConstrainedAuto =
true;
864 const char *&PrevSpec,
868 "rep required for these type-spec kinds!");
873 DiagID = diag::err_invalid_decl_spec_combination;
878 if (TypeAltiVecVector && (
T ==
TST_bool) && !TypeAltiVecBool) {
879 TypeAltiVecBool =
true;
883 TypeSpecOwned =
false;
891 DiagID = diag::warn_duplicate_declspec;
901 const char *&PrevSpec,
unsigned &DiagID,
907 DiagID = diag::err_invalid_vector_decl_spec_combination;
910 TypeAltiVecVector = isAltiVecVector;
916 const char *&PrevSpec,
unsigned &DiagID,
922 DiagID = diag::err_invalid_decl_spec_combination;
933 const char *&PrevSpec,
unsigned &DiagID,
937 if (!TypeAltiVecVector || TypeAltiVecPixel ||
940 DiagID = diag::err_invalid_pixel_decl_spec_combination;
943 TypeAltiVecPixel = isAltiVecPixel;
950 const char *&PrevSpec,
unsigned &DiagID,
954 if (!TypeAltiVecVector || TypeAltiVecBool ||
957 DiagID = diag::err_invalid_vector_bool_decl_spec;
960 TypeAltiVecBool = isAltiVecBool;
968 TypeSpecOwned =
false;
975 const char *&PrevSpec,
unsigned &DiagID,
977 assert(BitsExpr &&
"no expression provided!");
983 DiagID = diag::err_invalid_decl_spec_combination;
991 TypeSpecOwned =
false;
996 Expr *IndexingExpr) {
998 "pack indexing can only be applied to typename");
1001 this->EllipsisLoc = EllipsisLoc;
1010 if (TypeQualifiers &
T) {
1011 bool IsExtension =
true;
1013 IsExtension =
false;
1021 TypeQualifiers |=
T;
1032 llvm_unreachable(
"Unknown type qualifier!");
1039 if (FS_inline_specified) {
1040 DiagID = diag::warn_duplicate_declspec;
1041 PrevSpec =
"inline";
1044 FS_inline_specified =
true;
1051 if (FS_forceinline_specified) {
1052 DiagID = diag::warn_duplicate_declspec;
1053 PrevSpec =
"__forceinline";
1056 FS_forceinline_specified =
true;
1057 FS_forceinlineLoc =
Loc;
1062 const char *&PrevSpec,
1066 if (FS_virtual_specified) {
1067 DiagID = diag::warn_duplicate_declspec;
1068 PrevSpec =
"virtual";
1071 FS_virtual_specified =
true;
1072 FS_virtualLoc =
Loc;
1077 const char *&PrevSpec,
unsigned &DiagID,
1083 DiagID = (ExplicitSpec.
getExpr() || FS_explicit_specifier.
getExpr())
1084 ? diag::err_duplicate_declspec
1085 : diag::ext_warn_duplicate_declspec;
1086 PrevSpec =
"explicit";
1089 FS_explicit_specifier = ExplicitSpec;
1090 FS_explicitLoc =
Loc;
1091 FS_explicitCloseParenLoc = CloseParenLoc;
1096 const char *&PrevSpec,
1100 if (FS_noreturn_specified) {
1101 DiagID = diag::warn_duplicate_declspec;
1102 PrevSpec =
"_Noreturn";
1105 FS_noreturn_specified =
true;
1106 FS_noreturnLoc =
Loc;
1113 PrevSpec =
"friend";
1114 DiagID = diag::warn_duplicate_declspec;
1118 FriendSpecifiedFirst =
isEmpty();
1126 PrevSpec =
"__module_private__";
1127 DiagID = diag::ext_warn_duplicate_declspec;
1131 ModulePrivateLoc =
Loc;
1141 ConstexprSpecifier =
static_cast<unsigned>(ConstexprKind);
1146void DeclSpec::SaveWrittenBuiltinSpecs() {
1159 SaveWrittenBuiltinSpecs();
1171 TypeAltiVecVector || TypeAltiVecPixel || TypeAltiVecBool ||
1173 const unsigned NumLocs = 9;
1175 TSWRange.
getBegin(), TSCLoc, TSSLoc,
1176 AltiVecLoc, TQ_constLoc, TQ_restrictLoc,
1177 TQ_volatileLoc, TQ_atomicLoc, TQ_unalignedLoc};
1180 for (
unsigned I = 0; I != NumLocs; ++I) {
1181 if (ExtraLocs[I].isValid()) {
1185 FirstLoc = ExtraLocs[I];
1192 TypeAltiVecVector = TypeAltiVecPixel = TypeAltiVecBool =
false;
1194 S.
Diag(TSTLoc, diag::err_decltype_auto_cannot_be_combined)
1195 << Hints[0] << Hints[1] << Hints[2] << Hints[3]
1196 << Hints[4] << Hints[5] << Hints[6] << Hints[7];
1200 if (TypeAltiVecVector) {
1205 S.
Diag(TSWRange.
getBegin(), diag::err_invalid_vector_long_long_decl_spec);
1210 S.
Diag(TSTLoc, diag::err_invalid_vector_int128_decl_spec);
1214 S.
Diag(TSCLoc, diag::err_invalid_vector_complex_decl_spec);
1215 else if (TypeAltiVecBool) {
1218 S.
Diag(TSSLoc, diag::err_invalid_vector_bool_decl_spec)
1227 S.
Diag(TSTLoc, diag::err_invalid_vector_bool_decl_spec)
1228 << (TypeAltiVecPixel ?
"__pixel" :
1234 S.
Diag(TSTLoc, diag::err_invalid_vector_bool_int128_decl_spec);
1240 S.
Diag(TSWRange.
getBegin(), diag::err_invalid_vector_bool_decl_spec)
1254 diag::err_invalid_vector_long_double_decl_spec);
1257 S.
Diag(TSTLoc, diag::err_invalid_vector_double_decl_spec);
1263 S.
Diag(TSTLoc, diag::err_invalid_vector_float_decl_spec);
1275 S.
Diag(TSWRange.
getBegin(), diag::err_invalid_vector_long_decl_spec);
1278 diag::warn_vector_long_decl_spec_combination)
1282 if (TypeAltiVecPixel) {
1287 TypeSpecOwned =
false;
1291 bool IsFixedPointType =
1300 !IsFixedPointType && TypeSpecType !=
TST_bitint) {
1301 S.
Diag(TSSLoc, diag::err_invalid_sign_spec)
1316 else if (!(TypeSpecType ==
TST_int ||
1317 (IsFixedPointType &&
1319 S.
Diag(TSWRange.
getBegin(), diag::err_invalid_width_spec)
1322 TypeSpecSat =
false;
1323 TypeSpecOwned =
false;
1330 !IsFixedPointType) {
1331 S.
Diag(TSWRange.
getBegin(), diag::err_invalid_width_spec)
1334 TypeSpecSat =
false;
1335 TypeSpecOwned =
false;
1344 S.
Diag(TSCLoc, diag::ext_plain_complex)
1353 S.
Diag(TSTLoc, diag::ext_integer_complex);
1358 S.
Diag(TSCLoc, diag::err_invalid_complex_spec)
1368 switch (StorageClassSpec) {
1378 diag::err_invalid_decl_spec_combination)
1383 diag::err_invalid_decl_spec_combination)
1392 S.
Diag(ConstexprLoc, diag::err_invalid_decl_spec_combination)
1401 S.
Diag(ConstexprLoc, diag::err_invalid_decl_spec_combination)
1414 TSTLoc = TSTNameLoc = StorageClassSpecLoc;
1421 S.
Diag(TSTLoc, diag::ext_auto_type_specifier);
1424 S.
Diag(StorageClassSpecLoc, diag::warn_auto_storage_class)
1427 S.
Diag(TSTLoc, diag::warn_cxx17_compat_unicode_type);
1429 S.
Diag(TSTLoc, diag::warn_cxx98_compat_unicode_type)
1430 << (TypeSpecType ==
TST_char16 ?
"char16_t" :
"char32_t");
1432 S.
Diag(ConstexprLoc, diag::warn_cxx98_compat_constexpr);
1434 S.
Diag(ConstexprLoc, diag::warn_cxx20_compat_consteval);
1436 S.
Diag(ConstexprLoc, diag::warn_cxx20_compat_constinit);
1453 if (!SpecName.empty()) SpecName +=
" ";
1459 S.
Diag(SCLoc, diag::err_friend_decl_spec)
1460 << SpecName << StorageHint << ThreadHint;
1478 Keyword =
"virtual";
1482 Keyword =
"explicit";
1487 S.
Diag(SCLoc, diag::err_friend_decl_spec)
1490 FS_virtual_specified =
false;
1495 assert(!TypeSpecOwned ||
isDeclRep((
TST) TypeSpecType));
1518 for (
unsigned I = 0; I != 3; ++I) {
1521 if (SymbolLocations[I].
isValid())
1527 const char *&PrevSpec) {
1529 FirstLocation =
Loc;
1533 if (Specifiers & VS) {
1541 default: llvm_unreachable(
"Unknown specifier!");
1554 default: llvm_unreachable(
"Unknown specifier");
Defines the clang::ASTContext interface.
static Decl::Kind getKind(const Decl *D)
Defines the C++ Decl subclasses, other than those for templates (found in DeclTemplate....
static bool BadSpecifier(T TNew, T TPrev, const char *&PrevSpec, unsigned &DiagID, bool IsExtension=true)
Defines the clang::LangOptions interface.
static bool isInvalid(LocType Loc, bool *Invalid)
Defines the SourceManager interface.
Defines various enumerations that describe declaration and type specifiers.
Defines the clang::TypeLoc interface and its subclasses.
Holds long-lived AST nodes (such as types and decls) that can be referred to throughout the semantic ...
const TargetInfo & getTargetInfo() const
The result of parsing/analyzing an expression, statement etc.
void takeAllFrom(AttributePool &pool)
Take the given pool's allocations and add them to this pool.
static bool isStaticOverloadedOperator(OverloadedOperatorKind OOK)
Returns true if the given operator is implicitly static in a record context.
Represents a C++ struct/union/class.
void MakeTrivial(ASTContext &Context, NestedNameSpecifier *Qualifier, SourceRange R)
Make a new nested-name-specifier from incomplete source-location information.
SourceLocation getLastQualifierNameLoc() const
Retrieve the location of the name in the last qualifier in this nested name specifier.
void MakeGlobal(ASTContext &Context, SourceLocation ColonColonLoc)
Turn this (empty) nested-name-specifier into the global nested-name-specifier '::'.
NestedNameSpecifierLoc getWithLocInContext(ASTContext &Context) const
Retrieve a nested-name-specifier with location information, copied into the given AST context.
void MakeSuper(ASTContext &Context, CXXRecordDecl *RD, SourceLocation SuperLoc, SourceLocation ColonColonLoc)
Turns this (empty) nested-name-specifier into '__super' nested-name-specifier.
void Extend(ASTContext &Context, SourceLocation TemplateKWLoc, TypeLoc TL, SourceLocation ColonColonLoc)
Extend the current nested-name-specifier by another nested-name-specifier component of the form 'type...
void Adopt(NestedNameSpecifierLoc Other)
Adopt an existing nested-name-specifier (with source-range information).
Captures information about "declaration specifiers".
bool isVirtualSpecified() const
bool setFunctionSpecExplicit(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, ExplicitSpecifier ExplicitSpec, SourceLocation CloseParenLoc)
bool isModulePrivateSpecified() const
static const TSCS TSCS___thread
static const TST TST_typeof_unqualType
bool SetTypePipe(bool isPipe, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, const PrintingPolicy &Policy)
static const TST TST_typename
bool hasTypeSpecifier() const
Return true if any type-specifier has been found.
bool SetStorageClassSpec(Sema &S, SCS SC, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, const PrintingPolicy &Policy)
These methods set the specified attribute of the DeclSpec and return false if there was no error.
static const TST TST_char8
static const TST TST_BFloat16
void ClearStorageClassSpecs()
bool SetConstexprSpec(ConstexprSpecKind ConstexprKind, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID)
static const TSCS TSCS__Thread_local
bool SetTypeSpecWidth(TypeSpecifierWidth W, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, const PrintingPolicy &Policy)
These methods set the specified attribute of the DeclSpec, but return true and ignore the request if ...
TST getTypeSpecType() const
SourceLocation getStorageClassSpecLoc() const
SCS getStorageClassSpec() const
bool setModulePrivateSpec(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID)
bool SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, const PrintingPolicy &Policy)
bool SetTypeSpecSat(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID)
void SetPackIndexingExpr(SourceLocation EllipsisLoc, Expr *Pack)
bool SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID)
bool SetBitIntType(SourceLocation KWLoc, Expr *BitWidth, const char *&PrevSpec, unsigned &DiagID, const PrintingPolicy &Policy)
static const TST TST_auto_type
static const TST TST_interface
static const TST TST_double
static const TST TST_typeofExpr
unsigned getTypeQualifiers() const
getTypeQualifiers - Return a set of TQs.
bool SetTypeAltiVecPixel(bool isAltiVecPixel, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, const PrintingPolicy &Policy)
bool SetFriendSpec(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID)
static const TST TST_union
static const TST TST_typename_pack_indexing
static const TST TST_char
static const TST TST_bool
static const TST TST_char16
SCS
storage-class-specifier
SourceLocation getExplicitSpecLoc() const
static const TST TST_unknown_anytype
void forEachCVRUQualifier(llvm::function_ref< void(TQ, StringRef, SourceLocation)> Handle)
This method calls the passed in handler on each CVRU qual being set.
bool SetTypeSpecComplex(TSC C, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID)
bool isMissingDeclaratorOk()
Checks if this DeclSpec can stand alone, without a Declarator.
ParsedType getRepAsType() const
TSCS getThreadStorageClassSpec() const
bool setFunctionSpecNoreturn(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID)
static const TST TST_accum
static const TST TST_half
ParsedAttributes & getAttributes()
SourceRange getExplicitSpecRange() const
static const TST TST_ibm128
Expr * getRepAsExpr() const
static const TST TST_enum
bool SetTypeAltiVecBool(bool isAltiVecBool, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, const PrintingPolicy &Policy)
AttributePool & getAttributePool() const
static const TST TST_float128
static const TST TST_decltype
static bool isDeclRep(TST T)
void Finish(Sema &S, const PrintingPolicy &Policy)
Finish - This does final analysis of the declspec, issuing diagnostics for things like "_Complex" (la...
static const TST TST_typeof_unqualExpr
static const TST TST_class
bool hasTagDefinition() const
static const TST TST_decimal64
unsigned getParsedSpecifiers() const
Return a bitmask of which flavors of specifiers this DeclSpec includes.
bool SetTypeQual(TQ T, SourceLocation Loc)
static const TST TST_wchar
SourceLocation getTypeSpecComplexLoc() const
static const TST TST_void
static const TSCS TSCS_unspecified
static const TST TST_bitint
static const char * getSpecifierName(DeclSpec::TST T, const PrintingPolicy &Policy)
Turn a type-specifier-type into a string like "_Bool" or "union".
static const TST TST_float
static const TST TST_atomic
static const TST TST_fract
SourceLocation getThreadStorageClassSpecLoc() const
Decl * getRepAsDecl() const
static const TST TST_float16
static const TST TST_unspecified
SourceLocation getVirtualSpecLoc() const
TypeSpecifierSign getTypeSpecSign() const
bool isEmpty() const
isEmpty - Return true if this declaration specifier is completely empty: no tokens were parsed in the...
static const TST TST_decltype_auto
static const TSCS TSCS_thread_local
static const TST TST_error
void forEachQualifier(llvm::function_ref< void(TQ, StringRef, SourceLocation)> Handle)
This method calls the passed in handler on each qual being set.
bool setFunctionSpecVirtual(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID)
static const TST TST_decimal32
bool SetTypeAltiVecVector(bool isAltiVecVector, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, const PrintingPolicy &Policy)
TypeSpecifierWidth getTypeSpecWidth() const
static const TST TST_char32
bool setFunctionSpecInline(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID)
static const TST TST_decimal128
static const TST TST_int128
FriendSpecified isFriendSpecified() const
bool hasExplicitSpecifier() const
bool setFunctionSpecForceInline(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID)
static const TST TST_typeofType
TemplateIdAnnotation * TemplateIdRep
bool SetTypeSpecSign(TypeSpecifierSign S, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID)
static const TST TST_auto
@ PQ_StorageClassSpecifier
ConstexprSpecKind getConstexprSpecifier() const
static const TST TST_struct
Decl - This represents one declaration (or definition), e.g.
Information about one declarator, including the parsed type information and the identifier.
bool isDeclarationOfFunction() const
Determine whether the declaration that will be produced from this declaration will be a function.
const DeclSpec & getDeclSpec() const
getDeclSpec - Return the declaration-specifier that this declarator was declared with.
void SetIdentifier(const IdentifierInfo *Id, SourceLocation IdLoc)
Set the name of this declarator to be the given identifier.
bool isFunctionDeclarator() const
isFunctionDeclarator - Once this declarator is fully parsed and formed, this method returns true if t...
void setDecompositionBindings(SourceLocation LSquareLoc, MutableArrayRef< DecompositionDeclarator::Binding > Bindings, SourceLocation RSquareLoc)
Set the decomposition bindings for this declarator.
DeclaratorChunk::ParamInfo InlineParams[16]
InlineParams - This is a local array used for the first function decl chunk to avoid going to the hea...
DeclaratorContext getContext() const
bool isCtorOrDtor()
Returns true if this declares a constructor or a destructor.
UnqualifiedId & getName()
Retrieve the name specified by this declarator.
bool hasName() const
hasName - Whether this declarator has a name, which might be an identifier (accessible via getIdentif...
ArrayRef< TemplateParameterList * > getTemplateParameterLists() const
The template parameter lists that preceded the declarator.
bool isExplicitObjectMemberFunction()
bool isStaticMember()
Returns true if this declares a static member.
DecompositionDeclarator::Binding InlineBindings[16]
DeclaratorChunk::FunctionTypeInfo & getFunctionTypeInfo()
getFunctionTypeInfo - Retrieves the function type info object (looking through parentheses).
Store information needed for an explicit specifier.
const Expr * getExpr() const
This represents one expression.
Annotates a diagnostic with some code that should be inserted, removed, or replaced to fix the proble...
static FixItHint CreateRemoval(CharSourceRange RemoveRange)
Create a code modification hint that removes the given source range.
static FixItHint CreateInsertion(SourceLocation InsertionLoc, StringRef Code, bool BeforePreviousInsertions=false)
Create a code modification hint that inserts the given code string at a specific location.
One of these records is kept for each identifier that is lexed.
Keeps track of the various options that can be enabled, which controls the dialect of C or C++ that i...
unsigned getOpenCLCompatibleVersion() const
Return the OpenCL version that kernel language is compatible with.
Holds a QualType and a TypeSourceInfo* that came out of a declarator parsing.
This represents a decl that may have a name.
Represents a C++ namespace alias.
Represent a C++ namespace.
void Adopt(NestedNameSpecifierLoc Other)
Adopt an existing nested-name-specifier (with source-range information).
void MakeTrivial(ASTContext &Context, NestedNameSpecifier *Qualifier, SourceRange R)
Make a new nested-name-specifier from incomplete source-location information.
void Clear()
Clear out this builder, and prepare it to build another nested-name-specifier with source-location in...
NestedNameSpecifierLoc getTemporary() const
Retrieve a nested-name-specifier with location information based on the information in this builder.
void MakeSuper(ASTContext &Context, CXXRecordDecl *RD, SourceLocation SuperLoc, SourceLocation ColonColonLoc)
Turns this (empty) nested-name-specifier into '__super' nested-name-specifier.
SourceRange getSourceRange() const LLVM_READONLY
Retrieve the source range covered by this nested-name-specifier.
NestedNameSpecifier * getRepresentation() const
Retrieve the representation of the nested-name-specifier.
void Extend(ASTContext &Context, SourceLocation TemplateKWLoc, TypeLoc TL, SourceLocation ColonColonLoc)
Extend the current nested-name-specifier by another nested-name-specifier component of the form 'type...
void MakeGlobal(ASTContext &Context, SourceLocation ColonColonLoc)
Turn this (empty) nested-name-specifier into the global nested-name-specifier '::'.
NestedNameSpecifierLoc getWithLocInContext(ASTContext &Context) const
Retrieve a nested-name-specifier with location information, copied into the given AST context.
A C++ nested-name-specifier augmented with source location information.
SourceLocation getLocalBeginLoc() const
Retrieve the location of the beginning of this component of the nested-name-specifier.
Represents a C++ nested name specifier, such as "\::std::vector<int>::".
static OpaquePtr make(QualType P)
bool isAvailableOption(llvm::StringRef Ext, const LangOptions &LO) const
QualType getPattern() const
Expr * getIndexExpr() const
bool hasAttribute(ParsedAttr::Kind K) const
void takeAllFrom(ParsedAttributes &Other)
A (possibly-)qualified type.
bool isNull() const
Return true if this QualType doesn't point to a type yet.
SemaDiagnosticBuilder Diag(SourceLocation Loc, unsigned DiagID, bool DeferHint=false)
Emit a diagnostic.
Sema - This implements semantic analysis and AST building for C.
SourceLocation getLocForEndOfToken(SourceLocation Loc, unsigned Offset=0)
Calls Lexer::getLocForEndOfToken()
const LangOptions & getLangOpts() const
SourceManager & getSourceManager() const
OpenCLOptions & getOpenCLOptions()
Encodes a location in the source.
bool isValid() const
Return true if this is a valid SourceLocation object.
bool isBeforeInTranslationUnit(SourceLocation LHS, SourceLocation RHS) const
Determines the order of 2 source locations in the translation unit.
A trivial tuple used to represent a source range.
void setBegin(SourceLocation b)
SourceLocation getEnd() const
SourceLocation getBegin() const
void setEnd(SourceLocation e)
const llvm::Triple & getTriple() const
Returns the target triple of the primary target.
virtual bool hasFeature(StringRef Feature) const
Determine whether the given target has the given feature.
Base wrapper for a particular "section" of type source info.
SourceLocation getBeginLoc() const
Get the begin source location.
bool isFunctionType() const
struct OFI OperatorFunctionId
When Kind == IK_OperatorFunctionId, the overloaded operator that we parsed.
SourceLocation EndLocation
The location of the last token that describes this unqualified-id.
void setOperatorFunctionId(SourceLocation OperatorLoc, OverloadedOperatorKind Op, SourceLocation SymbolLocations[3])
Specify that this unqualified-id was parsed as an operator-function-id.
bool isValid() const
Determine whether this unqualified-id refers to a valid name.
void setTemplateId(TemplateIdAnnotation *TemplateId)
Specify that this unqualified-id was parsed as a template-id.
void setConstructorTemplateId(TemplateIdAnnotation *TemplateId)
Specify that this unqualified-id was parsed as a template-id that names a constructor.
SourceLocation StartLocation
The location of the first token that describes this unqualified-id, which will be the location of the...
UnqualifiedIdKind getKind() const
Determine what kind of name we have.
TemplateIdAnnotation * TemplateId
When Kind == IK_TemplateId or IK_ConstructorTemplateId, the template-id annotation that contains the ...
static const char * getSpecifierName(Specifier VS)
bool SetSpecifier(Specifier VS, SourceLocation Loc, const char *&PrevSpec)
Defines the clang::TargetInfo interface.
The JSON file list parser is used to communicate input to InstallAPI.
TypeSpecifierType
Specifies the kind of type.
@ TST_typename_pack_indexing
OverloadedOperatorKind
Enumeration specifying the different kinds of C++ overloaded operators.
ConstexprSpecKind
Define the kind of constexpr specifier.
@ IK_TemplateId
A template-id, e.g., f<int>.
@ IK_ConstructorTemplateId
A constructor named via a template-id.
@ IK_ConstructorName
A constructor name.
@ IK_DestructorName
A destructor name.
@ IK_OperatorFunctionId
An overloaded operator name, e.g., operator+.
ThreadStorageClassSpecifier
Thread storage-class-specifier.
TypeSpecifierWidth
Specifies the width of a type, e.g., short, long, or long long.
TypeSpecifierSign
Specifies the signedness of a type, e.g., signed or unsigned.
const FunctionProtoType * T
@ Other
Other implicit parameter.
ExceptionSpecificationType
The various types of exception specifications that exist in C++11.
@ EST_DependentNoexcept
noexcept(expression), value-dependent
@ EST_Unparsed
not parsed yet
@ EST_None
no exception specification
@ EST_NoexceptFalse
noexcept(expression), evals to 'false'
@ EST_NoexceptTrue
noexcept(expression), evals to 'true'
@ EST_Dynamic
throw(T1, T2)
unsigned isVariadic
isVariadic - If this function has a prototype, and if that proto ends with ',...)',...
CachedTokens * ExceptionSpecTokens
Pointer to the cached tokens for an exception-specification that has not yet been parsed.
SourceLocation MutableLoc
The location of the 'mutable' qualifer in a lambda-declarator, if any.
UnionParsedType TrailingReturnType
If HasTrailingReturnType is true, this is the trailing return type specified.
TypeAndRange * Exceptions
Pointer to a new[]'d array of TypeAndRange objects that contain the types in the function's dynamic e...
ParamInfo * Params
Params - This is a pointer to a new[]'d array of ParamInfo objects that describe the parameters speci...
unsigned RefQualifierIsLValueRef
Whether the ref-qualifier (if any) is an lvalue reference.
NamedDecl ** DeclsInPrototype
Pointer to a new[]'d array of declarations that need to be available for lookup inside the function b...
AttributeFactory * QualAttrFactory
AttributeFactory for the MethodQualifiers.
SourceLocation ExceptionSpecLocEnd
The end location of the exception specification, if any.
SourceLocation EllipsisLoc
When isVariadic is true, the location of the ellipsis in the source.
unsigned DeleteParams
DeleteParams - If this is true, we need to delete[] Params.
DeclSpec * MethodQualifiers
DeclSpec for the function with the qualifier related info.
unsigned NumExceptionsOrDecls
NumExceptionsOrDecls - This is the number of types in the dynamic-exception-decl, if the function has...
SourceLocation RefQualifierLoc
The location of the ref-qualifier, if any.
SourceLocation RParenLoc
The location of the right parenthesis in the source.
unsigned NumParams
NumParams - This is the number of formal parameters specified by the declarator.
unsigned HasTrailingReturnType
HasTrailingReturnType - If this is true, a trailing return type was specified.
unsigned isAmbiguous
Can this declaration be a constructor-style initializer?
unsigned hasPrototype
hasPrototype - This is true if the function had at least one typed parameter.
SourceLocation LParenLoc
The location of the left parenthesis in the source.
unsigned ExceptionSpecType
ExceptionSpecType - An ExceptionSpecificationType value.
SourceLocation ExceptionSpecLocBeg
The beginning location of the exception specification, if any.
SourceLocation TrailingReturnTypeLoc
If HasTrailingReturnType is true, this is the location of the trailing return type.
Expr * NoexceptExpr
Pointer to the expression in the noexcept-specifier of this function, if it has one.
ParamInfo - An array of paraminfo objects is allocated whenever a function declarator is parsed.
One instance of this struct is used for each type in a declarator that is parsed.
SourceLocation EndLoc
EndLoc - If valid, the place where this chunck ends.
enum clang::DeclaratorChunk::@222 Kind
static DeclaratorChunk getFunction(bool HasProto, bool IsAmbiguous, SourceLocation LParenLoc, ParamInfo *Params, unsigned NumParams, SourceLocation EllipsisLoc, SourceLocation RParenLoc, bool RefQualifierIsLvalueRef, SourceLocation RefQualifierLoc, SourceLocation MutableLoc, ExceptionSpecificationType ESpecType, SourceRange ESpecRange, ParsedType *Exceptions, SourceRange *ExceptionRanges, unsigned NumExceptions, Expr *NoexceptExpr, CachedTokens *ExceptionSpecTokens, ArrayRef< NamedDecl * > DeclsInPrototype, SourceLocation LocalRangeBegin, SourceLocation LocalRangeEnd, Declarator &TheDeclarator, TypeResult TrailingReturnType=TypeResult(), SourceLocation TrailingReturnTypeLoc=SourceLocation(), DeclSpec *MethodQualifiers=nullptr)
DeclaratorChunk::getFunction - Return a DeclaratorChunk for a function.
SourceLocation Loc
Loc - The place where this type was defined.
Wraps an identifier and optional source location for the identifier.
Describes how types, statements, expressions, and declarations should be printed.
unsigned Bool
Whether we can use 'bool' rather than '_Bool' (even if the language doesn't actually have 'bool',...
unsigned MSWChar
When true, print the built-in wchar_t type as __wchar_t.
Information about a template-id annotation token.
SourceLocation TemplateNameLoc
TemplateNameLoc - The location of the template name within the source.
SourceLocation RAngleLoc
The location of the '>' after the template argument list.
SourceLocation SymbolLocations[3]
The source locations of the individual tokens that name the operator, e.g., the "new",...
OverloadedOperatorKind Operator
The kind of overloaded operator.