Searched refs:TST_auto (Results 1 – 11 of 11) sorted by relevance
260 case TST_auto: in isDeclarationOfFunction()421 case DeclSpec::TST_auto: return "auto"; in getSpecifierName()486 return SetTypeSpecType(TST_auto, Loc, PrevSpec, DiagID); in SetStorageClassSpec()488 isInvalid = SetTypeSpecType(TST_auto, StorageClassSpecLoc, in SetStorageClassSpec()937 TypeSpecType = TST_auto; in Finish()944 if (!PP.getLangOpts().CPlusPlus11 && TypeSpecType == TST_auto) in Finish()
729 case TST_auto: in containsUnexpandedParameterPacks()
996 case DeclSpec::TST_auto: { in ConvertDeclSpecToType()1971 if (D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto && in GetDeclSpecTypeForDeclarator()2454 if (D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto && in GetFullTypeForDeclarator()
4824 if (D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto && in ActOnVariableDeclarator()8049 DS.getTypeSpecType() == DeclSpec::TST_auto); in FinalizeDeclaratorGroup()
941 bool TypeContainsAuto = D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto; in ActOnCXXNew()
62 TST_auto, // C++0x auto enumerator
276 static const TST TST_auto = clang::TST_auto; variable
61 = D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto; in ParseCXXInlineMethodDef()
2254 DS.getTypeSpecType() == DeclSpec::TST_auto); in ParseCXXClassMemberDeclaration()2258 DS.getTypeSpecType() == DeclSpec::TST_auto); in ParseCXXClassMemberDeclaration()
1695 D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto; in ParseDeclarationAfterDeclaratorAndAttributes()2635 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_auto, Loc, PrevSpec, in ParseDeclarationSpecifiers()4867 if (D.getDeclSpec().getTypeSpecType() == TST_auto) in ParseFunctionDeclarator()
1442 DS.getTypeSpecType() == DeclSpec::TST_auto); in ParseCXXCondition()