Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DDeclSpec.cpp309 case TST_unspecified: in isDeclarationOfFunction()
449 case DeclSpec::TST_unspecified: return "unspecified"; in getSpecifierName()
530 if (TypeSpecType == TST_unspecified && S.getLangOpts().CPlusPlus) { in SetStorageClassSpec()
620 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
640 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
670 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
689 if (TypeSpecType != TST_unspecified) { in SetTypeSpecType()
708 if (TypeSpecType != TST_unspecified) { in SetTypeAltiVecVector()
722 (TypeSpecType != TST_unspecified)) { in SetTypeAltiVecPixel()
737 (TypeSpecType != TST_unspecified)) { in SetTypeAltiVecBool()
[all …]
DSemaTemplateVariadic.cpp719 case TST_unspecified: in containsUnexpandedParameterPacks()
DSemaType.cpp753 case DeclSpec::TST_unspecified: in ConvertDeclSpecToType()
3550 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in VisitObjCObjectTypeLoc()
DSemaDecl.cpp523 return DeclSpec::TST_unspecified; in isTagName()
/external/clang/include/clang/Basic/
DSpecifiers.h37 TST_unspecified, enumerator
/external/clang/include/clang/Sema/
DDeclSpec.h276 static const TST TST_unspecified = clang::TST_unspecified; variable
426 TypeSpecType(TST_unspecified), in DeclSpec()
474 TypeSpecType = DeclSpec::TST_unspecified; in ClearTypeSpecType()
587 return getTypeSpecType() != DeclSpec::TST_unspecified || in hasTypeSpecifier()
/external/clang/lib/AST/
DTypeLoc.cpp303 return TST_unspecified; in getWrittenTypeSpec()
/external/clang/include/clang/AST/
DTypeLoc.h555 return getWrittenTypeSpec() != TST_unspecified; in hasWrittenTypeSpec()
579 wbs.Type = TST_unspecified; in initializeLocal()
/external/clang/lib/Parse/
DParseTemplate.cpp665 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) { in ParseNonTypeTemplateParameter()
DParser.cpp872 if (DS.SetTypeSpecType(DeclSpec::TST_unspecified, AtLoc, PrevSpec, DiagID, in ParseDeclOrFunctionDefInternal()
DParseDecl.cpp3182 DS.getTypeSpecType() != DeclSpec::TST_unspecified && in ParseDeclarationSpecifiers()
/external/clang/include/clang/Parse/
DParser.h734 void ConsumeExtraSemi(ExtraSemiKind Kind, unsigned TST = TST_unspecified);