Home
last modified time | relevance | path

Searched refs:TST_auto (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDDeclSpec.cpp289 case TST_auto: in isDeclarationOfFunction()
472 case DeclSpec::TST_auto: return "auto"; in getSpecifierName()
532 return SetTypeSpecType(TST_auto, Loc, PrevSpec, DiagID, Policy); in SetStorageClassSpec()
534 isInvalid = SetTypeSpecType(TST_auto, StorageClassSpecLoc, in SetStorageClassSpec()
1126 TypeSpecType = TST_auto; in Finish()
1133 if (!PP.getLangOpts().CPlusPlus11 && TypeSpecType == TST_auto) in Finish()
HDSemaTemplateVariadic.cpp739 case TST_auto: in containsUnexpandedParameterPacks()
HDSemaType.cpp1452 case DeclSpec::TST_auto: in ConvertDeclSpecToType()
2612 && D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto)) in GetDeclSpecTypeForDeclarator()
3688 D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto in GetFullTypeForDeclarator()
HDSemaDecl.cpp9648 DS.SetTypeSpecType(DeclSpec::TST_auto, IdentLoc, PrevSpec, DiagID, in ActOnCXXForRangeIdentifier()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDSpecifiers.h65 TST_auto, // C++11 auto enumerator
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDDeclSpec.h303 static const TST TST_auto = clang::TST_auto; variable
515 return TypeSpecType == TST_auto || TypeSpecType == TST_decltype_auto; in containsPlaceholderType()
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDecl.cpp3129 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_auto, Loc, PrevSpec, in ParseDeclarationSpecifiers()
5130 D.getDeclSpec().getTypeSpecType() != TST_auto)) { in ParseDirectDeclarator()
5589 if (D.getDeclSpec().getTypeSpecType() == TST_auto) in ParseFunctionDeclarator()