Preparing search index...
The search index is not available
XCompile
XCompile
clang
ElaboratedType
Interface ElaboratedType
interface
ElaboratedType
{
id
:
string
;
inner
?:
Node
[]
;
kind
:
"ElaboratedType"
;
name
?:
string
;
ownedTagDecl
?:
SubDecl
;
range
?:
{
begin
:
clang
.
Location
;
end
:
clang
.
Location
}
;
type
:
{
desugaredQualType
?:
string
;
qualType
:
string
;
typeAliasDeclId
?:
string
;
}
;
}
Hierarchy (
View Summary
)
GenericNode
ElaboratedType
Index
Properties
id
inner?
kind
name?
owned
Tag
Decl?
range?
type
Properties
id
id
:
string
Hexadecimal ID for the node, e.g. "0x..."
Optional
inner
inner
?:
Node
[]
kind
kind
:
"ElaboratedType"
The kind of the node
Optional
name
name
?:
string
Optional
owned
Tag
Decl
ownedTagDecl
?:
SubDecl
Optional
range
range
?:
{
begin
:
clang
.
Location
;
end
:
clang
.
Location
}
type
type
:
{
desugaredQualType
?:
string
;
qualType
:
string
;
typeAliasDeclId
?:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
inner
kind
name
owned
Tag
Decl
range
type
XCompile
Loading...
Hexadecimal ID for the node, e.g. "0x..."