Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DDeclSpec.cpp276 case TST_unspecified: in isDeclarationOfFunction()
381 case DeclSpec::TST_unspecified: return "unspecified"; in getSpecifierName()
450 if (TypeSpecType == TST_unspecified && S.getLangOpts().CPlusPlus) { in SetStorageClassSpec()
545 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
564 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
592 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
610 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
633 if (TypeSpecType != TST_unspecified) { in SetTypeAltiVecVector()
646 (TypeSpecType != TST_unspecified)) { in SetTypeAltiVecPixel()
797 if (((TypeSpecType != TST_unspecified) && (TypeSpecType != TST_char) && in Finish()
[all …]
DSemaTemplateVariadic.cpp663 case TST_unspecified: in containsUnexpandedParameterPacks()
DSemaType.cpp633 case DeclSpec::TST_unspecified: in ConvertDeclSpecToType()
2877 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in VisitObjCObjectTypeLoc()
DSemaDecl.cpp331 return DeclSpec::TST_unspecified; in isTagName()
/external/clang/include/clang/Basic/
DSpecifiers.h36 TST_unspecified, enumerator
/external/clang/include/clang/Sema/
DDeclSpec.h241 static const TST TST_unspecified = clang::TST_unspecified; variable
385 TypeSpecType(TST_unspecified), in DeclSpec()
515 return getTypeSpecType() != DeclSpec::TST_unspecified || in hasTypeSpecifier()
/external/clang/lib/AST/
DTypeLoc.cpp243 return TST_unspecified; in getWrittenTypeSpec()
/external/clang/include/clang/AST/
DTypeLoc.h498 return getWrittenTypeSpec() != TST_unspecified; in hasWrittenTypeSpec()
522 wbs.Type = TST_unspecified; in initializeLocal()
/external/clang/lib/Parse/
DParseTemplate.cpp636 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in ParseNonTypeTemplateParameter()
DParser.cpp810 if (DS.SetTypeSpecType(DeclSpec::TST_unspecified, AtLoc, PrevSpec, DiagID)) in ParseDeclarationOrFunctionDefinition()
DParseDecl.cpp2370 DS.getTypeSpecType() != DeclSpec::TST_unspecified && in ParseDeclarationSpecifiers()