It was supposed to serve as a key function, but it was invalid as it was not the first out-of-line non-pure virtual function.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@336300
91177308-0d34-0410-b5e6-
96231b3b80d8
SymbolRoleSet Roles, SourceLocation Loc);
virtual void finish() {}
-
-private:
- virtual void _anchor();
};
} // namespace index
using namespace clang;
using namespace clang::index;
-void IndexDataConsumer::_anchor() {}
-
bool IndexDataConsumer::handleDeclOccurence(const Decl *D, SymbolRoleSet Roles,
ArrayRef<SymbolRelation> Relations,
SourceLocation Loc,