Searched refs:TST_bool (Results 1 – 8 of 8) sorted by relevance
48 TST_bool, // _Bool enumerator
257 case TST_bool: in isDeclarationOfFunction()396 case DeclSpec::TST_bool: return "_Bool"; in getSpecifierName()630 if (TypeAltiVecVector && (T == TST_bool) && !TypeAltiVecBool) { in SetTypeSpecType()
723 case TST_bool: in containsUnexpandedParameterPacks()
745 case DeclSpec::TST_bool: Result = Context.BoolTy; break; // _Bool or bool in ConvertDeclSpecToType()
204 return TST_bool; in getWrittenTypeSpec()
262 static const TST TST_bool = clang::TST_bool; variable
2371 if (DS.getTypeSpecType() == TST_bool && in ParseDeclarationSpecifiers()2685 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_bool, Loc, PrevSpec, in ParseDeclarationSpecifiers()
1505 DS.SetTypeSpecType(DeclSpec::TST_bool, Loc, PrevSpec, DiagID); in ParseCXXSimpleTypeSpecifier()