Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp345 case TST_auto: in isDeclarationOfFunction()
596 case DeclSpec::TST_auto: return "auto"; in getSpecifierName()
681 return SetTypeSpecType(TST_auto, Loc, PrevSpec, DiagID, Policy); in SetStorageClassSpec()
683 isInvalid = SetTypeSpecType(TST_auto, StorageClassSpecLoc, in SetStorageClassSpec()
851 assert(T == TST_auto || T == TST_decltype_auto); in SetTypeSpecType()
1406 TypeSpecType = TST_auto; in Finish()
1414 TypeSpecType == TST_auto) in Finish()
H A DSemaTemplateVariadic.cpp932 case TST_auto: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1294 case DeclSpec::TST_auto: in ConvertDeclSpecToType()
4826 D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto in GetFullTypeForDeclarator()
5948 assert(DS.getTypeSpecType() == TST_auto || in VisitAutoTypeLoc()
H A DSemaDeclCXX.cpp838 if (DS.getTypeSpecType() != DeclSpec::TST_auto || in ActOnDecompositionDeclarator()
H A DSemaDecl.cpp14157 DS.SetTypeSpecType(DeclSpec::TST_auto, IdentLoc, PrevSpec, DiagID, in ActOnCXXForRangeIdentifier()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h92 TST_auto, // C++11 auto enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h318 static const TST TST_auto = clang::TST_auto; variable
460 return (T == TST_auto || T == TST_decltype_auto); in isTemplateIdRep()
593 return (TypeSpecType == TST_auto || TypeSpecType == TST_auto_type || in hasAutoTypeSpec()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp4143 isInvalid = DS.SetTypeSpecType(TST_auto, Loc, PrevSpec, DiagID, in ParseDeclarationSpecifiers()
4179 isInvalid = DS.SetTypeSpecType(TST_auto, AutoLoc, PrevSpec, DiagID, in ParseDeclarationSpecifiers()
4312 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_auto, Loc, PrevSpec, in ParseDeclarationSpecifiers()
6934 D.getDeclSpec().getTypeSpecType() != TST_auto)) { in ParseDirectDeclarator()
7054 D.getDeclSpec().getTypeSpecType() == TST_auto) == in ParseDirectDeclarator()
7634 if (D.getDeclSpec().getTypeSpecType() == TST_auto) in ParseFunctionDeclarator()
H A DParseExprCXX.cpp2397 DS.SetTypeSpecType(DeclSpec::TST_auto, Loc, PrevSpec, DiagID, Policy); in ParseCXXSimpleTypeSpecifier()
H A DParseDeclCXX.cpp4366 D.getDeclSpec().getTypeSpecType() == TST_auto) { in ParseTrailingRequiresClause()