Searched refs:TST_bool (Results 1 – 8 of 8) sorted by relevance
72 TST_bool, // _Bool enumerator
347 case TST_bool: in isDeclarationOfFunction()563 case DeclSpec::TST_bool: return Policy.Bool ? "bool" : "_Bool"; in getSpecifierName()839 if (TypeAltiVecVector && (T == TST_bool) && !TypeAltiVecBool) { in SetTypeSpecType()
894 case TST_bool: in containsUnexpandedParameterPacks()
1545 case DeclSpec::TST_bool: in ConvertDeclSpecToType()
332 return TST_bool; in getWrittenTypeSpec()
279 static const TST TST_bool = clang::TST_bool; variable
3463 if (DS.getTypeSpecType() == TST_bool && in ParseDeclarationSpecifiers()4076 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_bool, Loc, PrevSpec, in ParseDeclarationSpecifiers()
2285 DS.SetTypeSpecType(DeclSpec::TST_bool, Loc, PrevSpec, DiagID, Policy); in ParseCXXSimpleTypeSpecifier()