Searched refs:TST_auto_type (Results 1 – 6 of 6) sorted by relevance
94 TST_auto_type, // __auto_type extension enumerator
318 static const TST TST_auto_type = clang::TST_auto_type; variable595 return (TypeSpecType == TST_auto || TypeSpecType == TST_auto_type || in hasAutoTypeSpec()
343 case TST_auto_type: in isDeclarationOfFunction()596 case DeclSpec::TST_auto_type: return "__auto_type"; in getSpecifierName()
1053 case TST_auto_type: in containsUnexpandedParameterPacks()
1333 case DeclSpec::TST_auto_type: in ConvertDeclSpecToType()6029 DS.getTypeSpecType() == TST_auto_type || in VisitAutoTypeLoc()
4110 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_auto_type, Loc, PrevSpec, in ParseDeclarationSpecifiers()