Adapt llvmorg-10-init-12036-g3b9715cb2193: handleDeclOccurence -> handleDeclOccurrence

This commit is contained in:
Fangrui Song 2019-12-16 22:11:31 -08:00
parent a858567686
commit b0d42ad8f2

View File

@ -678,7 +678,10 @@ public:
SourceManager &SM = Ctx.getSourceManager(); SourceManager &SM = Ctx.getSourceManager();
(void)param.ConsumeFile(*SM.getFileEntryForID(SM.getMainFileID())); (void)param.ConsumeFile(*SM.getFileEntryForID(SM.getMainFileID()));
} }
bool handleDeclOccurence(const Decl *D, index::SymbolRoleSet Roles, #if LLVM_VERSION_MAJOR < 10 // llvmorg-10-init-12036-g3b9715cb219
# define handleDeclOccurrence handleDeclOccurence
#endif
bool handleDeclOccurrence(const Decl *D, index::SymbolRoleSet Roles,
ArrayRef<index::SymbolRelation> Relations, ArrayRef<index::SymbolRelation> Relations,
SourceLocation Loc, ASTNodeInfo ASTNode) override { SourceLocation Loc, ASTNodeInfo ASTNode) override {
if (!param.no_linkage) { if (!param.no_linkage) {