This is the complete list of members for TranslationUnit, including all inherited members.
| __del__(self) | TranslationUnit | |
| __init__(self, ptr, index) | TranslationUnit | |
| clang::cindex::ClangObject.__init__(self, obj) | ClangObject | |
| codeComplete(self, path, line, column, unsaved_files=None, include_macros=False, include_code_patterns=False, include_brief_comments=False) | TranslationUnit | |
| cursor(self) | TranslationUnit | |
| diagnostics(self) | TranslationUnit | |
| from_ast_file(cls, filename, index=None) | TranslationUnit | |
| from_param(self) | ClangObject | |
| from_source(cls, filename, args=None, unsaved_files=None, options=0, index=None) | TranslationUnit | |
| get_extent(self, filename, locations) | TranslationUnit | |
| get_file(self, filename) | TranslationUnit | |
| get_includes(self) | TranslationUnit | |
| get_location(self, filename, position) | TranslationUnit | |
| get_tokens(self, locations=None, extent=None) | TranslationUnit | |
| index | TranslationUnit | |
| obj | ClangObject | |
| PARSE_CACHE_COMPLETION_RESULTS | TranslationUnit | static |
| PARSE_DETAILED_PROCESSING_RECORD | TranslationUnit | static |
| PARSE_INCLUDE_BRIEF_COMMENTS_IN_CODE_COMPLETION | TranslationUnit | static |
| PARSE_INCOMPLETE | TranslationUnit | static |
| PARSE_NONE | TranslationUnit | static |
| PARSE_PRECOMPILED_PREAMBLE | TranslationUnit | static |
| PARSE_SKIP_FUNCTION_BODIES | TranslationUnit | static |
| reparse(self, unsaved_files=None, options=0) | TranslationUnit | |
| save(self, filename) | TranslationUnit | |
| spelling(self) | TranslationUnit | |
| tu | TranslationUnit | |