Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DDeclSpec.cpp284 case TST_unspecified: in isDeclarationOfFunction()
417 case DeclSpec::TST_unspecified: return "unspecified"; in getSpecifierName()
505 if (TypeSpecType == TST_unspecified && S.getLangOpts().CPlusPlus) { in SetStorageClassSpec()
598 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
617 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
645 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
663 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
686 if (TypeSpecType != TST_unspecified) { in SetTypeAltiVecVector()
699 (TypeSpecType != TST_unspecified)) { in SetTypeAltiVecPixel()
713 (TypeSpecType != TST_unspecified)) { in SetTypeAltiVecBool()
[all …]
DSemaTemplateVariadic.cpp710 case TST_unspecified: in containsUnexpandedParameterPacks()
DSemaType.cpp768 case DeclSpec::TST_unspecified: in ConvertDeclSpecToType()
3418 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in VisitObjCObjectTypeLoc()
DSemaDecl.cpp370 return DeclSpec::TST_unspecified; in isTagName()
/external/clang/include/clang/Basic/
DSpecifiers.h37 TST_unspecified, enumerator
/external/clang/include/clang/Sema/
DDeclSpec.h259 static const TST TST_unspecified = clang::TST_unspecified; variable
415 TypeSpecType(TST_unspecified), in DeclSpec()
560 return getTypeSpecType() != DeclSpec::TST_unspecified || in hasTypeSpecifier()
/external/clang/lib/AST/
DTypeLoc.cpp303 return TST_unspecified; in getWrittenTypeSpec()
/external/clang/include/clang/AST/
DTypeLoc.h552 return getWrittenTypeSpec() != TST_unspecified; in hasWrittenTypeSpec()
576 wbs.Type = TST_unspecified; in initializeLocal()
/external/clang/lib/Parse/
DParseTemplate.cpp641 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in ParseNonTypeTemplateParameter()
DParser.cpp886 if (DS.SetTypeSpecType(DeclSpec::TST_unspecified, AtLoc, PrevSpec, DiagID)) in ParseDeclOrFunctionDefInternal()
DParseDecl.cpp2948 DS.getTypeSpecType() != DeclSpec::TST_unspecified && in ParseDeclarationSpecifiers()
/external/clang/include/clang/Parse/
DParser.h658 void ConsumeExtraSemi(ExtraSemiKind Kind, unsigned TST = TST_unspecified);