Searched refs:TST_bool (Results 1 – 8 of 8) sorted by relevance
75 TST_bool, // _Bool enumerator
347 case TST_bool: in isDeclarationOfFunction()578 case DeclSpec::TST_bool: return Policy.Bool ? "bool" : "_Bool"; in getSpecifierName()859 if (TypeAltiVecVector && (T == TST_bool) && !TypeAltiVecBool) { in SetTypeSpecType()
906 case TST_bool: in containsUnexpandedParameterPacks()
1576 case DeclSpec::TST_bool: in ConvertDeclSpecToType()
339 return TST_bool; in getWrittenTypeSpec()
296 static const TST TST_bool = clang::TST_bool; variable
3685 if (DS.getTypeSpecType() == TST_bool && in ParseDeclarationSpecifiers()4332 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_bool, Loc, PrevSpec, in ParseDeclarationSpecifiers()
2344 DS.SetTypeSpecType(DeclSpec::TST_bool, Loc, PrevSpec, DiagID, Policy); in ParseCXXSimpleTypeSpecifier()