Home
last modified time | relevance | path

Searched refs:TST_char8 (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DSpecifiers.h57 TST_char8, // C++20 char8_t (proposed) enumerator
/openbsd/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp349 case TST_char8: in isDeclarationOfFunction()
552 case DeclSpec::TST_char8: return "char8_t"; in getSpecifierName()
1373 if (TypeSpecType == TST_char8) in Finish()
H A DSemaTemplateVariadic.cpp886 case TST_char8: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1315 case DeclSpec::TST_char8: in ConvertDeclSpecToType()
/openbsd/gnu/llvm/clang/lib/AST/
H A DTypeLoc.cpp343 return TST_char8; in getWrittenTypeSpec()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h265 static const TST TST_char8 = clang::TST_char8; variable
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseExprCXX.cpp2327 DS.SetTypeSpecType(DeclSpec::TST_char8, Loc, PrevSpec, DiagID, Policy); in ParseCXXSimpleTypeSpecifier()
H A DParseDecl.cpp4129 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_char8, Loc, PrevSpec, in ParseDeclarationSpecifiers()