| 224 | } |
| 225 | |
| 226 | vector<Origin::Function>::difference_type OriginFile::functionIndex(const string &name) const |
| 227 | { |
| 228 | return parser->findFunctionByName(name); |
| 229 | } |
| 230 | |
| 231 | Origin::Function &OriginFile::function(vector<Origin::Function>::size_type f) const |
| 232 | { |
no test coverage detected