Searched refs:TST_bool (Results 1 – 8 of 8) sorted by relevance
58 TST_bool, // _Bool enumerator
283 case TST_bool: in isDeclarationOfFunction()462 case DeclSpec::TST_bool: return Policy.Bool ? "bool" : "_Bool"; in getSpecifierName()704 if (TypeAltiVecVector && (T == TST_bool) && !TypeAltiVecBool) { in SetTypeSpecType()
731 case TST_bool: in containsUnexpandedParameterPacks()
1429 case DeclSpec::TST_bool: Result = Context.BoolTy; break; // _Bool or bool in ConvertDeclSpecToType()
296 return TST_bool; in getWrittenTypeSpec()
284 static const TST TST_bool = clang::TST_bool; variable
2960 if (DS.getTypeSpecType() == TST_bool && in ParseDeclarationSpecifiers()3356 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_bool, Loc, PrevSpec, in ParseDeclarationSpecifiers()
1955 DS.SetTypeSpecType(DeclSpec::TST_bool, Loc, PrevSpec, DiagID, Policy); in ParseCXXSimpleTypeSpecifier()