| 182 | //----------------------------------------------------------------------------- |
| 183 | |
| 184 | QualType Ptr(QualType srcType) |
| 185 | { |
| 186 | return GetGlobalAST().getPointerType(srcType); |
| 187 | } |
| 188 | //----------------------------------------------------------------------------- |
| 189 | |
| 190 | CanQualType VoidTy() |
no outgoing calls
no test coverage detected