Searched refs:TST_bool (Results 1 – 8 of 8) sorted by relevance
62 TST_bool, // _Bool enumerator
335 case TST_bool: in isDeclarationOfFunction()540 case DeclSpec::TST_bool: return Policy.Bool ? "bool" : "_Bool"; in getSpecifierName()786 if (TypeAltiVecVector && (T == TST_bool) && !TypeAltiVecBool) { in SetTypeSpecType()
853 case TST_bool: in containsUnexpandedParameterPacks()
1465 case DeclSpec::TST_bool: Result = Context.BoolTy; break; // _Bool or bool in ConvertDeclSpecToType()
316 return TST_bool; in getWrittenTypeSpec()
288 static const TST TST_bool = clang::TST_bool; variable
1996 DS.SetTypeSpecType(DeclSpec::TST_bool, Loc, PrevSpec, DiagID, Policy); in ParseCXXSimpleTypeSpecifier()
3182 if (DS.getTypeSpecType() == TST_bool && in ParseDeclarationSpecifiers()3652 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_bool, Loc, PrevSpec, in ParseDeclarationSpecifiers()