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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSpecifiers.h78 TST_auto_type, // __auto_type extension enumerator in enum:clang::TypeSpecifierType
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h294 static const TST TST_auto_type = clang::TST_auto_type; member in class:clang::DeclSpec
527 return (TypeSpecType == TST_auto || TypeSpecType == TST_auto_type ||
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp346 case TST_auto_type:
574 case DeclSpec::TST_auto_type: return "__auto_type";
H A DSemaTemplateVariadic.cpp906 case TST_auto_type:
H A DSemaType.cpp1676 case DeclSpec::TST_auto_type:
5982 DS.getTypeSpecType() == TST_auto_type ||
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp3654 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_auto_type, Loc, PrevSpec,

Completed in 327 milliseconds