diff options
Diffstat (limited to 'tools/libclang/CLog.h')
-rw-r--r-- | tools/libclang/CLog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/libclang/CLog.h b/tools/libclang/CLog.h index 3ac40d56e7..57e01aeb68 100644 --- a/tools/libclang/CLog.h +++ b/tools/libclang/CLog.h @@ -23,6 +23,7 @@ class format_object_base; } namespace clang { + class FileEntry; namespace cxindex { @@ -64,6 +65,8 @@ public: ~Logger(); Logger &operator<<(CXTranslationUnit); + Logger &operator<<(const FileEntry *FE); + Logger &operator<<(CXCursor cursor); Logger &operator<<(CXSourceLocation); Logger &operator<<(CXSourceRange); Logger &operator<<(CXString); |