Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DDeclSpec.cpp301 case TST_unspecified: in isDeclarationOfFunction()
446 case DeclSpec::TST_unspecified: return "unspecified"; in getSpecifierName()
528 if (TypeSpecType == TST_unspecified && S.getLangOpts().CPlusPlus) { in SetStorageClassSpec()
618 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
638 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
668 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
687 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
706 if (TypeSpecType != TST_unspecified) { in SetTypeAltiVecVector()
720 (TypeSpecType != TST_unspecified)) { in SetTypeAltiVecPixel()
735 (TypeSpecType != TST_unspecified)) { in SetTypeAltiVecBool()
[all …]
DSemaTemplateVariadic.cpp719 case TST_unspecified: in containsUnexpandedParameterPacks()
DSemaType.cpp1231 case DeclSpec::TST_unspecified: in ConvertDeclSpecToType()
DSemaDecl.cpp522 return DeclSpec::TST_unspecified; in isTagName()
/external/clang/include/clang/Basic/
DSpecifiers.h41 TST_unspecified, enumerator
/external/clang/include/clang/Sema/
DDeclSpec.h272 static const TST TST_unspecified = clang::TST_unspecified; variable
418 TypeSpecType(TST_unspecified), in DeclSpec()
461 TypeSpecType = DeclSpec::TST_unspecified; in ClearTypeSpecType()
577 return getTypeSpecType() != DeclSpec::TST_unspecified || in hasTypeSpecifier()
/external/clang/lib/AST/
DTypeLoc.cpp356 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/lib/Parse/
DParseTemplate.cpp676 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in ParseNonTypeTemplateParameter()
DParser.cpp906 if (DS.SetTypeSpecType(DeclSpec::TST_unspecified, AtLoc, PrevSpec, DiagID, in ParseDeclOrFunctionDefInternal()
DParseDecl.cpp3296 DS.getTypeSpecType() != DeclSpec::TST_unspecified && in ParseDeclarationSpecifiers()
/external/clang/include/clang/Parse/
DParser.h756 void ConsumeExtraSemi(ExtraSemiKind Kind, unsigned TST = TST_unspecified);