Searched refs:TST_unspecified (Results 1 - 12 of 12) sorted by relevance

/external/clang/include/clang/Basic/
H A DSpecifiers.h37 TST_unspecified, enumerator in enum:clang::TypeSpecifierType
/external/clang/lib/Sema/
H A DDeclSpec.cpp285 case TST_unspecified:
424 case DeclSpec::TST_unspecified: return "unspecified";
505 if (TypeSpecType == TST_unspecified && S.getLangOpts().CPlusPlus) {
601 if (TypeSpecType != TST_unspecified) {
621 if (TypeSpecType != TST_unspecified) {
651 if (TypeSpecType != TST_unspecified) {
670 if (TypeSpecType != TST_unspecified) {
694 if (TypeSpecType != TST_unspecified) {
708 (TypeSpecType != TST_unspecified)) {
723 (TypeSpecType != TST_unspecified)) {
[all...]
H A DSemaTemplateVariadic.cpp710 case TST_unspecified:
H A DSemaType.cpp752 case DeclSpec::TST_unspecified:
3500 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) {
H A DSemaDecl.cpp478 return DeclSpec::TST_unspecified;
/external/clang/lib/AST/
H A DTypeLoc.cpp303 return TST_unspecified;
/external/clang/include/clang/Sema/
H A DDeclSpec.h259 static const TST TST_unspecified = clang::TST_unspecified; member in class:clang::DeclSpec
409 TypeSpecType(TST_unspecified),
457 TypeSpecType = DeclSpec::TST_unspecified;
570 return getTypeSpecType() != DeclSpec::TST_unspecified ||
/external/clang/include/clang/AST/
H A DTypeLoc.h555 return getWrittenTypeSpec() != TST_unspecified;
579 wbs.Type = TST_unspecified;
/external/clang/lib/Parse/
H A DParseTemplate.cpp647 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) {
H A DParser.cpp867 if (DS.SetTypeSpecType(DeclSpec::TST_unspecified, AtLoc, PrevSpec, DiagID,
H A DParseDecl.cpp3042 DS.getTypeSpecType() != DeclSpec::TST_unspecified &&
/external/clang/include/clang/Parse/
H A DParser.h745 void ConsumeExtraSemi(ExtraSemiKind Kind, unsigned TST = TST_unspecified);

Completed in 834 milliseconds