dpp v0.1.17 (2019-04-24T11:24:49Z)
Dub
Repo
MockType
contract
Walks like a clang.Type, quacks like a clang.Type
struct
MockType {
import
clang
:
Type
;
;
alias
Kind
=
Type
.
Kind
;
Kind
kind
;
string
spelling
;
auto
canonical
();
}
Members
Aliases
Kind
alias
Kind
=
Type
.
Kind
Undocumented in source.
Functions
canonical
auto
canonical
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
kind
Kind
kind
;
Undocumented in source.
spelling
string
spelling
;
Undocumented in source.
Meta
Source
See Implementation
contract
modules
aggregates
array
constexpr
functions
inheritance
issues
macro_
member
methods
namespace
operators
templates
typedef_
enums
TestMode
functions
cCode
child
createMockTranslationUnit
createRealTranslationUnit
createTranslationUnit
expect
expectEqual
expectLength
mockTU
mockTuMixin
parse
printChildren
shouldMatch
mixin templates
Contract
createTU
structs
C
CodeURL
ContractFunction
Cpp
MockCursor
MockTU
MockType
Module
TestName
templates
InferTestMode
Walks like a clang.Type, quacks like a clang.Type