| 154 | std::string typeRef = std::string(), |
| 155 | clang::NamedDecl *usedContext = nullptr); |
| 156 | void registerUse(clang::NamedDecl* decl, clang::SourceRange range, TokenType tt, |
| 157 | clang::NamedDecl* currentContext, DeclType useType = Use) { |
| 158 | return registerReference(decl, range, tt, useType, {}, currentContext); |
| 159 | } |
| 160 | void registerOverride(clang::NamedDecl* decl, clang::NamedDecl* overrided, clang::SourceLocation loc); |
| 161 | // same, but for macro |
| 162 | void registerMacro(const std::string &ref, clang::SourceLocation refLoc, DeclType declType); |
no outgoing calls
no test coverage detected