Searched refs:getTypeSpecWidth (Results 1 – 4 of 4) sorted by relevance
467 TSW getTypeSpecWidth() const { return (TSW)TypeSpecWidth; } in getTypeSpecWidth() function578 getTypeSpecWidth() != DeclSpec::TSW_unspecified || in hasTypeSpecifier()
1284 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()1303 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()1335 if (DS.getTypeSpecWidth() == DeclSpec::TSW_long) in ConvertDeclSpecToType()1372 assert(DS.getTypeSpecWidth() == 0 && DS.getTypeSpecComplex() == 0 && in ConvertDeclSpecToType()1385 assert(DS.getTypeSpecWidth() == 0 && DS.getTypeSpecComplex() == 0 && in ConvertDeclSpecToType()
908 writtenBS.Width = getTypeSpecWidth(); in SaveWrittenBuiltinSpecs()
3226 if (DS.getTypeSpecWidth() != DeclSpec::TSW_long) in ParseDeclarationSpecifiers()