MockCursor

Walks like a clang.Cursor, quacks like a clang.Cursor

Members

Aliases

Kind
alias Kind = Cursor.Kind
Undocumented in source.

Functions

child
auto child(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
underlyingType
auto underlyingType()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

children
MockCursor[] children;
Undocumented in source.
isCanonical
bool isCanonical;
Undocumented in source.
isDefinition
bool isDefinition;
Undocumented in source.
kind
Kind kind;
Undocumented in source.
spelling
string spelling;
Undocumented in source.
type
MockType type;
Undocumented in source.

Meta