Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DDeclSpec.cpp348 case TST_char: in isDeclarationOfFunction()
550 case DeclSpec::TST_char: return "char"; in getSpecifierName()
1186 if (((TypeSpecType != TST_unspecified) && (TypeSpecType != TST_char) && in Finish()
1206 if ((TypeSpecType == TST_char) || (TypeSpecType == TST_int) || in Finish()
1261 TypeSpecType != TST_char && TypeSpecType != TST_wchar && in Finish()
1311 } else if (TypeSpecType == TST_int || TypeSpecType == TST_char || in Finish()
DSemaTemplateVariadic.cpp884 case TST_char: in containsUnexpandedParameterPacks()
DSemaType.cpp1287 case DeclSpec::TST_char: in ConvertDeclSpecToType()
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DSpecifiers.h55 TST_char, enumerator
/openbsd/src/gnu/llvm/clang/lib/AST/
DTypeLoc.cpp341 return TST_char; in getWrittenTypeSpec()
/openbsd/src/gnu/llvm/clang/include/clang/Sema/
DDeclSpec.h263 static const TST TST_char = clang::TST_char; variable
/openbsd/src/gnu/llvm/clang/lib/Parse/
DParseExprCXX.cpp2294 DS.SetTypeSpecType(DeclSpec::TST_char, Loc, PrevSpec, DiagID, Policy); in ParseCXXSimpleTypeSpecifier()
DParseDecl.cpp4052 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_char, Loc, PrevSpec, in ParseDeclarationSpecifiers()