Searched refs:getTypeSpecWidth (Results 1 – 4 of 4) sorted by relevance
462 TSW getTypeSpecWidth() const { return (TSW)TypeSpecWidth; } in getTypeSpecWidth() function561 getTypeSpecWidth() != DeclSpec::TSW_unspecified || in hasTypeSpecifier()
825 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()844 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()876 if (DS.getTypeSpecWidth() == DeclSpec::TSW_long) in ConvertDeclSpecToType()910 assert(DS.getTypeSpecWidth() == 0 && DS.getTypeSpecComplex() == 0 && in ConvertDeclSpecToType()923 assert(DS.getTypeSpecWidth() == 0 && DS.getTypeSpecComplex() == 0 && in ConvertDeclSpecToType()
833 writtenBS.Width = getTypeSpecWidth(); in SaveWrittenBuiltinSpecs()
2878 if (DS.getTypeSpecWidth() != DeclSpec::TSW_long) in ParseDeclarationSpecifiers()