diff options
Diffstat (limited to 'clang/tools/libclang/CXIndexDataConsumer.h')
-rw-r--r-- | clang/tools/libclang/CXIndexDataConsumer.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/clang/tools/libclang/CXIndexDataConsumer.h b/clang/tools/libclang/CXIndexDataConsumer.h index 42165c4e346..ace9d59bf04 100644 --- a/clang/tools/libclang/CXIndexDataConsumer.h +++ b/clang/tools/libclang/CXIndexDataConsumer.h @@ -431,13 +431,13 @@ public: static bool isTemplateImplicitInstantiation(const Decl *D); private: - bool handleDeclOccurence(const Decl *D, index::SymbolRoleSet Roles, - ArrayRef<index::SymbolRelation> Relations, - SourceLocation Loc, ASTNodeInfo ASTNode) override; + bool handleDeclOccurrence(const Decl *D, index::SymbolRoleSet Roles, + ArrayRef<index::SymbolRelation> Relations, + SourceLocation Loc, ASTNodeInfo ASTNode) override; - bool handleModuleOccurence(const ImportDecl *ImportD, const Module *Mod, - index::SymbolRoleSet Roles, - SourceLocation Loc) override; + bool handleModuleOccurrence(const ImportDecl *ImportD, const Module *Mod, + index::SymbolRoleSet Roles, + SourceLocation Loc) override; void finish() override; |