#ifndef INDEX_H_ #define INDEX_H_ #include namespace clang { class Index { public: Index(int excludeDeclarationsFromPCH, int displayDiagnostics); CXIndex index_; }; } // namespace clang #endif // INDEX_H_