| 247 | } |
| 248 | |
| 249 | RangeInRevision emptyRangeOnLine(const AST::SourceLocation& location) |
| 250 | { |
| 251 | return RangeInRevision(location.startLine - 1, 0, location.startLine - 1, 0); |
| 252 | } |
| 253 | |
| 254 | void importDeclarationInContext(DUContext* context, const DeclarationPointer& declaration) |
| 255 | { |
no test coverage detected