Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDDeclSpec.cpp291 case TST_char: in isDeclarationOfFunction()
451 case DeclSpec::TST_char: return "char"; in getSpecifierName()
977 if (((TypeSpecType != TST_unspecified) && (TypeSpecType != TST_char) && in Finish()
998 if ((TypeSpecType == TST_char) || (TypeSpecType == TST_int) || in Finish()
1036 TypeSpecType != TST_char && TypeSpecType != TST_wchar) { in Finish()
1081 } else if (TypeSpecType == TST_int || TypeSpecType == TST_char) { in Finish()
HDSemaTemplateVariadic.cpp721 case TST_char: in containsUnexpandedParameterPacks()
HDSemaType.cpp1181 case DeclSpec::TST_char: in ConvertDeclSpecToType()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDSpecifiers.h42 TST_char, enumerator
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDTypeLoc.cpp299 return TST_char; in getWrittenTypeSpec()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDDeclSpec.h279 static const TST TST_char = clang::TST_char; variable
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseExprCXX.cpp1832 DS.SetTypeSpecType(DeclSpec::TST_char, Loc, PrevSpec, DiagID, Policy); in ParseCXXSimpleTypeSpecifier()
HDParseDecl.cpp3248 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_char, Loc, PrevSpec, in ParseDeclarationSpecifiers()