Home
last modified time | relevance | path

Searched refs:TST_auto_type (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h94 TST_auto_type, // __auto_type extension enumerator
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h316 static const TST TST_auto_type = clang::TST_auto_type; variable
563 return (TypeSpecType == TST_auto || TypeSpecType == TST_auto_type || in hasAutoTypeSpec()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp346 case TST_auto_type: in isDeclarationOfFunction()
593 case DeclSpec::TST_auto_type: return "__auto_type"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp916 case TST_auto_type: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1713 case DeclSpec::TST_auto_type: in ConvertDeclSpecToType()
6374 DS.getTypeSpecType() == TST_auto_type || in VisitAutoTypeLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp4052 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_auto_type, Loc, PrevSpec, in ParseDeclarationSpecifiers()