Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSpecifiers.h50 TST_char32, // C++11 char32_t enumerator
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp351 case TST_char32: in isDeclarationOfFunction()
550 case DeclSpec::TST_char32: return "char32_t"; in getSpecifierName()
1360 else if (TypeSpecType == TST_char16 || TypeSpecType == TST_char32) in Finish()
H A DSemaTemplateVariadic.cpp886 case TST_char32: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1321 case DeclSpec::TST_char32: in ConvertDeclSpecToType()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DTypeLoc.cpp332 return TST_char32; in getWrittenTypeSpec()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h266 static const TST TST_char32 = clang::TST_char32; variable
/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExprCXX.cpp2239 DS.SetTypeSpecType(DeclSpec::TST_char32, Loc, PrevSpec, DiagID, Policy); in ParseCXXSimpleTypeSpecifier()
H A DParseDecl.cpp3898 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_char32, Loc, PrevSpec, in ParseDeclarationSpecifiers()