Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DDeclSpec.cpp267 case TST_char: in isDeclarationOfFunction()
433 case DeclSpec::TST_char: return "char"; in getSpecifierName()
958 if (((TypeSpecType != TST_unspecified) && (TypeSpecType != TST_char) && in Finish()
971 if ((TypeSpecType == TST_char) || (TypeSpecType == TST_int) || in Finish()
990 TypeSpecType != TST_char && TypeSpecType != TST_wchar) { in Finish()
1035 } else if (TypeSpecType == TST_int || TypeSpecType == TST_char) { in Finish()
DSemaTemplateVariadic.cpp712 case TST_char: in containsUnexpandedParameterPacks()
DSemaType.cpp715 case DeclSpec::TST_char: in ConvertDeclSpecToType()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
DSpecifiers.h39 TST_char, enumerator
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DTypeLoc.cpp257 return TST_char; in getWrittenTypeSpec()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DDeclSpec.h261 static const TST TST_char = clang::TST_char; variable
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
DParseExprCXX.cpp1720 DS.SetTypeSpecType(DeclSpec::TST_char, Loc, PrevSpec, DiagID); in ParseCXXSimpleTypeSpecifier()
DParseDecl.cpp3015 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_char, Loc, PrevSpec, in ParseDeclarationSpecifiers()