| 72 | } |
| 73 | |
| 74 | QStringList templateParams(CXCursor cursor) |
| 75 | { |
| 76 | QStringList types; |
| 77 | clang_visitChildren(cursor, templateParamsHelper, &types); |
| 78 | return types; |
| 79 | } |
| 80 | |
| 81 | FuncOverrideInfo processCXXMethod(CXCursor cursor, OverrideInfo* info) |
| 82 | { |
no outgoing calls
no test coverage detected