================ @@ -69,6 +63,9 @@ SymbolTags computeSymbolTags(const NamedDecl &ND); /// \p ND The declaration to get tags for. std::vector<SymbolTag> getSymbolTags(const NamedDecl &ND); +/// Returns the symbol tags for the given declaration as a bitmask. +std::vector<SymbolTag> expandTagBitmask(SymbolTags symbolTags); ---------------- ratzdi wrote:
done. https://github.com/llvm/llvm-project/pull/170103 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
