| 808 | } |
| 809 | |
| 810 | __forceinline bool TypeDecl::isHandle() const { |
| 811 | return (baseType==Type::tHandle) && (dim.size()==0); |
| 812 | } |
| 813 | |
| 814 | __forceinline bool TypeDecl::isStructure() const { |
| 815 | return (baseType==Type::tStructure) && (dim.size()==0); |
no test coverage detected