Searched refs:TST_bool (Results 1 – 8 of 8) sorted by relevance
48 TST_bool, // _Bool enumerator
290 case TST_bool: in isDeclarationOfFunction()460 case DeclSpec::TST_bool: return Policy.Bool ? "bool" : "_Bool"; in getSpecifierName()696 if (TypeAltiVecVector && (T == TST_bool) && !TypeAltiVecBool) { in SetTypeSpecType()
730 case TST_bool: in containsUnexpandedParameterPacks()
879 case DeclSpec::TST_bool: Result = Context.BoolTy; break; // _Bool or bool in ConvertDeclSpecToType()
254 return TST_bool; in getWrittenTypeSpec()
287 static const TST TST_bool = clang::TST_bool; variable
1868 DS.SetTypeSpecType(DeclSpec::TST_bool, Loc, PrevSpec, DiagID, Policy); in ParseCXXSimpleTypeSpecifier()
2837 if (DS.getTypeSpecType() == TST_bool && in ParseDeclarationSpecifiers()3190 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_bool, Loc, PrevSpec, in ParseDeclarationSpecifiers()