Preparing search index...
The search index is not available
XCompile
XCompile
clang
DeclType
Interface DeclType<T>
interface
DeclType
<
T
extends
"Enum"
|
"Record"
|
"Typedef"
=
"Enum"
|
"Record"
|
"Typedef"
,
>
{
decl
:
SubDecl
&
{
kind
:
`
${
T
}
Decl
`
}
;
id
:
string
;
inner
?:
Node
[]
;
kind
:
`
${
T
}
Type
`
;
name
?:
string
;
range
?:
{
begin
:
clang
.
Location
;
end
:
clang
.
Location
}
;
type
:
TypeInfo
;
}
Type Parameters
T
extends
"Enum"
|
"Record"
|
"Typedef"
=
"Enum"
|
"Record"
|
"Typedef"
Hierarchy (
View Summary
)
GenericNode
DeclType
Index
Properties
decl
id
inner?
kind
name?
range?
type
Properties
decl
decl
:
SubDecl
&
{
kind
:
`
${
T
}
Decl
`
}
id
id
:
string
Hexadecimal ID for the node, e.g. "0x..."
Optional
inner
inner
?:
Node
[]
kind
kind
:
`
${
T
}
Type
`
The kind of the node
Optional
name
name
?:
string
Optional
range
range
?:
{
begin
:
clang
.
Location
;
end
:
clang
.
Location
}
type
type
:
TypeInfo
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
decl
id
inner
kind
name
range
type
XCompile
Loading...
Hexadecimal ID for the node, e.g. "0x..."