dstep v1.0.3 (2021-07-31T06:50:08Z)
Home
Dub
Repo
CommentIndex
dstep
translator
CommentIndex
Undocumented in source.
class
CommentIndex {
struct
Comment
;
this
(TranslationUnit translUnit);
this
(TranslationUnit translUnit, SourceLocation includeGuardLocation);
auto
queryComments
(uint begin, uint end);
SourceLocation
queryLastLocation
();
bool
isHeaderCommentPresent
();
SourceRange
queryHeaderCommentExtent
();
}
Constructors
this
this
(TranslationUnit translUnit)
Undocumented in source.
this
this
(TranslationUnit translUnit, SourceLocation includeGuardLocation)
Undocumented in source.
Members
Functions
isHeaderCommentPresent
bool
isHeaderCommentPresent
()
Returns true if a header comment is present.
queryComments
auto
queryComments
(uint begin, uint end)
Undocumented in source. Be warned that the author may not have intended to support it.
queryHeaderCommentExtent
SourceRange
queryHeaderCommentExtent
()
Undocumented in source. Be warned that the author may not have intended to support it.
queryLastLocation
SourceLocation
queryLastLocation
()
Undocumented in source. Be warned that the author may not have intended to support it.
Structs
Comment
struct
Comment
Undocumented in source.
Meta
Source
See Implementation
dstep
translator
CommentIndex
modules
CommentIndex
Context
ConvertCase
Declaration
Enum
HeaderIndex
IncludeHandler
MacroDefinition
MacroIndex
MacroParser
Options
Output
Preprocessor
Record
Translator
Type
TypeInference
TypedefIndex
objc