Home
last modified time | relevance | path

Searched refs:TST_unspecified (Results 1 – 13 of 13) sorted by relevance

/external/clang/lib/Sema/
DDeclSpec.cpp303 case TST_unspecified: in isDeclarationOfFunction()
450 case DeclSpec::TST_unspecified: return "unspecified"; in getSpecifierName()
538 if (TypeSpecType == TST_unspecified && S.getLangOpts().CPlusPlus) { in SetStorageClassSpec()
628 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
648 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
678 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
697 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
716 if (TypeSpecType != TST_unspecified) { in SetTypeAltiVecVector()
730 if (TypeSpecType != TST_unspecified) { in SetTypePipe()
746 (TypeSpecType != TST_unspecified)) { in SetTypeAltiVecPixel()
[all …]
DSemaTemplateVariadic.cpp719 case TST_unspecified: in containsUnexpandedParameterPacks()
DSemaType.cpp1300 case DeclSpec::TST_unspecified: in ConvertDeclSpecToType()
DSemaDecl.cpp566 return DeclSpec::TST_unspecified; in isTagName()
/external/clang/include/clang/Basic/
DSpecifiers.h46 TST_unspecified, enumerator
/external/clang/include/clang/Sema/
DDeclSpec.h272 static const TST TST_unspecified = clang::TST_unspecified; variable
426 TypeSpecType(TST_unspecified), in DeclSpec()
470 TypeSpecType = DeclSpec::TST_unspecified; in ClearTypeSpecType()
591 return getTypeSpecType() != DeclSpec::TST_unspecified || in hasTypeSpecifier()
/external/clang/lib/AST/
DTypeLoc.cpp348 return TST_unspecified; in getWrittenTypeSpec()
/external/clang/include/clang/AST/
DTypeLoc.h588 return getWrittenTypeSpec() != TST_unspecified; in hasWrittenTypeSpec()
612 wbs.Type = TST_unspecified; in initializeLocal()
/external/clang/include/clang/Parse/
DParser.h778 void ConsumeExtraSemi(ExtraSemiKind Kind, unsigned TST = TST_unspecified);
2485 DeclSpec::TST TagType = DeclSpec::TST_unspecified,
/external/clang/lib/Parse/
DParseTemplate.cpp680 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in ParseNonTypeTemplateParameter()
DParseOpenMP.cpp610 assert(TagType == DeclSpec::TST_unspecified); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
DParser.cpp919 if (DS.SetTypeSpecType(DeclSpec::TST_unspecified, AtLoc, PrevSpec, DiagID, in ParseDeclOrFunctionDefInternal()
DParseDecl.cpp3348 DS.getTypeSpecType() != DeclSpec::TST_unspecified && in ParseDeclarationSpecifiers()