libclang ~master (2021-07-16T08:23:36Z)
Dub
Repo
TranslationUnit
clang
Undocumented in source.
struct
TranslationUnit {
CXTranslationUnit
cx
;
Cursor
cursor
;
this
(CXTranslationUnit cx);
string
spelling
();
Language
language
();
}
Constructors
this
this
(CXTranslationUnit cx)
Undocumented in source.
Members
Functions
language
Language
language
()
Undocumented in source. Be warned that the author may not have intended to support it.
spelling
string
spelling
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
cursor
Cursor
cursor
;
Undocumented in source.
cx
CXTranslationUnit
cx
;
Undocumented in source.
Meta
Source
See Implementation
clang
modules
c
static_
util
aliases
CursorVisitor
functions
fileNameToLanguage
parse
systemPaths
toString
toStrings
mixins
__anonymous
structs
Comment
CommentAttribute
CommentAttributes
CommentChildren
Cursor
SourceLocation
SourceRange
Token
TranslationUnit
Type