diff options
Diffstat (limited to 'clang/tools/libclang/IndexingContext.h')
-rw-r--r-- | clang/tools/libclang/IndexingContext.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/clang/tools/libclang/IndexingContext.h b/clang/tools/libclang/IndexingContext.h index bce3ab33f07..64e3a3c5d41 100644 --- a/clang/tools/libclang/IndexingContext.h +++ b/clang/tools/libclang/IndexingContext.h @@ -428,12 +428,6 @@ private: const DeclContext *getEntityContainer(const Decl *D) const; - CXIdxClientContainer getClientContainer(const NamedDecl *D) const { - return getClientContainerForDC(D->getDeclContext()); - } - - const DeclContext *getScopedContext(const DeclContext *DC) const; - CXIdxClientFile getIndexFile(const FileEntry *File); CXIdxLoc getIndexLoc(SourceLocation Loc) const; |