- fileNameToLanguage
Language fileNameToLanguage(string fileName)
Undocumented in source. Be warned that the author may not have intended to support it.
- parse
TranslationUnit parse(string fileName, TranslationUnitFlags translUnitflags)
Undocumented in source. Be warned that the author may not have intended to support it.
- parse
TranslationUnit parse(string fileName, string[] commandLineArgs, TranslationUnitFlags translUnitflags)
Undocumented in source. Be warned that the author may not have intended to support it.
- systemPaths
string[] systemPaths()
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString(CXString cxString)
Undocumented in source. Be warned that the author may not have intended to support it.
- toStrings
string[] toStrings(CXStringSet* strings)
Undocumented in source. Be warned that the author may not have intended to support it.
- __anonymous
mixin EnumD!("TranslationUnitFlags", CXTranslationUnit_Flags, "CXTranslationUnit_")
Undocumented in source.
- __anonymous
mixin EnumD!("Language", CXLanguageKind, "CXLanguage_")
Undocumented in source.
- __anonymous
mixin EnumD!("ErrorCode", CXErrorCode, "")
Undocumented in source.
- __anonymous
mixin EnumD!("DiagnosticSeverity", CXDiagnosticSeverity, "CXDiagnostic_")
Undocumented in source.
- __anonymous
mixin EnumD!("TemplateArgumentKind", CXTemplateArgumentKind, "CXTemplateArgumentKind_")
Undocumented in source.
- __anonymous
mixin EnumD!("ChildVisitResult", CXChildVisitResult, "CXChildVisit_")
Undocumented in source.
- __anonymous
mixin EnumD!("AccessSpecifier", CX_CXXAccessSpecifier, "CX_CXX")
Undocumented in source.