Searched refs:TST_bool (Results 1 – 8 of 8) sorted by relevance
62 TST_bool, // _Bool enumerator
347 case TST_bool: in isDeclarationOfFunction()561 case DeclSpec::TST_bool: return Policy.Bool ? "bool" : "_Bool"; in getSpecifierName()838 if (TypeAltiVecVector && (T == TST_bool) && !TypeAltiVecBool) { in SetTypeSpecType()
896 case TST_bool: in containsUnexpandedParameterPacks()
1548 case DeclSpec::TST_bool: in ConvertDeclSpecToType()
323 return TST_bool; in getWrittenTypeSpec()
278 static const TST TST_bool = clang::TST_bool; variable
3327 if (DS.getTypeSpecType() == TST_bool && in ParseDeclarationSpecifiers()3915 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_bool, Loc, PrevSpec, in ParseDeclarationSpecifiers()
2242 DS.SetTypeSpecType(DeclSpec::TST_bool, Loc, PrevSpec, DiagID, Policy); in ParseCXXSimpleTypeSpecifier()