Preparing search index...
The search index is not available
XCompile
XCompile
clang
GenericNode
Interface GenericNode
interface
GenericNode
{
id
:
string
;
inner
?:
Node
[]
;
kind
:
string
;
name
?:
string
;
range
?:
{
begin
:
clang
.
Location
;
end
:
clang
.
Location
}
;
type
:
{
desugaredQualType
?:
string
;
qualType
:
string
;
typeAliasDeclId
?:
string
;
}
;
}
Hierarchy (
View Summary
)
GenericNode
Statement
IfStmt
Label
Goto
MiscType
QualType
DeclType
ElaboratedType
ConstantArrayType
FunctionProtoType
clang
.
Declaration
BinaryOperator
CompoundAssignOperator
UnaryOperator
clang
.
Value
Member
DeclRefExpr
clang
.
Cast
Attribute
DeprecatedAttr
Index
Properties
id
inner?
kind
name?
range?
type
Properties
id
id
:
string
Hexadecimal ID for the node, e.g. "0x..."
Optional
inner
inner
?:
Node
[]
kind
kind
:
string
The kind of the node
Optional
name
name
?:
string
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
range
type
XCompile
Loading...
Hexadecimal ID for the node, e.g. "0x..."