diff --git a/driver/fixtures/fixtures_test.go b/driver/fixtures/fixtures_test.go index b27824d..1967468 100644 --- a/driver/fixtures/fixtures_test.go +++ b/driver/fixtures/fixtures_test.go @@ -34,6 +34,14 @@ var Suite = &fixtures.Suite{ "ASTInclusionStatement", }, }, + // TODO: This won't really work because of the C++ macros expansion. + // The native AST includes an expanded macros as a token + // but we expect the token to match the source file exactly. + //VerifyTokens: []positioner.VerifyToken{ + // {Types: []string{ + // "CPPASTLiteralExpression", + // }}, + //}, } func TestCppDriver(t *testing.T) { diff --git a/driver/normalizer/normalizer.go b/driver/normalizer/normalizer.go index b82d686..07b37e3 100644 --- a/driver/normalizer/normalizer.go +++ b/driver/normalizer/normalizer.go @@ -19,7 +19,7 @@ var Preprocess = Transformers([][]Transformer{ }...) var PreprocessCode = []CodeTransformer{ - positioner.FromOffset(), + positioner.FromUTF16Offset(), } var Normalize = Transformers([][]Transformer{ diff --git a/fixtures/cpp17_2.cpp.sem.uast b/fixtures/cpp17_2.cpp.sem.uast index 51b44c8..6f50b51 100644 --- a/fixtures/cpp17_2.cpp.sem.uast +++ b/fixtures/cpp17_2.cpp.sem.uast @@ -7,9 +7,9 @@ col: 1, }, end: { '@type': "uast:Position", - offset: 15796, - line: 512, - col: 14, + offset: 15798, + line: 513, + col: 1, }, }, 'Prop_BuiltinMacroDefinitions': [], @@ -18,14 +18,14 @@ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1390, + offset: 1392, line: 46, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 1394, + offset: 1396, line: 46, - col: 13, + col: 15, }, }, Name: "KWin", @@ -33,14 +33,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1398, - line: 47, - col: 2, + offset: 1400, + line: 49, + col: 1, }, end: { '@type': "uast:Position", - offset: 2450, - line: 69, - col: 99, + offset: 2452, + line: 70, + col: 2, }, }, Nodes: [ @@ -51,28 +51,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1450, + offset: 1452, line: 50, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 1465, + offset: 1467, line: 50, - col: 20, + col: 22, }, }, 'Prop_Initializer': { '@type': "cpp:CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1457, + offset: 1459, line: 50, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 1465, + offset: 1467, line: 50, - col: 20, + col: 22, }, }, 'Prop_Arguments': [ @@ -80,14 +80,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1458, + offset: 1460, line: 50, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 1464, + offset: 1466, line: 50, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -96,14 +96,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1458, + offset: 1460, line: 50, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 1464, + offset: 1466, line: 50, - col: 19, + col: 21, }, }, Name: "parent", @@ -114,14 +114,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1458, + offset: 1460, line: 50, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 1464, + offset: 1466, line: 50, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -130,14 +130,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1458, + offset: 1460, line: 50, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 1464, + offset: 1466, line: 50, - col: 19, + col: 21, }, }, Name: "parent", @@ -148,14 +148,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1458, + offset: 1460, line: 50, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 1464, + offset: 1466, line: 50, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -164,14 +164,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1458, + offset: 1460, line: 50, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 1464, + offset: 1466, line: 50, - col: 19, + col: 21, }, }, Name: "parent", @@ -181,14 +181,14 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1450, + offset: 1452, line: 50, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 1457, + offset: 1459, line: 50, - col: 12, + col: 14, }, }, Name: "QObject", @@ -198,28 +198,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1472, + offset: 1474, line: 51, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 1517, + offset: 1519, line: 51, - col: 50, + col: 52, }, }, 'Prop_Initializer': { '@type': "cpp:CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1485, + offset: 1487, line: 51, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 1517, + offset: 1519, line: 51, - col: 50, + col: 52, }, }, 'Prop_Arguments': [ @@ -227,14 +227,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1486, + offset: 1488, line: 51, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 1516, + offset: 1518, line: 51, - col: 49, + col: 51, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -245,14 +245,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1501, + offset: 1503, line: 51, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 1515, + offset: 1517, line: 51, - col: 48, + col: 50, }, }, Format: "", @@ -263,14 +263,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1486, + offset: 1488, line: 51, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 1500, + offset: 1502, line: 51, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -279,14 +279,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1486, + offset: 1488, line: 51, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 1500, + offset: 1502, line: 51, - col: 33, + col: 35, }, }, Name: "QStringLiteral", @@ -298,14 +298,14 @@ '@role': [Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1486, + offset: 1488, line: 51, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 1516, + offset: 1518, line: 51, - col: 49, + col: 51, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -316,14 +316,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1501, + offset: 1503, line: 51, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 1515, + offset: 1517, line: 51, - col: 48, + col: 50, }, }, Format: "", @@ -334,14 +334,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1486, + offset: 1488, line: 51, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 1500, + offset: 1502, line: 51, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -350,14 +350,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1486, + offset: 1488, line: 51, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 1500, + offset: 1502, line: 51, - col: 33, + col: 35, }, }, Name: "QStringLiteral", @@ -369,14 +369,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1486, + offset: 1488, line: 51, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 1516, + offset: 1518, line: 51, - col: 49, + col: 51, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -387,14 +387,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1501, + offset: 1503, line: 51, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 1515, + offset: 1517, line: 51, - col: 48, + col: 50, }, }, Format: "", @@ -405,14 +405,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1486, + offset: 1488, line: 51, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 1500, + offset: 1502, line: 51, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -421,14 +421,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1486, + offset: 1488, line: 51, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 1500, + offset: 1502, line: 51, - col: 33, + col: 35, }, }, Name: "QStringLiteral", @@ -439,14 +439,14 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1472, + offset: 1474, line: 51, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 1485, + offset: 1487, line: 51, - col: 18, + col: 20, }, }, Name: "m_serviceName", @@ -462,14 +462,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1518, - line: 51, - col: 51, + offset: 1520, + line: 52, + col: 1, }, end: { '@type': "uast:Position", - offset: 2450, - line: 69, - col: 99, + offset: 2452, + line: 70, + col: 2, }, }, Statements: [ @@ -477,28 +477,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1524, + offset: 1526, line: 53, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 1553, + offset: 1555, line: 53, - col: 32, + col: 34, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTCastExpression", '@role': [Expression, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1524, + offset: 1526, line: 53, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 1552, + offset: 1554, line: 53, - col: 31, + col: 33, }, }, CastOperator: "normal_cast", @@ -509,14 +509,14 @@ '@role': [Instance, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1531, + offset: 1533, line: 53, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 1552, + offset: 1554, line: 53, - col: 31, + col: 33, }, }, ExpressionType: "? *", @@ -529,14 +529,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1546, + offset: 1548, line: 53, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 1552, + offset: 1554, line: 53, - col: 31, + col: 33, }, }, 'Prop_Arguments': [ @@ -545,14 +545,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1547, + offset: 1549, line: 53, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 1551, + offset: 1553, line: 53, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -566,14 +566,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1547, + offset: 1549, line: 53, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 1551, + offset: 1553, line: 53, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -587,14 +587,14 @@ '@role': [Expression, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1547, + offset: 1549, line: 53, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 1551, + offset: 1553, line: 53, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -606,28 +606,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1535, + offset: 1537, line: 53, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 1546, + offset: 1548, line: 53, - col: 25, + col: 27, }, }, 'Prop_AbstractDeclarator': { '@type': "cpp:CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1546, + offset: 1548, line: 53, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 1546, + offset: 1548, line: 53, - col: 25, + col: 27, }, }, DeclaresParameterPack: false, @@ -638,14 +638,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1535, + offset: 1537, line: 53, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 1546, + offset: 1548, line: 53, - col: 25, + col: 27, }, }, IsConst: false, @@ -661,14 +661,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1535, + offset: 1537, line: 53, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 1546, + offset: 1548, line: 53, - col: 25, + col: 27, }, }, Name: "KWinAdaptor", @@ -681,28 +681,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1525, + offset: 1527, line: 53, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 1529, + offset: 1531, line: 53, - col: 8, + col: 10, }, }, 'Prop_AbstractDeclarator': { '@type': "cpp:CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1529, + offset: 1531, line: 53, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 1529, + offset: 1531, line: 53, - col: 8, + col: 10, }, }, DeclaresParameterPack: false, @@ -714,14 +714,14 @@ '@role': ['Null', Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1525, + offset: 1527, line: 53, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 1529, + offset: 1531, line: 53, - col: 8, + col: 10, }, }, IsComplex: false, @@ -749,42 +749,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1559, + offset: 1561, line: 55, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 1612, + offset: 1614, line: 55, - col: 56, + col: 58, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1559, + offset: 1561, line: 55, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 1612, + offset: 1614, line: 55, - col: 56, + col: 58, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1559, + offset: 1561, line: 55, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 1574, + offset: 1576, line: 55, - col: 18, + col: 20, }, }, IsConst: false, @@ -800,14 +800,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1559, + offset: 1561, line: 55, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 1574, + offset: 1576, line: 55, - col: 18, + col: 20, }, }, Name: "QDBusConnection", @@ -819,14 +819,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1575, + offset: 1577, line: 55, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 1611, + offset: 1613, line: 55, - col: 55, + col: 57, }, }, DeclaresParameterPack: false, @@ -834,28 +834,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1580, + offset: 1582, line: 55, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 1611, + offset: 1613, line: 55, - col: 55, + col: 57, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1582, + offset: 1584, line: 55, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 1611, + offset: 1613, line: 55, - col: 55, + col: 57, }, }, ExpressionType: "Attempt to use symbol failed: sessionBus", @@ -865,14 +865,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1582, + offset: 1584, line: 55, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 1609, + offset: 1611, line: 55, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -881,14 +881,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1582, + offset: 1584, line: 55, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 1609, + offset: 1611, line: 55, - col: 53, + col: 55, }, }, Names: [ @@ -906,14 +906,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1582, + offset: 1584, line: 55, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 1611, + offset: 1613, line: 55, - col: 55, + col: 57, }, }, ExpressionType: "Attempt to use symbol failed: sessionBus", @@ -923,14 +923,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1582, + offset: 1584, line: 55, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 1609, + offset: 1611, line: 55, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -939,14 +939,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1582, + offset: 1584, line: 55, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 1609, + offset: 1611, line: 55, - col: 53, + col: 55, }, }, Names: [ @@ -964,14 +964,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1575, + offset: 1577, line: 55, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 1579, + offset: 1581, line: 55, - col: 23, + col: 25, }, }, Name: "dbus", @@ -985,28 +985,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1617, + offset: 1619, line: 56, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 1668, + offset: 1670, line: 56, - col: 54, + col: 56, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1617, + offset: 1619, line: 56, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 1667, + offset: 1669, line: 56, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -1017,14 +1017,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1637, + offset: 1639, line: 56, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 1660, + offset: 1662, line: 56, - col: 46, + col: 48, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -1035,14 +1035,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1652, + offset: 1654, line: 56, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 1659, + offset: 1661, line: 56, - col: 45, + col: 47, }, }, Format: "", @@ -1053,14 +1053,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1637, + offset: 1639, line: 56, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 1651, + offset: 1653, line: 56, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -1069,14 +1069,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1637, + offset: 1639, line: 56, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 1651, + offset: 1653, line: 56, - col: 37, + col: 39, }, }, Name: "QStringLiteral", @@ -1088,14 +1088,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1662, + offset: 1664, line: 56, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 1666, + offset: 1668, line: 56, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -1108,14 +1108,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1617, + offset: 1619, line: 56, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 1636, + offset: 1638, line: 56, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -1126,14 +1126,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1622, + offset: 1624, line: 56, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 1636, + offset: 1638, line: 56, - col: 22, + col: 24, }, }, Name: "registerObject", @@ -1142,14 +1142,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1617, + offset: 1619, line: 56, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 1621, + offset: 1623, line: 56, - col: 7, + col: 9, }, }, ExpressionType: "", @@ -1158,14 +1158,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1617, + offset: 1619, line: 56, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 1621, + offset: 1623, line: 56, - col: 7, + col: 9, }, }, Name: "dbus", @@ -1178,42 +1178,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1673, + offset: 1675, line: 57, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 1739, + offset: 1741, line: 57, - col: 69, + col: 71, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1673, + offset: 1675, line: 57, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 1739, + offset: 1741, line: 57, - col: 69, + col: 71, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1673, + offset: 1675, line: 57, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 1689, + offset: 1691, line: 57, - col: 19, + col: 21, }, }, IsConst: true, @@ -1229,14 +1229,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1679, + offset: 1681, line: 57, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 1689, + offset: 1691, line: 57, - col: 19, + col: 21, }, }, Name: "QByteArray", @@ -1248,14 +1248,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1690, + offset: 1692, line: 57, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 1738, + offset: 1740, line: 57, - col: 68, + col: 70, }, }, DeclaresParameterPack: false, @@ -1263,28 +1263,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1701, + offset: 1703, line: 57, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 1738, + offset: 1740, line: 57, - col: 68, + col: 70, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1703, + offset: 1705, line: 57, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 1738, + offset: 1740, line: 57, - col: 68, + col: 70, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -1295,14 +1295,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1711, + offset: 1713, line: 57, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 1737, + offset: 1739, line: 57, - col: 67, + col: 69, }, }, Format: "", @@ -1313,14 +1313,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1703, + offset: 1705, line: 57, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 1710, + offset: 1712, line: 57, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -1329,14 +1329,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1703, + offset: 1705, line: 57, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 1710, + offset: 1712, line: 57, - col: 40, + col: 42, }, }, Name: "qgetenv", @@ -1347,14 +1347,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1703, + offset: 1705, line: 57, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 1738, + offset: 1740, line: 57, - col: 68, + col: 70, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -1365,14 +1365,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1711, + offset: 1713, line: 57, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 1737, + offset: 1739, line: 57, - col: 67, + col: 69, }, }, Format: "", @@ -1383,14 +1383,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1703, + offset: 1705, line: 57, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 1710, + offset: 1712, line: 57, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -1399,14 +1399,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1703, + offset: 1705, line: 57, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 1710, + offset: 1712, line: 57, - col: 40, + col: 42, }, }, Name: "qgetenv", @@ -1417,14 +1417,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1690, + offset: 1692, line: 57, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 1700, + offset: 1702, line: 57, - col: 30, + col: 32, }, }, Name: "dBusSuffix", @@ -1438,28 +1438,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1744, + offset: 1746, line: 58, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 1848, + offset: 1850, line: 60, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTUnaryExpression", '@role': [Not, Relational, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1748, + offset: 1750, line: 58, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 1768, + offset: 1770, line: 58, - col: 27, + col: 29, }, }, ExpressionType: "bool", @@ -1469,14 +1469,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1749, + offset: 1751, line: 58, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 1768, + offset: 1770, line: 58, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -1486,14 +1486,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1749, + offset: 1751, line: 58, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 1766, + offset: 1768, line: 58, - col: 25, + col: 27, }, }, ExpressionType: "", @@ -1504,14 +1504,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1760, + offset: 1762, line: 58, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 1766, + offset: 1768, line: 58, - col: 25, + col: 27, }, }, Name: "isNull", @@ -1520,14 +1520,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1749, + offset: 1751, line: 58, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 1759, + offset: 1761, line: 58, - col: 18, + col: 20, }, }, ExpressionType: "const ?", @@ -1536,14 +1536,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1749, + offset: 1751, line: 58, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 1759, + offset: 1761, line: 58, - col: 18, + col: 20, }, }, Name: "dBusSuffix", @@ -1557,14 +1557,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1770, + offset: 1772, line: 58, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 1848, + offset: 1850, line: 60, - col: 4, + col: 6, }, }, Statements: [ @@ -1572,14 +1572,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1780, + offset: 1782, line: 59, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 1842, + offset: 1844, line: 59, - col: 69, + col: 71, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -1587,14 +1587,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1780, + offset: 1782, line: 59, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 1841, + offset: 1843, line: 59, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -1605,14 +1605,14 @@ '@role': [Add, Arithmetic, Binary, Expression, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1796, + offset: 1798, line: 59, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 1841, + offset: 1843, line: 59, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -1622,14 +1622,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1831, + offset: 1833, line: 59, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 1841, + offset: 1843, line: 59, - col: 68, + col: 70, }, }, ExpressionType: "const ?", @@ -1638,14 +1638,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1831, + offset: 1833, line: 59, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 1841, + offset: 1843, line: 59, - col: 68, + col: 70, }, }, Name: "dBusSuffix", @@ -1656,14 +1656,14 @@ '@role': [Add, Arithmetic, Binary, Expression, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1796, + offset: 1798, line: 59, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 1828, + offset: 1830, line: 59, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -1673,14 +1673,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1812, + offset: 1814, line: 59, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 1828, + offset: 1830, line: 59, - col: 55, + col: 57, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -1692,14 +1692,14 @@ '@role': [Argument, Call, Character, Expression, Function, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1824, + offset: 1826, line: 59, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 1827, + offset: 1829, line: 59, - col: 54, + col: 56, }, }, ExpressionType: "char", @@ -1712,14 +1712,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1812, + offset: 1814, line: 59, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 1823, + offset: 1825, line: 59, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -1728,14 +1728,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1812, + offset: 1814, line: 59, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 1823, + offset: 1825, line: 59, - col: 50, + col: 52, }, }, Name: "QLatin1Char", @@ -1746,14 +1746,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1796, + offset: 1798, line: 59, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 1809, + offset: 1811, line: 59, - col: 36, + col: 38, }, }, ExpressionType: "", @@ -1762,14 +1762,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1796, + offset: 1798, line: 59, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 1809, + offset: 1811, line: 59, - col: 36, + col: 38, }, }, Name: "m_serviceName", @@ -1779,14 +1779,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1812, + offset: 1814, line: 59, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 1828, + offset: 1830, line: 59, - col: 55, + col: 57, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -1798,14 +1798,14 @@ '@role': [Argument, Call, Character, Expression, Function, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1824, + offset: 1826, line: 59, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 1827, + offset: 1829, line: 59, - col: 54, + col: 56, }, }, ExpressionType: "char", @@ -1818,14 +1818,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1812, + offset: 1814, line: 59, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 1823, + offset: 1825, line: 59, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -1834,14 +1834,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1812, + offset: 1814, line: 59, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 1823, + offset: 1825, line: 59, - col: 50, + col: 52, }, }, Name: "QLatin1Char", @@ -1853,14 +1853,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1831, + offset: 1833, line: 59, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 1841, + offset: 1843, line: 59, - col: 68, + col: 70, }, }, ExpressionType: "const ?", @@ -1869,14 +1869,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1831, + offset: 1833, line: 59, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 1841, + offset: 1843, line: 59, - col: 68, + col: 70, }, }, Name: "dBusSuffix", @@ -1887,14 +1887,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1780, + offset: 1782, line: 59, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 1793, + offset: 1795, line: 59, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -1903,14 +1903,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1780, + offset: 1782, line: 59, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 1793, + offset: 1795, line: 59, - col: 20, + col: 22, }, }, Name: "m_serviceName", @@ -1921,14 +1921,14 @@ '@role': [Add, Arithmetic, Binary, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1796, + offset: 1798, line: 59, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 1841, + offset: 1843, line: 59, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -1938,14 +1938,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1831, + offset: 1833, line: 59, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 1841, + offset: 1843, line: 59, - col: 68, + col: 70, }, }, ExpressionType: "const ?", @@ -1954,14 +1954,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1831, + offset: 1833, line: 59, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 1841, + offset: 1843, line: 59, - col: 68, + col: 70, }, }, Name: "dBusSuffix", @@ -1972,14 +1972,14 @@ '@role': [Add, Arithmetic, Binary, Expression, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1796, + offset: 1798, line: 59, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 1828, + offset: 1830, line: 59, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -1989,14 +1989,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1812, + offset: 1814, line: 59, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 1828, + offset: 1830, line: 59, - col: 55, + col: 57, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -2008,14 +2008,14 @@ '@role': [Argument, Call, Character, Expression, Function, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1824, + offset: 1826, line: 59, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 1827, + offset: 1829, line: 59, - col: 54, + col: 56, }, }, ExpressionType: "char", @@ -2028,14 +2028,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1812, + offset: 1814, line: 59, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 1823, + offset: 1825, line: 59, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -2044,14 +2044,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1812, + offset: 1814, line: 59, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 1823, + offset: 1825, line: 59, - col: 50, + col: 52, }, }, Name: "QLatin1Char", @@ -2062,14 +2062,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1796, + offset: 1798, line: 59, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 1809, + offset: 1811, line: 59, - col: 36, + col: 38, }, }, ExpressionType: "", @@ -2078,14 +2078,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1796, + offset: 1798, line: 59, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 1809, + offset: 1811, line: 59, - col: 36, + col: 38, }, }, Name: "m_serviceName", @@ -2095,14 +2095,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1812, + offset: 1814, line: 59, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 1828, + offset: 1830, line: 59, - col: 55, + col: 57, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -2114,14 +2114,14 @@ '@role': [Argument, Call, Character, Expression, Function, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1824, + offset: 1826, line: 59, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 1827, + offset: 1829, line: 59, - col: 54, + col: 56, }, }, ExpressionType: "char", @@ -2134,14 +2134,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1812, + offset: 1814, line: 59, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 1823, + offset: 1825, line: 59, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -2150,14 +2150,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1812, + offset: 1814, line: 59, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 1823, + offset: 1825, line: 59, - col: 50, + col: 52, }, }, Name: "QLatin1Char", @@ -2169,14 +2169,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1831, + offset: 1833, line: 59, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 1841, + offset: 1843, line: 59, - col: 68, + col: 70, }, }, ExpressionType: "const ?", @@ -2185,14 +2185,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1831, + offset: 1833, line: 59, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 1841, + offset: 1843, line: 59, - col: 68, + col: 70, }, }, Name: "dBusSuffix", @@ -2208,28 +2208,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1853, + offset: 1855, line: 61, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2169, + offset: 2171, line: 66, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTUnaryExpression", '@role': [Not, Relational, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1857, + offset: 1859, line: 61, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 1893, + offset: 1895, line: 61, - col: 43, + col: 45, }, }, ExpressionType: "bool", @@ -2239,14 +2239,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1858, + offset: 1860, line: 61, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 1893, + offset: 1895, line: 61, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -2257,14 +2257,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1879, + offset: 1881, line: 61, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 1892, + offset: 1894, line: 61, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -2273,14 +2273,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1879, + offset: 1881, line: 61, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 1892, + offset: 1894, line: 61, - col: 42, + col: 44, }, }, Name: "m_serviceName", @@ -2291,14 +2291,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1858, + offset: 1860, line: 61, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 1878, + offset: 1880, line: 61, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -2309,14 +2309,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1863, + offset: 1865, line: 61, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 1878, + offset: 1880, line: 61, - col: 28, + col: 30, }, }, Name: "registerService", @@ -2325,14 +2325,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1858, + offset: 1860, line: 61, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 1862, + offset: 1864, line: 61, - col: 12, + col: 14, }, }, ExpressionType: "", @@ -2341,14 +2341,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1858, + offset: 1860, line: 61, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 1862, + offset: 1864, line: 61, - col: 12, + col: 14, }, }, Name: "dbus", @@ -2362,14 +2362,14 @@ '@role': [Else, If], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2135, + offset: 2137, line: 64, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 2169, + offset: 2171, line: 66, - col: 4, + col: 6, }, }, Statements: [ @@ -2377,28 +2377,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2145, + offset: 2147, line: 65, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2163, + offset: 2165, line: 65, - col: 25, + col: 27, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2145, + offset: 2147, line: 65, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2162, + offset: 2164, line: 65, - col: 24, + col: 26, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -2408,14 +2408,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2145, + offset: 2147, line: 65, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2160, + offset: 2162, line: 65, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -2424,14 +2424,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2145, + offset: 2147, line: 65, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2160, + offset: 2162, line: 65, - col: 22, + col: 24, }, }, Name: "announceService", @@ -2445,14 +2445,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1895, + offset: 1897, line: 61, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 2129, + offset: 2131, line: 64, - col: 4, + col: 6, }, }, Statements: [ @@ -2460,42 +2460,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1905, + offset: 1907, line: 62, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2028, + offset: 2030, line: 62, - col: 130, + col: 132, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1905, + offset: 1907, line: 62, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2028, + offset: 2030, line: 62, - col: 130, + col: 132, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1905, + offset: 1907, line: 62, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 1924, + offset: 1926, line: 62, - col: 26, + col: 28, }, }, IsConst: false, @@ -2511,14 +2511,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1905, + offset: 1907, line: 62, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 1924, + offset: 1926, line: 62, - col: 26, + col: 28, }, }, Name: "QDBusServiceWatcher", @@ -2530,14 +2530,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1925, + offset: 1927, line: 62, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 2027, + offset: 2029, line: 62, - col: 129, + col: 131, }, }, DeclaresParameterPack: false, @@ -2545,28 +2545,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1930, + offset: 1932, line: 62, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 2027, + offset: 2029, line: 62, - col: 129, + col: 131, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTNewExpression", '@role': [Instance, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1932, + offset: 1934, line: 62, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 2027, + offset: 2029, line: 62, - col: 129, + col: 131, }, }, ExpressionType: "? *", @@ -2579,14 +2579,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1955, + offset: 1957, line: 62, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 2027, + offset: 2029, line: 62, - col: 129, + col: 131, }, }, 'Prop_Arguments': [ @@ -2594,14 +2594,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1956, + offset: 1958, line: 62, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 1969, + offset: 1971, line: 62, - col: 71, + col: 73, }, }, ExpressionType: "", @@ -2610,14 +2610,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1956, + offset: 1958, line: 62, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 1969, + offset: 1971, line: 62, - col: 71, + col: 73, }, }, Name: "m_serviceName", @@ -2627,14 +2627,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1971, + offset: 1973, line: 62, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 1975, + offset: 1977, line: 62, - col: 77, + col: 79, }, }, ExpressionType: "", @@ -2643,14 +2643,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1971, + offset: 1973, line: 62, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 1975, + offset: 1977, line: 62, - col: 77, + col: 79, }, }, Name: "dbus", @@ -2660,14 +2660,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1977, + offset: 1979, line: 62, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 2020, + offset: 2022, line: 62, - col: 122, + col: 124, }, }, ExpressionType: "", @@ -2676,14 +2676,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1977, + offset: 1979, line: 62, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 2020, + offset: 2022, line: 62, - col: 122, + col: 124, }, }, Names: [ @@ -2701,14 +2701,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2022, + offset: 2024, line: 62, - col: 124, + col: 126, }, end: { '@type': "uast:Position", - offset: 2026, + offset: 2028, line: 62, - col: 128, + col: 130, }, }, ExpressionType: "", @@ -2728,14 +2728,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1956, + offset: 1958, line: 62, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 1969, + offset: 1971, line: 62, - col: 71, + col: 73, }, }, ExpressionType: "", @@ -2744,14 +2744,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1956, + offset: 1958, line: 62, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 1969, + offset: 1971, line: 62, - col: 71, + col: 73, }, }, Name: "m_serviceName", @@ -2761,14 +2761,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1971, + offset: 1973, line: 62, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 1975, + offset: 1977, line: 62, - col: 77, + col: 79, }, }, ExpressionType: "", @@ -2777,14 +2777,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1971, + offset: 1973, line: 62, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 1975, + offset: 1977, line: 62, - col: 77, + col: 79, }, }, Name: "dbus", @@ -2794,14 +2794,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1977, + offset: 1979, line: 62, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 2020, + offset: 2022, line: 62, - col: 122, + col: 124, }, }, ExpressionType: "", @@ -2810,14 +2810,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1977, + offset: 1979, line: 62, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 2020, + offset: 2022, line: 62, - col: 122, + col: 124, }, }, Names: [ @@ -2835,14 +2835,14 @@ '@role': [Expression, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2022, + offset: 2024, line: 62, - col: 124, + col: 126, }, end: { '@type': "uast:Position", - offset: 2026, + offset: 2028, line: 62, - col: 128, + col: 130, }, }, ExpressionType: "", @@ -2863,14 +2863,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1956, + offset: 1958, line: 62, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 1969, + offset: 1971, line: 62, - col: 71, + col: 73, }, }, ExpressionType: "", @@ -2879,14 +2879,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1956, + offset: 1958, line: 62, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 1969, + offset: 1971, line: 62, - col: 71, + col: 73, }, }, Name: "m_serviceName", @@ -2896,14 +2896,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1971, + offset: 1973, line: 62, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 1975, + offset: 1977, line: 62, - col: 77, + col: 79, }, }, ExpressionType: "", @@ -2912,14 +2912,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1971, + offset: 1973, line: 62, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 1975, + offset: 1977, line: 62, - col: 77, + col: 79, }, }, Name: "dbus", @@ -2929,14 +2929,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1977, + offset: 1979, line: 62, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 2020, + offset: 2022, line: 62, - col: 122, + col: 124, }, }, ExpressionType: "", @@ -2945,14 +2945,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1977, + offset: 1979, line: 62, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 2020, + offset: 2022, line: 62, - col: 122, + col: 124, }, }, Names: [ @@ -2970,14 +2970,14 @@ '@role': [Expression, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2022, + offset: 2024, line: 62, - col: 124, + col: 126, }, end: { '@type': "uast:Position", - offset: 2026, + offset: 2028, line: 62, - col: 128, + col: 130, }, }, ExpressionType: "", @@ -2991,28 +2991,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1936, + offset: 1938, line: 62, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 1955, + offset: 1957, line: 62, - col: 57, + col: 59, }, }, 'Prop_AbstractDeclarator': { '@type': "cpp:CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1955, + offset: 1957, line: 62, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 1955, + offset: 1957, line: 62, - col: 57, + col: 59, }, }, DeclaresParameterPack: false, @@ -3023,14 +3023,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1936, + offset: 1938, line: 62, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 1955, + offset: 1957, line: 62, - col: 57, + col: 59, }, }, IsConst: false, @@ -3046,14 +3046,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1936, + offset: 1938, line: 62, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 1955, + offset: 1957, line: 62, - col: 57, + col: 59, }, }, Name: "QDBusServiceWatcher", @@ -3066,14 +3066,14 @@ '@role': [Instance, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1932, + offset: 1934, line: 62, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 2027, + offset: 2029, line: 62, - col: 129, + col: 131, }, }, ExpressionType: "? *", @@ -3086,14 +3086,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1955, + offset: 1957, line: 62, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 2027, + offset: 2029, line: 62, - col: 129, + col: 131, }, }, 'Prop_Arguments': [ @@ -3101,14 +3101,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1956, + offset: 1958, line: 62, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 1969, + offset: 1971, line: 62, - col: 71, + col: 73, }, }, ExpressionType: "", @@ -3117,14 +3117,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1956, + offset: 1958, line: 62, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 1969, + offset: 1971, line: 62, - col: 71, + col: 73, }, }, Name: "m_serviceName", @@ -3134,14 +3134,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1971, + offset: 1973, line: 62, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 1975, + offset: 1977, line: 62, - col: 77, + col: 79, }, }, ExpressionType: "", @@ -3150,14 +3150,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1971, + offset: 1973, line: 62, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 1975, + offset: 1977, line: 62, - col: 77, + col: 79, }, }, Name: "dbus", @@ -3167,14 +3167,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1977, + offset: 1979, line: 62, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 2020, + offset: 2022, line: 62, - col: 122, + col: 124, }, }, ExpressionType: "", @@ -3183,14 +3183,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1977, + offset: 1979, line: 62, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 2020, + offset: 2022, line: 62, - col: 122, + col: 124, }, }, Names: [ @@ -3208,14 +3208,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2022, + offset: 2024, line: 62, - col: 124, + col: 126, }, end: { '@type': "uast:Position", - offset: 2026, + offset: 2028, line: 62, - col: 128, + col: 130, }, }, ExpressionType: "", @@ -3235,14 +3235,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1956, + offset: 1958, line: 62, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 1969, + offset: 1971, line: 62, - col: 71, + col: 73, }, }, ExpressionType: "", @@ -3251,14 +3251,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1956, + offset: 1958, line: 62, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 1969, + offset: 1971, line: 62, - col: 71, + col: 73, }, }, Name: "m_serviceName", @@ -3268,14 +3268,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1971, + offset: 1973, line: 62, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 1975, + offset: 1977, line: 62, - col: 77, + col: 79, }, }, ExpressionType: "", @@ -3284,14 +3284,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1971, + offset: 1973, line: 62, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 1975, + offset: 1977, line: 62, - col: 77, + col: 79, }, }, Name: "dbus", @@ -3301,14 +3301,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1977, + offset: 1979, line: 62, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 2020, + offset: 2022, line: 62, - col: 122, + col: 124, }, }, ExpressionType: "", @@ -3317,14 +3317,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1977, + offset: 1979, line: 62, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 2020, + offset: 2022, line: 62, - col: 122, + col: 124, }, }, Names: [ @@ -3342,14 +3342,14 @@ '@role': [Expression, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2022, + offset: 2024, line: 62, - col: 124, + col: 126, }, end: { '@type': "uast:Position", - offset: 2026, + offset: 2028, line: 62, - col: 128, + col: 130, }, }, ExpressionType: "", @@ -3370,14 +3370,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1956, + offset: 1958, line: 62, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 1969, + offset: 1971, line: 62, - col: 71, + col: 73, }, }, ExpressionType: "", @@ -3386,14 +3386,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1956, + offset: 1958, line: 62, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 1969, + offset: 1971, line: 62, - col: 71, + col: 73, }, }, Name: "m_serviceName", @@ -3403,14 +3403,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1971, + offset: 1973, line: 62, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 1975, + offset: 1977, line: 62, - col: 77, + col: 79, }, }, ExpressionType: "", @@ -3419,14 +3419,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1971, + offset: 1973, line: 62, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 1975, + offset: 1977, line: 62, - col: 77, + col: 79, }, }, Name: "dbus", @@ -3436,14 +3436,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1977, + offset: 1979, line: 62, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 2020, + offset: 2022, line: 62, - col: 122, + col: 124, }, }, ExpressionType: "", @@ -3452,14 +3452,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1977, + offset: 1979, line: 62, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 2020, + offset: 2022, line: 62, - col: 122, + col: 124, }, }, Names: [ @@ -3477,14 +3477,14 @@ '@role': [Expression, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2022, + offset: 2024, line: 62, - col: 124, + col: 126, }, end: { '@type': "uast:Position", - offset: 2026, + offset: 2028, line: 62, - col: 128, + col: 130, }, }, ExpressionType: "", @@ -3498,28 +3498,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1936, + offset: 1938, line: 62, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 1955, + offset: 1957, line: 62, - col: 57, + col: 59, }, }, 'Prop_AbstractDeclarator': { '@type': "cpp:CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1955, + offset: 1957, line: 62, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 1955, + offset: 1957, line: 62, - col: 57, + col: 59, }, }, DeclaresParameterPack: false, @@ -3530,14 +3530,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1936, + offset: 1938, line: 62, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 1955, + offset: 1957, line: 62, - col: 57, + col: 59, }, }, IsConst: false, @@ -3553,14 +3553,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1936, + offset: 1938, line: 62, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 1955, + offset: 1957, line: 62, - col: 57, + col: 59, }, }, Name: "QDBusServiceWatcher", @@ -3573,14 +3573,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1926, + offset: 1928, line: 62, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 1929, + offset: 1931, line: 62, - col: 31, + col: 33, }, }, Name: "dog", @@ -3595,28 +3595,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2037, + offset: 2039, line: 63, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2123, + offset: 2125, line: 63, - col: 93, + col: 95, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2037, + offset: 2039, line: 63, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2122, + offset: 2124, line: 63, - col: 92, + col: 94, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -3627,14 +3627,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2046, + offset: 2048, line: 63, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 2049, + offset: 2051, line: 63, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -3643,14 +3643,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2046, + offset: 2048, line: 63, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 2049, + offset: 2051, line: 63, - col: 19, + col: 21, }, }, Name: "dog", @@ -3660,14 +3660,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2051, + offset: 2053, line: 63, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 2087, + offset: 2089, line: 63, - col: 57, + col: 59, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -3678,14 +3678,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2058, + offset: 2060, line: 63, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 2086, + offset: 2088, line: 63, - col: 56, + col: 58, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -3696,14 +3696,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2078, + offset: 2080, line: 63, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 2085, + offset: 2087, line: 63, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -3712,14 +3712,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2078, + offset: 2080, line: 63, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 2085, + offset: 2087, line: 63, - col: 55, + col: 57, }, }, Name: "QString", @@ -3730,14 +3730,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2058, + offset: 2060, line: 63, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 2077, + offset: 2079, line: 63, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -3746,14 +3746,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2058, + offset: 2060, line: 63, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 2077, + offset: 2079, line: 63, - col: 47, + col: 49, }, }, Name: "serviceUnregistered", @@ -3765,14 +3765,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2051, + offset: 2053, line: 63, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 2057, + offset: 2059, line: 63, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -3781,14 +3781,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2051, + offset: 2053, line: 63, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 2057, + offset: 2059, line: 63, - col: 27, + col: 29, }, }, Name: "SIGNAL", @@ -3799,14 +3799,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2089, + offset: 2091, line: 63, - col: 59, + col: 61, }, end: { '@type': "uast:Position", - offset: 2121, + offset: 2123, line: 63, - col: 91, + col: 93, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -3817,14 +3817,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2094, + offset: 2096, line: 63, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 2120, + offset: 2122, line: 63, - col: 90, + col: 92, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -3835,14 +3835,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2112, + offset: 2114, line: 63, - col: 82, + col: 84, }, end: { '@type': "uast:Position", - offset: 2119, + offset: 2121, line: 63, - col: 89, + col: 91, }, }, ExpressionType: "", @@ -3851,14 +3851,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2112, + offset: 2114, line: 63, - col: 82, + col: 84, }, end: { '@type': "uast:Position", - offset: 2119, + offset: 2121, line: 63, - col: 89, + col: 91, }, }, Name: "QString", @@ -3869,14 +3869,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2094, + offset: 2096, line: 63, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 2111, + offset: 2113, line: 63, - col: 81, + col: 83, }, }, ExpressionType: "", @@ -3885,14 +3885,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2094, + offset: 2096, line: 63, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 2111, + offset: 2113, line: 63, - col: 81, + col: 83, }, }, Name: "becomeKWinService", @@ -3904,14 +3904,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2089, + offset: 2091, line: 63, - col: 59, + col: 61, }, end: { '@type': "uast:Position", - offset: 2093, + offset: 2095, line: 63, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -3920,14 +3920,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2089, + offset: 2091, line: 63, - col: 59, + col: 61, }, end: { '@type': "uast:Position", - offset: 2093, + offset: 2095, line: 63, - col: 63, + col: 65, }, }, Name: "SLOT", @@ -3939,14 +3939,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2037, + offset: 2039, line: 63, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2044, + offset: 2046, line: 63, - col: 14, + col: 16, }, }, ExpressionType: "", @@ -3955,14 +3955,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2037, + offset: 2039, line: 63, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2044, + offset: 2046, line: 63, - col: 14, + col: 16, }, }, Name: "connect", @@ -3977,28 +3977,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2174, + offset: 2176, line: 67, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2349, + offset: 2351, line: 68, - col: 61, + col: 63, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2174, + offset: 2176, line: 67, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2348, + offset: 2350, line: 68, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -4009,14 +4009,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2187, + offset: 2189, line: 67, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 2196, + offset: 2198, line: 67, - col: 25, + col: 27, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -4026,14 +4026,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2187, + offset: 2189, line: 67, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 2194, + offset: 2196, line: 67, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -4042,14 +4042,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2187, + offset: 2189, line: 67, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 2194, + offset: 2196, line: 67, - col: 23, + col: 25, }, }, Name: "QString", @@ -4060,14 +4060,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2198, + offset: 2200, line: 67, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 2221, + offset: 2223, line: 67, - col: 50, + col: 52, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -4078,14 +4078,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2213, + offset: 2215, line: 67, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 2220, + offset: 2222, line: 67, - col: 49, + col: 51, }, }, Format: "", @@ -4096,14 +4096,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2198, + offset: 2200, line: 67, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 2212, + offset: 2214, line: 67, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -4112,14 +4112,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2198, + offset: 2200, line: 67, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 2212, + offset: 2214, line: 67, - col: 41, + col: 43, }, }, Name: "QStringLiteral", @@ -4130,14 +4130,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2223, + offset: 2225, line: 67, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 2253, + offset: 2255, line: 67, - col: 82, + col: 84, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -4148,14 +4148,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2238, + offset: 2240, line: 67, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 2252, + offset: 2254, line: 67, - col: 81, + col: 83, }, }, Format: "", @@ -4166,14 +4166,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2223, + offset: 2225, line: 67, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 2237, + offset: 2239, line: 67, - col: 66, + col: 68, }, }, ExpressionType: "", @@ -4182,14 +4182,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2223, + offset: 2225, line: 67, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 2237, + offset: 2239, line: 67, - col: 66, + col: 68, }, }, Name: "QStringLiteral", @@ -4200,14 +4200,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2255, + offset: 2257, line: 67, - col: 84, + col: 86, }, end: { '@type': "uast:Position", - offset: 2285, + offset: 2287, line: 67, - col: 114, + col: 116, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -4218,14 +4218,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2270, + offset: 2272, line: 67, - col: 99, + col: 101, }, end: { '@type': "uast:Position", - offset: 2284, + offset: 2286, line: 67, - col: 113, + col: 115, }, }, Format: "", @@ -4236,14 +4236,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2255, + offset: 2257, line: 67, - col: 84, + col: 86, }, end: { '@type': "uast:Position", - offset: 2269, + offset: 2271, line: 67, - col: 98, + col: 100, }, }, ExpressionType: "", @@ -4252,14 +4252,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2255, + offset: 2257, line: 67, - col: 84, + col: 86, }, end: { '@type': "uast:Position", - offset: 2269, + offset: 2271, line: 67, - col: 98, + col: 100, }, }, Name: "QStringLiteral", @@ -4270,14 +4270,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2304, + offset: 2306, line: 68, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 2321, + offset: 2323, line: 68, - col: 33, + col: 35, }, }, ExpressionType: "Attempt to use symbol failed: self", @@ -4287,14 +4287,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2304, + offset: 2306, line: 68, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 2319, + offset: 2321, line: 68, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -4303,14 +4303,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2304, + offset: 2306, line: 68, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 2319, + offset: 2321, line: 68, - col: 31, + col: 33, }, }, Names: [ @@ -4328,14 +4328,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2323, + offset: 2325, line: 68, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 2347, + offset: 2349, line: 68, - col: 59, + col: 61, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -4346,14 +4346,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2328, + offset: 2330, line: 68, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 2346, + offset: 2348, line: 68, - col: 58, + col: 60, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -4363,14 +4363,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2328, + offset: 2330, line: 68, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 2344, + offset: 2346, line: 68, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -4379,14 +4379,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2328, + offset: 2330, line: 68, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 2344, + offset: 2346, line: 68, - col: 56, + col: 58, }, }, Name: "slotReloadConfig", @@ -4398,14 +4398,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2323, + offset: 2325, line: 68, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 2327, + offset: 2329, line: 68, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -4414,14 +4414,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2323, + offset: 2325, line: 68, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 2327, + offset: 2329, line: 68, - col: 39, + col: 41, }, }, Name: "SLOT", @@ -4433,14 +4433,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2174, + offset: 2176, line: 67, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2186, + offset: 2188, line: 67, - col: 15, + col: 17, }, }, ExpressionType: "", @@ -4451,14 +4451,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2179, + offset: 2181, line: 67, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 2186, + offset: 2188, line: 67, - col: 15, + col: 17, }, }, Name: "connect", @@ -4467,14 +4467,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2174, + offset: 2176, line: 67, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2178, + offset: 2180, line: 67, - col: 7, + col: 9, }, }, ExpressionType: "", @@ -4483,14 +4483,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2174, + offset: 2176, line: 67, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2178, + offset: 2180, line: 67, - col: 7, + col: 9, }, }, Name: "dbus", @@ -4503,28 +4503,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2354, + offset: 2356, line: 69, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2448, + offset: 2450, line: 69, - col: 97, + col: 99, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2354, + offset: 2356, line: 69, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2447, + offset: 2449, line: 69, - col: 96, + col: 98, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -4535,14 +4535,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2362, + offset: 2364, line: 69, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 2371, + offset: 2373, line: 69, - col: 20, + col: 22, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -4552,14 +4552,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2362, + offset: 2364, line: 69, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 2369, + offset: 2371, line: 69, - col: 18, + col: 20, }, }, ExpressionType: "", @@ -4568,14 +4568,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2362, + offset: 2364, line: 69, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 2369, + offset: 2371, line: 69, - col: 18, + col: 20, }, }, Name: "kwinApp", @@ -4586,14 +4586,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2373, + offset: 2375, line: 69, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 2407, + offset: 2409, line: 69, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -4603,14 +4603,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2374, + offset: 2376, line: 69, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 2407, + offset: 2409, line: 69, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -4619,14 +4619,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2374, + offset: 2376, line: 69, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 2407, + offset: 2409, line: 69, - col: 56, + col: 58, }, }, Names: [ @@ -4646,14 +4646,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2409, + offset: 2411, line: 69, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 2413, + offset: 2415, line: 69, - col: 62, + col: 64, }, }, ExpressionType: "", @@ -4665,14 +4665,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2415, + offset: 2417, line: 69, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 2446, + offset: 2448, line: 69, - col: 95, + col: 97, }, }, ExpressionType: "", @@ -4682,14 +4682,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2416, + offset: 2418, line: 69, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 2446, + offset: 2448, line: 69, - col: 95, + col: 97, }, }, ExpressionType: "", @@ -4698,14 +4698,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2416, + offset: 2418, line: 69, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 2446, + offset: 2448, line: 69, - col: 95, + col: 97, }, }, Names: [ @@ -4725,14 +4725,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2354, + offset: 2356, line: 69, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2361, + offset: 2363, line: 69, - col: 10, + col: 12, }, }, ExpressionType: "", @@ -4741,14 +4741,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2354, + offset: 2356, line: 69, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2361, + offset: 2363, line: 69, - col: 10, + col: 12, }, }, Name: "connect", @@ -4766,14 +4766,14 @@ Name: { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1436, + offset: 1438, line: 49, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 1442, + offset: 1444, line: 49, - col: 43, + col: 45, }, }, Name: "parent", @@ -4783,14 +4783,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1427, + offset: 1429, line: 49, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 1434, + offset: 1436, line: 49, - col: 35, + col: 37, }, }, IsConst: false, @@ -4806,14 +4806,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1427, + offset: 1429, line: 49, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 1434, + offset: 1436, line: 49, - col: 35, + col: 37, }, }, Name: "QObject", @@ -4843,14 +4843,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2452, - line: 70, - col: 2, + offset: 2454, + line: 72, + col: 1, }, end: { '@type': "uast:Position", - offset: 2912, - line: 79, - col: 6, + offset: 2914, + line: 80, + col: 2, }, }, Nodes: [ @@ -4865,14 +4865,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2514, - line: 72, - col: 61, + offset: 2516, + line: 73, + col: 1, }, end: { '@type': "uast:Position", - offset: 2912, - line: 79, - col: 6, + offset: 2914, + line: 80, + col: 2, }, }, Statements: [ @@ -4880,28 +4880,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2720, + offset: 2722, line: 76, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2910, + offset: 2912, line: 79, - col: 4, + col: 6, }, }, LeadingComments: [ { '@type': "uast:Comment", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2520, + offset: 2522, line: 74, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2607, + offset: 2609, line: 74, - col: 90, + col: 92, }, }, Block: false, @@ -4913,14 +4913,14 @@ { '@type': "uast:Comment", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2612, + offset: 2614, line: 75, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2715, + offset: 2717, line: 75, - col: 106, + col: 108, }, }, Block: false, @@ -4935,14 +4935,14 @@ '@role': [And, Binary, Boolean, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2724, + offset: 2726, line: 76, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2824, + offset: 2826, line: 76, - col: 107, + col: 109, }, }, ExpressionType: "", @@ -4952,14 +4952,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2816, + offset: 2818, line: 76, - col: 99, + col: 101, }, end: { '@type': "uast:Position", - offset: 2824, + offset: 2826, line: 76, - col: 107, + col: 109, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -4969,14 +4969,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2816, + offset: 2818, line: 76, - col: 99, + col: 101, }, end: { '@type': "uast:Position", - offset: 2822, + offset: 2824, line: 76, - col: 105, + col: 107, }, }, ExpressionType: "", @@ -4985,14 +4985,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2816, + offset: 2818, line: 76, - col: 99, + col: 101, }, end: { '@type': "uast:Position", - offset: 2822, + offset: 2824, line: 76, - col: 105, + col: 107, }, }, Name: "sender", @@ -5004,14 +5004,14 @@ '@role': [And, Binary, Boolean, Expression, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2724, + offset: 2726, line: 76, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2812, + offset: 2814, line: 76, - col: 95, + col: 97, }, }, ExpressionType: "", @@ -5021,14 +5021,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2752, + offset: 2754, line: 76, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 2812, + offset: 2814, line: 76, - col: 95, + col: 97, }, }, ExpressionType: "", @@ -5039,14 +5039,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2798, + offset: 2800, line: 76, - col: 81, + col: 83, }, end: { '@type': "uast:Position", - offset: 2811, + offset: 2813, line: 76, - col: 94, + col: 96, }, }, ExpressionType: "", @@ -5055,14 +5055,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2798, + offset: 2800, line: 76, - col: 81, + col: 83, }, end: { '@type': "uast:Position", - offset: 2811, + offset: 2813, line: 76, - col: 94, + col: 96, }, }, Name: "m_serviceName", @@ -5073,14 +5073,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2752, + offset: 2754, line: 76, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 2797, + offset: 2799, line: 76, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -5091,14 +5091,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2782, + offset: 2784, line: 76, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 2797, + offset: 2799, line: 76, - col: 80, + col: 82, }, }, Name: "registerService", @@ -5107,14 +5107,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2752, + offset: 2754, line: 76, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 2781, + offset: 2783, line: 76, - col: 64, + col: 66, }, }, ExpressionType: "Attempt to use symbol failed: sessionBus", @@ -5124,14 +5124,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2752, + offset: 2754, line: 76, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 2779, + offset: 2781, line: 76, - col: 62, + col: 64, }, }, ExpressionType: "", @@ -5140,14 +5140,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2752, + offset: 2754, line: 76, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 2779, + offset: 2781, line: 76, - col: 62, + col: 64, }, }, Names: [ @@ -5168,14 +5168,14 @@ '@role': [Binary, Equal, Expression, Left, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2724, + offset: 2726, line: 76, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2748, + offset: 2750, line: 76, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -5185,14 +5185,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2735, + offset: 2737, line: 76, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 2748, + offset: 2750, line: 76, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -5201,14 +5201,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2735, + offset: 2737, line: 76, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 2748, + offset: 2750, line: 76, - col: 31, + col: 33, }, }, Name: "m_serviceName", @@ -5218,14 +5218,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2724, + offset: 2726, line: 76, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2731, + offset: 2733, line: 76, - col: 14, + col: 16, }, }, ExpressionType: "const ?", @@ -5234,14 +5234,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2724, + offset: 2726, line: 76, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2731, + offset: 2733, line: 76, - col: 14, + col: 16, }, }, Name: "service", @@ -5251,14 +5251,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2735, + offset: 2737, line: 76, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 2748, + offset: 2750, line: 76, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -5267,14 +5267,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2735, + offset: 2737, line: 76, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 2748, + offset: 2750, line: 76, - col: 31, + col: 33, }, }, Name: "m_serviceName", @@ -5285,14 +5285,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2752, + offset: 2754, line: 76, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 2812, + offset: 2814, line: 76, - col: 95, + col: 97, }, }, ExpressionType: "", @@ -5303,14 +5303,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2798, + offset: 2800, line: 76, - col: 81, + col: 83, }, end: { '@type': "uast:Position", - offset: 2811, + offset: 2813, line: 76, - col: 94, + col: 96, }, }, ExpressionType: "", @@ -5319,14 +5319,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2798, + offset: 2800, line: 76, - col: 81, + col: 83, }, end: { '@type': "uast:Position", - offset: 2811, + offset: 2813, line: 76, - col: 94, + col: 96, }, }, Name: "m_serviceName", @@ -5337,14 +5337,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2752, + offset: 2754, line: 76, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 2797, + offset: 2799, line: 76, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -5355,14 +5355,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2782, + offset: 2784, line: 76, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 2797, + offset: 2799, line: 76, - col: 80, + col: 82, }, }, Name: "registerService", @@ -5371,14 +5371,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2752, + offset: 2754, line: 76, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 2781, + offset: 2783, line: 76, - col: 64, + col: 66, }, }, ExpressionType: "Attempt to use symbol failed: sessionBus", @@ -5388,14 +5388,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2752, + offset: 2754, line: 76, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 2779, + offset: 2781, line: 76, - col: 62, + col: 64, }, }, ExpressionType: "", @@ -5404,14 +5404,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2752, + offset: 2754, line: 76, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 2779, + offset: 2781, line: 76, - col: 62, + col: 64, }, }, Names: [ @@ -5432,14 +5432,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2816, + offset: 2818, line: 76, - col: 99, + col: 101, }, end: { '@type': "uast:Position", - offset: 2824, + offset: 2826, line: 76, - col: 107, + col: 109, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -5449,14 +5449,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2816, + offset: 2818, line: 76, - col: 99, + col: 101, }, end: { '@type': "uast:Position", - offset: 2822, + offset: 2824, line: 76, - col: 105, + col: 107, }, }, ExpressionType: "", @@ -5465,14 +5465,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2816, + offset: 2818, line: 76, - col: 99, + col: 101, }, end: { '@type': "uast:Position", - offset: 2822, + offset: 2824, line: 76, - col: 105, + col: 107, }, }, Name: "sender", @@ -5484,14 +5484,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2826, + offset: 2828, line: 76, - col: 109, + col: 111, }, end: { '@type': "uast:Position", - offset: 2910, + offset: 2912, line: 79, - col: 4, + col: 6, }, }, Statements: [ @@ -5499,28 +5499,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2836, + offset: 2838, line: 77, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2860, + offset: 2862, line: 77, - col: 31, + col: 33, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2836, + offset: 2838, line: 77, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2859, + offset: 2861, line: 77, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -5530,14 +5530,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2836, + offset: 2838, line: 77, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2857, + offset: 2859, line: 77, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -5548,14 +5548,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2846, + offset: 2848, line: 77, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 2857, + offset: 2859, line: 77, - col: 28, + col: 30, }, }, Name: "deleteLater", @@ -5564,14 +5564,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2836, + offset: 2838, line: 77, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2844, + offset: 2846, line: 77, - col: 15, + col: 17, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -5581,14 +5581,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2836, + offset: 2838, line: 77, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2842, + offset: 2844, line: 77, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -5597,14 +5597,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2836, + offset: 2838, line: 77, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2842, + offset: 2844, line: 77, - col: 13, + col: 15, }, }, Name: "sender", @@ -5617,14 +5617,14 @@ { '@type': "uast:Comment", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2861, + offset: 2863, line: 77, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 2877, + offset: 2879, line: 77, - col: 48, + col: 50, }, }, Block: false, @@ -5639,28 +5639,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2886, + offset: 2888, line: 78, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2904, + offset: 2906, line: 78, - col: 25, + col: 27, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2886, + offset: 2888, line: 78, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2903, + offset: 2905, line: 78, - col: 24, + col: 26, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -5670,14 +5670,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2886, + offset: 2888, line: 78, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2901, + offset: 2903, line: 78, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -5686,14 +5686,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2886, + offset: 2888, line: 78, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2901, + offset: 2903, line: 78, - col: 22, + col: 24, }, }, Name: "announceService", @@ -5714,14 +5714,14 @@ Name: { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2505, + offset: 2507, line: 72, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 2512, + offset: 2514, line: 72, - col: 59, + col: 61, }, }, Name: "service", @@ -5731,14 +5731,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2490, + offset: 2492, line: 72, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 2503, + offset: 2505, line: 72, - col: 50, + col: 52, }, }, IsConst: true, @@ -5754,14 +5754,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2496, + offset: 2498, line: 72, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 2503, + offset: 2505, line: 72, - col: 50, + col: 52, }, }, Name: "QString", @@ -5780,14 +5780,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2914, - line: 80, - col: 2, + offset: 2916, + line: 82, + col: 1, }, end: { '@type': "uast:Position", - offset: 3379, - line: 89, - col: 6, + offset: 3381, + line: 90, + col: 2, }, }, Nodes: [ @@ -5802,14 +5802,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2946, - line: 82, - col: 31, + offset: 2948, + line: 83, + col: 1, }, end: { '@type': "uast:Position", - offset: 3379, - line: 89, - col: 6, + offset: 3381, + line: 90, + col: 2, }, }, Statements: [ @@ -5817,28 +5817,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2952, + offset: 2954, line: 84, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3015, + offset: 3017, line: 84, - col: 66, + col: 68, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2952, + offset: 2954, line: 84, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3014, + offset: 3016, line: 84, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -5849,14 +5849,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3000, + offset: 3002, line: 84, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 3013, + offset: 3015, line: 84, - col: 64, + col: 66, }, }, ExpressionType: "", @@ -5865,14 +5865,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3000, + offset: 3002, line: 84, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 3013, + offset: 3015, line: 84, - col: 64, + col: 66, }, }, Name: "m_serviceName", @@ -5883,14 +5883,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2952, + offset: 2954, line: 84, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2999, + offset: 3001, line: 84, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -5901,14 +5901,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2982, + offset: 2984, line: 84, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 2999, + offset: 3001, line: 84, - col: 50, + col: 52, }, }, Name: "unregisterService", @@ -5917,14 +5917,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2952, + offset: 2954, line: 84, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2981, + offset: 2983, line: 84, - col: 32, + col: 34, }, }, ExpressionType: "Attempt to use symbol failed: sessionBus", @@ -5934,14 +5934,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2952, + offset: 2954, line: 84, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2979, + offset: 2981, line: 84, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -5950,14 +5950,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2952, + offset: 2954, line: 84, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2979, + offset: 2981, line: 84, - col: 30, + col: 32, }, }, Names: [ @@ -5978,28 +5978,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3142, + offset: 3144, line: 86, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3222, + offset: 3224, line: 86, - col: 83, + col: 85, }, }, LeadingComments: [ { '@type': "uast:Comment", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3020, + offset: 3022, line: 85, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3137, + offset: 3139, line: 85, - col: 120, + col: 122, }, }, Block: false, @@ -6013,14 +6013,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3142, + offset: 3144, line: 86, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3221, + offset: 3223, line: 86, - col: 82, + col: 84, }, }, ExpressionType: "", @@ -6031,14 +6031,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3190, + offset: 3192, line: 86, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 3220, + offset: 3222, line: 86, - col: 81, + col: 83, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -6049,14 +6049,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3205, + offset: 3207, line: 86, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 3219, + offset: 3221, line: 86, - col: 80, + col: 82, }, }, Format: "", @@ -6067,14 +6067,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3190, + offset: 3192, line: 86, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 3204, + offset: 3206, line: 86, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -6083,14 +6083,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3190, + offset: 3192, line: 86, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 3204, + offset: 3206, line: 86, - col: 65, + col: 67, }, }, Name: "QStringLiteral", @@ -6102,14 +6102,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3142, + offset: 3144, line: 86, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3189, + offset: 3191, line: 86, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -6120,14 +6120,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3172, + offset: 3174, line: 86, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 3189, + offset: 3191, line: 86, - col: 50, + col: 52, }, }, Name: "unregisterService", @@ -6136,14 +6136,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3142, + offset: 3144, line: 86, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3171, + offset: 3173, line: 86, - col: 32, + col: 34, }, }, ExpressionType: "Attempt to use symbol failed: sessionBus", @@ -6153,14 +6153,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3142, + offset: 3144, line: 86, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3169, + offset: 3171, line: 86, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -6169,14 +6169,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3142, + offset: 3144, line: 86, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3169, + offset: 3171, line: 86, - col: 30, + col: 32, }, }, Names: [ @@ -6197,28 +6197,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3227, + offset: 3229, line: 87, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3377, + offset: 3379, line: 89, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3231, + offset: 3233, line: 87, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3257, + offset: 3259, line: 87, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -6228,14 +6228,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3231, + offset: 3233, line: 87, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3255, + offset: 3257, line: 87, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -6246,14 +6246,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3242, + offset: 3244, line: 87, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 3255, + offset: 3257, line: 87, - col: 31, + col: 33, }, }, Name: "x11Connection", @@ -6262,14 +6262,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3231, + offset: 3233, line: 87, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3240, + offset: 3242, line: 87, - col: 16, + col: 18, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -6279,14 +6279,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3231, + offset: 3233, line: 87, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3238, + offset: 3240, line: 87, - col: 14, + col: 16, }, }, ExpressionType: "", @@ -6295,14 +6295,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3231, + offset: 3233, line: 87, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3238, + offset: 3240, line: 87, - col: 14, + col: 16, }, }, Name: "kwinApp", @@ -6315,14 +6315,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3259, + offset: 3261, line: 87, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 3377, + offset: 3379, line: 89, - col: 4, + col: 6, }, }, Statements: [ @@ -6330,28 +6330,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3269, + offset: 3271, line: 88, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3371, + offset: 3373, line: 88, - col: 109, + col: 111, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3269, + offset: 3271, line: 88, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3370, + offset: 3372, line: 88, - col: 108, + col: 110, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -6362,14 +6362,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3289, + offset: 3291, line: 88, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 3315, + offset: 3317, line: 88, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -6379,14 +6379,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3289, + offset: 3291, line: 88, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 3313, + offset: 3315, line: 88, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -6397,14 +6397,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3300, + offset: 3302, line: 88, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 3313, + offset: 3315, line: 88, - col: 51, + col: 53, }, }, Name: "x11Connection", @@ -6413,14 +6413,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3289, + offset: 3291, line: 88, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 3298, + offset: 3300, line: 88, - col: 36, + col: 38, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -6430,14 +6430,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3289, + offset: 3291, line: 88, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 3296, + offset: 3298, line: 88, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -6446,14 +6446,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3289, + offset: 3291, line: 88, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 3296, + offset: 3298, line: 88, - col: 34, + col: 36, }, }, Name: "kwinApp", @@ -6466,14 +6466,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3317, + offset: 3319, line: 88, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 3343, + offset: 3345, line: 88, - col: 81, + col: 83, }, }, ExpressionType: "", @@ -6483,14 +6483,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3317, + offset: 3319, line: 88, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 3341, + offset: 3343, line: 88, - col: 79, + col: 81, }, }, ExpressionType: "", @@ -6501,14 +6501,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3328, + offset: 3330, line: 88, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 3341, + offset: 3343, line: 88, - col: 79, + col: 81, }, }, Name: "x11RootWindow", @@ -6517,14 +6517,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3317, + offset: 3319, line: 88, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 3326, + offset: 3328, line: 88, - col: 64, + col: 66, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -6534,14 +6534,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3317, + offset: 3319, line: 88, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 3324, + offset: 3326, line: 88, - col: 62, + col: 64, }, }, ExpressionType: "", @@ -6550,14 +6550,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3317, + offset: 3319, line: 88, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 3324, + offset: 3326, line: 88, - col: 62, + col: 64, }, }, Name: "kwinApp", @@ -6570,14 +6570,14 @@ '@role': [Argument, Call, Expression, Function, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3345, + offset: 3347, line: 88, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 3369, + offset: 3371, line: 88, - col: 107, + col: 109, }, }, ExpressionType: "", @@ -6588,14 +6588,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3352, + offset: 3354, line: 88, - col: 90, + col: 92, }, end: { '@type': "uast:Position", - offset: 3369, + offset: 3371, line: 88, - col: 107, + col: 109, }, }, Name: "kwin_dbus_service", @@ -6604,14 +6604,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3345, + offset: 3347, line: 88, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 3350, + offset: 3352, line: 88, - col: 88, + col: 90, }, }, ExpressionType: "", @@ -6620,14 +6620,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3345, + offset: 3347, line: 88, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 3350, + offset: 3352, line: 88, - col: 88, + col: 90, }, }, Name: "atoms", @@ -6639,14 +6639,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3269, + offset: 3271, line: 88, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3288, + offset: 3290, line: 88, - col: 26, + col: 28, }, }, ExpressionType: "", @@ -6655,14 +6655,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3269, + offset: 3271, line: 88, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3288, + offset: 3290, line: 88, - col: 26, + col: 28, }, }, Name: "xcb_delete_property", @@ -6696,14 +6696,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3381, - line: 90, - col: 2, + offset: 3383, + line: 92, + col: 1, }, end: { '@type': "uast:Position", - offset: 3752, - line: 99, - col: 85, + offset: 3754, + line: 100, + col: 2, }, }, Nodes: [ @@ -6718,14 +6718,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3419, - line: 92, - col: 37, + offset: 3421, + line: 93, + col: 1, }, end: { '@type': "uast:Position", - offset: 3752, - line: 99, - col: 85, + offset: 3754, + line: 100, + col: 2, }, }, Statements: [ @@ -6733,28 +6733,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3425, + offset: 3427, line: 94, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3481, + offset: 3483, line: 96, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTUnaryExpression", '@role': [Not, Relational, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3429, + offset: 3431, line: 94, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3456, + offset: 3458, line: 94, - col: 34, + col: 36, }, }, ExpressionType: "bool", @@ -6764,14 +6764,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3430, + offset: 3432, line: 94, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 3456, + offset: 3458, line: 94, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -6781,14 +6781,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3430, + offset: 3432, line: 94, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 3454, + offset: 3456, line: 94, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -6799,14 +6799,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3441, + offset: 3443, line: 94, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 3454, + offset: 3456, line: 94, - col: 32, + col: 34, }, }, Name: "x11Connection", @@ -6815,14 +6815,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3430, + offset: 3432, line: 94, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 3439, + offset: 3441, line: 94, - col: 17, + col: 19, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -6832,14 +6832,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3430, + offset: 3432, line: 94, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 3437, + offset: 3439, line: 94, - col: 15, + col: 17, }, }, ExpressionType: "", @@ -6848,14 +6848,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3430, + offset: 3432, line: 94, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 3437, + offset: 3439, line: 94, - col: 15, + col: 17, }, }, Name: "kwinApp", @@ -6870,14 +6870,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3458, + offset: 3460, line: 94, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 3481, + offset: 3483, line: 96, - col: 4, + col: 6, }, }, Statements: [ @@ -6885,14 +6885,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3468, + offset: 3470, line: 95, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3475, + offset: 3477, line: 95, - col: 14, + col: 16, }, }, }, @@ -6903,42 +6903,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3486, + offset: 3488, line: 97, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3536, + offset: 3538, line: 97, - col: 53, + col: 55, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3486, + offset: 3488, line: 97, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3536, + offset: 3538, line: 97, - col: 53, + col: 55, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3486, + offset: 3488, line: 97, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3502, + offset: 3504, line: 97, - col: 19, + col: 21, }, }, IsConst: true, @@ -6954,14 +6954,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3492, + offset: 3494, line: 97, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 3502, + offset: 3504, line: 97, - col: 19, + col: 21, }, }, Name: "QByteArray", @@ -6973,14 +6973,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3503, + offset: 3505, line: 97, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 3535, + offset: 3537, line: 97, - col: 52, + col: 54, }, }, DeclaresParameterPack: false, @@ -6988,28 +6988,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3511, + offset: 3513, line: 97, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 3535, + offset: 3537, line: 97, - col: 52, + col: 54, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3513, + offset: 3515, line: 97, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 3535, + offset: 3537, line: 97, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -7019,14 +7019,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3513, + offset: 3515, line: 97, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 3533, + offset: 3535, line: 97, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -7037,14 +7037,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3527, + offset: 3529, line: 97, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 3533, + offset: 3535, line: 97, - col: 50, + col: 52, }, }, Name: "toUtf8", @@ -7053,14 +7053,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3513, + offset: 3515, line: 97, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 3526, + offset: 3528, line: 97, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -7069,14 +7069,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3513, + offset: 3515, line: 97, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 3526, + offset: 3528, line: 97, - col: 43, + col: 45, }, }, Name: "m_serviceName", @@ -7088,14 +7088,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3513, + offset: 3515, line: 97, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 3535, + offset: 3537, line: 97, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -7105,14 +7105,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3513, + offset: 3515, line: 97, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 3533, + offset: 3535, line: 97, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -7123,14 +7123,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3527, + offset: 3529, line: 97, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 3533, + offset: 3535, line: 97, - col: 50, + col: 52, }, }, Name: "toUtf8", @@ -7139,14 +7139,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3513, + offset: 3515, line: 97, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 3526, + offset: 3528, line: 97, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -7155,14 +7155,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3513, + offset: 3515, line: 97, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 3526, + offset: 3528, line: 97, - col: 43, + col: 45, }, }, Name: "m_serviceName", @@ -7174,14 +7174,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3503, + offset: 3505, line: 97, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 3510, + offset: 3512, line: 97, - col: 27, + col: 29, }, }, Name: "service", @@ -7195,28 +7195,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3541, + offset: 3543, line: 98, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3750, + offset: 3752, line: 99, - col: 83, + col: 85, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3541, + offset: 3543, line: 98, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3749, + offset: 3751, line: 99, - col: 82, + col: 84, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -7227,14 +7227,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3561, + offset: 3563, line: 98, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 3587, + offset: 3589, line: 98, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -7244,14 +7244,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3561, + offset: 3563, line: 98, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 3585, + offset: 3587, line: 98, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -7262,14 +7262,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3572, + offset: 3574, line: 98, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 3585, + offset: 3587, line: 98, - col: 47, + col: 49, }, }, Name: "x11Connection", @@ -7278,14 +7278,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3561, + offset: 3563, line: 98, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 3570, + offset: 3572, line: 98, - col: 32, + col: 34, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -7295,14 +7295,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3561, + offset: 3563, line: 98, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 3568, + offset: 3570, line: 98, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -7311,14 +7311,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3561, + offset: 3563, line: 98, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 3568, + offset: 3570, line: 98, - col: 30, + col: 32, }, }, Name: "kwinApp", @@ -7331,14 +7331,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3589, + offset: 3591, line: 98, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 3610, + offset: 3612, line: 98, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -7347,14 +7347,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3589, + offset: 3591, line: 98, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 3610, + offset: 3612, line: 98, - col: 72, + col: 74, }, }, Name: "XCB_PROP_MODE_REPLACE", @@ -7364,14 +7364,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3612, + offset: 3614, line: 98, - col: 74, + col: 76, }, end: { '@type': "uast:Position", - offset: 3638, + offset: 3640, line: 98, - col: 100, + col: 102, }, }, ExpressionType: "", @@ -7381,14 +7381,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3612, + offset: 3614, line: 98, - col: 74, + col: 76, }, end: { '@type': "uast:Position", - offset: 3636, + offset: 3638, line: 98, - col: 98, + col: 100, }, }, ExpressionType: "", @@ -7399,14 +7399,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3623, + offset: 3625, line: 98, - col: 85, + col: 87, }, end: { '@type': "uast:Position", - offset: 3636, + offset: 3638, line: 98, - col: 98, + col: 100, }, }, Name: "x11RootWindow", @@ -7415,14 +7415,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3612, + offset: 3614, line: 98, - col: 74, + col: 76, }, end: { '@type': "uast:Position", - offset: 3621, + offset: 3623, line: 98, - col: 83, + col: 85, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -7432,14 +7432,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3612, + offset: 3614, line: 98, - col: 74, + col: 76, }, end: { '@type': "uast:Position", - offset: 3619, + offset: 3621, line: 98, - col: 81, + col: 83, }, }, ExpressionType: "", @@ -7448,14 +7448,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3612, + offset: 3614, line: 98, - col: 74, + col: 76, }, end: { '@type': "uast:Position", - offset: 3619, + offset: 3621, line: 98, - col: 81, + col: 83, }, }, Name: "kwinApp", @@ -7468,14 +7468,14 @@ '@role': [Argument, Call, Expression, Function, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3640, + offset: 3642, line: 98, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 3664, + offset: 3666, line: 98, - col: 126, + col: 128, }, }, ExpressionType: "", @@ -7486,14 +7486,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3647, + offset: 3649, line: 98, - col: 109, + col: 111, }, end: { '@type': "uast:Position", - offset: 3664, + offset: 3666, line: 98, - col: 126, + col: 128, }, }, Name: "kwin_dbus_service", @@ -7502,14 +7502,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3640, + offset: 3642, line: 98, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 3645, + offset: 3647, line: 98, - col: 107, + col: 109, }, }, ExpressionType: "", @@ -7518,14 +7518,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3640, + offset: 3642, line: 98, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 3645, + offset: 3647, line: 98, - col: 107, + col: 109, }, }, Name: "atoms", @@ -7536,14 +7536,14 @@ '@role': [Argument, Call, Expression, Function, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3690, + offset: 3692, line: 99, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 3708, + offset: 3710, line: 99, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -7554,14 +7554,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3697, + offset: 3699, line: 99, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 3708, + offset: 3710, line: 99, - col: 41, + col: 43, }, }, Name: "utf8_string", @@ -7570,14 +7570,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3690, + offset: 3692, line: 99, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 3695, + offset: 3697, line: 99, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -7586,14 +7586,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3690, + offset: 3692, line: 99, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 3695, + offset: 3697, line: 99, - col: 28, + col: 30, }, }, Name: "atoms", @@ -7605,14 +7605,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3710, + offset: 3712, line: 99, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 3711, + offset: 3713, line: 99, - col: 44, + col: 46, }, }, ExpressionType: "int", @@ -7624,14 +7624,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3713, + offset: 3715, line: 99, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 3727, + offset: 3729, line: 99, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -7641,14 +7641,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3713, + offset: 3715, line: 99, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 3725, + offset: 3727, line: 99, - col: 58, + col: 60, }, }, ExpressionType: "", @@ -7659,14 +7659,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3721, + offset: 3723, line: 99, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 3725, + offset: 3727, line: 99, - col: 58, + col: 60, }, }, Name: "size", @@ -7675,14 +7675,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3713, + offset: 3715, line: 99, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 3720, + offset: 3722, line: 99, - col: 53, + col: 55, }, }, ExpressionType: "const ?", @@ -7691,14 +7691,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3713, + offset: 3715, line: 99, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 3720, + offset: 3722, line: 99, - col: 53, + col: 55, }, }, Name: "service", @@ -7710,14 +7710,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3729, + offset: 3731, line: 99, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 3748, + offset: 3750, line: 99, - col: 81, + col: 83, }, }, ExpressionType: "", @@ -7727,14 +7727,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3729, + offset: 3731, line: 99, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 3746, + offset: 3748, line: 99, - col: 79, + col: 81, }, }, ExpressionType: "", @@ -7745,14 +7745,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3737, + offset: 3739, line: 99, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 3746, + offset: 3748, line: 99, - col: 79, + col: 81, }, }, Name: "constData", @@ -7761,14 +7761,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3729, + offset: 3731, line: 99, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 3736, + offset: 3738, line: 99, - col: 69, + col: 71, }, }, ExpressionType: "const ?", @@ -7777,14 +7777,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3729, + offset: 3731, line: 99, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 3736, + offset: 3738, line: 99, - col: 69, + col: 71, }, }, Name: "service", @@ -7797,14 +7797,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3541, + offset: 3543, line: 98, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3560, + offset: 3562, line: 98, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -7813,14 +7813,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3541, + offset: 3543, line: 98, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3560, + offset: 3562, line: 98, - col: 22, + col: 24, }, }, Name: "xcb_change_property", @@ -7840,14 +7840,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3894, - line: 107, - col: 2, + offset: 3896, + line: 109, + col: 1, }, end: { '@type': "uast:Position", - offset: 3911, + offset: 3913, line: 109, - col: 16, + col: 18, }, }, Nodes: [ @@ -7862,14 +7862,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3894, - line: 107, - col: 2, + offset: 3896, + line: 109, + col: 1, }, end: { '@type': "uast:Position", - offset: 3911, + offset: 3913, line: 109, - col: 16, + col: 18, }, }, Statements: [ @@ -7877,14 +7877,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3894, - line: 107, - col: 2, + offset: 3896, + line: 109, + col: 1, }, end: { '@type': "uast:Position", - offset: 3911, + offset: 3913, line: 109, - col: 16, + col: 18, }, }, ExpandedFromMacro: "WRAP_3806:3892", @@ -7892,14 +7892,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3894, - line: 107, - col: 2, + offset: 3896, + line: 109, + col: 1, }, end: { '@type': "uast:Position", - offset: 3911, + offset: 3913, line: 109, - col: 16, + col: 18, }, }, ExpandedFromMacro: "WRAP_3806:3892", @@ -7910,14 +7910,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3894, - line: 107, - col: 2, + offset: 3896, + line: 109, + col: 1, }, end: { '@type': "uast:Position", - offset: 3911, + offset: 3913, line: 109, - col: 16, + col: 18, }, }, ExpandedFromMacro: "WRAP_3806:3892", @@ -7929,14 +7929,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3894, - line: 107, - col: 2, + offset: 3896, + line: 109, + col: 1, }, end: { '@type': "uast:Position", - offset: 3911, + offset: 3913, line: 109, - col: 16, + col: 18, }, }, Name: "reconfigure", @@ -7945,14 +7945,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3894, - line: 107, - col: 2, + offset: 3896, + line: 109, + col: 1, }, end: { '@type': "uast:Position", - offset: 3911, + offset: 3913, line: 109, - col: 16, + col: 18, }, }, ExpandedFromMacro: "WRAP_3806:3892", @@ -7963,14 +7963,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3894, - line: 107, - col: 2, + offset: 3896, + line: 109, + col: 1, }, end: { '@type': "uast:Position", - offset: 3911, + offset: 3913, line: 109, - col: 16, + col: 18, }, }, ExpandedFromMacro: "WRAP_3806:3892", @@ -7980,14 +7980,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3894, - line: 107, - col: 2, + offset: 3896, + line: 109, + col: 1, }, end: { '@type': "uast:Position", - offset: 3911, + offset: 3913, line: 109, - col: 16, + col: 18, }, }, Names: [ @@ -8016,14 +8016,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3926, - line: 111, - col: 12, + offset: 3928, + line: 113, + col: 1, }, end: { '@type': "uast:Position", - offset: 4003, - line: 115, - col: 41, + offset: 4005, + line: 116, + col: 2, }, }, Nodes: [ @@ -8038,14 +8038,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3959, - line: 113, - col: 32, + offset: 3961, + line: 114, + col: 1, }, end: { '@type': "uast:Position", - offset: 4003, - line: 115, - col: 41, + offset: 4005, + line: 116, + col: 2, }, }, Statements: [ @@ -8053,28 +8053,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3965, + offset: 3967, line: 115, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4001, + offset: 4003, line: 115, - col: 39, + col: 41, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3965, + offset: 3967, line: 115, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4000, + offset: 4002, line: 115, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -8084,14 +8084,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3965, + offset: 3967, line: 115, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3998, + offset: 4000, line: 115, - col: 36, + col: 38, }, }, ExpressionType: "", @@ -8102,14 +8102,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3984, + offset: 3986, line: 115, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 3998, + offset: 4000, line: 115, - col: 36, + col: 38, }, }, Name: "slotKillWindow", @@ -8118,14 +8118,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3965, + offset: 3967, line: 115, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3982, + offset: 3984, line: 115, - col: 20, + col: 22, }, }, ExpressionType: "Attempt to use symbol failed: self", @@ -8135,14 +8135,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3965, + offset: 3967, line: 115, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3980, + offset: 3982, line: 115, - col: 18, + col: 20, }, }, ExpressionType: "", @@ -8151,14 +8151,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3965, + offset: 3967, line: 115, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3980, + offset: 3982, line: 115, - col: 18, + col: 20, }, }, Names: [ @@ -8187,189 +8187,13 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4093, - line: 122, - col: 2, - }, - end: { '@type': "uast:Position", - offset: 4113, - line: 124, - col: 19, - }, - }, - Nodes: [ - { - Comments: {}, - }, - { '@type': "uast:Alias", - Name: { '@type': "uast:Identifier", - Name: "DBusInterface::cascadeDesktop", - }, - Node: { '@type': "uast:Function", - Body: { '@type': "uast:Block", - '@pos': { '@type': "uast:Positions", - start: { '@type': "uast:Position", - offset: 4093, - line: 122, - col: 2, - }, - end: { '@type': "uast:Position", - offset: 4113, - line: 124, - col: 19, - }, - }, - Statements: [ - { '@type': "cpp:CPPASTExpressionStatement", - '@role': [Expression], - '@pos': { '@type': "uast:Positions", - start: { '@type': "uast:Position", - offset: 4093, - line: 122, - col: 2, - }, - end: { '@type': "uast:Position", - offset: 4113, - line: 124, - col: 19, - }, - }, - ExpandedFromMacro: "WRAP_4005:4091", - 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", - '@role': [Call, Expression, Function], - '@pos': { '@type': "uast:Positions", - start: { '@type': "uast:Position", - offset: 4093, - line: 122, - col: 2, - }, - end: { '@type': "uast:Position", - offset: 4113, - line: 124, - col: 19, - }, - }, - ExpandedFromMacro: "WRAP_4005:4091", - ExpressionType: "", - ExpressionValueCategory: "PRVALUE", - IsLValue: false, - 'Prop_FunctionNameExpression': { '@type': "cpp:CPPASTFieldReference", - '@role': [Call, Expression, Function, Name, Qualified], - '@pos': { '@type': "uast:Positions", - start: { '@type': "uast:Position", - offset: 4093, - line: 122, - col: 2, - }, - end: { '@type': "uast:Position", - offset: 4113, - line: 124, - col: 19, - }, - }, - ExpandedFromMacro: "WRAP_4005:4091", - ExpressionType: "", - ExpressionValueCategory: "PRVALUE", - IsLValue: false, - IsPointerDereference: true, - IsTemplate: false, - 'Prop_FieldName': { '@type': "uast:Identifier", - '@pos': { '@type': "uast:Positions", - start: { '@type': "uast:Position", - offset: 4093, - line: 122, - col: 2, - }, - end: { '@type': "uast:Position", - offset: 4113, - line: 124, - col: 19, - }, - }, - Name: "cascadeDesktop", - }, - 'Prop_FieldOwner': { '@type': "cpp:CPPASTFunctionCallExpression", - '@role': [Call, Expression, Function], - '@pos': { '@type': "uast:Positions", - start: { '@type': "uast:Position", - offset: 4093, - line: 122, - col: 2, - }, - end: { '@type': "uast:Position", - offset: 4113, - line: 124, - col: 19, - }, - }, - ExpandedFromMacro: "WRAP_4005:4091", - ExpressionType: "Attempt to use symbol failed: self", - ExpressionValueCategory: "PRVALUE", - IsLValue: false, - 'Prop_FunctionNameExpression': { '@type': "cpp:CPPASTIdExpression", - '@role': [Call, Expression, Function, Name, Variable], - '@pos': { '@type': "uast:Positions", - start: { '@type': "uast:Position", - offset: 4093, - line: 122, - col: 2, - }, - end: { '@type': "uast:Position", - offset: 4113, - line: 124, - col: 19, - }, - }, - ExpandedFromMacro: "WRAP_4005:4091", - ExpressionType: "", - ExpressionValueCategory: "PRVALUE", - IsLValue: false, - 'Prop_Name': { '@type': "uast:QualifiedIdentifier", - '@pos': { '@type': "uast:Positions", - start: { '@type': "uast:Position", - offset: 4093, - line: 122, - col: 2, - }, - end: { '@type': "uast:Position", - offset: 4113, - line: 124, - col: 19, - }, - }, - Names: [ - { '@type': "uast:Identifier", - Name: "Placement", - }, - { '@type': "uast:Identifier", - Name: "self", - }, - ], - }, - }, - }, - }, - }, - }, - ], - }, - Type: { '@type': "uast:FunctionType", - Returns: ~, - }, - }, - }, - ], - }, - { '@type': "uast:FunctionGroup", - '@pos': { '@type': "uast:Positions", - start: { '@type': "uast:Position", - offset: 4114, + offset: 4095, line: 124, - col: 20, + col: 1, }, end: { '@type': "uast:Position", - offset: 4136, - line: 125, + offset: 4115, + line: 124, col: 21, }, }, @@ -8379,19 +8203,19 @@ }, { '@type': "uast:Alias", Name: { '@type': "uast:Identifier", - Name: "DBusInterface::unclutterDesktop", + Name: "DBusInterface::cascadeDesktop", }, Node: { '@type': "uast:Function", Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4114, + offset: 4095, line: 124, - col: 20, + col: 1, }, end: { '@type': "uast:Position", - offset: 4136, - line: 125, + offset: 4115, + line: 124, col: 21, }, }, @@ -8400,13 +8224,13 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4114, + offset: 4095, line: 124, - col: 20, + col: 1, }, end: { '@type': "uast:Position", - offset: 4136, - line: 125, + offset: 4115, + line: 124, col: 21, }, }, @@ -8415,13 +8239,13 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4114, + offset: 4095, line: 124, - col: 20, + col: 1, }, end: { '@type': "uast:Position", - offset: 4136, - line: 125, + offset: 4115, + line: 124, col: 21, }, }, @@ -8433,13 +8257,13 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4114, + offset: 4095, line: 124, - col: 20, + col: 1, }, end: { '@type': "uast:Position", - offset: 4136, - line: 125, + offset: 4115, + line: 124, col: 21, }, }, @@ -8452,29 +8276,29 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4114, + offset: 4095, line: 124, - col: 20, + col: 1, }, end: { '@type': "uast:Position", - offset: 4136, - line: 125, + offset: 4115, + line: 124, col: 21, }, }, - Name: "unclutterDesktop", + Name: "cascadeDesktop", }, 'Prop_FieldOwner': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4114, + offset: 4095, line: 124, - col: 20, + col: 1, }, end: { '@type': "uast:Position", - offset: 4136, - line: 125, + offset: 4115, + line: 124, col: 21, }, }, @@ -8486,13 +8310,13 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4114, + offset: 4095, line: 124, - col: 20, + col: 1, }, end: { '@type': "uast:Position", - offset: 4136, - line: 125, + offset: 4115, + line: 124, col: 21, }, }, @@ -8503,13 +8327,13 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4114, + offset: 4095, line: 124, - col: 20, + col: 1, }, end: { '@type': "uast:Position", - offset: 4136, - line: 125, + offset: 4115, + line: 124, col: 21, }, }, @@ -8539,14 +8363,190 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4116, + line: 125, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4138, + line: 125, + col: 23, + }, + }, + Nodes: [ + { + Comments: {}, + }, + { '@type': "uast:Alias", + Name: { '@type': "uast:Identifier", + Name: "DBusInterface::unclutterDesktop", + }, + Node: { '@type': "uast:Function", + Body: { '@type': "uast:Block", + '@pos': { '@type': "uast:Positions", + start: { '@type': "uast:Position", + offset: 4116, + line: 125, + col: 1, + }, + end: { '@type': "uast:Position", + offset: 4138, + line: 125, + col: 23, + }, + }, + Statements: [ + { '@type': "cpp:CPPASTExpressionStatement", + '@role': [Expression], + '@pos': { '@type': "uast:Positions", + start: { '@type': "uast:Position", + offset: 4116, + line: 125, + col: 1, + }, + end: { '@type': "uast:Position", + offset: 4138, + line: 125, + col: 23, + }, + }, + ExpandedFromMacro: "WRAP_4005:4091", + 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", + '@role': [Call, Expression, Function], + '@pos': { '@type': "uast:Positions", + start: { '@type': "uast:Position", + offset: 4116, + line: 125, + col: 1, + }, + end: { '@type': "uast:Position", + offset: 4138, + line: 125, + col: 23, + }, + }, + ExpandedFromMacro: "WRAP_4005:4091", + ExpressionType: "", + ExpressionValueCategory: "PRVALUE", + IsLValue: false, + 'Prop_FunctionNameExpression': { '@type': "cpp:CPPASTFieldReference", + '@role': [Call, Expression, Function, Name, Qualified], + '@pos': { '@type': "uast:Positions", + start: { '@type': "uast:Position", + offset: 4116, + line: 125, + col: 1, + }, + end: { '@type': "uast:Position", + offset: 4138, + line: 125, + col: 23, + }, + }, + ExpandedFromMacro: "WRAP_4005:4091", + ExpressionType: "", + ExpressionValueCategory: "PRVALUE", + IsLValue: false, + IsPointerDereference: true, + IsTemplate: false, + 'Prop_FieldName': { '@type': "uast:Identifier", + '@pos': { '@type': "uast:Positions", + start: { '@type': "uast:Position", + offset: 4116, + line: 125, + col: 1, + }, + end: { '@type': "uast:Position", + offset: 4138, + line: 125, + col: 23, + }, + }, + Name: "unclutterDesktop", + }, + 'Prop_FieldOwner': { '@type': "cpp:CPPASTFunctionCallExpression", + '@role': [Call, Expression, Function], + '@pos': { '@type': "uast:Positions", + start: { '@type': "uast:Position", + offset: 4116, + line: 125, + col: 1, + }, + end: { '@type': "uast:Position", + offset: 4138, + line: 125, + col: 23, + }, + }, + ExpandedFromMacro: "WRAP_4005:4091", + ExpressionType: "Attempt to use symbol failed: self", + ExpressionValueCategory: "PRVALUE", + IsLValue: false, + 'Prop_FunctionNameExpression': { '@type': "cpp:CPPASTIdExpression", + '@role': [Call, Expression, Function, Name, Variable], + '@pos': { '@type': "uast:Positions", + start: { '@type': "uast:Position", + offset: 4116, + line: 125, + col: 1, + }, + end: { '@type': "uast:Position", + offset: 4138, + line: 125, + col: 23, + }, + }, + ExpandedFromMacro: "WRAP_4005:4091", + ExpressionType: "", + ExpressionValueCategory: "PRVALUE", + IsLValue: false, + 'Prop_Name': { '@type': "uast:QualifiedIdentifier", + '@pos': { '@type': "uast:Positions", + start: { '@type': "uast:Position", + offset: 4116, + line: 125, + col: 1, + }, + end: { '@type': "uast:Position", + offset: 4138, + line: 125, + col: 23, + }, + }, + Names: [ + { '@type': "uast:Identifier", + Name: "Placement", + }, + { '@type': "uast:Identifier", + Name: "self", + }, + ], + }, + }, + }, + }, + }, + }, + ], + }, + Type: { '@type': "uast:FunctionType", + Returns: ~, + }, + }, + }, + ], + }, + { '@type': "uast:FunctionGroup", + '@pos': { '@type': "uast:Positions", + start: { '@type': "uast:Position", + offset: 4321, line: 136, - col: 32, + col: 1, + }, + end: { '@type': "uast:Position", + offset: 4354, + line: 136, + col: 34, }, }, Nodes: [ @@ -8561,14 +8561,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, Statements: [ @@ -8576,14 +8576,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, ExpandedFromMacro: "WRAP_4208:4317", @@ -8591,14 +8591,14 @@ '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, ExpandedFromMacro: "WRAP_4208:4317", @@ -8609,14 +8609,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, ExpandedFromMacro: "WRAP_4208:4317", @@ -8628,14 +8628,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, Name: "supportInformation", @@ -8644,14 +8644,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, ExpandedFromMacro: "WRAP_4208:4317", @@ -8662,14 +8662,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, ExpandedFromMacro: "WRAP_4208:4317", @@ -8679,14 +8679,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, Names: [ @@ -8706,14 +8706,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, ExpandedFromMacro: "WRAP_4208:4317", @@ -8724,14 +8724,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, ExpandedFromMacro: "WRAP_4208:4317", @@ -8743,14 +8743,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, Name: "supportInformation", @@ -8759,14 +8759,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, ExpandedFromMacro: "WRAP_4208:4317", @@ -8777,14 +8777,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, ExpandedFromMacro: "WRAP_4208:4317", @@ -8794,14 +8794,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, Names: [ @@ -8830,14 +8830,14 @@ Type: { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, Name: "QString", @@ -8853,14 +8853,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4367, - line: 138, - col: 12, + offset: 4369, + line: 140, + col: 1, }, end: { '@type': "uast:Position", - offset: 4604, - line: 150, - col: 7, + offset: 4606, + line: 151, + col: 2, }, }, Nodes: [ @@ -8875,14 +8875,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4421, - line: 140, - col: 53, + offset: 4423, + line: 141, + col: 1, }, end: { '@type': "uast:Position", - offset: 4604, - line: 150, - col: 7, + offset: 4606, + line: 151, + col: 2, }, }, Statements: [ @@ -8890,42 +8890,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4564, + offset: 4566, line: 148, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4577, + offset: 4579, line: 148, - col: 16, + col: 18, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4564, + offset: 4566, line: 148, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4577, + offset: 4579, line: 148, - col: 16, + col: 18, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4564, + offset: 4566, line: 148, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4572, + offset: 4574, line: 148, - col: 11, + col: 13, }, }, IsConst: false, @@ -8941,14 +8941,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4564, + offset: 4566, line: 148, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4572, + offset: 4574, line: 148, - col: 11, + col: 13, }, }, Name: "Q_UNUSED", @@ -8960,14 +8960,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4572, + offset: 4574, line: 148, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 4577, + offset: 4579, line: 148, - col: 16, + col: 18, }, }, DeclaresParameterPack: false, @@ -8976,28 +8976,28 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4573, + offset: 4575, line: 148, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 4576, + offset: 4578, line: 148, - col: 15, + col: 17, }, }, DeclaresParameterPack: false, 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4573, + offset: 4575, line: 148, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 4576, + offset: 4578, line: 148, - col: 15, + col: 17, }, }, Name: "in0", @@ -9013,14 +9013,14 @@ '@role': [Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4576, + offset: 4578, line: 148, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 4577, + offset: 4579, line: 148, - col: 16, + col: 18, }, }, }, @@ -9028,14 +9028,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4582, + offset: 4584, line: 149, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4595, + offset: 4597, line: 149, - col: 16, + col: 18, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTLiteralExpression", @@ -9043,14 +9043,14 @@ '@role': [Boolean, Expression, Literal, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4589, + offset: 4591, line: 149, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 4594, + offset: 4596, line: 149, - col: 15, + col: 17, }, }, ExpressionType: "bool", @@ -9063,14 +9063,14 @@ '@role': [Boolean, Expression, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4589, + offset: 4591, line: 149, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 4594, + offset: 4596, line: 149, - col: 15, + col: 17, }, }, ExpressionType: "bool", @@ -9089,14 +9089,14 @@ Name: { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4416, + offset: 4418, line: 140, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 4419, + offset: 4421, line: 140, - col: 51, + col: 53, }, }, Name: "in0", @@ -9106,14 +9106,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4401, + offset: 4403, line: 140, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 4414, + offset: 4416, line: 140, - col: 46, + col: 48, }, }, IsConst: true, @@ -9129,14 +9129,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4407, + offset: 4409, line: 140, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 4414, + offset: 4416, line: 140, - col: 46, + col: 48, }, }, Name: "QString", @@ -9166,14 +9166,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4606, - line: 151, - col: 2, + offset: 4608, + line: 153, + col: 1, }, end: { '@type': "uast:Position", - offset: 4841, - line: 163, - col: 7, + offset: 4843, + line: 164, + col: 2, }, }, Nodes: [ @@ -9188,14 +9188,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4659, - line: 153, - col: 52, + offset: 4661, + line: 154, + col: 1, }, end: { '@type': "uast:Position", - offset: 4841, - line: 163, - col: 7, + offset: 4843, + line: 164, + col: 2, }, }, Statements: [ @@ -9203,42 +9203,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4801, + offset: 4803, line: 161, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4814, + offset: 4816, line: 161, - col: 16, + col: 18, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4801, + offset: 4803, line: 161, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4814, + offset: 4816, line: 161, - col: 16, + col: 18, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4801, + offset: 4803, line: 161, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4809, + offset: 4811, line: 161, - col: 11, + col: 13, }, }, IsConst: false, @@ -9254,14 +9254,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4801, + offset: 4803, line: 161, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4809, + offset: 4811, line: 161, - col: 11, + col: 13, }, }, Name: "Q_UNUSED", @@ -9273,14 +9273,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4809, + offset: 4811, line: 161, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 4814, + offset: 4816, line: 161, - col: 16, + col: 18, }, }, DeclaresParameterPack: false, @@ -9289,28 +9289,28 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4810, + offset: 4812, line: 161, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 4813, + offset: 4815, line: 161, - col: 15, + col: 17, }, }, DeclaresParameterPack: false, 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4810, + offset: 4812, line: 161, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 4813, + offset: 4815, line: 161, - col: 15, + col: 17, }, }, Name: "in0", @@ -9326,14 +9326,14 @@ '@role': [Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4813, + offset: 4815, line: 161, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 4814, + offset: 4816, line: 161, - col: 16, + col: 18, }, }, }, @@ -9341,14 +9341,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4819, + offset: 4821, line: 162, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4832, + offset: 4834, line: 162, - col: 16, + col: 18, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTLiteralExpression", @@ -9356,14 +9356,14 @@ '@role': [Boolean, Expression, Literal, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4826, + offset: 4828, line: 162, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 4831, + offset: 4833, line: 162, - col: 15, + col: 17, }, }, ExpressionType: "bool", @@ -9376,14 +9376,14 @@ '@role': [Boolean, Expression, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4826, + offset: 4828, line: 162, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 4831, + offset: 4833, line: 162, - col: 15, + col: 17, }, }, ExpressionType: "bool", @@ -9402,14 +9402,14 @@ Name: { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4654, + offset: 4656, line: 153, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 4657, + offset: 4659, line: 153, - col: 50, + col: 52, }, }, Name: "in0", @@ -9419,14 +9419,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4639, + offset: 4641, line: 153, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 4652, + offset: 4654, line: 153, - col: 45, + col: 47, }, }, IsConst: true, @@ -9442,14 +9442,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4645, + offset: 4647, line: 153, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 4652, + offset: 4654, line: 153, - col: 45, + col: 47, }, }, Name: "QString", @@ -9479,14 +9479,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4843, - line: 164, - col: 2, + offset: 4845, + line: 166, + col: 1, }, end: { '@type': "uast:Position", - offset: 4935, - line: 168, - col: 53, + offset: 4937, + line: 169, + col: 2, }, }, Nodes: [ @@ -9501,14 +9501,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4879, - line: 166, - col: 35, + offset: 4881, + line: 167, + col: 1, }, end: { '@type': "uast:Position", - offset: 4935, - line: 168, - col: 53, + offset: 4937, + line: 169, + col: 2, }, }, Statements: [ @@ -9516,28 +9516,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4885, + offset: 4887, line: 168, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4933, + offset: 4935, line: 168, - col: 51, + col: 53, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4892, + offset: 4894, line: 168, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 4932, + offset: 4934, line: 168, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -9547,14 +9547,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4892, + offset: 4894, line: 168, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 4930, + offset: 4932, line: 168, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -9565,14 +9565,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4923, + offset: 4925, line: 168, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 4930, + offset: 4932, line: 168, - col: 48, + col: 50, }, }, Name: "current", @@ -9581,14 +9581,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4892, + offset: 4894, line: 168, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 4921, + offset: 4923, line: 168, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: self", @@ -9598,14 +9598,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4892, + offset: 4894, line: 168, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 4919, + offset: 4921, line: 168, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -9614,14 +9614,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4892, + offset: 4894, line: 168, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 4919, + offset: 4921, line: 168, - col: 37, + col: 39, }, }, Names: [ @@ -9641,14 +9641,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4892, + offset: 4894, line: 168, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 4932, + offset: 4934, line: 168, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -9658,14 +9658,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4892, + offset: 4894, line: 168, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 4930, + offset: 4932, line: 168, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -9676,14 +9676,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4923, + offset: 4925, line: 168, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 4930, + offset: 4932, line: 168, - col: 48, + col: 50, }, }, Name: "current", @@ -9692,14 +9692,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4892, + offset: 4894, line: 168, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 4921, + offset: 4923, line: 168, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: self", @@ -9709,14 +9709,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4892, + offset: 4894, line: 168, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 4919, + offset: 4921, line: 168, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -9725,14 +9725,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4892, + offset: 4894, line: 168, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 4919, + offset: 4921, line: 168, - col: 37, + col: 39, }, }, Names: [ @@ -9772,14 +9772,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4937, - line: 169, - col: 2, + offset: 4939, + line: 171, + col: 1, }, end: { '@type': "uast:Position", - offset: 5054, - line: 173, - col: 63, + offset: 5056, + line: 174, + col: 2, }, }, Nodes: [ @@ -9794,14 +9794,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4988, - line: 171, - col: 50, + offset: 4990, + line: 172, + col: 1, }, end: { '@type': "uast:Position", - offset: 5054, - line: 173, - col: 63, + offset: 5056, + line: 174, + col: 2, }, }, Statements: [ @@ -9809,28 +9809,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4994, + offset: 4996, line: 173, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5052, + offset: 5054, line: 173, - col: 61, + col: 63, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5001, + offset: 5003, line: 173, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 5051, + offset: 5053, line: 173, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -9841,14 +9841,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5043, + offset: 5045, line: 173, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 5050, + offset: 5052, line: 173, - col: 59, + col: 61, }, }, ExpressionType: "int", @@ -9857,14 +9857,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5043, + offset: 5045, line: 173, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 5050, + offset: 5052, line: 173, - col: 59, + col: 61, }, }, Name: "desktop", @@ -9875,14 +9875,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5001, + offset: 5003, line: 173, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 5042, + offset: 5044, line: 173, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -9893,14 +9893,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5032, + offset: 5034, line: 173, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5042, + offset: 5044, line: 173, - col: 51, + col: 53, }, }, Name: "setCurrent", @@ -9909,14 +9909,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5001, + offset: 5003, line: 173, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 5030, + offset: 5032, line: 173, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: self", @@ -9926,14 +9926,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5001, + offset: 5003, line: 173, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 5028, + offset: 5030, line: 173, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -9942,14 +9942,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5001, + offset: 5003, line: 173, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 5028, + offset: 5030, line: 173, - col: 37, + col: 39, }, }, Names: [ @@ -9969,14 +9969,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5001, + offset: 5003, line: 173, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 5051, + offset: 5053, line: 173, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -9987,14 +9987,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5043, + offset: 5045, line: 173, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 5050, + offset: 5052, line: 173, - col: 59, + col: 61, }, }, ExpressionType: "int", @@ -10003,14 +10003,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5043, + offset: 5045, line: 173, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 5050, + offset: 5052, line: 173, - col: 59, + col: 61, }, }, Name: "desktop", @@ -10021,14 +10021,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5001, + offset: 5003, line: 173, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 5042, + offset: 5044, line: 173, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -10039,14 +10039,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5032, + offset: 5034, line: 173, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5042, + offset: 5044, line: 173, - col: 51, + col: 53, }, }, Name: "setCurrent", @@ -10055,14 +10055,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5001, + offset: 5003, line: 173, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 5030, + offset: 5032, line: 173, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: self", @@ -10072,14 +10072,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5001, + offset: 5003, line: 173, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 5028, + offset: 5030, line: 173, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -10088,14 +10088,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5001, + offset: 5003, line: 173, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 5028, + offset: 5030, line: 173, - col: 37, + col: 39, }, }, Names: [ @@ -10122,14 +10122,14 @@ Name: { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4979, + offset: 4981, line: 171, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 4986, + offset: 4988, line: 171, - col: 48, + col: 50, }, }, Name: "desktop", @@ -10140,14 +10140,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4975, + offset: 4977, line: 171, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 4978, + offset: 4980, line: 171, - col: 40, + col: 42, }, }, IsComplex: false, @@ -10191,14 +10191,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5056, - line: 174, - col: 2, + offset: 5058, + line: 176, + col: 1, }, end: { '@type': "uast:Position", - offset: 5151, - line: 178, - col: 58, + offset: 5153, + line: 179, + col: 2, }, }, Nodes: [ @@ -10213,14 +10213,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5090, - line: 176, - col: 33, + offset: 5092, + line: 177, + col: 1, }, end: { '@type': "uast:Position", - offset: 5151, - line: 178, - col: 58, + offset: 5153, + line: 179, + col: 2, }, }, Statements: [ @@ -10228,28 +10228,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5096, + offset: 5098, line: 178, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5149, + offset: 5151, line: 178, - col: 56, + col: 58, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5096, + offset: 5098, line: 178, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5148, + offset: 5150, line: 178, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -10259,14 +10259,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5096, + offset: 5098, line: 178, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5146, + offset: 5148, line: 178, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -10278,14 +10278,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5127, + offset: 5129, line: 178, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 5146, + offset: 5148, line: 178, - col: 53, + col: 55, }, }, Name: { '@type': "uast:Identifier", @@ -10296,28 +10296,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5134, + offset: 5136, line: 178, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5145, + offset: 5147, line: 178, - col: 52, + col: 54, }, }, 'Prop_AbstractDeclarator': { '@type': "cpp:CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5145, + offset: 5147, line: 178, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 5145, + offset: 5147, line: 178, - col: 52, + col: 54, }, }, DeclaresParameterPack: false, @@ -10328,14 +10328,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5134, + offset: 5136, line: 178, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5145, + offset: 5147, line: 178, - col: 52, + col: 54, }, }, IsConst: false, @@ -10351,14 +10351,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5134, + offset: 5136, line: 178, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5145, + offset: 5147, line: 178, - col: 52, + col: 54, }, }, Name: "DesktopNext", @@ -10370,14 +10370,14 @@ 'Prop_TemplateName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5127, + offset: 5129, line: 178, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 5133, + offset: 5135, line: 178, - col: 40, + col: 42, }, }, Name: "moveTo", @@ -10387,14 +10387,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5096, + offset: 5098, line: 178, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5125, + offset: 5127, line: 178, - col: 32, + col: 34, }, }, ExpressionType: "Attempt to use symbol failed: self", @@ -10404,14 +10404,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5096, + offset: 5098, line: 178, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5123, + offset: 5125, line: 178, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -10420,14 +10420,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5096, + offset: 5098, line: 178, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5123, + offset: 5125, line: 178, - col: 30, + col: 32, }, }, Names: [ @@ -10456,14 +10456,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5153, - line: 179, - col: 2, + offset: 5155, + line: 181, + col: 1, }, end: { '@type': "uast:Position", - offset: 5256, - line: 183, - col: 62, + offset: 5258, + line: 184, + col: 2, }, }, Nodes: [ @@ -10478,14 +10478,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5191, - line: 181, - col: 37, + offset: 5193, + line: 182, + col: 1, }, end: { '@type': "uast:Position", - offset: 5256, - line: 183, - col: 62, + offset: 5258, + line: 184, + col: 2, }, }, Statements: [ @@ -10493,28 +10493,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5197, + offset: 5199, line: 183, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5254, + offset: 5256, line: 183, - col: 60, + col: 62, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5197, + offset: 5199, line: 183, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5253, + offset: 5255, line: 183, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -10524,14 +10524,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5197, + offset: 5199, line: 183, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5251, + offset: 5253, line: 183, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -10543,14 +10543,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5228, + offset: 5230, line: 183, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 5251, + offset: 5253, line: 183, - col: 57, + col: 59, }, }, Name: { '@type': "uast:Identifier", @@ -10561,28 +10561,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5235, + offset: 5237, line: 183, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5250, + offset: 5252, line: 183, - col: 56, + col: 58, }, }, 'Prop_AbstractDeclarator': { '@type': "cpp:CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5250, + offset: 5252, line: 183, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 5250, + offset: 5252, line: 183, - col: 56, + col: 58, }, }, DeclaresParameterPack: false, @@ -10593,14 +10593,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5235, + offset: 5237, line: 183, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5250, + offset: 5252, line: 183, - col: 56, + col: 58, }, }, IsConst: false, @@ -10616,14 +10616,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5235, + offset: 5237, line: 183, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5250, + offset: 5252, line: 183, - col: 56, + col: 58, }, }, Name: "DesktopPrevious", @@ -10635,14 +10635,14 @@ 'Prop_TemplateName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5228, + offset: 5230, line: 183, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 5234, + offset: 5236, line: 183, - col: 40, + col: 42, }, }, Name: "moveTo", @@ -10652,14 +10652,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5197, + offset: 5199, line: 183, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5226, + offset: 5228, line: 183, - col: 32, + col: 34, }, }, ExpressionType: "Attempt to use symbol failed: self", @@ -10669,14 +10669,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5197, + offset: 5199, line: 183, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5224, + offset: 5226, line: 183, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -10685,14 +10685,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5197, + offset: 5199, line: 183, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5224, + offset: 5226, line: 183, - col: 30, + col: 32, }, }, Names: [ @@ -10721,14 +10721,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5258, - line: 184, - col: 2, + offset: 5260, + line: 186, + col: 1, }, end: { '@type': "uast:Position", - offset: 5367, - line: 189, - col: 21, + offset: 5369, + line: 190, + col: 2, }, }, Nodes: [ @@ -10743,14 +10743,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5297, - line: 186, - col: 38, + offset: 5299, + line: 187, + col: 1, }, end: { '@type': "uast:Position", - offset: 5367, - line: 189, - col: 21, + offset: 5369, + line: 190, + col: 2, }, }, Statements: [ @@ -10758,42 +10758,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5303, + offset: 5305, line: 188, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5344, + offset: 5346, line: 188, - col: 44, + col: 46, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5303, + offset: 5305, line: 188, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5344, + offset: 5346, line: 188, - col: 44, + col: 46, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5303, + offset: 5305, line: 188, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5315, + offset: 5317, line: 188, - col: 15, + col: 17, }, }, IsConst: false, @@ -10809,14 +10809,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5303, + offset: 5305, line: 188, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5315, + offset: 5317, line: 188, - col: 15, + col: 17, }, }, Name: "DebugConsole", @@ -10828,14 +10828,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5316, + offset: 5318, line: 188, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 5343, + offset: 5345, line: 188, - col: 43, + col: 45, }, }, DeclaresParameterPack: false, @@ -10843,28 +10843,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5325, + offset: 5327, line: 188, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 5343, + offset: 5345, line: 188, - col: 43, + col: 45, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTNewExpression", '@role': [Instance, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5327, + offset: 5329, line: 188, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 5343, + offset: 5345, line: 188, - col: 43, + col: 45, }, }, ExpressionType: "? *", @@ -10877,28 +10877,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5331, + offset: 5333, line: 188, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 5343, + offset: 5345, line: 188, - col: 43, + col: 45, }, }, 'Prop_AbstractDeclarator': { '@type': "cpp:CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5343, + offset: 5345, line: 188, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 5343, + offset: 5345, line: 188, - col: 43, + col: 45, }, }, DeclaresParameterPack: false, @@ -10909,14 +10909,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5331, + offset: 5333, line: 188, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 5343, + offset: 5345, line: 188, - col: 43, + col: 45, }, }, IsConst: false, @@ -10932,14 +10932,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5331, + offset: 5333, line: 188, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 5343, + offset: 5345, line: 188, - col: 43, + col: 45, }, }, Name: "DebugConsole", @@ -10952,14 +10952,14 @@ '@role': [Instance, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5327, + offset: 5329, line: 188, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 5343, + offset: 5345, line: 188, - col: 43, + col: 45, }, }, ExpressionType: "? *", @@ -10972,28 +10972,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5331, + offset: 5333, line: 188, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 5343, + offset: 5345, line: 188, - col: 43, + col: 45, }, }, 'Prop_AbstractDeclarator': { '@type': "cpp:CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5343, + offset: 5345, line: 188, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 5343, + offset: 5345, line: 188, - col: 43, + col: 45, }, }, DeclaresParameterPack: false, @@ -11004,14 +11004,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5331, + offset: 5333, line: 188, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 5343, + offset: 5345, line: 188, - col: 43, + col: 45, }, }, IsConst: false, @@ -11027,14 +11027,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5331, + offset: 5333, line: 188, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 5343, + offset: 5345, line: 188, - col: 43, + col: 45, }, }, Name: "DebugConsole", @@ -11047,14 +11047,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5317, + offset: 5319, line: 188, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 5324, + offset: 5326, line: 188, - col: 24, + col: 26, }, }, Name: "console", @@ -11069,28 +11069,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5349, + offset: 5351, line: 189, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5365, + offset: 5367, line: 189, - col: 19, + col: 21, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5349, + offset: 5351, line: 189, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5364, + offset: 5366, line: 189, - col: 18, + col: 20, }, }, ExpressionType: "", @@ -11100,14 +11100,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5349, + offset: 5351, line: 189, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5362, + offset: 5364, line: 189, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -11118,14 +11118,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5358, + offset: 5360, line: 189, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 5362, + offset: 5364, line: 189, - col: 16, + col: 18, }, }, Name: "show", @@ -11134,14 +11134,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5349, + offset: 5351, line: 189, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5356, + offset: 5358, line: 189, - col: 10, + col: 12, }, }, ExpressionType: "? *", @@ -11150,14 +11150,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5349, + offset: 5351, line: 189, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5356, + offset: 5358, line: 189, - col: 10, + col: 12, }, }, Name: "console", @@ -11179,14 +11179,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5381, - line: 192, - col: 11, + offset: 5383, + line: 193, + col: 1, }, end: { '@type': "uast:Position", - offset: 6784, - line: 219, - col: 7, + offset: 6786, + line: 220, + col: 2, }, }, Nodes: [ @@ -11201,14 +11201,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5437, - line: 193, - col: 55, + offset: 5439, + line: 194, + col: 1, }, end: { '@type': "uast:Position", - offset: 6784, - line: 219, - col: 7, + offset: 6786, + line: 220, + col: 2, }, }, Statements: [ @@ -11216,28 +11216,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5443, + offset: 5445, line: 195, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6782, + offset: 6784, line: 219, - col: 5, + col: 7, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTInitializerList", '@role': [Initialization, List, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5450, + offset: 5452, line: 195, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 6781, + offset: 6783, line: 219, - col: 4, + col: 6, }, }, 'Prop_Clauses': [ @@ -11245,14 +11245,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5460, + offset: 5462, line: 196, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5513, + offset: 5515, line: 196, - col: 60, + col: 62, }, }, 'Prop_Clauses': [ @@ -11260,14 +11260,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5461, + offset: 5463, line: 196, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5492, + offset: 5494, line: 196, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -11278,14 +11278,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5476, + offset: 5478, line: 196, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5491, + offset: 5493, line: 196, - col: 38, + col: 40, }, }, Format: "", @@ -11296,14 +11296,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5461, + offset: 5463, line: 196, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5475, + offset: 5477, line: 196, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -11312,14 +11312,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5461, + offset: 5463, line: 196, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5475, + offset: 5477, line: 196, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -11330,14 +11330,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5512, + offset: 5514, line: 196, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -11347,14 +11347,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5510, + offset: 5512, line: 196, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -11365,14 +11365,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5497, + offset: 5499, line: 196, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 5510, + offset: 5512, line: 196, - col: 57, + col: 59, }, }, Name: "resourceClass", @@ -11381,14 +11381,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5495, + offset: 5497, line: 196, - col: 42, + col: 44, }, }, ExpressionType: "const ? *", @@ -11397,14 +11397,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5495, + offset: 5497, line: 196, - col: 42, + col: 44, }, }, Name: "c", @@ -11420,14 +11420,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5461, + offset: 5463, line: 196, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5492, + offset: 5494, line: 196, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -11438,14 +11438,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5476, + offset: 5478, line: 196, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5491, + offset: 5493, line: 196, - col: 38, + col: 40, }, }, Format: "", @@ -11456,14 +11456,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5461, + offset: 5463, line: 196, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5475, + offset: 5477, line: 196, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -11472,14 +11472,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5461, + offset: 5463, line: 196, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5475, + offset: 5477, line: 196, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -11490,14 +11490,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5461, + offset: 5463, line: 196, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5492, + offset: 5494, line: 196, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -11508,14 +11508,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5476, + offset: 5478, line: 196, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5491, + offset: 5493, line: 196, - col: 38, + col: 40, }, }, Format: "", @@ -11526,14 +11526,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5461, + offset: 5463, line: 196, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5475, + offset: 5477, line: 196, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -11542,14 +11542,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5461, + offset: 5463, line: 196, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5475, + offset: 5477, line: 196, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -11563,14 +11563,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5512, + offset: 5514, line: 196, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -11580,14 +11580,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5510, + offset: 5512, line: 196, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -11598,14 +11598,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5497, + offset: 5499, line: 196, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 5510, + offset: 5512, line: 196, - col: 57, + col: 59, }, }, Name: "resourceClass", @@ -11614,14 +11614,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5495, + offset: 5497, line: 196, - col: 42, + col: 44, }, }, ExpressionType: "const ? *", @@ -11630,14 +11630,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5495, + offset: 5497, line: 196, - col: 42, + col: 44, }, }, Name: "c", @@ -11649,14 +11649,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5512, + offset: 5514, line: 196, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -11666,14 +11666,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5510, + offset: 5512, line: 196, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -11684,14 +11684,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5497, + offset: 5499, line: 196, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 5510, + offset: 5512, line: 196, - col: 57, + col: 59, }, }, Name: "resourceClass", @@ -11700,14 +11700,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5495, + offset: 5497, line: 196, - col: 42, + col: 44, }, }, ExpressionType: "const ? *", @@ -11716,14 +11716,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5495, + offset: 5497, line: 196, - col: 42, + col: 44, }, }, Name: "c", @@ -11739,14 +11739,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5523, + offset: 5525, line: 197, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5574, + offset: 5576, line: 197, - col: 58, + col: 60, }, }, 'Prop_Clauses': [ @@ -11754,14 +11754,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5524, + offset: 5526, line: 197, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5554, + offset: 5556, line: 197, - col: 38, + col: 40, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -11772,14 +11772,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5539, + offset: 5541, line: 197, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5553, + offset: 5555, line: 197, - col: 37, + col: 39, }, }, Format: "", @@ -11790,14 +11790,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5524, + offset: 5526, line: 197, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5538, + offset: 5540, line: 197, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -11806,14 +11806,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5524, + offset: 5526, line: 197, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5538, + offset: 5540, line: 197, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -11824,14 +11824,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5573, + offset: 5575, line: 197, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -11841,14 +11841,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5571, + offset: 5573, line: 197, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -11859,14 +11859,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5559, + offset: 5561, line: 197, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 5571, + offset: 5573, line: 197, - col: 55, + col: 57, }, }, Name: "resourceName", @@ -11875,14 +11875,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5557, + offset: 5559, line: 197, - col: 41, + col: 43, }, }, ExpressionType: "const ? *", @@ -11891,14 +11891,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5557, + offset: 5559, line: 197, - col: 41, + col: 43, }, }, Name: "c", @@ -11914,14 +11914,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5524, + offset: 5526, line: 197, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5554, + offset: 5556, line: 197, - col: 38, + col: 40, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -11932,14 +11932,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5539, + offset: 5541, line: 197, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5553, + offset: 5555, line: 197, - col: 37, + col: 39, }, }, Format: "", @@ -11950,14 +11950,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5524, + offset: 5526, line: 197, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5538, + offset: 5540, line: 197, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -11966,14 +11966,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5524, + offset: 5526, line: 197, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5538, + offset: 5540, line: 197, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -11984,14 +11984,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5524, + offset: 5526, line: 197, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5554, + offset: 5556, line: 197, - col: 38, + col: 40, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -12002,14 +12002,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5539, + offset: 5541, line: 197, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5553, + offset: 5555, line: 197, - col: 37, + col: 39, }, }, Format: "", @@ -12020,14 +12020,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5524, + offset: 5526, line: 197, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5538, + offset: 5540, line: 197, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -12036,14 +12036,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5524, + offset: 5526, line: 197, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5538, + offset: 5540, line: 197, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -12057,14 +12057,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5573, + offset: 5575, line: 197, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -12074,14 +12074,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5571, + offset: 5573, line: 197, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -12092,14 +12092,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5559, + offset: 5561, line: 197, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 5571, + offset: 5573, line: 197, - col: 55, + col: 57, }, }, Name: "resourceName", @@ -12108,14 +12108,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5557, + offset: 5559, line: 197, - col: 41, + col: 43, }, }, ExpressionType: "const ? *", @@ -12124,14 +12124,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5557, + offset: 5559, line: 197, - col: 41, + col: 43, }, }, Name: "c", @@ -12143,14 +12143,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5573, + offset: 5575, line: 197, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -12160,14 +12160,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5571, + offset: 5573, line: 197, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -12178,14 +12178,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5559, + offset: 5561, line: 197, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 5571, + offset: 5573, line: 197, - col: 55, + col: 57, }, }, Name: "resourceName", @@ -12194,14 +12194,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5557, + offset: 5559, line: 197, - col: 41, + col: 43, }, }, ExpressionType: "const ? *", @@ -12210,14 +12210,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5557, + offset: 5559, line: 197, - col: 41, + col: 43, }, }, Name: "c", @@ -12233,14 +12233,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5584, + offset: 5586, line: 198, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5637, + offset: 5639, line: 198, - col: 60, + col: 62, }, }, 'Prop_Clauses': [ @@ -12248,14 +12248,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5585, + offset: 5587, line: 198, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5614, + offset: 5616, line: 198, - col: 37, + col: 39, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -12266,14 +12266,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5600, + offset: 5602, line: 198, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5613, + offset: 5615, line: 198, - col: 36, + col: 38, }, }, Format: "", @@ -12284,14 +12284,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5585, + offset: 5587, line: 198, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5599, + offset: 5601, line: 198, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -12300,14 +12300,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5585, + offset: 5587, line: 198, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5599, + offset: 5601, line: 198, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -12318,14 +12318,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5636, + offset: 5638, line: 198, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -12335,14 +12335,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5634, + offset: 5636, line: 198, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -12353,14 +12353,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5619, + offset: 5621, line: 198, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 5634, + offset: 5636, line: 198, - col: 57, + col: 59, }, }, Name: "desktopFileName", @@ -12369,14 +12369,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5617, + offset: 5619, line: 198, - col: 40, + col: 42, }, }, ExpressionType: "const ? *", @@ -12385,14 +12385,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5617, + offset: 5619, line: 198, - col: 40, + col: 42, }, }, Name: "c", @@ -12408,14 +12408,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5585, + offset: 5587, line: 198, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5614, + offset: 5616, line: 198, - col: 37, + col: 39, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -12426,14 +12426,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5600, + offset: 5602, line: 198, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5613, + offset: 5615, line: 198, - col: 36, + col: 38, }, }, Format: "", @@ -12444,14 +12444,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5585, + offset: 5587, line: 198, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5599, + offset: 5601, line: 198, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -12460,14 +12460,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5585, + offset: 5587, line: 198, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5599, + offset: 5601, line: 198, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -12478,14 +12478,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5585, + offset: 5587, line: 198, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5614, + offset: 5616, line: 198, - col: 37, + col: 39, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -12496,14 +12496,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5600, + offset: 5602, line: 198, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5613, + offset: 5615, line: 198, - col: 36, + col: 38, }, }, Format: "", @@ -12514,14 +12514,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5585, + offset: 5587, line: 198, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5599, + offset: 5601, line: 198, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -12530,14 +12530,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5585, + offset: 5587, line: 198, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5599, + offset: 5601, line: 198, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -12551,14 +12551,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5636, + offset: 5638, line: 198, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -12568,14 +12568,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5634, + offset: 5636, line: 198, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -12586,14 +12586,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5619, + offset: 5621, line: 198, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 5634, + offset: 5636, line: 198, - col: 57, + col: 59, }, }, Name: "desktopFileName", @@ -12602,14 +12602,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5617, + offset: 5619, line: 198, - col: 40, + col: 42, }, }, ExpressionType: "const ? *", @@ -12618,14 +12618,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5617, + offset: 5619, line: 198, - col: 40, + col: 42, }, }, Name: "c", @@ -12637,14 +12637,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5636, + offset: 5638, line: 198, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -12654,14 +12654,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5634, + offset: 5636, line: 198, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -12672,14 +12672,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5619, + offset: 5621, line: 198, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 5634, + offset: 5636, line: 198, - col: 57, + col: 59, }, }, Name: "desktopFileName", @@ -12688,14 +12688,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5617, + offset: 5619, line: 198, - col: 40, + col: 42, }, }, ExpressionType: "const ? *", @@ -12704,14 +12704,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5617, + offset: 5619, line: 198, - col: 40, + col: 42, }, }, Name: "c", @@ -12727,14 +12727,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5647, + offset: 5649, line: 199, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5688, + offset: 5690, line: 199, - col: 48, + col: 50, }, }, 'Prop_Clauses': [ @@ -12742,14 +12742,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5648, + offset: 5650, line: 199, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5670, + offset: 5672, line: 199, - col: 30, + col: 32, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -12760,14 +12760,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5663, + offset: 5665, line: 199, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5669, + offset: 5671, line: 199, - col: 29, + col: 31, }, }, Format: "", @@ -12778,14 +12778,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5648, + offset: 5650, line: 199, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5662, + offset: 5664, line: 199, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -12794,14 +12794,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5648, + offset: 5650, line: 199, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5662, + offset: 5664, line: 199, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -12812,14 +12812,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5687, + offset: 5689, line: 199, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -12829,14 +12829,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5685, + offset: 5687, line: 199, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -12847,14 +12847,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5675, + offset: 5677, line: 199, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5685, + offset: 5687, line: 199, - col: 45, + col: 47, }, }, Name: "windowRole", @@ -12863,14 +12863,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5673, + offset: 5675, line: 199, - col: 33, + col: 35, }, }, ExpressionType: "const ? *", @@ -12879,14 +12879,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5673, + offset: 5675, line: 199, - col: 33, + col: 35, }, }, Name: "c", @@ -12902,14 +12902,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5648, + offset: 5650, line: 199, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5670, + offset: 5672, line: 199, - col: 30, + col: 32, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -12920,14 +12920,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5663, + offset: 5665, line: 199, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5669, + offset: 5671, line: 199, - col: 29, + col: 31, }, }, Format: "", @@ -12938,14 +12938,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5648, + offset: 5650, line: 199, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5662, + offset: 5664, line: 199, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -12954,14 +12954,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5648, + offset: 5650, line: 199, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5662, + offset: 5664, line: 199, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -12972,14 +12972,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5648, + offset: 5650, line: 199, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5670, + offset: 5672, line: 199, - col: 30, + col: 32, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -12990,14 +12990,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5663, + offset: 5665, line: 199, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5669, + offset: 5671, line: 199, - col: 29, + col: 31, }, }, Format: "", @@ -13008,14 +13008,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5648, + offset: 5650, line: 199, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5662, + offset: 5664, line: 199, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -13024,14 +13024,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5648, + offset: 5650, line: 199, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5662, + offset: 5664, line: 199, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -13045,14 +13045,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5687, + offset: 5689, line: 199, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -13062,14 +13062,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5685, + offset: 5687, line: 199, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -13080,14 +13080,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5675, + offset: 5677, line: 199, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5685, + offset: 5687, line: 199, - col: 45, + col: 47, }, }, Name: "windowRole", @@ -13096,14 +13096,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5673, + offset: 5675, line: 199, - col: 33, + col: 35, }, }, ExpressionType: "const ? *", @@ -13112,14 +13112,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5673, + offset: 5675, line: 199, - col: 33, + col: 35, }, }, Name: "c", @@ -13131,14 +13131,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5687, + offset: 5689, line: 199, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -13148,14 +13148,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5685, + offset: 5687, line: 199, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -13166,14 +13166,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5675, + offset: 5677, line: 199, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5685, + offset: 5687, line: 199, - col: 45, + col: 47, }, }, Name: "windowRole", @@ -13182,14 +13182,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5673, + offset: 5675, line: 199, - col: 33, + col: 35, }, }, ExpressionType: "const ? *", @@ -13198,14 +13198,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5673, + offset: 5675, line: 199, - col: 33, + col: 35, }, }, Name: "c", @@ -13221,14 +13221,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5698, + offset: 5700, line: 200, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5745, + offset: 5747, line: 200, - col: 54, + col: 56, }, }, 'Prop_Clauses': [ @@ -13236,14 +13236,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5699, + offset: 5701, line: 200, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5724, + offset: 5726, line: 200, - col: 33, + col: 35, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -13254,14 +13254,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5714, + offset: 5716, line: 200, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5723, + offset: 5725, line: 200, - col: 32, + col: 34, }, }, Format: "", @@ -13272,14 +13272,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5699, + offset: 5701, line: 200, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5713, + offset: 5715, line: 200, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -13288,14 +13288,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5699, + offset: 5701, line: 200, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5713, + offset: 5715, line: 200, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -13306,14 +13306,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5744, + offset: 5746, line: 200, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -13323,14 +13323,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5742, + offset: 5744, line: 200, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -13341,14 +13341,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5729, + offset: 5731, line: 200, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 5742, + offset: 5744, line: 200, - col: 51, + col: 53, }, }, Name: "captionNormal", @@ -13357,14 +13357,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5727, + offset: 5729, line: 200, - col: 36, + col: 38, }, }, ExpressionType: "const ? *", @@ -13373,14 +13373,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5727, + offset: 5729, line: 200, - col: 36, + col: 38, }, }, Name: "c", @@ -13396,14 +13396,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5699, + offset: 5701, line: 200, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5724, + offset: 5726, line: 200, - col: 33, + col: 35, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -13414,14 +13414,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5714, + offset: 5716, line: 200, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5723, + offset: 5725, line: 200, - col: 32, + col: 34, }, }, Format: "", @@ -13432,14 +13432,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5699, + offset: 5701, line: 200, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5713, + offset: 5715, line: 200, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -13448,14 +13448,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5699, + offset: 5701, line: 200, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5713, + offset: 5715, line: 200, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -13466,14 +13466,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5699, + offset: 5701, line: 200, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5724, + offset: 5726, line: 200, - col: 33, + col: 35, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -13484,14 +13484,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5714, + offset: 5716, line: 200, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5723, + offset: 5725, line: 200, - col: 32, + col: 34, }, }, Format: "", @@ -13502,14 +13502,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5699, + offset: 5701, line: 200, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5713, + offset: 5715, line: 200, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -13518,14 +13518,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5699, + offset: 5701, line: 200, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5713, + offset: 5715, line: 200, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -13539,14 +13539,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5744, + offset: 5746, line: 200, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -13556,14 +13556,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5742, + offset: 5744, line: 200, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -13574,14 +13574,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5729, + offset: 5731, line: 200, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 5742, + offset: 5744, line: 200, - col: 51, + col: 53, }, }, Name: "captionNormal", @@ -13590,14 +13590,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5727, + offset: 5729, line: 200, - col: 36, + col: 38, }, }, ExpressionType: "const ? *", @@ -13606,14 +13606,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5727, + offset: 5729, line: 200, - col: 36, + col: 38, }, }, Name: "c", @@ -13625,14 +13625,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5744, + offset: 5746, line: 200, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -13642,14 +13642,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5742, + offset: 5744, line: 200, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -13660,14 +13660,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5729, + offset: 5731, line: 200, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 5742, + offset: 5744, line: 200, - col: 51, + col: 53, }, }, Name: "captionNormal", @@ -13676,14 +13676,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5727, + offset: 5729, line: 200, - col: 36, + col: 38, }, }, ExpressionType: "const ? *", @@ -13692,14 +13692,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5727, + offset: 5729, line: 200, - col: 36, + col: 38, }, }, Name: "c", @@ -13715,14 +13715,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5755, + offset: 5757, line: 201, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5814, + offset: 5816, line: 201, - col: 66, + col: 68, }, }, 'Prop_Clauses': [ @@ -13730,14 +13730,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5756, + offset: 5758, line: 201, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5787, + offset: 5789, line: 201, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -13748,14 +13748,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5771, + offset: 5773, line: 201, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5786, + offset: 5788, line: 201, - col: 38, + col: 40, }, }, Format: "", @@ -13766,14 +13766,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5756, + offset: 5758, line: 201, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5770, + offset: 5772, line: 201, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -13782,14 +13782,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5756, + offset: 5758, line: 201, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5770, + offset: 5772, line: 201, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -13800,14 +13800,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5813, + offset: 5815, line: 201, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -13819,14 +13819,14 @@ '@role': [Argument, Boolean, Call, Expression, Function, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5808, + offset: 5810, line: 201, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 5812, + offset: 5814, line: 201, - col: 64, + col: 66, }, }, ExpressionType: "bool", @@ -13839,14 +13839,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5807, + offset: 5809, line: 201, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -13857,14 +13857,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5792, + offset: 5794, line: 201, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 5807, + offset: 5809, line: 201, - col: 59, + col: 61, }, }, Name: "wmClientMachine", @@ -13873,14 +13873,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5790, + offset: 5792, line: 201, - col: 42, + col: 44, }, }, ExpressionType: "const ? *", @@ -13889,14 +13889,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5790, + offset: 5792, line: 201, - col: 42, + col: 44, }, }, Name: "c", @@ -13912,14 +13912,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5756, + offset: 5758, line: 201, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5787, + offset: 5789, line: 201, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -13930,14 +13930,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5771, + offset: 5773, line: 201, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5786, + offset: 5788, line: 201, - col: 38, + col: 40, }, }, Format: "", @@ -13948,14 +13948,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5756, + offset: 5758, line: 201, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5770, + offset: 5772, line: 201, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -13964,14 +13964,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5756, + offset: 5758, line: 201, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5770, + offset: 5772, line: 201, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -13982,14 +13982,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5756, + offset: 5758, line: 201, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5787, + offset: 5789, line: 201, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -14000,14 +14000,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5771, + offset: 5773, line: 201, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5786, + offset: 5788, line: 201, - col: 38, + col: 40, }, }, Format: "", @@ -14018,14 +14018,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5756, + offset: 5758, line: 201, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5770, + offset: 5772, line: 201, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -14034,14 +14034,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5756, + offset: 5758, line: 201, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5770, + offset: 5772, line: 201, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -14055,14 +14055,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5813, + offset: 5815, line: 201, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -14074,14 +14074,14 @@ '@role': [Argument, Boolean, Call, Expression, Function, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5808, + offset: 5810, line: 201, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 5812, + offset: 5814, line: 201, - col: 64, + col: 66, }, }, ExpressionType: "bool", @@ -14094,14 +14094,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5807, + offset: 5809, line: 201, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -14112,14 +14112,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5792, + offset: 5794, line: 201, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 5807, + offset: 5809, line: 201, - col: 59, + col: 61, }, }, Name: "wmClientMachine", @@ -14128,14 +14128,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5790, + offset: 5792, line: 201, - col: 42, + col: 44, }, }, ExpressionType: "const ? *", @@ -14144,14 +14144,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5790, + offset: 5792, line: 201, - col: 42, + col: 44, }, }, Name: "c", @@ -14163,14 +14163,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5813, + offset: 5815, line: 201, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -14182,14 +14182,14 @@ '@role': [Argument, Boolean, Call, Expression, Function, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5808, + offset: 5810, line: 201, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 5812, + offset: 5814, line: 201, - col: 64, + col: 66, }, }, ExpressionType: "bool", @@ -14202,14 +14202,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5807, + offset: 5809, line: 201, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -14220,14 +14220,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5792, + offset: 5794, line: 201, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 5807, + offset: 5809, line: 201, - col: 59, + col: 61, }, }, Name: "wmClientMachine", @@ -14236,14 +14236,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5790, + offset: 5792, line: 201, - col: 42, + col: 44, }, }, ExpressionType: "const ? *", @@ -14252,14 +14252,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5790, + offset: 5792, line: 201, - col: 42, + col: 44, }, }, Name: "c", @@ -14275,14 +14275,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5824, + offset: 5826, line: 202, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5865, + offset: 5867, line: 202, - col: 48, + col: 50, }, }, 'Prop_Clauses': [ @@ -14290,14 +14290,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5825, + offset: 5827, line: 202, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5847, + offset: 5849, line: 202, - col: 30, + col: 32, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -14308,14 +14308,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5840, + offset: 5842, line: 202, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5846, + offset: 5848, line: 202, - col: 29, + col: 31, }, }, Format: "", @@ -14326,14 +14326,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5825, + offset: 5827, line: 202, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5839, + offset: 5841, line: 202, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -14342,14 +14342,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5825, + offset: 5827, line: 202, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5839, + offset: 5841, line: 202, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -14360,14 +14360,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5864, + offset: 5866, line: 202, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -14377,14 +14377,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5862, + offset: 5864, line: 202, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -14395,14 +14395,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5852, + offset: 5854, line: 202, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5862, + offset: 5864, line: 202, - col: 45, + col: 47, }, }, Name: "windowType", @@ -14411,14 +14411,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5850, + offset: 5852, line: 202, - col: 33, + col: 35, }, }, ExpressionType: "const ? *", @@ -14427,14 +14427,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5850, + offset: 5852, line: 202, - col: 33, + col: 35, }, }, Name: "c", @@ -14450,14 +14450,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5825, + offset: 5827, line: 202, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5847, + offset: 5849, line: 202, - col: 30, + col: 32, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -14468,14 +14468,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5840, + offset: 5842, line: 202, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5846, + offset: 5848, line: 202, - col: 29, + col: 31, }, }, Format: "", @@ -14486,14 +14486,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5825, + offset: 5827, line: 202, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5839, + offset: 5841, line: 202, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -14502,14 +14502,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5825, + offset: 5827, line: 202, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5839, + offset: 5841, line: 202, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -14520,14 +14520,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5825, + offset: 5827, line: 202, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5847, + offset: 5849, line: 202, - col: 30, + col: 32, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -14538,14 +14538,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5840, + offset: 5842, line: 202, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5846, + offset: 5848, line: 202, - col: 29, + col: 31, }, }, Format: "", @@ -14556,14 +14556,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5825, + offset: 5827, line: 202, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5839, + offset: 5841, line: 202, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -14572,14 +14572,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5825, + offset: 5827, line: 202, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5839, + offset: 5841, line: 202, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -14593,14 +14593,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5864, + offset: 5866, line: 202, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -14610,14 +14610,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5862, + offset: 5864, line: 202, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -14628,14 +14628,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5852, + offset: 5854, line: 202, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5862, + offset: 5864, line: 202, - col: 45, + col: 47, }, }, Name: "windowType", @@ -14644,14 +14644,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5850, + offset: 5852, line: 202, - col: 33, + col: 35, }, }, ExpressionType: "const ? *", @@ -14660,14 +14660,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5850, + offset: 5852, line: 202, - col: 33, + col: 35, }, }, Name: "c", @@ -14679,14 +14679,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5864, + offset: 5866, line: 202, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -14696,14 +14696,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5862, + offset: 5864, line: 202, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -14714,14 +14714,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5852, + offset: 5854, line: 202, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5862, + offset: 5864, line: 202, - col: 45, + col: 47, }, }, Name: "windowType", @@ -14730,14 +14730,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5850, + offset: 5852, line: 202, - col: 33, + col: 35, }, }, ExpressionType: "const ? *", @@ -14746,14 +14746,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5850, + offset: 5852, line: 202, - col: 33, + col: 35, }, }, Name: "c", @@ -14769,14 +14769,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5875, + offset: 5877, line: 203, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5904, + offset: 5906, line: 203, - col: 36, + col: 38, }, }, 'Prop_Clauses': [ @@ -14784,14 +14784,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5876, + offset: 5878, line: 203, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5895, + offset: 5897, line: 203, - col: 27, + col: 29, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -14802,14 +14802,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5891, + offset: 5893, line: 203, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5894, + offset: 5896, line: 203, - col: 26, + col: 28, }, }, Format: "", @@ -14820,14 +14820,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5876, + offset: 5878, line: 203, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5890, + offset: 5892, line: 203, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -14836,14 +14836,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5876, + offset: 5878, line: 203, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5890, + offset: 5892, line: 203, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -14854,14 +14854,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5903, + offset: 5905, line: 203, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -14871,14 +14871,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5901, + offset: 5903, line: 203, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -14889,14 +14889,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5900, + offset: 5902, line: 203, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5901, + offset: 5903, line: 203, - col: 33, + col: 35, }, }, Name: "x", @@ -14905,14 +14905,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5898, + offset: 5900, line: 203, - col: 30, + col: 32, }, }, ExpressionType: "const ? *", @@ -14921,14 +14921,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5898, + offset: 5900, line: 203, - col: 30, + col: 32, }, }, Name: "c", @@ -14944,14 +14944,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5876, + offset: 5878, line: 203, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5895, + offset: 5897, line: 203, - col: 27, + col: 29, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -14962,14 +14962,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5891, + offset: 5893, line: 203, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5894, + offset: 5896, line: 203, - col: 26, + col: 28, }, }, Format: "", @@ -14980,14 +14980,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5876, + offset: 5878, line: 203, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5890, + offset: 5892, line: 203, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -14996,14 +14996,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5876, + offset: 5878, line: 203, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5890, + offset: 5892, line: 203, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -15014,14 +15014,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5876, + offset: 5878, line: 203, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5895, + offset: 5897, line: 203, - col: 27, + col: 29, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -15032,14 +15032,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5891, + offset: 5893, line: 203, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5894, + offset: 5896, line: 203, - col: 26, + col: 28, }, }, Format: "", @@ -15050,14 +15050,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5876, + offset: 5878, line: 203, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5890, + offset: 5892, line: 203, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -15066,14 +15066,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5876, + offset: 5878, line: 203, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5890, + offset: 5892, line: 203, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -15087,14 +15087,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5903, + offset: 5905, line: 203, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -15104,14 +15104,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5901, + offset: 5903, line: 203, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -15122,14 +15122,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5900, + offset: 5902, line: 203, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5901, + offset: 5903, line: 203, - col: 33, + col: 35, }, }, Name: "x", @@ -15138,14 +15138,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5898, + offset: 5900, line: 203, - col: 30, + col: 32, }, }, ExpressionType: "const ? *", @@ -15154,14 +15154,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5898, + offset: 5900, line: 203, - col: 30, + col: 32, }, }, Name: "c", @@ -15173,14 +15173,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5903, + offset: 5905, line: 203, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -15190,14 +15190,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5901, + offset: 5903, line: 203, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -15208,14 +15208,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5900, + offset: 5902, line: 203, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5901, + offset: 5903, line: 203, - col: 33, + col: 35, }, }, Name: "x", @@ -15224,14 +15224,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5898, + offset: 5900, line: 203, - col: 30, + col: 32, }, }, ExpressionType: "const ? *", @@ -15240,14 +15240,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5898, + offset: 5900, line: 203, - col: 30, + col: 32, }, }, Name: "c", @@ -15263,14 +15263,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5914, + offset: 5916, line: 204, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5943, + offset: 5945, line: 204, - col: 36, + col: 38, }, }, 'Prop_Clauses': [ @@ -15278,14 +15278,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5915, + offset: 5917, line: 204, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5934, + offset: 5936, line: 204, - col: 27, + col: 29, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -15296,14 +15296,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5930, + offset: 5932, line: 204, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5933, + offset: 5935, line: 204, - col: 26, + col: 28, }, }, Format: "", @@ -15314,14 +15314,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5915, + offset: 5917, line: 204, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5929, + offset: 5931, line: 204, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -15330,14 +15330,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5915, + offset: 5917, line: 204, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5929, + offset: 5931, line: 204, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -15348,14 +15348,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5942, + offset: 5944, line: 204, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -15365,14 +15365,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5940, + offset: 5942, line: 204, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -15383,14 +15383,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5939, + offset: 5941, line: 204, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5940, + offset: 5942, line: 204, - col: 33, + col: 35, }, }, Name: "y", @@ -15399,14 +15399,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5937, + offset: 5939, line: 204, - col: 30, + col: 32, }, }, ExpressionType: "const ? *", @@ -15415,14 +15415,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5937, + offset: 5939, line: 204, - col: 30, + col: 32, }, }, Name: "c", @@ -15438,14 +15438,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5915, + offset: 5917, line: 204, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5934, + offset: 5936, line: 204, - col: 27, + col: 29, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -15456,14 +15456,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5930, + offset: 5932, line: 204, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5933, + offset: 5935, line: 204, - col: 26, + col: 28, }, }, Format: "", @@ -15474,14 +15474,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5915, + offset: 5917, line: 204, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5929, + offset: 5931, line: 204, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -15490,14 +15490,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5915, + offset: 5917, line: 204, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5929, + offset: 5931, line: 204, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -15508,14 +15508,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5915, + offset: 5917, line: 204, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5934, + offset: 5936, line: 204, - col: 27, + col: 29, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -15526,14 +15526,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5930, + offset: 5932, line: 204, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5933, + offset: 5935, line: 204, - col: 26, + col: 28, }, }, Format: "", @@ -15544,14 +15544,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5915, + offset: 5917, line: 204, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5929, + offset: 5931, line: 204, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -15560,14 +15560,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5915, + offset: 5917, line: 204, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5929, + offset: 5931, line: 204, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -15581,14 +15581,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5942, + offset: 5944, line: 204, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -15598,14 +15598,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5940, + offset: 5942, line: 204, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -15616,14 +15616,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5939, + offset: 5941, line: 204, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5940, + offset: 5942, line: 204, - col: 33, + col: 35, }, }, Name: "y", @@ -15632,14 +15632,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5937, + offset: 5939, line: 204, - col: 30, + col: 32, }, }, ExpressionType: "const ? *", @@ -15648,14 +15648,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5937, + offset: 5939, line: 204, - col: 30, + col: 32, }, }, Name: "c", @@ -15667,14 +15667,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5942, + offset: 5944, line: 204, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -15684,14 +15684,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5940, + offset: 5942, line: 204, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -15702,14 +15702,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5939, + offset: 5941, line: 204, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5940, + offset: 5942, line: 204, - col: 33, + col: 35, }, }, Name: "y", @@ -15718,14 +15718,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5937, + offset: 5939, line: 204, - col: 30, + col: 32, }, }, ExpressionType: "const ? *", @@ -15734,14 +15734,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5937, + offset: 5939, line: 204, - col: 30, + col: 32, }, }, Name: "c", @@ -15757,14 +15757,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5953, + offset: 5955, line: 205, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5990, + offset: 5992, line: 205, - col: 44, + col: 46, }, }, 'Prop_Clauses': [ @@ -15772,14 +15772,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5954, + offset: 5956, line: 205, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5977, + offset: 5979, line: 205, - col: 31, + col: 33, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -15790,14 +15790,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5969, + offset: 5971, line: 205, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5976, + offset: 5978, line: 205, - col: 30, + col: 32, }, }, Format: "", @@ -15808,14 +15808,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5954, + offset: 5956, line: 205, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5968, + offset: 5970, line: 205, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -15824,14 +15824,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5954, + offset: 5956, line: 205, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5968, + offset: 5970, line: 205, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -15842,14 +15842,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5989, + offset: 5991, line: 205, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -15859,14 +15859,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5987, + offset: 5989, line: 205, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -15877,14 +15877,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5982, + offset: 5984, line: 205, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 5987, + offset: 5989, line: 205, - col: 41, + col: 43, }, }, Name: "width", @@ -15893,14 +15893,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5980, + offset: 5982, line: 205, - col: 34, + col: 36, }, }, ExpressionType: "const ? *", @@ -15909,14 +15909,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5980, + offset: 5982, line: 205, - col: 34, + col: 36, }, }, Name: "c", @@ -15932,14 +15932,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5954, + offset: 5956, line: 205, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5977, + offset: 5979, line: 205, - col: 31, + col: 33, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -15950,14 +15950,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5969, + offset: 5971, line: 205, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5976, + offset: 5978, line: 205, - col: 30, + col: 32, }, }, Format: "", @@ -15968,14 +15968,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5954, + offset: 5956, line: 205, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5968, + offset: 5970, line: 205, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -15984,14 +15984,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5954, + offset: 5956, line: 205, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5968, + offset: 5970, line: 205, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -16002,14 +16002,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5954, + offset: 5956, line: 205, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5977, + offset: 5979, line: 205, - col: 31, + col: 33, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -16020,14 +16020,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5969, + offset: 5971, line: 205, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5976, + offset: 5978, line: 205, - col: 30, + col: 32, }, }, Format: "", @@ -16038,14 +16038,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5954, + offset: 5956, line: 205, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5968, + offset: 5970, line: 205, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -16054,14 +16054,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5954, + offset: 5956, line: 205, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5968, + offset: 5970, line: 205, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -16075,14 +16075,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5989, + offset: 5991, line: 205, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -16092,14 +16092,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5987, + offset: 5989, line: 205, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -16110,14 +16110,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5982, + offset: 5984, line: 205, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 5987, + offset: 5989, line: 205, - col: 41, + col: 43, }, }, Name: "width", @@ -16126,14 +16126,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5980, + offset: 5982, line: 205, - col: 34, + col: 36, }, }, ExpressionType: "const ? *", @@ -16142,14 +16142,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5980, + offset: 5982, line: 205, - col: 34, + col: 36, }, }, Name: "c", @@ -16161,14 +16161,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5989, + offset: 5991, line: 205, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -16178,14 +16178,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5987, + offset: 5989, line: 205, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -16196,14 +16196,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5982, + offset: 5984, line: 205, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 5987, + offset: 5989, line: 205, - col: 41, + col: 43, }, }, Name: "width", @@ -16212,14 +16212,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5980, + offset: 5982, line: 205, - col: 34, + col: 36, }, }, ExpressionType: "const ? *", @@ -16228,14 +16228,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5980, + offset: 5982, line: 205, - col: 34, + col: 36, }, }, Name: "c", @@ -16251,14 +16251,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6000, + offset: 6002, line: 206, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6039, + offset: 6041, line: 206, - col: 46, + col: 48, }, }, 'Prop_Clauses': [ @@ -16266,14 +16266,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6001, + offset: 6003, line: 206, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6025, + offset: 6027, line: 206, - col: 32, + col: 34, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -16284,14 +16284,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6016, + offset: 6018, line: 206, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6024, + offset: 6026, line: 206, - col: 31, + col: 33, }, }, Format: "", @@ -16302,14 +16302,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6001, + offset: 6003, line: 206, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6015, + offset: 6017, line: 206, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -16318,14 +16318,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6001, + offset: 6003, line: 206, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6015, + offset: 6017, line: 206, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -16336,14 +16336,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6038, + offset: 6040, line: 206, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -16353,14 +16353,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6036, + offset: 6038, line: 206, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -16371,14 +16371,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6030, + offset: 6032, line: 206, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6036, + offset: 6038, line: 206, - col: 43, + col: 45, }, }, Name: "height", @@ -16387,14 +16387,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6028, + offset: 6030, line: 206, - col: 35, + col: 37, }, }, ExpressionType: "const ? *", @@ -16403,14 +16403,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6028, + offset: 6030, line: 206, - col: 35, + col: 37, }, }, Name: "c", @@ -16426,14 +16426,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6001, + offset: 6003, line: 206, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6025, + offset: 6027, line: 206, - col: 32, + col: 34, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -16444,14 +16444,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6016, + offset: 6018, line: 206, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6024, + offset: 6026, line: 206, - col: 31, + col: 33, }, }, Format: "", @@ -16462,14 +16462,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6001, + offset: 6003, line: 206, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6015, + offset: 6017, line: 206, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -16478,14 +16478,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6001, + offset: 6003, line: 206, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6015, + offset: 6017, line: 206, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -16496,14 +16496,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6001, + offset: 6003, line: 206, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6025, + offset: 6027, line: 206, - col: 32, + col: 34, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -16514,14 +16514,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6016, + offset: 6018, line: 206, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6024, + offset: 6026, line: 206, - col: 31, + col: 33, }, }, Format: "", @@ -16532,14 +16532,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6001, + offset: 6003, line: 206, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6015, + offset: 6017, line: 206, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -16548,14 +16548,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6001, + offset: 6003, line: 206, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6015, + offset: 6017, line: 206, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -16569,14 +16569,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6038, + offset: 6040, line: 206, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -16586,14 +16586,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6036, + offset: 6038, line: 206, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -16604,14 +16604,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6030, + offset: 6032, line: 206, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6036, + offset: 6038, line: 206, - col: 43, + col: 45, }, }, Name: "height", @@ -16620,14 +16620,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6028, + offset: 6030, line: 206, - col: 35, + col: 37, }, }, ExpressionType: "const ? *", @@ -16636,14 +16636,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6028, + offset: 6030, line: 206, - col: 35, + col: 37, }, }, Name: "c", @@ -16655,14 +16655,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6038, + offset: 6040, line: 206, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -16672,14 +16672,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6036, + offset: 6038, line: 206, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -16690,14 +16690,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6030, + offset: 6032, line: 206, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6036, + offset: 6038, line: 206, - col: 43, + col: 45, }, }, Name: "height", @@ -16706,14 +16706,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6028, + offset: 6030, line: 206, - col: 35, + col: 37, }, }, ExpressionType: "const ? *", @@ -16722,14 +16722,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6028, + offset: 6030, line: 206, - col: 35, + col: 37, }, }, Name: "c", @@ -16745,14 +16745,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6049, + offset: 6051, line: 207, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6099, + offset: 6101, line: 207, - col: 57, + col: 59, }, }, 'Prop_Clauses': [ @@ -16760,14 +16760,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6050, + offset: 6052, line: 207, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6084, + offset: 6086, line: 207, - col: 42, + col: 44, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -16778,14 +16778,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6065, + offset: 6067, line: 207, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6083, + offset: 6085, line: 207, - col: 41, + col: 43, }, }, Format: "", @@ -16796,14 +16796,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6050, + offset: 6052, line: 207, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6064, + offset: 6066, line: 207, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -16812,14 +16812,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6050, + offset: 6052, line: 207, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6064, + offset: 6066, line: 207, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -16830,14 +16830,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6098, + offset: 6100, line: 207, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -16847,14 +16847,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6096, + offset: 6098, line: 207, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -16865,14 +16865,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6089, + offset: 6091, line: 207, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 6096, + offset: 6098, line: 207, - col: 54, + col: 56, }, }, Name: "desktop", @@ -16881,14 +16881,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6087, + offset: 6089, line: 207, - col: 45, + col: 47, }, }, ExpressionType: "const ? *", @@ -16897,14 +16897,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6087, + offset: 6089, line: 207, - col: 45, + col: 47, }, }, Name: "c", @@ -16920,14 +16920,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6050, + offset: 6052, line: 207, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6084, + offset: 6086, line: 207, - col: 42, + col: 44, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -16938,14 +16938,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6065, + offset: 6067, line: 207, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6083, + offset: 6085, line: 207, - col: 41, + col: 43, }, }, Format: "", @@ -16956,14 +16956,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6050, + offset: 6052, line: 207, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6064, + offset: 6066, line: 207, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -16972,14 +16972,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6050, + offset: 6052, line: 207, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6064, + offset: 6066, line: 207, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -16990,14 +16990,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6050, + offset: 6052, line: 207, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6084, + offset: 6086, line: 207, - col: 42, + col: 44, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -17008,14 +17008,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6065, + offset: 6067, line: 207, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6083, + offset: 6085, line: 207, - col: 41, + col: 43, }, }, Format: "", @@ -17026,14 +17026,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6050, + offset: 6052, line: 207, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6064, + offset: 6066, line: 207, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -17042,14 +17042,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6050, + offset: 6052, line: 207, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6064, + offset: 6066, line: 207, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -17063,14 +17063,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6098, + offset: 6100, line: 207, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -17080,14 +17080,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6096, + offset: 6098, line: 207, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -17098,14 +17098,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6089, + offset: 6091, line: 207, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 6096, + offset: 6098, line: 207, - col: 54, + col: 56, }, }, Name: "desktop", @@ -17114,14 +17114,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6087, + offset: 6089, line: 207, - col: 45, + col: 47, }, }, ExpressionType: "const ? *", @@ -17130,14 +17130,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6087, + offset: 6089, line: 207, - col: 45, + col: 47, }, }, Name: "c", @@ -17149,14 +17149,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6098, + offset: 6100, line: 207, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -17166,14 +17166,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6096, + offset: 6098, line: 207, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -17184,14 +17184,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6089, + offset: 6091, line: 207, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 6096, + offset: 6098, line: 207, - col: 54, + col: 56, }, }, Name: "desktop", @@ -17200,14 +17200,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6087, + offset: 6089, line: 207, - col: 45, + col: 47, }, }, ExpressionType: "const ? *", @@ -17216,14 +17216,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6087, + offset: 6089, line: 207, - col: 45, + col: 47, }, }, Name: "c", @@ -17239,14 +17239,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6109, + offset: 6111, line: 208, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6156, + offset: 6158, line: 208, - col: 54, + col: 56, }, }, 'Prop_Clauses': [ @@ -17254,14 +17254,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6110, + offset: 6112, line: 208, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6137, + offset: 6139, line: 208, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -17272,14 +17272,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6125, + offset: 6127, line: 208, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6136, + offset: 6138, line: 208, - col: 34, + col: 36, }, }, Format: "", @@ -17290,14 +17290,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6110, + offset: 6112, line: 208, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6124, + offset: 6126, line: 208, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -17306,14 +17306,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6110, + offset: 6112, line: 208, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6124, + offset: 6126, line: 208, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -17324,14 +17324,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6155, + offset: 6157, line: 208, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -17341,14 +17341,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6153, + offset: 6155, line: 208, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -17359,14 +17359,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6142, + offset: 6144, line: 208, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6153, + offset: 6155, line: 208, - col: 51, + col: 53, }, }, Name: "isMinimized", @@ -17375,14 +17375,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6140, + offset: 6142, line: 208, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -17391,14 +17391,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6140, + offset: 6142, line: 208, - col: 38, + col: 40, }, }, Name: "c", @@ -17414,14 +17414,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6110, + offset: 6112, line: 208, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6137, + offset: 6139, line: 208, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -17432,14 +17432,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6125, + offset: 6127, line: 208, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6136, + offset: 6138, line: 208, - col: 34, + col: 36, }, }, Format: "", @@ -17450,14 +17450,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6110, + offset: 6112, line: 208, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6124, + offset: 6126, line: 208, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -17466,14 +17466,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6110, + offset: 6112, line: 208, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6124, + offset: 6126, line: 208, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -17484,14 +17484,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6110, + offset: 6112, line: 208, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6137, + offset: 6139, line: 208, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -17502,14 +17502,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6125, + offset: 6127, line: 208, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6136, + offset: 6138, line: 208, - col: 34, + col: 36, }, }, Format: "", @@ -17520,14 +17520,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6110, + offset: 6112, line: 208, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6124, + offset: 6126, line: 208, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -17536,14 +17536,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6110, + offset: 6112, line: 208, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6124, + offset: 6126, line: 208, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -17557,14 +17557,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6155, + offset: 6157, line: 208, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -17574,14 +17574,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6153, + offset: 6155, line: 208, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -17592,14 +17592,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6142, + offset: 6144, line: 208, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6153, + offset: 6155, line: 208, - col: 51, + col: 53, }, }, Name: "isMinimized", @@ -17608,14 +17608,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6140, + offset: 6142, line: 208, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -17624,14 +17624,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6140, + offset: 6142, line: 208, - col: 38, + col: 40, }, }, Name: "c", @@ -17643,14 +17643,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6155, + offset: 6157, line: 208, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -17660,14 +17660,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6153, + offset: 6155, line: 208, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -17678,14 +17678,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6142, + offset: 6144, line: 208, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6153, + offset: 6155, line: 208, - col: 51, + col: 53, }, }, Name: "isMinimized", @@ -17694,14 +17694,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6140, + offset: 6142, line: 208, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -17710,14 +17710,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6140, + offset: 6142, line: 208, - col: 38, + col: 40, }, }, Name: "c", @@ -17733,14 +17733,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6166, + offset: 6168, line: 209, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6206, + offset: 6208, line: 209, - col: 47, + col: 49, }, }, 'Prop_Clauses': [ @@ -17748,14 +17748,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6167, + offset: 6169, line: 209, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6191, + offset: 6193, line: 209, - col: 32, + col: 34, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -17766,14 +17766,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6182, + offset: 6184, line: 209, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6190, + offset: 6192, line: 209, - col: 31, + col: 33, }, }, Format: "", @@ -17784,14 +17784,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6167, + offset: 6169, line: 209, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6181, + offset: 6183, line: 209, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -17800,14 +17800,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6167, + offset: 6169, line: 209, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6181, + offset: 6183, line: 209, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -17818,14 +17818,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6205, + offset: 6207, line: 209, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -17835,14 +17835,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6203, + offset: 6205, line: 209, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -17853,14 +17853,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6196, + offset: 6198, line: 209, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6203, + offset: 6205, line: 209, - col: 44, + col: 46, }, }, Name: "isShade", @@ -17869,14 +17869,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6194, + offset: 6196, line: 209, - col: 35, + col: 37, }, }, ExpressionType: "const ? *", @@ -17885,14 +17885,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6194, + offset: 6196, line: 209, - col: 35, + col: 37, }, }, Name: "c", @@ -17908,14 +17908,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6167, + offset: 6169, line: 209, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6191, + offset: 6193, line: 209, - col: 32, + col: 34, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -17926,14 +17926,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6182, + offset: 6184, line: 209, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6190, + offset: 6192, line: 209, - col: 31, + col: 33, }, }, Format: "", @@ -17944,14 +17944,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6167, + offset: 6169, line: 209, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6181, + offset: 6183, line: 209, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -17960,14 +17960,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6167, + offset: 6169, line: 209, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6181, + offset: 6183, line: 209, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -17978,14 +17978,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6167, + offset: 6169, line: 209, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6191, + offset: 6193, line: 209, - col: 32, + col: 34, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -17996,14 +17996,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6182, + offset: 6184, line: 209, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6190, + offset: 6192, line: 209, - col: 31, + col: 33, }, }, Format: "", @@ -18014,14 +18014,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6167, + offset: 6169, line: 209, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6181, + offset: 6183, line: 209, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -18030,14 +18030,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6167, + offset: 6169, line: 209, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6181, + offset: 6183, line: 209, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -18051,14 +18051,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6205, + offset: 6207, line: 209, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -18068,14 +18068,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6203, + offset: 6205, line: 209, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -18086,14 +18086,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6196, + offset: 6198, line: 209, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6203, + offset: 6205, line: 209, - col: 44, + col: 46, }, }, Name: "isShade", @@ -18102,14 +18102,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6194, + offset: 6196, line: 209, - col: 35, + col: 37, }, }, ExpressionType: "const ? *", @@ -18118,14 +18118,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6194, + offset: 6196, line: 209, - col: 35, + col: 37, }, }, Name: "c", @@ -18137,14 +18137,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6205, + offset: 6207, line: 209, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -18154,14 +18154,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6203, + offset: 6205, line: 209, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -18172,14 +18172,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6196, + offset: 6198, line: 209, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6203, + offset: 6205, line: 209, - col: 44, + col: 46, }, }, Name: "isShade", @@ -18188,14 +18188,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6194, + offset: 6196, line: 209, - col: 35, + col: 37, }, }, ExpressionType: "const ? *", @@ -18204,14 +18204,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6194, + offset: 6196, line: 209, - col: 35, + col: 37, }, }, Name: "c", @@ -18227,14 +18227,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6216, + offset: 6218, line: 210, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6265, + offset: 6267, line: 210, - col: 56, + col: 58, }, }, 'Prop_Clauses': [ @@ -18242,14 +18242,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6217, + offset: 6219, line: 210, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6245, + offset: 6247, line: 210, - col: 36, + col: 38, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -18260,14 +18260,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6232, + offset: 6234, line: 210, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6244, + offset: 6246, line: 210, - col: 35, + col: 37, }, }, Format: "", @@ -18278,14 +18278,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6217, + offset: 6219, line: 210, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6231, + offset: 6233, line: 210, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -18294,14 +18294,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6217, + offset: 6219, line: 210, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6231, + offset: 6233, line: 210, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -18312,14 +18312,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6264, + offset: 6266, line: 210, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -18329,14 +18329,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6262, + offset: 6264, line: 210, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -18347,14 +18347,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6250, + offset: 6252, line: 210, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 6262, + offset: 6264, line: 210, - col: 53, + col: 55, }, }, Name: "isFullScreen", @@ -18363,14 +18363,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6248, + offset: 6250, line: 210, - col: 39, + col: 41, }, }, ExpressionType: "const ? *", @@ -18379,14 +18379,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6248, + offset: 6250, line: 210, - col: 39, + col: 41, }, }, Name: "c", @@ -18402,14 +18402,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6217, + offset: 6219, line: 210, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6245, + offset: 6247, line: 210, - col: 36, + col: 38, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -18420,14 +18420,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6232, + offset: 6234, line: 210, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6244, + offset: 6246, line: 210, - col: 35, + col: 37, }, }, Format: "", @@ -18438,14 +18438,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6217, + offset: 6219, line: 210, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6231, + offset: 6233, line: 210, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -18454,14 +18454,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6217, + offset: 6219, line: 210, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6231, + offset: 6233, line: 210, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -18472,14 +18472,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6217, + offset: 6219, line: 210, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6245, + offset: 6247, line: 210, - col: 36, + col: 38, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -18490,14 +18490,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6232, + offset: 6234, line: 210, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6244, + offset: 6246, line: 210, - col: 35, + col: 37, }, }, Format: "", @@ -18508,14 +18508,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6217, + offset: 6219, line: 210, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6231, + offset: 6233, line: 210, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -18524,14 +18524,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6217, + offset: 6219, line: 210, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6231, + offset: 6233, line: 210, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -18545,14 +18545,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6264, + offset: 6266, line: 210, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -18562,14 +18562,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6262, + offset: 6264, line: 210, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -18580,14 +18580,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6250, + offset: 6252, line: 210, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 6262, + offset: 6264, line: 210, - col: 53, + col: 55, }, }, Name: "isFullScreen", @@ -18596,14 +18596,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6248, + offset: 6250, line: 210, - col: 39, + col: 41, }, }, ExpressionType: "const ? *", @@ -18612,14 +18612,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6248, + offset: 6250, line: 210, - col: 39, + col: 41, }, }, Name: "c", @@ -18631,14 +18631,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6264, + offset: 6266, line: 210, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -18648,14 +18648,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6262, + offset: 6264, line: 210, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -18666,14 +18666,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6250, + offset: 6252, line: 210, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 6262, + offset: 6264, line: 210, - col: 53, + col: 55, }, }, Name: "isFullScreen", @@ -18682,14 +18682,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6248, + offset: 6250, line: 210, - col: 39, + col: 41, }, }, ExpressionType: "const ? *", @@ -18698,14 +18698,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6248, + offset: 6250, line: 210, - col: 39, + col: 41, }, }, Name: "c", @@ -18721,14 +18721,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6275, + offset: 6277, line: 211, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6320, + offset: 6322, line: 211, - col: 52, + col: 54, }, }, 'Prop_Clauses': [ @@ -18736,14 +18736,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6276, + offset: 6278, line: 211, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6303, + offset: 6305, line: 211, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -18754,14 +18754,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6291, + offset: 6293, line: 211, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6302, + offset: 6304, line: 211, - col: 34, + col: 36, }, }, Format: "", @@ -18772,14 +18772,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6276, + offset: 6278, line: 211, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6290, + offset: 6292, line: 211, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -18788,14 +18788,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6276, + offset: 6278, line: 211, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6290, + offset: 6292, line: 211, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -18806,14 +18806,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6319, + offset: 6321, line: 211, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -18823,14 +18823,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6317, + offset: 6319, line: 211, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -18841,14 +18841,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6308, + offset: 6310, line: 211, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6317, + offset: 6319, line: 211, - col: 49, + col: 51, }, }, Name: "keepAbove", @@ -18857,14 +18857,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6306, + offset: 6308, line: 211, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -18873,14 +18873,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6306, + offset: 6308, line: 211, - col: 38, + col: 40, }, }, Name: "c", @@ -18896,14 +18896,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6276, + offset: 6278, line: 211, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6303, + offset: 6305, line: 211, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -18914,14 +18914,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6291, + offset: 6293, line: 211, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6302, + offset: 6304, line: 211, - col: 34, + col: 36, }, }, Format: "", @@ -18932,14 +18932,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6276, + offset: 6278, line: 211, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6290, + offset: 6292, line: 211, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -18948,14 +18948,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6276, + offset: 6278, line: 211, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6290, + offset: 6292, line: 211, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -18966,14 +18966,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6276, + offset: 6278, line: 211, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6303, + offset: 6305, line: 211, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -18984,14 +18984,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6291, + offset: 6293, line: 211, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6302, + offset: 6304, line: 211, - col: 34, + col: 36, }, }, Format: "", @@ -19002,14 +19002,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6276, + offset: 6278, line: 211, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6290, + offset: 6292, line: 211, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -19018,14 +19018,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6276, + offset: 6278, line: 211, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6290, + offset: 6292, line: 211, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -19039,14 +19039,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6319, + offset: 6321, line: 211, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -19056,14 +19056,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6317, + offset: 6319, line: 211, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -19074,14 +19074,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6308, + offset: 6310, line: 211, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6317, + offset: 6319, line: 211, - col: 49, + col: 51, }, }, Name: "keepAbove", @@ -19090,14 +19090,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6306, + offset: 6308, line: 211, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -19106,14 +19106,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6306, + offset: 6308, line: 211, - col: 38, + col: 40, }, }, Name: "c", @@ -19125,14 +19125,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6319, + offset: 6321, line: 211, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -19142,14 +19142,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6317, + offset: 6319, line: 211, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -19160,14 +19160,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6308, + offset: 6310, line: 211, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6317, + offset: 6319, line: 211, - col: 49, + col: 51, }, }, Name: "keepAbove", @@ -19176,14 +19176,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6306, + offset: 6308, line: 211, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -19192,14 +19192,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6306, + offset: 6308, line: 211, - col: 38, + col: 40, }, }, Name: "c", @@ -19215,14 +19215,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6330, + offset: 6332, line: 212, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6375, + offset: 6377, line: 212, - col: 52, + col: 54, }, }, 'Prop_Clauses': [ @@ -19230,14 +19230,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6331, + offset: 6333, line: 212, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6358, + offset: 6360, line: 212, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -19248,14 +19248,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6346, + offset: 6348, line: 212, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6357, + offset: 6359, line: 212, - col: 34, + col: 36, }, }, Format: "", @@ -19266,14 +19266,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6331, + offset: 6333, line: 212, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6345, + offset: 6347, line: 212, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -19282,14 +19282,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6331, + offset: 6333, line: 212, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6345, + offset: 6347, line: 212, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -19300,14 +19300,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6374, + offset: 6376, line: 212, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -19317,14 +19317,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6372, + offset: 6374, line: 212, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -19335,14 +19335,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6363, + offset: 6365, line: 212, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6372, + offset: 6374, line: 212, - col: 49, + col: 51, }, }, Name: "keepBelow", @@ -19351,14 +19351,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6361, + offset: 6363, line: 212, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -19367,14 +19367,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6361, + offset: 6363, line: 212, - col: 38, + col: 40, }, }, Name: "c", @@ -19390,14 +19390,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6331, + offset: 6333, line: 212, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6358, + offset: 6360, line: 212, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -19408,14 +19408,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6346, + offset: 6348, line: 212, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6357, + offset: 6359, line: 212, - col: 34, + col: 36, }, }, Format: "", @@ -19426,14 +19426,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6331, + offset: 6333, line: 212, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6345, + offset: 6347, line: 212, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -19442,14 +19442,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6331, + offset: 6333, line: 212, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6345, + offset: 6347, line: 212, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -19460,14 +19460,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6331, + offset: 6333, line: 212, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6358, + offset: 6360, line: 212, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -19478,14 +19478,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6346, + offset: 6348, line: 212, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6357, + offset: 6359, line: 212, - col: 34, + col: 36, }, }, Format: "", @@ -19496,14 +19496,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6331, + offset: 6333, line: 212, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6345, + offset: 6347, line: 212, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -19512,14 +19512,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6331, + offset: 6333, line: 212, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6345, + offset: 6347, line: 212, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -19533,14 +19533,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6374, + offset: 6376, line: 212, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -19550,14 +19550,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6372, + offset: 6374, line: 212, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -19568,14 +19568,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6363, + offset: 6365, line: 212, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6372, + offset: 6374, line: 212, - col: 49, + col: 51, }, }, Name: "keepBelow", @@ -19584,14 +19584,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6361, + offset: 6363, line: 212, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -19600,14 +19600,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6361, + offset: 6363, line: 212, - col: 38, + col: 40, }, }, Name: "c", @@ -19619,14 +19619,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6374, + offset: 6376, line: 212, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -19636,14 +19636,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6372, + offset: 6374, line: 212, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -19654,14 +19654,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6363, + offset: 6365, line: 212, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6372, + offset: 6374, line: 212, - col: 49, + col: 51, }, }, Name: "keepBelow", @@ -19670,14 +19670,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6361, + offset: 6363, line: 212, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -19686,14 +19686,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6361, + offset: 6363, line: 212, - col: 38, + col: 40, }, }, Name: "c", @@ -19709,14 +19709,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6385, + offset: 6387, line: 213, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6428, + offset: 6430, line: 213, - col: 50, + col: 52, }, }, 'Prop_Clauses': [ @@ -19724,14 +19724,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6386, + offset: 6388, line: 213, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6412, + offset: 6414, line: 213, - col: 34, + col: 36, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -19742,14 +19742,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6401, + offset: 6403, line: 213, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6411, + offset: 6413, line: 213, - col: 33, + col: 35, }, }, Format: "", @@ -19760,14 +19760,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6386, + offset: 6388, line: 213, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6400, + offset: 6402, line: 213, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -19776,14 +19776,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6386, + offset: 6388, line: 213, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6400, + offset: 6402, line: 213, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -19794,14 +19794,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6427, + offset: 6429, line: 213, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -19811,14 +19811,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6425, + offset: 6427, line: 213, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -19829,14 +19829,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6417, + offset: 6419, line: 213, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6425, + offset: 6427, line: 213, - col: 47, + col: 49, }, }, Name: "noBorder", @@ -19845,14 +19845,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6415, + offset: 6417, line: 213, - col: 37, + col: 39, }, }, ExpressionType: "const ? *", @@ -19861,14 +19861,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6415, + offset: 6417, line: 213, - col: 37, + col: 39, }, }, Name: "c", @@ -19884,14 +19884,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6386, + offset: 6388, line: 213, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6412, + offset: 6414, line: 213, - col: 34, + col: 36, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -19902,14 +19902,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6401, + offset: 6403, line: 213, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6411, + offset: 6413, line: 213, - col: 33, + col: 35, }, }, Format: "", @@ -19920,14 +19920,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6386, + offset: 6388, line: 213, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6400, + offset: 6402, line: 213, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -19936,14 +19936,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6386, + offset: 6388, line: 213, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6400, + offset: 6402, line: 213, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -19954,14 +19954,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6386, + offset: 6388, line: 213, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6412, + offset: 6414, line: 213, - col: 34, + col: 36, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -19972,14 +19972,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6401, + offset: 6403, line: 213, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6411, + offset: 6413, line: 213, - col: 33, + col: 35, }, }, Format: "", @@ -19990,14 +19990,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6386, + offset: 6388, line: 213, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6400, + offset: 6402, line: 213, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -20006,14 +20006,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6386, + offset: 6388, line: 213, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6400, + offset: 6402, line: 213, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -20027,14 +20027,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6427, + offset: 6429, line: 213, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -20044,14 +20044,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6425, + offset: 6427, line: 213, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -20062,14 +20062,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6417, + offset: 6419, line: 213, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6425, + offset: 6427, line: 213, - col: 47, + col: 49, }, }, Name: "noBorder", @@ -20078,14 +20078,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6415, + offset: 6417, line: 213, - col: 37, + col: 39, }, }, ExpressionType: "const ? *", @@ -20094,14 +20094,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6415, + offset: 6417, line: 213, - col: 37, + col: 39, }, }, Name: "c", @@ -20113,14 +20113,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6427, + offset: 6429, line: 213, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -20130,14 +20130,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6425, + offset: 6427, line: 213, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -20148,14 +20148,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6417, + offset: 6419, line: 213, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6425, + offset: 6427, line: 213, - col: 47, + col: 49, }, }, Name: "noBorder", @@ -20164,14 +20164,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6415, + offset: 6417, line: 213, - col: 37, + col: 39, }, }, ExpressionType: "const ? *", @@ -20180,14 +20180,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6415, + offset: 6417, line: 213, - col: 37, + col: 39, }, }, Name: "c", @@ -20203,14 +20203,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6438, + offset: 6440, line: 214, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6487, + offset: 6489, line: 214, - col: 56, + col: 58, }, }, 'Prop_Clauses': [ @@ -20218,14 +20218,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 214, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6468, + offset: 6470, line: 214, - col: 37, + col: 39, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -20236,14 +20236,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6454, + offset: 6456, line: 214, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6467, + offset: 6469, line: 214, - col: 36, + col: 38, }, }, Format: "", @@ -20254,14 +20254,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 214, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6453, + offset: 6455, line: 214, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -20270,14 +20270,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 214, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6453, + offset: 6455, line: 214, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -20288,14 +20288,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6486, + offset: 6488, line: 214, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -20305,14 +20305,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6484, + offset: 6486, line: 214, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -20323,14 +20323,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6473, + offset: 6475, line: 214, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 6484, + offset: 6486, line: 214, - col: 53, + col: 55, }, }, Name: "skipTaskbar", @@ -20339,14 +20339,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6471, + offset: 6473, line: 214, - col: 40, + col: 42, }, }, ExpressionType: "const ? *", @@ -20355,14 +20355,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6471, + offset: 6473, line: 214, - col: 40, + col: 42, }, }, Name: "c", @@ -20378,14 +20378,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 214, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6468, + offset: 6470, line: 214, - col: 37, + col: 39, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -20396,14 +20396,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6454, + offset: 6456, line: 214, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6467, + offset: 6469, line: 214, - col: 36, + col: 38, }, }, Format: "", @@ -20414,14 +20414,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 214, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6453, + offset: 6455, line: 214, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -20430,14 +20430,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 214, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6453, + offset: 6455, line: 214, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -20448,14 +20448,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 214, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6468, + offset: 6470, line: 214, - col: 37, + col: 39, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -20466,14 +20466,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6454, + offset: 6456, line: 214, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6467, + offset: 6469, line: 214, - col: 36, + col: 38, }, }, Format: "", @@ -20484,14 +20484,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 214, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6453, + offset: 6455, line: 214, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -20500,14 +20500,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 214, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6453, + offset: 6455, line: 214, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -20521,14 +20521,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6486, + offset: 6488, line: 214, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -20538,14 +20538,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6484, + offset: 6486, line: 214, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -20556,14 +20556,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6473, + offset: 6475, line: 214, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 6484, + offset: 6486, line: 214, - col: 53, + col: 55, }, }, Name: "skipTaskbar", @@ -20572,14 +20572,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6471, + offset: 6473, line: 214, - col: 40, + col: 42, }, }, ExpressionType: "const ? *", @@ -20588,14 +20588,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6471, + offset: 6473, line: 214, - col: 40, + col: 42, }, }, Name: "c", @@ -20607,14 +20607,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6486, + offset: 6488, line: 214, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -20624,14 +20624,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6484, + offset: 6486, line: 214, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -20642,14 +20642,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6473, + offset: 6475, line: 214, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 6484, + offset: 6486, line: 214, - col: 53, + col: 55, }, }, Name: "skipTaskbar", @@ -20658,14 +20658,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6471, + offset: 6473, line: 214, - col: 40, + col: 42, }, }, ExpressionType: "const ? *", @@ -20674,14 +20674,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6471, + offset: 6473, line: 214, - col: 40, + col: 42, }, }, Name: "c", @@ -20697,14 +20697,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6497, + offset: 6499, line: 215, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6542, + offset: 6544, line: 215, - col: 52, + col: 54, }, }, 'Prop_Clauses': [ @@ -20712,14 +20712,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6498, + offset: 6500, line: 215, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6525, + offset: 6527, line: 215, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -20730,14 +20730,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6513, + offset: 6515, line: 215, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6524, + offset: 6526, line: 215, - col: 34, + col: 36, }, }, Format: "", @@ -20748,14 +20748,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6498, + offset: 6500, line: 215, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6512, + offset: 6514, line: 215, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -20764,14 +20764,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6498, + offset: 6500, line: 215, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6512, + offset: 6514, line: 215, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -20782,14 +20782,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6541, + offset: 6543, line: 215, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -20799,14 +20799,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6539, + offset: 6541, line: 215, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -20817,14 +20817,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6530, + offset: 6532, line: 215, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6539, + offset: 6541, line: 215, - col: 49, + col: 51, }, }, Name: "skipPager", @@ -20833,14 +20833,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6528, + offset: 6530, line: 215, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -20849,14 +20849,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6528, + offset: 6530, line: 215, - col: 38, + col: 40, }, }, Name: "c", @@ -20872,14 +20872,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6498, + offset: 6500, line: 215, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6525, + offset: 6527, line: 215, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -20890,14 +20890,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6513, + offset: 6515, line: 215, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6524, + offset: 6526, line: 215, - col: 34, + col: 36, }, }, Format: "", @@ -20908,14 +20908,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6498, + offset: 6500, line: 215, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6512, + offset: 6514, line: 215, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -20924,14 +20924,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6498, + offset: 6500, line: 215, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6512, + offset: 6514, line: 215, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -20942,14 +20942,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6498, + offset: 6500, line: 215, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6525, + offset: 6527, line: 215, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -20960,14 +20960,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6513, + offset: 6515, line: 215, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6524, + offset: 6526, line: 215, - col: 34, + col: 36, }, }, Format: "", @@ -20978,14 +20978,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6498, + offset: 6500, line: 215, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6512, + offset: 6514, line: 215, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -20994,14 +20994,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6498, + offset: 6500, line: 215, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6512, + offset: 6514, line: 215, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -21015,14 +21015,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6541, + offset: 6543, line: 215, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -21032,14 +21032,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6539, + offset: 6541, line: 215, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -21050,14 +21050,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6530, + offset: 6532, line: 215, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6539, + offset: 6541, line: 215, - col: 49, + col: 51, }, }, Name: "skipPager", @@ -21066,14 +21066,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6528, + offset: 6530, line: 215, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -21082,14 +21082,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6528, + offset: 6530, line: 215, - col: 38, + col: 40, }, }, Name: "c", @@ -21101,14 +21101,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6541, + offset: 6543, line: 215, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -21118,14 +21118,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6539, + offset: 6541, line: 215, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -21136,14 +21136,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6530, + offset: 6532, line: 215, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6539, + offset: 6541, line: 215, - col: 49, + col: 51, }, }, Name: "skipPager", @@ -21152,14 +21152,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6528, + offset: 6530, line: 215, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -21168,14 +21168,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6528, + offset: 6530, line: 215, - col: 38, + col: 40, }, }, Name: "c", @@ -21191,14 +21191,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6552, + offset: 6554, line: 216, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6603, + offset: 6605, line: 216, - col: 58, + col: 60, }, }, 'Prop_Clauses': [ @@ -21206,14 +21206,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6553, + offset: 6555, line: 216, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6583, + offset: 6585, line: 216, - col: 38, + col: 40, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -21224,14 +21224,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6568, + offset: 6570, line: 216, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6582, + offset: 6584, line: 216, - col: 37, + col: 39, }, }, Format: "", @@ -21242,14 +21242,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6553, + offset: 6555, line: 216, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6567, + offset: 6569, line: 216, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -21258,14 +21258,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6553, + offset: 6555, line: 216, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6567, + offset: 6569, line: 216, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -21276,14 +21276,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6602, + offset: 6604, line: 216, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -21293,14 +21293,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6600, + offset: 6602, line: 216, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -21311,14 +21311,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6588, + offset: 6590, line: 216, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 6600, + offset: 6602, line: 216, - col: 55, + col: 57, }, }, Name: "skipSwitcher", @@ -21327,14 +21327,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6586, + offset: 6588, line: 216, - col: 41, + col: 43, }, }, ExpressionType: "const ? *", @@ -21343,14 +21343,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6586, + offset: 6588, line: 216, - col: 41, + col: 43, }, }, Name: "c", @@ -21366,14 +21366,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6553, + offset: 6555, line: 216, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6583, + offset: 6585, line: 216, - col: 38, + col: 40, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -21384,14 +21384,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6568, + offset: 6570, line: 216, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6582, + offset: 6584, line: 216, - col: 37, + col: 39, }, }, Format: "", @@ -21402,14 +21402,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6553, + offset: 6555, line: 216, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6567, + offset: 6569, line: 216, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -21418,14 +21418,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6553, + offset: 6555, line: 216, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6567, + offset: 6569, line: 216, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -21436,14 +21436,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6553, + offset: 6555, line: 216, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6583, + offset: 6585, line: 216, - col: 38, + col: 40, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -21454,14 +21454,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6568, + offset: 6570, line: 216, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6582, + offset: 6584, line: 216, - col: 37, + col: 39, }, }, Format: "", @@ -21472,14 +21472,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6553, + offset: 6555, line: 216, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6567, + offset: 6569, line: 216, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -21488,14 +21488,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6553, + offset: 6555, line: 216, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6567, + offset: 6569, line: 216, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -21509,14 +21509,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6602, + offset: 6604, line: 216, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -21526,14 +21526,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6600, + offset: 6602, line: 216, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -21544,14 +21544,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6588, + offset: 6590, line: 216, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 6600, + offset: 6602, line: 216, - col: 55, + col: 57, }, }, Name: "skipSwitcher", @@ -21560,14 +21560,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6586, + offset: 6588, line: 216, - col: 41, + col: 43, }, }, ExpressionType: "const ? *", @@ -21576,14 +21576,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6586, + offset: 6588, line: 216, - col: 41, + col: 43, }, }, Name: "c", @@ -21595,14 +21595,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6602, + offset: 6604, line: 216, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -21612,14 +21612,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6600, + offset: 6602, line: 216, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -21630,14 +21630,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6588, + offset: 6590, line: 216, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 6600, + offset: 6602, line: 216, - col: 55, + col: 57, }, }, Name: "skipSwitcher", @@ -21646,14 +21646,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6586, + offset: 6588, line: 216, - col: 41, + col: 43, }, }, ExpressionType: "const ? *", @@ -21662,14 +21662,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6586, + offset: 6588, line: 216, - col: 41, + col: 43, }, }, Name: "c", @@ -21685,14 +21685,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6613, + offset: 6615, line: 217, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6691, + offset: 6693, line: 217, - col: 85, + col: 87, }, }, 'Prop_Clauses': [ @@ -21700,14 +21700,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6614, + offset: 6616, line: 217, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6650, + offset: 6652, line: 217, - col: 44, + col: 46, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -21718,14 +21718,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6629, + offset: 6631, line: 217, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6649, + offset: 6651, line: 217, - col: 43, + col: 45, }, }, Format: "", @@ -21736,14 +21736,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6614, + offset: 6616, line: 217, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6628, + offset: 6630, line: 217, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -21752,14 +21752,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6614, + offset: 6616, line: 217, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6628, + offset: 6630, line: 217, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -21771,14 +21771,14 @@ '@role': [And, Binary, Bitwise, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -21788,14 +21788,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -21804,14 +21804,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, Name: "MaximizeHorizontal", @@ -21821,14 +21821,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6669, + offset: 6671, line: 217, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -21838,14 +21838,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6667, + offset: 6669, line: 217, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -21856,14 +21856,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6655, + offset: 6657, line: 217, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 6667, + offset: 6669, line: 217, - col: 61, + col: 63, }, }, Name: "maximizeMode", @@ -21872,14 +21872,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6653, + offset: 6655, line: 217, - col: 47, + col: 49, }, }, ExpressionType: "const ? *", @@ -21888,14 +21888,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6653, + offset: 6655, line: 217, - col: 47, + col: 49, }, }, Name: "c", @@ -21907,14 +21907,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -21923,14 +21923,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, Name: "MaximizeHorizontal", @@ -21945,14 +21945,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6614, + offset: 6616, line: 217, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6650, + offset: 6652, line: 217, - col: 44, + col: 46, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -21963,14 +21963,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6629, + offset: 6631, line: 217, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6649, + offset: 6651, line: 217, - col: 43, + col: 45, }, }, Format: "", @@ -21981,14 +21981,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6614, + offset: 6616, line: 217, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6628, + offset: 6630, line: 217, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -21997,14 +21997,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6614, + offset: 6616, line: 217, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6628, + offset: 6630, line: 217, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -22015,14 +22015,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6614, + offset: 6616, line: 217, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6650, + offset: 6652, line: 217, - col: 44, + col: 46, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -22033,14 +22033,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6629, + offset: 6631, line: 217, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6649, + offset: 6651, line: 217, - col: 43, + col: 45, }, }, Format: "", @@ -22051,14 +22051,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6614, + offset: 6616, line: 217, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6628, + offset: 6630, line: 217, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -22067,14 +22067,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6614, + offset: 6616, line: 217, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6628, + offset: 6630, line: 217, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -22089,14 +22089,14 @@ '@role': [And, Binary, Bitwise, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -22106,14 +22106,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -22122,14 +22122,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, Name: "MaximizeHorizontal", @@ -22139,14 +22139,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6669, + offset: 6671, line: 217, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -22156,14 +22156,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6667, + offset: 6669, line: 217, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -22174,14 +22174,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6655, + offset: 6657, line: 217, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 6667, + offset: 6669, line: 217, - col: 61, + col: 63, }, }, Name: "maximizeMode", @@ -22190,14 +22190,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6653, + offset: 6655, line: 217, - col: 47, + col: 49, }, }, ExpressionType: "const ? *", @@ -22206,14 +22206,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6653, + offset: 6655, line: 217, - col: 47, + col: 49, }, }, Name: "c", @@ -22225,14 +22225,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -22241,14 +22241,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, Name: "MaximizeHorizontal", @@ -22260,14 +22260,14 @@ '@role': [And, Binary, Bitwise, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -22277,14 +22277,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -22293,14 +22293,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, Name: "MaximizeHorizontal", @@ -22310,14 +22310,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6669, + offset: 6671, line: 217, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -22327,14 +22327,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6667, + offset: 6669, line: 217, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -22345,14 +22345,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6655, + offset: 6657, line: 217, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 6667, + offset: 6669, line: 217, - col: 61, + col: 63, }, }, Name: "maximizeMode", @@ -22361,14 +22361,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6653, + offset: 6655, line: 217, - col: 47, + col: 49, }, }, ExpressionType: "const ? *", @@ -22377,14 +22377,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6653, + offset: 6655, line: 217, - col: 47, + col: 49, }, }, Name: "c", @@ -22396,14 +22396,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -22412,14 +22412,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, Name: "MaximizeHorizontal", @@ -22434,14 +22434,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6701, + offset: 6703, line: 218, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6775, + offset: 6777, line: 218, - col: 81, + col: 83, }, }, 'Prop_Clauses': [ @@ -22449,14 +22449,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6702, + offset: 6704, line: 218, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6736, + offset: 6738, line: 218, - col: 42, + col: 44, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -22467,14 +22467,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6717, + offset: 6719, line: 218, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6735, + offset: 6737, line: 218, - col: 41, + col: 43, }, }, Format: "", @@ -22485,14 +22485,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6702, + offset: 6704, line: 218, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6716, + offset: 6718, line: 218, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -22501,14 +22501,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6702, + offset: 6704, line: 218, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6716, + offset: 6718, line: 218, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -22520,14 +22520,14 @@ '@role': [And, Binary, Bitwise, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -22537,14 +22537,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -22553,14 +22553,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, Name: "MaximizeVertical", @@ -22570,14 +22570,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6755, + offset: 6757, line: 218, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -22587,14 +22587,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6753, + offset: 6755, line: 218, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -22605,14 +22605,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6741, + offset: 6743, line: 218, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 6753, + offset: 6755, line: 218, - col: 59, + col: 61, }, }, Name: "maximizeMode", @@ -22621,14 +22621,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6739, + offset: 6741, line: 218, - col: 45, + col: 47, }, }, ExpressionType: "const ? *", @@ -22637,14 +22637,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6739, + offset: 6741, line: 218, - col: 45, + col: 47, }, }, Name: "c", @@ -22656,14 +22656,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -22672,14 +22672,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, Name: "MaximizeVertical", @@ -22694,14 +22694,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6702, + offset: 6704, line: 218, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6736, + offset: 6738, line: 218, - col: 42, + col: 44, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -22712,14 +22712,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6717, + offset: 6719, line: 218, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6735, + offset: 6737, line: 218, - col: 41, + col: 43, }, }, Format: "", @@ -22730,14 +22730,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6702, + offset: 6704, line: 218, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6716, + offset: 6718, line: 218, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -22746,14 +22746,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6702, + offset: 6704, line: 218, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6716, + offset: 6718, line: 218, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -22764,14 +22764,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6702, + offset: 6704, line: 218, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6736, + offset: 6738, line: 218, - col: 42, + col: 44, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -22782,14 +22782,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6717, + offset: 6719, line: 218, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6735, + offset: 6737, line: 218, - col: 41, + col: 43, }, }, Format: "", @@ -22800,14 +22800,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6702, + offset: 6704, line: 218, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6716, + offset: 6718, line: 218, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -22816,14 +22816,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6702, + offset: 6704, line: 218, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6716, + offset: 6718, line: 218, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -22838,14 +22838,14 @@ '@role': [And, Binary, Bitwise, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -22855,14 +22855,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -22871,14 +22871,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, Name: "MaximizeVertical", @@ -22888,14 +22888,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6755, + offset: 6757, line: 218, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -22905,14 +22905,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6753, + offset: 6755, line: 218, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -22923,14 +22923,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6741, + offset: 6743, line: 218, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 6753, + offset: 6755, line: 218, - col: 59, + col: 61, }, }, Name: "maximizeMode", @@ -22939,14 +22939,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6739, + offset: 6741, line: 218, - col: 45, + col: 47, }, }, ExpressionType: "const ? *", @@ -22955,14 +22955,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6739, + offset: 6741, line: 218, - col: 45, + col: 47, }, }, Name: "c", @@ -22974,14 +22974,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -22990,14 +22990,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, Name: "MaximizeVertical", @@ -23009,14 +23009,14 @@ '@role': [And, Binary, Bitwise, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -23026,14 +23026,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -23042,14 +23042,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, Name: "MaximizeVertical", @@ -23059,14 +23059,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6755, + offset: 6757, line: 218, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -23076,14 +23076,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6753, + offset: 6755, line: 218, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -23094,14 +23094,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6741, + offset: 6743, line: 218, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 6753, + offset: 6755, line: 218, - col: 59, + col: 61, }, }, Name: "maximizeMode", @@ -23110,14 +23110,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6739, + offset: 6741, line: 218, - col: 45, + col: 47, }, }, ExpressionType: "const ? *", @@ -23126,14 +23126,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6739, + offset: 6741, line: 218, - col: 45, + col: 47, }, }, Name: "c", @@ -23145,14 +23145,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -23161,14 +23161,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, Name: "MaximizeVertical", @@ -23185,14 +23185,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5460, + offset: 5462, line: 196, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5513, + offset: 5515, line: 196, - col: 60, + col: 62, }, }, 'Prop_Clauses': [ @@ -23200,14 +23200,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5461, + offset: 5463, line: 196, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5492, + offset: 5494, line: 196, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -23218,14 +23218,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5476, + offset: 5478, line: 196, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5491, + offset: 5493, line: 196, - col: 38, + col: 40, }, }, Format: "", @@ -23236,14 +23236,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5461, + offset: 5463, line: 196, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5475, + offset: 5477, line: 196, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -23252,14 +23252,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5461, + offset: 5463, line: 196, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5475, + offset: 5477, line: 196, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -23270,14 +23270,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5512, + offset: 5514, line: 196, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -23287,14 +23287,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5510, + offset: 5512, line: 196, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -23305,14 +23305,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5497, + offset: 5499, line: 196, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 5510, + offset: 5512, line: 196, - col: 57, + col: 59, }, }, Name: "resourceClass", @@ -23321,14 +23321,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5495, + offset: 5497, line: 196, - col: 42, + col: 44, }, }, ExpressionType: "const ? *", @@ -23337,14 +23337,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5495, + offset: 5497, line: 196, - col: 42, + col: 44, }, }, Name: "c", @@ -23360,14 +23360,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5461, + offset: 5463, line: 196, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5492, + offset: 5494, line: 196, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -23378,14 +23378,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5476, + offset: 5478, line: 196, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5491, + offset: 5493, line: 196, - col: 38, + col: 40, }, }, Format: "", @@ -23396,14 +23396,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5461, + offset: 5463, line: 196, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5475, + offset: 5477, line: 196, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -23412,14 +23412,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5461, + offset: 5463, line: 196, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5475, + offset: 5477, line: 196, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -23430,14 +23430,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5461, + offset: 5463, line: 196, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5492, + offset: 5494, line: 196, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -23448,14 +23448,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5476, + offset: 5478, line: 196, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5491, + offset: 5493, line: 196, - col: 38, + col: 40, }, }, Format: "", @@ -23466,14 +23466,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5461, + offset: 5463, line: 196, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5475, + offset: 5477, line: 196, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -23482,14 +23482,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5461, + offset: 5463, line: 196, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5475, + offset: 5477, line: 196, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -23503,14 +23503,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5512, + offset: 5514, line: 196, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -23520,14 +23520,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5510, + offset: 5512, line: 196, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -23538,14 +23538,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5497, + offset: 5499, line: 196, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 5510, + offset: 5512, line: 196, - col: 57, + col: 59, }, }, Name: "resourceClass", @@ -23554,14 +23554,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5495, + offset: 5497, line: 196, - col: 42, + col: 44, }, }, ExpressionType: "const ? *", @@ -23570,14 +23570,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5495, + offset: 5497, line: 196, - col: 42, + col: 44, }, }, Name: "c", @@ -23589,14 +23589,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5512, + offset: 5514, line: 196, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -23606,14 +23606,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5510, + offset: 5512, line: 196, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -23624,14 +23624,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5497, + offset: 5499, line: 196, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 5510, + offset: 5512, line: 196, - col: 57, + col: 59, }, }, Name: "resourceClass", @@ -23640,14 +23640,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5495, + offset: 5497, line: 196, - col: 42, + col: 44, }, }, ExpressionType: "const ? *", @@ -23656,14 +23656,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5495, + offset: 5497, line: 196, - col: 42, + col: 44, }, }, Name: "c", @@ -23679,14 +23679,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5523, + offset: 5525, line: 197, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5574, + offset: 5576, line: 197, - col: 58, + col: 60, }, }, 'Prop_Clauses': [ @@ -23694,14 +23694,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5524, + offset: 5526, line: 197, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5554, + offset: 5556, line: 197, - col: 38, + col: 40, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -23712,14 +23712,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5539, + offset: 5541, line: 197, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5553, + offset: 5555, line: 197, - col: 37, + col: 39, }, }, Format: "", @@ -23730,14 +23730,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5524, + offset: 5526, line: 197, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5538, + offset: 5540, line: 197, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -23746,14 +23746,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5524, + offset: 5526, line: 197, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5538, + offset: 5540, line: 197, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -23764,14 +23764,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5573, + offset: 5575, line: 197, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -23781,14 +23781,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5571, + offset: 5573, line: 197, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -23799,14 +23799,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5559, + offset: 5561, line: 197, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 5571, + offset: 5573, line: 197, - col: 55, + col: 57, }, }, Name: "resourceName", @@ -23815,14 +23815,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5557, + offset: 5559, line: 197, - col: 41, + col: 43, }, }, ExpressionType: "const ? *", @@ -23831,14 +23831,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5557, + offset: 5559, line: 197, - col: 41, + col: 43, }, }, Name: "c", @@ -23854,14 +23854,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5524, + offset: 5526, line: 197, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5554, + offset: 5556, line: 197, - col: 38, + col: 40, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -23872,14 +23872,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5539, + offset: 5541, line: 197, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5553, + offset: 5555, line: 197, - col: 37, + col: 39, }, }, Format: "", @@ -23890,14 +23890,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5524, + offset: 5526, line: 197, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5538, + offset: 5540, line: 197, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -23906,14 +23906,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5524, + offset: 5526, line: 197, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5538, + offset: 5540, line: 197, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -23924,14 +23924,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5524, + offset: 5526, line: 197, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5554, + offset: 5556, line: 197, - col: 38, + col: 40, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -23942,14 +23942,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5539, + offset: 5541, line: 197, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5553, + offset: 5555, line: 197, - col: 37, + col: 39, }, }, Format: "", @@ -23960,14 +23960,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5524, + offset: 5526, line: 197, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5538, + offset: 5540, line: 197, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -23976,14 +23976,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5524, + offset: 5526, line: 197, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5538, + offset: 5540, line: 197, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -23997,14 +23997,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5573, + offset: 5575, line: 197, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -24014,14 +24014,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5571, + offset: 5573, line: 197, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -24032,14 +24032,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5559, + offset: 5561, line: 197, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 5571, + offset: 5573, line: 197, - col: 55, + col: 57, }, }, Name: "resourceName", @@ -24048,14 +24048,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5557, + offset: 5559, line: 197, - col: 41, + col: 43, }, }, ExpressionType: "const ? *", @@ -24064,14 +24064,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5557, + offset: 5559, line: 197, - col: 41, + col: 43, }, }, Name: "c", @@ -24083,14 +24083,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5573, + offset: 5575, line: 197, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -24100,14 +24100,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5571, + offset: 5573, line: 197, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -24118,14 +24118,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5559, + offset: 5561, line: 197, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 5571, + offset: 5573, line: 197, - col: 55, + col: 57, }, }, Name: "resourceName", @@ -24134,14 +24134,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5557, + offset: 5559, line: 197, - col: 41, + col: 43, }, }, ExpressionType: "const ? *", @@ -24150,14 +24150,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5557, + offset: 5559, line: 197, - col: 41, + col: 43, }, }, Name: "c", @@ -24173,14 +24173,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5584, + offset: 5586, line: 198, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5637, + offset: 5639, line: 198, - col: 60, + col: 62, }, }, 'Prop_Clauses': [ @@ -24188,14 +24188,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5585, + offset: 5587, line: 198, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5614, + offset: 5616, line: 198, - col: 37, + col: 39, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -24206,14 +24206,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5600, + offset: 5602, line: 198, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5613, + offset: 5615, line: 198, - col: 36, + col: 38, }, }, Format: "", @@ -24224,14 +24224,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5585, + offset: 5587, line: 198, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5599, + offset: 5601, line: 198, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -24240,14 +24240,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5585, + offset: 5587, line: 198, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5599, + offset: 5601, line: 198, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -24258,14 +24258,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5636, + offset: 5638, line: 198, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -24275,14 +24275,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5634, + offset: 5636, line: 198, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -24293,14 +24293,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5619, + offset: 5621, line: 198, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 5634, + offset: 5636, line: 198, - col: 57, + col: 59, }, }, Name: "desktopFileName", @@ -24309,14 +24309,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5617, + offset: 5619, line: 198, - col: 40, + col: 42, }, }, ExpressionType: "const ? *", @@ -24325,14 +24325,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5617, + offset: 5619, line: 198, - col: 40, + col: 42, }, }, Name: "c", @@ -24348,14 +24348,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5585, + offset: 5587, line: 198, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5614, + offset: 5616, line: 198, - col: 37, + col: 39, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -24366,14 +24366,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5600, + offset: 5602, line: 198, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5613, + offset: 5615, line: 198, - col: 36, + col: 38, }, }, Format: "", @@ -24384,14 +24384,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5585, + offset: 5587, line: 198, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5599, + offset: 5601, line: 198, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -24400,14 +24400,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5585, + offset: 5587, line: 198, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5599, + offset: 5601, line: 198, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -24418,14 +24418,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5585, + offset: 5587, line: 198, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5614, + offset: 5616, line: 198, - col: 37, + col: 39, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -24436,14 +24436,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5600, + offset: 5602, line: 198, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5613, + offset: 5615, line: 198, - col: 36, + col: 38, }, }, Format: "", @@ -24454,14 +24454,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5585, + offset: 5587, line: 198, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5599, + offset: 5601, line: 198, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -24470,14 +24470,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5585, + offset: 5587, line: 198, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5599, + offset: 5601, line: 198, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -24491,14 +24491,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5636, + offset: 5638, line: 198, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -24508,14 +24508,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5634, + offset: 5636, line: 198, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -24526,14 +24526,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5619, + offset: 5621, line: 198, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 5634, + offset: 5636, line: 198, - col: 57, + col: 59, }, }, Name: "desktopFileName", @@ -24542,14 +24542,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5617, + offset: 5619, line: 198, - col: 40, + col: 42, }, }, ExpressionType: "const ? *", @@ -24558,14 +24558,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5617, + offset: 5619, line: 198, - col: 40, + col: 42, }, }, Name: "c", @@ -24577,14 +24577,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5636, + offset: 5638, line: 198, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -24594,14 +24594,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5634, + offset: 5636, line: 198, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -24612,14 +24612,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5619, + offset: 5621, line: 198, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 5634, + offset: 5636, line: 198, - col: 57, + col: 59, }, }, Name: "desktopFileName", @@ -24628,14 +24628,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5617, + offset: 5619, line: 198, - col: 40, + col: 42, }, }, ExpressionType: "const ? *", @@ -24644,14 +24644,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5617, + offset: 5619, line: 198, - col: 40, + col: 42, }, }, Name: "c", @@ -24667,14 +24667,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5647, + offset: 5649, line: 199, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5688, + offset: 5690, line: 199, - col: 48, + col: 50, }, }, 'Prop_Clauses': [ @@ -24682,14 +24682,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5648, + offset: 5650, line: 199, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5670, + offset: 5672, line: 199, - col: 30, + col: 32, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -24700,14 +24700,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5663, + offset: 5665, line: 199, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5669, + offset: 5671, line: 199, - col: 29, + col: 31, }, }, Format: "", @@ -24718,14 +24718,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5648, + offset: 5650, line: 199, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5662, + offset: 5664, line: 199, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -24734,14 +24734,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5648, + offset: 5650, line: 199, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5662, + offset: 5664, line: 199, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -24752,14 +24752,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5687, + offset: 5689, line: 199, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -24769,14 +24769,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5685, + offset: 5687, line: 199, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -24787,14 +24787,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5675, + offset: 5677, line: 199, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5685, + offset: 5687, line: 199, - col: 45, + col: 47, }, }, Name: "windowRole", @@ -24803,14 +24803,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5673, + offset: 5675, line: 199, - col: 33, + col: 35, }, }, ExpressionType: "const ? *", @@ -24819,14 +24819,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5673, + offset: 5675, line: 199, - col: 33, + col: 35, }, }, Name: "c", @@ -24842,14 +24842,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5648, + offset: 5650, line: 199, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5670, + offset: 5672, line: 199, - col: 30, + col: 32, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -24860,14 +24860,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5663, + offset: 5665, line: 199, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5669, + offset: 5671, line: 199, - col: 29, + col: 31, }, }, Format: "", @@ -24878,14 +24878,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5648, + offset: 5650, line: 199, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5662, + offset: 5664, line: 199, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -24894,14 +24894,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5648, + offset: 5650, line: 199, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5662, + offset: 5664, line: 199, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -24912,14 +24912,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5648, + offset: 5650, line: 199, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5670, + offset: 5672, line: 199, - col: 30, + col: 32, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -24930,14 +24930,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5663, + offset: 5665, line: 199, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5669, + offset: 5671, line: 199, - col: 29, + col: 31, }, }, Format: "", @@ -24948,14 +24948,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5648, + offset: 5650, line: 199, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5662, + offset: 5664, line: 199, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -24964,14 +24964,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5648, + offset: 5650, line: 199, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5662, + offset: 5664, line: 199, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -24985,14 +24985,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5687, + offset: 5689, line: 199, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -25002,14 +25002,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5685, + offset: 5687, line: 199, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -25020,14 +25020,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5675, + offset: 5677, line: 199, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5685, + offset: 5687, line: 199, - col: 45, + col: 47, }, }, Name: "windowRole", @@ -25036,14 +25036,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5673, + offset: 5675, line: 199, - col: 33, + col: 35, }, }, ExpressionType: "const ? *", @@ -25052,14 +25052,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5673, + offset: 5675, line: 199, - col: 33, + col: 35, }, }, Name: "c", @@ -25071,14 +25071,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5687, + offset: 5689, line: 199, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -25088,14 +25088,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5685, + offset: 5687, line: 199, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -25106,14 +25106,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5675, + offset: 5677, line: 199, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5685, + offset: 5687, line: 199, - col: 45, + col: 47, }, }, Name: "windowRole", @@ -25122,14 +25122,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5673, + offset: 5675, line: 199, - col: 33, + col: 35, }, }, ExpressionType: "const ? *", @@ -25138,14 +25138,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5673, + offset: 5675, line: 199, - col: 33, + col: 35, }, }, Name: "c", @@ -25161,14 +25161,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5698, + offset: 5700, line: 200, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5745, + offset: 5747, line: 200, - col: 54, + col: 56, }, }, 'Prop_Clauses': [ @@ -25176,14 +25176,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5699, + offset: 5701, line: 200, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5724, + offset: 5726, line: 200, - col: 33, + col: 35, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -25194,14 +25194,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5714, + offset: 5716, line: 200, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5723, + offset: 5725, line: 200, - col: 32, + col: 34, }, }, Format: "", @@ -25212,14 +25212,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5699, + offset: 5701, line: 200, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5713, + offset: 5715, line: 200, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -25228,14 +25228,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5699, + offset: 5701, line: 200, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5713, + offset: 5715, line: 200, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -25246,14 +25246,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5744, + offset: 5746, line: 200, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -25263,14 +25263,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5742, + offset: 5744, line: 200, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -25281,14 +25281,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5729, + offset: 5731, line: 200, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 5742, + offset: 5744, line: 200, - col: 51, + col: 53, }, }, Name: "captionNormal", @@ -25297,14 +25297,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5727, + offset: 5729, line: 200, - col: 36, + col: 38, }, }, ExpressionType: "const ? *", @@ -25313,14 +25313,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5727, + offset: 5729, line: 200, - col: 36, + col: 38, }, }, Name: "c", @@ -25336,14 +25336,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5699, + offset: 5701, line: 200, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5724, + offset: 5726, line: 200, - col: 33, + col: 35, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -25354,14 +25354,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5714, + offset: 5716, line: 200, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5723, + offset: 5725, line: 200, - col: 32, + col: 34, }, }, Format: "", @@ -25372,14 +25372,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5699, + offset: 5701, line: 200, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5713, + offset: 5715, line: 200, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -25388,14 +25388,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5699, + offset: 5701, line: 200, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5713, + offset: 5715, line: 200, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -25406,14 +25406,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5699, + offset: 5701, line: 200, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5724, + offset: 5726, line: 200, - col: 33, + col: 35, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -25424,14 +25424,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5714, + offset: 5716, line: 200, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5723, + offset: 5725, line: 200, - col: 32, + col: 34, }, }, Format: "", @@ -25442,14 +25442,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5699, + offset: 5701, line: 200, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5713, + offset: 5715, line: 200, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -25458,14 +25458,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5699, + offset: 5701, line: 200, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5713, + offset: 5715, line: 200, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -25479,14 +25479,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5744, + offset: 5746, line: 200, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -25496,14 +25496,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5742, + offset: 5744, line: 200, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -25514,14 +25514,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5729, + offset: 5731, line: 200, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 5742, + offset: 5744, line: 200, - col: 51, + col: 53, }, }, Name: "captionNormal", @@ -25530,14 +25530,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5727, + offset: 5729, line: 200, - col: 36, + col: 38, }, }, ExpressionType: "const ? *", @@ -25546,14 +25546,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5727, + offset: 5729, line: 200, - col: 36, + col: 38, }, }, Name: "c", @@ -25565,14 +25565,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5744, + offset: 5746, line: 200, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -25582,14 +25582,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5742, + offset: 5744, line: 200, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -25600,14 +25600,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5729, + offset: 5731, line: 200, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 5742, + offset: 5744, line: 200, - col: 51, + col: 53, }, }, Name: "captionNormal", @@ -25616,14 +25616,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5727, + offset: 5729, line: 200, - col: 36, + col: 38, }, }, ExpressionType: "const ? *", @@ -25632,14 +25632,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5727, + offset: 5729, line: 200, - col: 36, + col: 38, }, }, Name: "c", @@ -25655,14 +25655,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5755, + offset: 5757, line: 201, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5814, + offset: 5816, line: 201, - col: 66, + col: 68, }, }, 'Prop_Clauses': [ @@ -25670,14 +25670,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5756, + offset: 5758, line: 201, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5787, + offset: 5789, line: 201, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -25688,14 +25688,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5771, + offset: 5773, line: 201, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5786, + offset: 5788, line: 201, - col: 38, + col: 40, }, }, Format: "", @@ -25706,14 +25706,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5756, + offset: 5758, line: 201, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5770, + offset: 5772, line: 201, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -25722,14 +25722,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5756, + offset: 5758, line: 201, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5770, + offset: 5772, line: 201, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -25740,14 +25740,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5813, + offset: 5815, line: 201, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -25759,14 +25759,14 @@ '@role': [Argument, Boolean, Call, Expression, Function, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5808, + offset: 5810, line: 201, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 5812, + offset: 5814, line: 201, - col: 64, + col: 66, }, }, ExpressionType: "bool", @@ -25779,14 +25779,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5807, + offset: 5809, line: 201, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -25797,14 +25797,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5792, + offset: 5794, line: 201, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 5807, + offset: 5809, line: 201, - col: 59, + col: 61, }, }, Name: "wmClientMachine", @@ -25813,14 +25813,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5790, + offset: 5792, line: 201, - col: 42, + col: 44, }, }, ExpressionType: "const ? *", @@ -25829,14 +25829,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5790, + offset: 5792, line: 201, - col: 42, + col: 44, }, }, Name: "c", @@ -25852,14 +25852,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5756, + offset: 5758, line: 201, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5787, + offset: 5789, line: 201, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -25870,14 +25870,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5771, + offset: 5773, line: 201, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5786, + offset: 5788, line: 201, - col: 38, + col: 40, }, }, Format: "", @@ -25888,14 +25888,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5756, + offset: 5758, line: 201, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5770, + offset: 5772, line: 201, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -25904,14 +25904,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5756, + offset: 5758, line: 201, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5770, + offset: 5772, line: 201, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -25922,14 +25922,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5756, + offset: 5758, line: 201, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5787, + offset: 5789, line: 201, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -25940,14 +25940,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5771, + offset: 5773, line: 201, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5786, + offset: 5788, line: 201, - col: 38, + col: 40, }, }, Format: "", @@ -25958,14 +25958,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5756, + offset: 5758, line: 201, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5770, + offset: 5772, line: 201, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -25974,14 +25974,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5756, + offset: 5758, line: 201, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5770, + offset: 5772, line: 201, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -25995,14 +25995,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5813, + offset: 5815, line: 201, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -26014,14 +26014,14 @@ '@role': [Argument, Boolean, Call, Expression, Function, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5808, + offset: 5810, line: 201, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 5812, + offset: 5814, line: 201, - col: 64, + col: 66, }, }, ExpressionType: "bool", @@ -26034,14 +26034,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5807, + offset: 5809, line: 201, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -26052,14 +26052,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5792, + offset: 5794, line: 201, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 5807, + offset: 5809, line: 201, - col: 59, + col: 61, }, }, Name: "wmClientMachine", @@ -26068,14 +26068,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5790, + offset: 5792, line: 201, - col: 42, + col: 44, }, }, ExpressionType: "const ? *", @@ -26084,14 +26084,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5790, + offset: 5792, line: 201, - col: 42, + col: 44, }, }, Name: "c", @@ -26103,14 +26103,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5813, + offset: 5815, line: 201, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -26122,14 +26122,14 @@ '@role': [Argument, Boolean, Call, Expression, Function, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5808, + offset: 5810, line: 201, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 5812, + offset: 5814, line: 201, - col: 64, + col: 66, }, }, ExpressionType: "bool", @@ -26142,14 +26142,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5807, + offset: 5809, line: 201, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -26160,14 +26160,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5792, + offset: 5794, line: 201, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 5807, + offset: 5809, line: 201, - col: 59, + col: 61, }, }, Name: "wmClientMachine", @@ -26176,14 +26176,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5790, + offset: 5792, line: 201, - col: 42, + col: 44, }, }, ExpressionType: "const ? *", @@ -26192,14 +26192,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5790, + offset: 5792, line: 201, - col: 42, + col: 44, }, }, Name: "c", @@ -26215,14 +26215,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5824, + offset: 5826, line: 202, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5865, + offset: 5867, line: 202, - col: 48, + col: 50, }, }, 'Prop_Clauses': [ @@ -26230,14 +26230,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5825, + offset: 5827, line: 202, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5847, + offset: 5849, line: 202, - col: 30, + col: 32, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -26248,14 +26248,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5840, + offset: 5842, line: 202, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5846, + offset: 5848, line: 202, - col: 29, + col: 31, }, }, Format: "", @@ -26266,14 +26266,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5825, + offset: 5827, line: 202, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5839, + offset: 5841, line: 202, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -26282,14 +26282,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5825, + offset: 5827, line: 202, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5839, + offset: 5841, line: 202, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -26300,14 +26300,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5864, + offset: 5866, line: 202, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -26317,14 +26317,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5862, + offset: 5864, line: 202, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -26335,14 +26335,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5852, + offset: 5854, line: 202, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5862, + offset: 5864, line: 202, - col: 45, + col: 47, }, }, Name: "windowType", @@ -26351,14 +26351,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5850, + offset: 5852, line: 202, - col: 33, + col: 35, }, }, ExpressionType: "const ? *", @@ -26367,14 +26367,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5850, + offset: 5852, line: 202, - col: 33, + col: 35, }, }, Name: "c", @@ -26390,14 +26390,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5825, + offset: 5827, line: 202, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5847, + offset: 5849, line: 202, - col: 30, + col: 32, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -26408,14 +26408,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5840, + offset: 5842, line: 202, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5846, + offset: 5848, line: 202, - col: 29, + col: 31, }, }, Format: "", @@ -26426,14 +26426,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5825, + offset: 5827, line: 202, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5839, + offset: 5841, line: 202, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -26442,14 +26442,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5825, + offset: 5827, line: 202, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5839, + offset: 5841, line: 202, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -26460,14 +26460,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5825, + offset: 5827, line: 202, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5847, + offset: 5849, line: 202, - col: 30, + col: 32, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -26478,14 +26478,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5840, + offset: 5842, line: 202, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5846, + offset: 5848, line: 202, - col: 29, + col: 31, }, }, Format: "", @@ -26496,14 +26496,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5825, + offset: 5827, line: 202, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5839, + offset: 5841, line: 202, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -26512,14 +26512,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5825, + offset: 5827, line: 202, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5839, + offset: 5841, line: 202, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -26533,14 +26533,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5864, + offset: 5866, line: 202, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -26550,14 +26550,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5862, + offset: 5864, line: 202, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -26568,14 +26568,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5852, + offset: 5854, line: 202, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5862, + offset: 5864, line: 202, - col: 45, + col: 47, }, }, Name: "windowType", @@ -26584,14 +26584,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5850, + offset: 5852, line: 202, - col: 33, + col: 35, }, }, ExpressionType: "const ? *", @@ -26600,14 +26600,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5850, + offset: 5852, line: 202, - col: 33, + col: 35, }, }, Name: "c", @@ -26619,14 +26619,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5864, + offset: 5866, line: 202, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -26636,14 +26636,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5862, + offset: 5864, line: 202, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -26654,14 +26654,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5852, + offset: 5854, line: 202, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5862, + offset: 5864, line: 202, - col: 45, + col: 47, }, }, Name: "windowType", @@ -26670,14 +26670,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5850, + offset: 5852, line: 202, - col: 33, + col: 35, }, }, ExpressionType: "const ? *", @@ -26686,14 +26686,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5850, + offset: 5852, line: 202, - col: 33, + col: 35, }, }, Name: "c", @@ -26709,14 +26709,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5875, + offset: 5877, line: 203, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5904, + offset: 5906, line: 203, - col: 36, + col: 38, }, }, 'Prop_Clauses': [ @@ -26724,14 +26724,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5876, + offset: 5878, line: 203, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5895, + offset: 5897, line: 203, - col: 27, + col: 29, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -26742,14 +26742,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5891, + offset: 5893, line: 203, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5894, + offset: 5896, line: 203, - col: 26, + col: 28, }, }, Format: "", @@ -26760,14 +26760,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5876, + offset: 5878, line: 203, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5890, + offset: 5892, line: 203, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -26776,14 +26776,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5876, + offset: 5878, line: 203, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5890, + offset: 5892, line: 203, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -26794,14 +26794,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5903, + offset: 5905, line: 203, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -26811,14 +26811,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5901, + offset: 5903, line: 203, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -26829,14 +26829,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5900, + offset: 5902, line: 203, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5901, + offset: 5903, line: 203, - col: 33, + col: 35, }, }, Name: "x", @@ -26845,14 +26845,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5898, + offset: 5900, line: 203, - col: 30, + col: 32, }, }, ExpressionType: "const ? *", @@ -26861,14 +26861,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5898, + offset: 5900, line: 203, - col: 30, + col: 32, }, }, Name: "c", @@ -26884,14 +26884,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5876, + offset: 5878, line: 203, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5895, + offset: 5897, line: 203, - col: 27, + col: 29, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -26902,14 +26902,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5891, + offset: 5893, line: 203, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5894, + offset: 5896, line: 203, - col: 26, + col: 28, }, }, Format: "", @@ -26920,14 +26920,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5876, + offset: 5878, line: 203, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5890, + offset: 5892, line: 203, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -26936,14 +26936,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5876, + offset: 5878, line: 203, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5890, + offset: 5892, line: 203, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -26954,14 +26954,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5876, + offset: 5878, line: 203, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5895, + offset: 5897, line: 203, - col: 27, + col: 29, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -26972,14 +26972,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5891, + offset: 5893, line: 203, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5894, + offset: 5896, line: 203, - col: 26, + col: 28, }, }, Format: "", @@ -26990,14 +26990,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5876, + offset: 5878, line: 203, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5890, + offset: 5892, line: 203, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -27006,14 +27006,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5876, + offset: 5878, line: 203, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5890, + offset: 5892, line: 203, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -27027,14 +27027,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5903, + offset: 5905, line: 203, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -27044,14 +27044,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5901, + offset: 5903, line: 203, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -27062,14 +27062,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5900, + offset: 5902, line: 203, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5901, + offset: 5903, line: 203, - col: 33, + col: 35, }, }, Name: "x", @@ -27078,14 +27078,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5898, + offset: 5900, line: 203, - col: 30, + col: 32, }, }, ExpressionType: "const ? *", @@ -27094,14 +27094,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5898, + offset: 5900, line: 203, - col: 30, + col: 32, }, }, Name: "c", @@ -27113,14 +27113,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5903, + offset: 5905, line: 203, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -27130,14 +27130,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5901, + offset: 5903, line: 203, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -27148,14 +27148,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5900, + offset: 5902, line: 203, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5901, + offset: 5903, line: 203, - col: 33, + col: 35, }, }, Name: "x", @@ -27164,14 +27164,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5898, + offset: 5900, line: 203, - col: 30, + col: 32, }, }, ExpressionType: "const ? *", @@ -27180,14 +27180,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5898, + offset: 5900, line: 203, - col: 30, + col: 32, }, }, Name: "c", @@ -27203,14 +27203,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5914, + offset: 5916, line: 204, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5943, + offset: 5945, line: 204, - col: 36, + col: 38, }, }, 'Prop_Clauses': [ @@ -27218,14 +27218,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5915, + offset: 5917, line: 204, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5934, + offset: 5936, line: 204, - col: 27, + col: 29, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -27236,14 +27236,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5930, + offset: 5932, line: 204, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5933, + offset: 5935, line: 204, - col: 26, + col: 28, }, }, Format: "", @@ -27254,14 +27254,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5915, + offset: 5917, line: 204, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5929, + offset: 5931, line: 204, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -27270,14 +27270,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5915, + offset: 5917, line: 204, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5929, + offset: 5931, line: 204, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -27288,14 +27288,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5942, + offset: 5944, line: 204, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -27305,14 +27305,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5940, + offset: 5942, line: 204, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -27323,14 +27323,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5939, + offset: 5941, line: 204, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5940, + offset: 5942, line: 204, - col: 33, + col: 35, }, }, Name: "y", @@ -27339,14 +27339,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5937, + offset: 5939, line: 204, - col: 30, + col: 32, }, }, ExpressionType: "const ? *", @@ -27355,14 +27355,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5937, + offset: 5939, line: 204, - col: 30, + col: 32, }, }, Name: "c", @@ -27378,14 +27378,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5915, + offset: 5917, line: 204, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5934, + offset: 5936, line: 204, - col: 27, + col: 29, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -27396,14 +27396,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5930, + offset: 5932, line: 204, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5933, + offset: 5935, line: 204, - col: 26, + col: 28, }, }, Format: "", @@ -27414,14 +27414,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5915, + offset: 5917, line: 204, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5929, + offset: 5931, line: 204, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -27430,14 +27430,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5915, + offset: 5917, line: 204, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5929, + offset: 5931, line: 204, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -27448,14 +27448,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5915, + offset: 5917, line: 204, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5934, + offset: 5936, line: 204, - col: 27, + col: 29, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -27466,14 +27466,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5930, + offset: 5932, line: 204, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5933, + offset: 5935, line: 204, - col: 26, + col: 28, }, }, Format: "", @@ -27484,14 +27484,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5915, + offset: 5917, line: 204, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5929, + offset: 5931, line: 204, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -27500,14 +27500,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5915, + offset: 5917, line: 204, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5929, + offset: 5931, line: 204, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -27521,14 +27521,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5942, + offset: 5944, line: 204, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -27538,14 +27538,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5940, + offset: 5942, line: 204, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -27556,14 +27556,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5939, + offset: 5941, line: 204, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5940, + offset: 5942, line: 204, - col: 33, + col: 35, }, }, Name: "y", @@ -27572,14 +27572,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5937, + offset: 5939, line: 204, - col: 30, + col: 32, }, }, ExpressionType: "const ? *", @@ -27588,14 +27588,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5937, + offset: 5939, line: 204, - col: 30, + col: 32, }, }, Name: "c", @@ -27607,14 +27607,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5942, + offset: 5944, line: 204, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -27624,14 +27624,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5940, + offset: 5942, line: 204, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -27642,14 +27642,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5939, + offset: 5941, line: 204, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5940, + offset: 5942, line: 204, - col: 33, + col: 35, }, }, Name: "y", @@ -27658,14 +27658,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5937, + offset: 5939, line: 204, - col: 30, + col: 32, }, }, ExpressionType: "const ? *", @@ -27674,14 +27674,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5937, + offset: 5939, line: 204, - col: 30, + col: 32, }, }, Name: "c", @@ -27697,14 +27697,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5953, + offset: 5955, line: 205, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5990, + offset: 5992, line: 205, - col: 44, + col: 46, }, }, 'Prop_Clauses': [ @@ -27712,14 +27712,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5954, + offset: 5956, line: 205, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5977, + offset: 5979, line: 205, - col: 31, + col: 33, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -27730,14 +27730,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5969, + offset: 5971, line: 205, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5976, + offset: 5978, line: 205, - col: 30, + col: 32, }, }, Format: "", @@ -27748,14 +27748,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5954, + offset: 5956, line: 205, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5968, + offset: 5970, line: 205, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -27764,14 +27764,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5954, + offset: 5956, line: 205, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5968, + offset: 5970, line: 205, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -27782,14 +27782,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5989, + offset: 5991, line: 205, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -27799,14 +27799,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5987, + offset: 5989, line: 205, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -27817,14 +27817,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5982, + offset: 5984, line: 205, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 5987, + offset: 5989, line: 205, - col: 41, + col: 43, }, }, Name: "width", @@ -27833,14 +27833,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5980, + offset: 5982, line: 205, - col: 34, + col: 36, }, }, ExpressionType: "const ? *", @@ -27849,14 +27849,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5980, + offset: 5982, line: 205, - col: 34, + col: 36, }, }, Name: "c", @@ -27872,14 +27872,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5954, + offset: 5956, line: 205, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5977, + offset: 5979, line: 205, - col: 31, + col: 33, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -27890,14 +27890,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5969, + offset: 5971, line: 205, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5976, + offset: 5978, line: 205, - col: 30, + col: 32, }, }, Format: "", @@ -27908,14 +27908,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5954, + offset: 5956, line: 205, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5968, + offset: 5970, line: 205, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -27924,14 +27924,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5954, + offset: 5956, line: 205, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5968, + offset: 5970, line: 205, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -27942,14 +27942,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5954, + offset: 5956, line: 205, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5977, + offset: 5979, line: 205, - col: 31, + col: 33, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -27960,14 +27960,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5969, + offset: 5971, line: 205, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5976, + offset: 5978, line: 205, - col: 30, + col: 32, }, }, Format: "", @@ -27978,14 +27978,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5954, + offset: 5956, line: 205, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5968, + offset: 5970, line: 205, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -27994,14 +27994,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5954, + offset: 5956, line: 205, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5968, + offset: 5970, line: 205, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -28015,14 +28015,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5989, + offset: 5991, line: 205, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -28032,14 +28032,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5987, + offset: 5989, line: 205, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -28050,14 +28050,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5982, + offset: 5984, line: 205, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 5987, + offset: 5989, line: 205, - col: 41, + col: 43, }, }, Name: "width", @@ -28066,14 +28066,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5980, + offset: 5982, line: 205, - col: 34, + col: 36, }, }, ExpressionType: "const ? *", @@ -28082,14 +28082,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5980, + offset: 5982, line: 205, - col: 34, + col: 36, }, }, Name: "c", @@ -28101,14 +28101,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5989, + offset: 5991, line: 205, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -28118,14 +28118,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5987, + offset: 5989, line: 205, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -28136,14 +28136,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5982, + offset: 5984, line: 205, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 5987, + offset: 5989, line: 205, - col: 41, + col: 43, }, }, Name: "width", @@ -28152,14 +28152,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5980, + offset: 5982, line: 205, - col: 34, + col: 36, }, }, ExpressionType: "const ? *", @@ -28168,14 +28168,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5980, + offset: 5982, line: 205, - col: 34, + col: 36, }, }, Name: "c", @@ -28191,14 +28191,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6000, + offset: 6002, line: 206, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6039, + offset: 6041, line: 206, - col: 46, + col: 48, }, }, 'Prop_Clauses': [ @@ -28206,14 +28206,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6001, + offset: 6003, line: 206, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6025, + offset: 6027, line: 206, - col: 32, + col: 34, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -28224,14 +28224,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6016, + offset: 6018, line: 206, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6024, + offset: 6026, line: 206, - col: 31, + col: 33, }, }, Format: "", @@ -28242,14 +28242,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6001, + offset: 6003, line: 206, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6015, + offset: 6017, line: 206, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -28258,14 +28258,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6001, + offset: 6003, line: 206, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6015, + offset: 6017, line: 206, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -28276,14 +28276,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6038, + offset: 6040, line: 206, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -28293,14 +28293,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6036, + offset: 6038, line: 206, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -28311,14 +28311,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6030, + offset: 6032, line: 206, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6036, + offset: 6038, line: 206, - col: 43, + col: 45, }, }, Name: "height", @@ -28327,14 +28327,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6028, + offset: 6030, line: 206, - col: 35, + col: 37, }, }, ExpressionType: "const ? *", @@ -28343,14 +28343,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6028, + offset: 6030, line: 206, - col: 35, + col: 37, }, }, Name: "c", @@ -28366,14 +28366,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6001, + offset: 6003, line: 206, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6025, + offset: 6027, line: 206, - col: 32, + col: 34, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -28384,14 +28384,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6016, + offset: 6018, line: 206, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6024, + offset: 6026, line: 206, - col: 31, + col: 33, }, }, Format: "", @@ -28402,14 +28402,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6001, + offset: 6003, line: 206, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6015, + offset: 6017, line: 206, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -28418,14 +28418,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6001, + offset: 6003, line: 206, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6015, + offset: 6017, line: 206, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -28436,14 +28436,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6001, + offset: 6003, line: 206, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6025, + offset: 6027, line: 206, - col: 32, + col: 34, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -28454,14 +28454,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6016, + offset: 6018, line: 206, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6024, + offset: 6026, line: 206, - col: 31, + col: 33, }, }, Format: "", @@ -28472,14 +28472,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6001, + offset: 6003, line: 206, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6015, + offset: 6017, line: 206, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -28488,14 +28488,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6001, + offset: 6003, line: 206, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6015, + offset: 6017, line: 206, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -28509,14 +28509,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6038, + offset: 6040, line: 206, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -28526,14 +28526,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6036, + offset: 6038, line: 206, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -28544,14 +28544,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6030, + offset: 6032, line: 206, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6036, + offset: 6038, line: 206, - col: 43, + col: 45, }, }, Name: "height", @@ -28560,14 +28560,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6028, + offset: 6030, line: 206, - col: 35, + col: 37, }, }, ExpressionType: "const ? *", @@ -28576,14 +28576,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6028, + offset: 6030, line: 206, - col: 35, + col: 37, }, }, Name: "c", @@ -28595,14 +28595,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6038, + offset: 6040, line: 206, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -28612,14 +28612,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6036, + offset: 6038, line: 206, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -28630,14 +28630,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6030, + offset: 6032, line: 206, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6036, + offset: 6038, line: 206, - col: 43, + col: 45, }, }, Name: "height", @@ -28646,14 +28646,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6028, + offset: 6030, line: 206, - col: 35, + col: 37, }, }, ExpressionType: "const ? *", @@ -28662,14 +28662,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6028, + offset: 6030, line: 206, - col: 35, + col: 37, }, }, Name: "c", @@ -28685,14 +28685,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6049, + offset: 6051, line: 207, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6099, + offset: 6101, line: 207, - col: 57, + col: 59, }, }, 'Prop_Clauses': [ @@ -28700,14 +28700,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6050, + offset: 6052, line: 207, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6084, + offset: 6086, line: 207, - col: 42, + col: 44, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -28718,14 +28718,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6065, + offset: 6067, line: 207, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6083, + offset: 6085, line: 207, - col: 41, + col: 43, }, }, Format: "", @@ -28736,14 +28736,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6050, + offset: 6052, line: 207, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6064, + offset: 6066, line: 207, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -28752,14 +28752,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6050, + offset: 6052, line: 207, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6064, + offset: 6066, line: 207, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -28770,14 +28770,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6098, + offset: 6100, line: 207, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -28787,14 +28787,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6096, + offset: 6098, line: 207, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -28805,14 +28805,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6089, + offset: 6091, line: 207, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 6096, + offset: 6098, line: 207, - col: 54, + col: 56, }, }, Name: "desktop", @@ -28821,14 +28821,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6087, + offset: 6089, line: 207, - col: 45, + col: 47, }, }, ExpressionType: "const ? *", @@ -28837,14 +28837,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6087, + offset: 6089, line: 207, - col: 45, + col: 47, }, }, Name: "c", @@ -28860,14 +28860,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6050, + offset: 6052, line: 207, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6084, + offset: 6086, line: 207, - col: 42, + col: 44, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -28878,14 +28878,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6065, + offset: 6067, line: 207, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6083, + offset: 6085, line: 207, - col: 41, + col: 43, }, }, Format: "", @@ -28896,14 +28896,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6050, + offset: 6052, line: 207, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6064, + offset: 6066, line: 207, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -28912,14 +28912,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6050, + offset: 6052, line: 207, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6064, + offset: 6066, line: 207, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -28930,14 +28930,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6050, + offset: 6052, line: 207, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6084, + offset: 6086, line: 207, - col: 42, + col: 44, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -28948,14 +28948,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6065, + offset: 6067, line: 207, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6083, + offset: 6085, line: 207, - col: 41, + col: 43, }, }, Format: "", @@ -28966,14 +28966,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6050, + offset: 6052, line: 207, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6064, + offset: 6066, line: 207, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -28982,14 +28982,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6050, + offset: 6052, line: 207, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6064, + offset: 6066, line: 207, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -29003,14 +29003,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6098, + offset: 6100, line: 207, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -29020,14 +29020,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6096, + offset: 6098, line: 207, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -29038,14 +29038,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6089, + offset: 6091, line: 207, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 6096, + offset: 6098, line: 207, - col: 54, + col: 56, }, }, Name: "desktop", @@ -29054,14 +29054,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6087, + offset: 6089, line: 207, - col: 45, + col: 47, }, }, ExpressionType: "const ? *", @@ -29070,14 +29070,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6087, + offset: 6089, line: 207, - col: 45, + col: 47, }, }, Name: "c", @@ -29089,14 +29089,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6098, + offset: 6100, line: 207, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -29106,14 +29106,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6096, + offset: 6098, line: 207, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -29124,14 +29124,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6089, + offset: 6091, line: 207, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 6096, + offset: 6098, line: 207, - col: 54, + col: 56, }, }, Name: "desktop", @@ -29140,14 +29140,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6087, + offset: 6089, line: 207, - col: 45, + col: 47, }, }, ExpressionType: "const ? *", @@ -29156,14 +29156,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6087, + offset: 6089, line: 207, - col: 45, + col: 47, }, }, Name: "c", @@ -29179,14 +29179,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6109, + offset: 6111, line: 208, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6156, + offset: 6158, line: 208, - col: 54, + col: 56, }, }, 'Prop_Clauses': [ @@ -29194,14 +29194,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6110, + offset: 6112, line: 208, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6137, + offset: 6139, line: 208, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -29212,14 +29212,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6125, + offset: 6127, line: 208, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6136, + offset: 6138, line: 208, - col: 34, + col: 36, }, }, Format: "", @@ -29230,14 +29230,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6110, + offset: 6112, line: 208, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6124, + offset: 6126, line: 208, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -29246,14 +29246,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6110, + offset: 6112, line: 208, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6124, + offset: 6126, line: 208, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -29264,14 +29264,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6155, + offset: 6157, line: 208, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -29281,14 +29281,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6153, + offset: 6155, line: 208, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -29299,14 +29299,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6142, + offset: 6144, line: 208, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6153, + offset: 6155, line: 208, - col: 51, + col: 53, }, }, Name: "isMinimized", @@ -29315,14 +29315,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6140, + offset: 6142, line: 208, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -29331,14 +29331,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6140, + offset: 6142, line: 208, - col: 38, + col: 40, }, }, Name: "c", @@ -29354,14 +29354,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6110, + offset: 6112, line: 208, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6137, + offset: 6139, line: 208, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -29372,14 +29372,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6125, + offset: 6127, line: 208, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6136, + offset: 6138, line: 208, - col: 34, + col: 36, }, }, Format: "", @@ -29390,14 +29390,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6110, + offset: 6112, line: 208, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6124, + offset: 6126, line: 208, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -29406,14 +29406,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6110, + offset: 6112, line: 208, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6124, + offset: 6126, line: 208, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -29424,14 +29424,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6110, + offset: 6112, line: 208, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6137, + offset: 6139, line: 208, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -29442,14 +29442,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6125, + offset: 6127, line: 208, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6136, + offset: 6138, line: 208, - col: 34, + col: 36, }, }, Format: "", @@ -29460,14 +29460,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6110, + offset: 6112, line: 208, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6124, + offset: 6126, line: 208, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -29476,14 +29476,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6110, + offset: 6112, line: 208, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6124, + offset: 6126, line: 208, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -29497,14 +29497,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6155, + offset: 6157, line: 208, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -29514,14 +29514,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6153, + offset: 6155, line: 208, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -29532,14 +29532,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6142, + offset: 6144, line: 208, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6153, + offset: 6155, line: 208, - col: 51, + col: 53, }, }, Name: "isMinimized", @@ -29548,14 +29548,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6140, + offset: 6142, line: 208, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -29564,14 +29564,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6140, + offset: 6142, line: 208, - col: 38, + col: 40, }, }, Name: "c", @@ -29583,14 +29583,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6155, + offset: 6157, line: 208, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -29600,14 +29600,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6153, + offset: 6155, line: 208, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -29618,14 +29618,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6142, + offset: 6144, line: 208, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6153, + offset: 6155, line: 208, - col: 51, + col: 53, }, }, Name: "isMinimized", @@ -29634,14 +29634,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6140, + offset: 6142, line: 208, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -29650,14 +29650,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6140, + offset: 6142, line: 208, - col: 38, + col: 40, }, }, Name: "c", @@ -29673,14 +29673,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6166, + offset: 6168, line: 209, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6206, + offset: 6208, line: 209, - col: 47, + col: 49, }, }, 'Prop_Clauses': [ @@ -29688,14 +29688,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6167, + offset: 6169, line: 209, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6191, + offset: 6193, line: 209, - col: 32, + col: 34, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -29706,14 +29706,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6182, + offset: 6184, line: 209, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6190, + offset: 6192, line: 209, - col: 31, + col: 33, }, }, Format: "", @@ -29724,14 +29724,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6167, + offset: 6169, line: 209, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6181, + offset: 6183, line: 209, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -29740,14 +29740,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6167, + offset: 6169, line: 209, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6181, + offset: 6183, line: 209, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -29758,14 +29758,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6205, + offset: 6207, line: 209, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -29775,14 +29775,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6203, + offset: 6205, line: 209, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -29793,14 +29793,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6196, + offset: 6198, line: 209, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6203, + offset: 6205, line: 209, - col: 44, + col: 46, }, }, Name: "isShade", @@ -29809,14 +29809,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6194, + offset: 6196, line: 209, - col: 35, + col: 37, }, }, ExpressionType: "const ? *", @@ -29825,14 +29825,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6194, + offset: 6196, line: 209, - col: 35, + col: 37, }, }, Name: "c", @@ -29848,14 +29848,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6167, + offset: 6169, line: 209, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6191, + offset: 6193, line: 209, - col: 32, + col: 34, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -29866,14 +29866,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6182, + offset: 6184, line: 209, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6190, + offset: 6192, line: 209, - col: 31, + col: 33, }, }, Format: "", @@ -29884,14 +29884,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6167, + offset: 6169, line: 209, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6181, + offset: 6183, line: 209, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -29900,14 +29900,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6167, + offset: 6169, line: 209, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6181, + offset: 6183, line: 209, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -29918,14 +29918,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6167, + offset: 6169, line: 209, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6191, + offset: 6193, line: 209, - col: 32, + col: 34, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -29936,14 +29936,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6182, + offset: 6184, line: 209, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6190, + offset: 6192, line: 209, - col: 31, + col: 33, }, }, Format: "", @@ -29954,14 +29954,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6167, + offset: 6169, line: 209, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6181, + offset: 6183, line: 209, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -29970,14 +29970,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6167, + offset: 6169, line: 209, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6181, + offset: 6183, line: 209, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -29991,14 +29991,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6205, + offset: 6207, line: 209, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -30008,14 +30008,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6203, + offset: 6205, line: 209, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -30026,14 +30026,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6196, + offset: 6198, line: 209, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6203, + offset: 6205, line: 209, - col: 44, + col: 46, }, }, Name: "isShade", @@ -30042,14 +30042,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6194, + offset: 6196, line: 209, - col: 35, + col: 37, }, }, ExpressionType: "const ? *", @@ -30058,14 +30058,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6194, + offset: 6196, line: 209, - col: 35, + col: 37, }, }, Name: "c", @@ -30077,14 +30077,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6205, + offset: 6207, line: 209, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -30094,14 +30094,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6203, + offset: 6205, line: 209, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -30112,14 +30112,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6196, + offset: 6198, line: 209, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6203, + offset: 6205, line: 209, - col: 44, + col: 46, }, }, Name: "isShade", @@ -30128,14 +30128,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6194, + offset: 6196, line: 209, - col: 35, + col: 37, }, }, ExpressionType: "const ? *", @@ -30144,14 +30144,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6194, + offset: 6196, line: 209, - col: 35, + col: 37, }, }, Name: "c", @@ -30167,14 +30167,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6216, + offset: 6218, line: 210, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6265, + offset: 6267, line: 210, - col: 56, + col: 58, }, }, 'Prop_Clauses': [ @@ -30182,14 +30182,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6217, + offset: 6219, line: 210, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6245, + offset: 6247, line: 210, - col: 36, + col: 38, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -30200,14 +30200,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6232, + offset: 6234, line: 210, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6244, + offset: 6246, line: 210, - col: 35, + col: 37, }, }, Format: "", @@ -30218,14 +30218,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6217, + offset: 6219, line: 210, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6231, + offset: 6233, line: 210, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -30234,14 +30234,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6217, + offset: 6219, line: 210, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6231, + offset: 6233, line: 210, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -30252,14 +30252,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6264, + offset: 6266, line: 210, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -30269,14 +30269,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6262, + offset: 6264, line: 210, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -30287,14 +30287,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6250, + offset: 6252, line: 210, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 6262, + offset: 6264, line: 210, - col: 53, + col: 55, }, }, Name: "isFullScreen", @@ -30303,14 +30303,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6248, + offset: 6250, line: 210, - col: 39, + col: 41, }, }, ExpressionType: "const ? *", @@ -30319,14 +30319,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6248, + offset: 6250, line: 210, - col: 39, + col: 41, }, }, Name: "c", @@ -30342,14 +30342,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6217, + offset: 6219, line: 210, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6245, + offset: 6247, line: 210, - col: 36, + col: 38, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -30360,14 +30360,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6232, + offset: 6234, line: 210, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6244, + offset: 6246, line: 210, - col: 35, + col: 37, }, }, Format: "", @@ -30378,14 +30378,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6217, + offset: 6219, line: 210, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6231, + offset: 6233, line: 210, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -30394,14 +30394,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6217, + offset: 6219, line: 210, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6231, + offset: 6233, line: 210, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -30412,14 +30412,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6217, + offset: 6219, line: 210, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6245, + offset: 6247, line: 210, - col: 36, + col: 38, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -30430,14 +30430,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6232, + offset: 6234, line: 210, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6244, + offset: 6246, line: 210, - col: 35, + col: 37, }, }, Format: "", @@ -30448,14 +30448,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6217, + offset: 6219, line: 210, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6231, + offset: 6233, line: 210, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -30464,14 +30464,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6217, + offset: 6219, line: 210, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6231, + offset: 6233, line: 210, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -30485,14 +30485,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6264, + offset: 6266, line: 210, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -30502,14 +30502,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6262, + offset: 6264, line: 210, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -30520,14 +30520,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6250, + offset: 6252, line: 210, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 6262, + offset: 6264, line: 210, - col: 53, + col: 55, }, }, Name: "isFullScreen", @@ -30536,14 +30536,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6248, + offset: 6250, line: 210, - col: 39, + col: 41, }, }, ExpressionType: "const ? *", @@ -30552,14 +30552,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6248, + offset: 6250, line: 210, - col: 39, + col: 41, }, }, Name: "c", @@ -30571,14 +30571,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6264, + offset: 6266, line: 210, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -30588,14 +30588,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6262, + offset: 6264, line: 210, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -30606,14 +30606,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6250, + offset: 6252, line: 210, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 6262, + offset: 6264, line: 210, - col: 53, + col: 55, }, }, Name: "isFullScreen", @@ -30622,14 +30622,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6248, + offset: 6250, line: 210, - col: 39, + col: 41, }, }, ExpressionType: "const ? *", @@ -30638,14 +30638,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6248, + offset: 6250, line: 210, - col: 39, + col: 41, }, }, Name: "c", @@ -30661,14 +30661,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6275, + offset: 6277, line: 211, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6320, + offset: 6322, line: 211, - col: 52, + col: 54, }, }, 'Prop_Clauses': [ @@ -30676,14 +30676,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6276, + offset: 6278, line: 211, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6303, + offset: 6305, line: 211, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -30694,14 +30694,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6291, + offset: 6293, line: 211, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6302, + offset: 6304, line: 211, - col: 34, + col: 36, }, }, Format: "", @@ -30712,14 +30712,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6276, + offset: 6278, line: 211, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6290, + offset: 6292, line: 211, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -30728,14 +30728,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6276, + offset: 6278, line: 211, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6290, + offset: 6292, line: 211, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -30746,14 +30746,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6319, + offset: 6321, line: 211, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -30763,14 +30763,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6317, + offset: 6319, line: 211, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -30781,14 +30781,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6308, + offset: 6310, line: 211, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6317, + offset: 6319, line: 211, - col: 49, + col: 51, }, }, Name: "keepAbove", @@ -30797,14 +30797,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6306, + offset: 6308, line: 211, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -30813,14 +30813,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6306, + offset: 6308, line: 211, - col: 38, + col: 40, }, }, Name: "c", @@ -30836,14 +30836,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6276, + offset: 6278, line: 211, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6303, + offset: 6305, line: 211, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -30854,14 +30854,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6291, + offset: 6293, line: 211, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6302, + offset: 6304, line: 211, - col: 34, + col: 36, }, }, Format: "", @@ -30872,14 +30872,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6276, + offset: 6278, line: 211, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6290, + offset: 6292, line: 211, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -30888,14 +30888,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6276, + offset: 6278, line: 211, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6290, + offset: 6292, line: 211, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -30906,14 +30906,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6276, + offset: 6278, line: 211, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6303, + offset: 6305, line: 211, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -30924,14 +30924,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6291, + offset: 6293, line: 211, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6302, + offset: 6304, line: 211, - col: 34, + col: 36, }, }, Format: "", @@ -30942,14 +30942,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6276, + offset: 6278, line: 211, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6290, + offset: 6292, line: 211, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -30958,14 +30958,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6276, + offset: 6278, line: 211, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6290, + offset: 6292, line: 211, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -30979,14 +30979,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6319, + offset: 6321, line: 211, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -30996,14 +30996,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6317, + offset: 6319, line: 211, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -31014,14 +31014,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6308, + offset: 6310, line: 211, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6317, + offset: 6319, line: 211, - col: 49, + col: 51, }, }, Name: "keepAbove", @@ -31030,14 +31030,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6306, + offset: 6308, line: 211, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -31046,14 +31046,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6306, + offset: 6308, line: 211, - col: 38, + col: 40, }, }, Name: "c", @@ -31065,14 +31065,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6319, + offset: 6321, line: 211, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -31082,14 +31082,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6317, + offset: 6319, line: 211, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -31100,14 +31100,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6308, + offset: 6310, line: 211, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6317, + offset: 6319, line: 211, - col: 49, + col: 51, }, }, Name: "keepAbove", @@ -31116,14 +31116,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6306, + offset: 6308, line: 211, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -31132,14 +31132,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6306, + offset: 6308, line: 211, - col: 38, + col: 40, }, }, Name: "c", @@ -31155,14 +31155,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6330, + offset: 6332, line: 212, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6375, + offset: 6377, line: 212, - col: 52, + col: 54, }, }, 'Prop_Clauses': [ @@ -31170,14 +31170,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6331, + offset: 6333, line: 212, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6358, + offset: 6360, line: 212, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -31188,14 +31188,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6346, + offset: 6348, line: 212, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6357, + offset: 6359, line: 212, - col: 34, + col: 36, }, }, Format: "", @@ -31206,14 +31206,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6331, + offset: 6333, line: 212, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6345, + offset: 6347, line: 212, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -31222,14 +31222,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6331, + offset: 6333, line: 212, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6345, + offset: 6347, line: 212, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -31240,14 +31240,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6374, + offset: 6376, line: 212, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -31257,14 +31257,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6372, + offset: 6374, line: 212, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -31275,14 +31275,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6363, + offset: 6365, line: 212, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6372, + offset: 6374, line: 212, - col: 49, + col: 51, }, }, Name: "keepBelow", @@ -31291,14 +31291,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6361, + offset: 6363, line: 212, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -31307,14 +31307,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6361, + offset: 6363, line: 212, - col: 38, + col: 40, }, }, Name: "c", @@ -31330,14 +31330,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6331, + offset: 6333, line: 212, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6358, + offset: 6360, line: 212, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -31348,14 +31348,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6346, + offset: 6348, line: 212, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6357, + offset: 6359, line: 212, - col: 34, + col: 36, }, }, Format: "", @@ -31366,14 +31366,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6331, + offset: 6333, line: 212, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6345, + offset: 6347, line: 212, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -31382,14 +31382,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6331, + offset: 6333, line: 212, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6345, + offset: 6347, line: 212, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -31400,14 +31400,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6331, + offset: 6333, line: 212, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6358, + offset: 6360, line: 212, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -31418,14 +31418,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6346, + offset: 6348, line: 212, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6357, + offset: 6359, line: 212, - col: 34, + col: 36, }, }, Format: "", @@ -31436,14 +31436,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6331, + offset: 6333, line: 212, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6345, + offset: 6347, line: 212, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -31452,14 +31452,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6331, + offset: 6333, line: 212, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6345, + offset: 6347, line: 212, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -31473,14 +31473,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6374, + offset: 6376, line: 212, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -31490,14 +31490,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6372, + offset: 6374, line: 212, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -31508,14 +31508,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6363, + offset: 6365, line: 212, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6372, + offset: 6374, line: 212, - col: 49, + col: 51, }, }, Name: "keepBelow", @@ -31524,14 +31524,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6361, + offset: 6363, line: 212, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -31540,14 +31540,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6361, + offset: 6363, line: 212, - col: 38, + col: 40, }, }, Name: "c", @@ -31559,14 +31559,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6374, + offset: 6376, line: 212, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -31576,14 +31576,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6372, + offset: 6374, line: 212, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -31594,14 +31594,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6363, + offset: 6365, line: 212, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6372, + offset: 6374, line: 212, - col: 49, + col: 51, }, }, Name: "keepBelow", @@ -31610,14 +31610,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6361, + offset: 6363, line: 212, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -31626,14 +31626,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6361, + offset: 6363, line: 212, - col: 38, + col: 40, }, }, Name: "c", @@ -31649,14 +31649,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6385, + offset: 6387, line: 213, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6428, + offset: 6430, line: 213, - col: 50, + col: 52, }, }, 'Prop_Clauses': [ @@ -31664,14 +31664,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6386, + offset: 6388, line: 213, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6412, + offset: 6414, line: 213, - col: 34, + col: 36, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -31682,14 +31682,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6401, + offset: 6403, line: 213, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6411, + offset: 6413, line: 213, - col: 33, + col: 35, }, }, Format: "", @@ -31700,14 +31700,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6386, + offset: 6388, line: 213, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6400, + offset: 6402, line: 213, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -31716,14 +31716,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6386, + offset: 6388, line: 213, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6400, + offset: 6402, line: 213, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -31734,14 +31734,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6427, + offset: 6429, line: 213, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -31751,14 +31751,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6425, + offset: 6427, line: 213, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -31769,14 +31769,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6417, + offset: 6419, line: 213, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6425, + offset: 6427, line: 213, - col: 47, + col: 49, }, }, Name: "noBorder", @@ -31785,14 +31785,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6415, + offset: 6417, line: 213, - col: 37, + col: 39, }, }, ExpressionType: "const ? *", @@ -31801,14 +31801,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6415, + offset: 6417, line: 213, - col: 37, + col: 39, }, }, Name: "c", @@ -31824,14 +31824,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6386, + offset: 6388, line: 213, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6412, + offset: 6414, line: 213, - col: 34, + col: 36, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -31842,14 +31842,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6401, + offset: 6403, line: 213, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6411, + offset: 6413, line: 213, - col: 33, + col: 35, }, }, Format: "", @@ -31860,14 +31860,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6386, + offset: 6388, line: 213, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6400, + offset: 6402, line: 213, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -31876,14 +31876,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6386, + offset: 6388, line: 213, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6400, + offset: 6402, line: 213, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -31894,14 +31894,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6386, + offset: 6388, line: 213, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6412, + offset: 6414, line: 213, - col: 34, + col: 36, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -31912,14 +31912,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6401, + offset: 6403, line: 213, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6411, + offset: 6413, line: 213, - col: 33, + col: 35, }, }, Format: "", @@ -31930,14 +31930,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6386, + offset: 6388, line: 213, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6400, + offset: 6402, line: 213, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -31946,14 +31946,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6386, + offset: 6388, line: 213, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6400, + offset: 6402, line: 213, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -31967,14 +31967,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6427, + offset: 6429, line: 213, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -31984,14 +31984,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6425, + offset: 6427, line: 213, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -32002,14 +32002,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6417, + offset: 6419, line: 213, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6425, + offset: 6427, line: 213, - col: 47, + col: 49, }, }, Name: "noBorder", @@ -32018,14 +32018,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6415, + offset: 6417, line: 213, - col: 37, + col: 39, }, }, ExpressionType: "const ? *", @@ -32034,14 +32034,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6415, + offset: 6417, line: 213, - col: 37, + col: 39, }, }, Name: "c", @@ -32053,14 +32053,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6427, + offset: 6429, line: 213, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -32070,14 +32070,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6425, + offset: 6427, line: 213, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -32088,14 +32088,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6417, + offset: 6419, line: 213, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6425, + offset: 6427, line: 213, - col: 47, + col: 49, }, }, Name: "noBorder", @@ -32104,14 +32104,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6415, + offset: 6417, line: 213, - col: 37, + col: 39, }, }, ExpressionType: "const ? *", @@ -32120,14 +32120,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6415, + offset: 6417, line: 213, - col: 37, + col: 39, }, }, Name: "c", @@ -32143,14 +32143,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6438, + offset: 6440, line: 214, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6487, + offset: 6489, line: 214, - col: 56, + col: 58, }, }, 'Prop_Clauses': [ @@ -32158,14 +32158,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 214, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6468, + offset: 6470, line: 214, - col: 37, + col: 39, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -32176,14 +32176,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6454, + offset: 6456, line: 214, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6467, + offset: 6469, line: 214, - col: 36, + col: 38, }, }, Format: "", @@ -32194,14 +32194,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 214, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6453, + offset: 6455, line: 214, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -32210,14 +32210,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 214, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6453, + offset: 6455, line: 214, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -32228,14 +32228,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6486, + offset: 6488, line: 214, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -32245,14 +32245,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6484, + offset: 6486, line: 214, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -32263,14 +32263,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6473, + offset: 6475, line: 214, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 6484, + offset: 6486, line: 214, - col: 53, + col: 55, }, }, Name: "skipTaskbar", @@ -32279,14 +32279,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6471, + offset: 6473, line: 214, - col: 40, + col: 42, }, }, ExpressionType: "const ? *", @@ -32295,14 +32295,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6471, + offset: 6473, line: 214, - col: 40, + col: 42, }, }, Name: "c", @@ -32318,14 +32318,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 214, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6468, + offset: 6470, line: 214, - col: 37, + col: 39, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -32336,14 +32336,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6454, + offset: 6456, line: 214, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6467, + offset: 6469, line: 214, - col: 36, + col: 38, }, }, Format: "", @@ -32354,14 +32354,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 214, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6453, + offset: 6455, line: 214, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -32370,14 +32370,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 214, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6453, + offset: 6455, line: 214, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -32388,14 +32388,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 214, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6468, + offset: 6470, line: 214, - col: 37, + col: 39, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -32406,14 +32406,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6454, + offset: 6456, line: 214, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6467, + offset: 6469, line: 214, - col: 36, + col: 38, }, }, Format: "", @@ -32424,14 +32424,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 214, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6453, + offset: 6455, line: 214, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -32440,14 +32440,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 214, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6453, + offset: 6455, line: 214, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -32461,14 +32461,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6486, + offset: 6488, line: 214, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -32478,14 +32478,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6484, + offset: 6486, line: 214, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -32496,14 +32496,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6473, + offset: 6475, line: 214, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 6484, + offset: 6486, line: 214, - col: 53, + col: 55, }, }, Name: "skipTaskbar", @@ -32512,14 +32512,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6471, + offset: 6473, line: 214, - col: 40, + col: 42, }, }, ExpressionType: "const ? *", @@ -32528,14 +32528,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6471, + offset: 6473, line: 214, - col: 40, + col: 42, }, }, Name: "c", @@ -32547,14 +32547,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6486, + offset: 6488, line: 214, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -32564,14 +32564,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6484, + offset: 6486, line: 214, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -32582,14 +32582,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6473, + offset: 6475, line: 214, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 6484, + offset: 6486, line: 214, - col: 53, + col: 55, }, }, Name: "skipTaskbar", @@ -32598,14 +32598,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6471, + offset: 6473, line: 214, - col: 40, + col: 42, }, }, ExpressionType: "const ? *", @@ -32614,14 +32614,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6471, + offset: 6473, line: 214, - col: 40, + col: 42, }, }, Name: "c", @@ -32637,14 +32637,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6497, + offset: 6499, line: 215, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6542, + offset: 6544, line: 215, - col: 52, + col: 54, }, }, 'Prop_Clauses': [ @@ -32652,14 +32652,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6498, + offset: 6500, line: 215, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6525, + offset: 6527, line: 215, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -32670,14 +32670,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6513, + offset: 6515, line: 215, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6524, + offset: 6526, line: 215, - col: 34, + col: 36, }, }, Format: "", @@ -32688,14 +32688,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6498, + offset: 6500, line: 215, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6512, + offset: 6514, line: 215, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -32704,14 +32704,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6498, + offset: 6500, line: 215, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6512, + offset: 6514, line: 215, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -32722,14 +32722,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6541, + offset: 6543, line: 215, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -32739,14 +32739,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6539, + offset: 6541, line: 215, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -32757,14 +32757,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6530, + offset: 6532, line: 215, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6539, + offset: 6541, line: 215, - col: 49, + col: 51, }, }, Name: "skipPager", @@ -32773,14 +32773,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6528, + offset: 6530, line: 215, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -32789,14 +32789,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6528, + offset: 6530, line: 215, - col: 38, + col: 40, }, }, Name: "c", @@ -32812,14 +32812,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6498, + offset: 6500, line: 215, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6525, + offset: 6527, line: 215, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -32830,14 +32830,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6513, + offset: 6515, line: 215, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6524, + offset: 6526, line: 215, - col: 34, + col: 36, }, }, Format: "", @@ -32848,14 +32848,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6498, + offset: 6500, line: 215, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6512, + offset: 6514, line: 215, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -32864,14 +32864,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6498, + offset: 6500, line: 215, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6512, + offset: 6514, line: 215, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -32882,14 +32882,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6498, + offset: 6500, line: 215, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6525, + offset: 6527, line: 215, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -32900,14 +32900,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6513, + offset: 6515, line: 215, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6524, + offset: 6526, line: 215, - col: 34, + col: 36, }, }, Format: "", @@ -32918,14 +32918,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6498, + offset: 6500, line: 215, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6512, + offset: 6514, line: 215, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -32934,14 +32934,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6498, + offset: 6500, line: 215, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6512, + offset: 6514, line: 215, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -32955,14 +32955,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6541, + offset: 6543, line: 215, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -32972,14 +32972,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6539, + offset: 6541, line: 215, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -32990,14 +32990,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6530, + offset: 6532, line: 215, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6539, + offset: 6541, line: 215, - col: 49, + col: 51, }, }, Name: "skipPager", @@ -33006,14 +33006,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6528, + offset: 6530, line: 215, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -33022,14 +33022,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6528, + offset: 6530, line: 215, - col: 38, + col: 40, }, }, Name: "c", @@ -33041,14 +33041,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6541, + offset: 6543, line: 215, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -33058,14 +33058,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6539, + offset: 6541, line: 215, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -33076,14 +33076,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6530, + offset: 6532, line: 215, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6539, + offset: 6541, line: 215, - col: 49, + col: 51, }, }, Name: "skipPager", @@ -33092,14 +33092,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6528, + offset: 6530, line: 215, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -33108,14 +33108,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6528, + offset: 6530, line: 215, - col: 38, + col: 40, }, }, Name: "c", @@ -33131,14 +33131,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6552, + offset: 6554, line: 216, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6603, + offset: 6605, line: 216, - col: 58, + col: 60, }, }, 'Prop_Clauses': [ @@ -33146,14 +33146,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6553, + offset: 6555, line: 216, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6583, + offset: 6585, line: 216, - col: 38, + col: 40, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -33164,14 +33164,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6568, + offset: 6570, line: 216, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6582, + offset: 6584, line: 216, - col: 37, + col: 39, }, }, Format: "", @@ -33182,14 +33182,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6553, + offset: 6555, line: 216, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6567, + offset: 6569, line: 216, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -33198,14 +33198,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6553, + offset: 6555, line: 216, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6567, + offset: 6569, line: 216, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -33216,14 +33216,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6602, + offset: 6604, line: 216, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -33233,14 +33233,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6600, + offset: 6602, line: 216, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -33251,14 +33251,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6588, + offset: 6590, line: 216, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 6600, + offset: 6602, line: 216, - col: 55, + col: 57, }, }, Name: "skipSwitcher", @@ -33267,14 +33267,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6586, + offset: 6588, line: 216, - col: 41, + col: 43, }, }, ExpressionType: "const ? *", @@ -33283,14 +33283,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6586, + offset: 6588, line: 216, - col: 41, + col: 43, }, }, Name: "c", @@ -33306,14 +33306,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6553, + offset: 6555, line: 216, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6583, + offset: 6585, line: 216, - col: 38, + col: 40, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -33324,14 +33324,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6568, + offset: 6570, line: 216, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6582, + offset: 6584, line: 216, - col: 37, + col: 39, }, }, Format: "", @@ -33342,14 +33342,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6553, + offset: 6555, line: 216, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6567, + offset: 6569, line: 216, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -33358,14 +33358,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6553, + offset: 6555, line: 216, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6567, + offset: 6569, line: 216, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -33376,14 +33376,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6553, + offset: 6555, line: 216, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6583, + offset: 6585, line: 216, - col: 38, + col: 40, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -33394,14 +33394,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6568, + offset: 6570, line: 216, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6582, + offset: 6584, line: 216, - col: 37, + col: 39, }, }, Format: "", @@ -33412,14 +33412,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6553, + offset: 6555, line: 216, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6567, + offset: 6569, line: 216, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -33428,14 +33428,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6553, + offset: 6555, line: 216, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6567, + offset: 6569, line: 216, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -33449,14 +33449,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6602, + offset: 6604, line: 216, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -33466,14 +33466,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6600, + offset: 6602, line: 216, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -33484,14 +33484,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6588, + offset: 6590, line: 216, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 6600, + offset: 6602, line: 216, - col: 55, + col: 57, }, }, Name: "skipSwitcher", @@ -33500,14 +33500,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6586, + offset: 6588, line: 216, - col: 41, + col: 43, }, }, ExpressionType: "const ? *", @@ -33516,14 +33516,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6586, + offset: 6588, line: 216, - col: 41, + col: 43, }, }, Name: "c", @@ -33535,14 +33535,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6602, + offset: 6604, line: 216, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -33552,14 +33552,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6600, + offset: 6602, line: 216, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -33570,14 +33570,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6588, + offset: 6590, line: 216, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 6600, + offset: 6602, line: 216, - col: 55, + col: 57, }, }, Name: "skipSwitcher", @@ -33586,14 +33586,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6586, + offset: 6588, line: 216, - col: 41, + col: 43, }, }, ExpressionType: "const ? *", @@ -33602,14 +33602,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6586, + offset: 6588, line: 216, - col: 41, + col: 43, }, }, Name: "c", @@ -33625,14 +33625,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6613, + offset: 6615, line: 217, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6691, + offset: 6693, line: 217, - col: 85, + col: 87, }, }, 'Prop_Clauses': [ @@ -33640,14 +33640,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6614, + offset: 6616, line: 217, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6650, + offset: 6652, line: 217, - col: 44, + col: 46, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -33658,14 +33658,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6629, + offset: 6631, line: 217, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6649, + offset: 6651, line: 217, - col: 43, + col: 45, }, }, Format: "", @@ -33676,14 +33676,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6614, + offset: 6616, line: 217, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6628, + offset: 6630, line: 217, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -33692,14 +33692,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6614, + offset: 6616, line: 217, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6628, + offset: 6630, line: 217, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -33711,14 +33711,14 @@ '@role': [And, Binary, Bitwise, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -33728,14 +33728,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -33744,14 +33744,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, Name: "MaximizeHorizontal", @@ -33761,14 +33761,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6669, + offset: 6671, line: 217, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -33778,14 +33778,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6667, + offset: 6669, line: 217, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -33796,14 +33796,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6655, + offset: 6657, line: 217, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 6667, + offset: 6669, line: 217, - col: 61, + col: 63, }, }, Name: "maximizeMode", @@ -33812,14 +33812,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6653, + offset: 6655, line: 217, - col: 47, + col: 49, }, }, ExpressionType: "const ? *", @@ -33828,14 +33828,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6653, + offset: 6655, line: 217, - col: 47, + col: 49, }, }, Name: "c", @@ -33847,14 +33847,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -33863,14 +33863,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, Name: "MaximizeHorizontal", @@ -33885,14 +33885,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6614, + offset: 6616, line: 217, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6650, + offset: 6652, line: 217, - col: 44, + col: 46, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -33903,14 +33903,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6629, + offset: 6631, line: 217, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6649, + offset: 6651, line: 217, - col: 43, + col: 45, }, }, Format: "", @@ -33921,14 +33921,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6614, + offset: 6616, line: 217, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6628, + offset: 6630, line: 217, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -33937,14 +33937,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6614, + offset: 6616, line: 217, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6628, + offset: 6630, line: 217, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -33955,14 +33955,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6614, + offset: 6616, line: 217, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6650, + offset: 6652, line: 217, - col: 44, + col: 46, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -33973,14 +33973,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6629, + offset: 6631, line: 217, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6649, + offset: 6651, line: 217, - col: 43, + col: 45, }, }, Format: "", @@ -33991,14 +33991,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6614, + offset: 6616, line: 217, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6628, + offset: 6630, line: 217, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -34007,14 +34007,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6614, + offset: 6616, line: 217, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6628, + offset: 6630, line: 217, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -34029,14 +34029,14 @@ '@role': [And, Binary, Bitwise, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -34046,14 +34046,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -34062,14 +34062,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, Name: "MaximizeHorizontal", @@ -34079,14 +34079,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6669, + offset: 6671, line: 217, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -34096,14 +34096,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6667, + offset: 6669, line: 217, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -34114,14 +34114,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6655, + offset: 6657, line: 217, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 6667, + offset: 6669, line: 217, - col: 61, + col: 63, }, }, Name: "maximizeMode", @@ -34130,14 +34130,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6653, + offset: 6655, line: 217, - col: 47, + col: 49, }, }, ExpressionType: "const ? *", @@ -34146,14 +34146,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6653, + offset: 6655, line: 217, - col: 47, + col: 49, }, }, Name: "c", @@ -34165,14 +34165,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -34181,14 +34181,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, Name: "MaximizeHorizontal", @@ -34200,14 +34200,14 @@ '@role': [And, Binary, Bitwise, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -34217,14 +34217,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -34233,14 +34233,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, Name: "MaximizeHorizontal", @@ -34250,14 +34250,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6669, + offset: 6671, line: 217, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -34267,14 +34267,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6667, + offset: 6669, line: 217, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -34285,14 +34285,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6655, + offset: 6657, line: 217, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 6667, + offset: 6669, line: 217, - col: 61, + col: 63, }, }, Name: "maximizeMode", @@ -34301,14 +34301,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6653, + offset: 6655, line: 217, - col: 47, + col: 49, }, }, ExpressionType: "const ? *", @@ -34317,14 +34317,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6653, + offset: 6655, line: 217, - col: 47, + col: 49, }, }, Name: "c", @@ -34336,14 +34336,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -34352,14 +34352,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, Name: "MaximizeHorizontal", @@ -34374,14 +34374,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6701, + offset: 6703, line: 218, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6775, + offset: 6777, line: 218, - col: 81, + col: 83, }, }, 'Prop_Clauses': [ @@ -34389,14 +34389,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6702, + offset: 6704, line: 218, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6736, + offset: 6738, line: 218, - col: 42, + col: 44, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -34407,14 +34407,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6717, + offset: 6719, line: 218, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6735, + offset: 6737, line: 218, - col: 41, + col: 43, }, }, Format: "", @@ -34425,14 +34425,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6702, + offset: 6704, line: 218, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6716, + offset: 6718, line: 218, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -34441,14 +34441,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6702, + offset: 6704, line: 218, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6716, + offset: 6718, line: 218, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -34460,14 +34460,14 @@ '@role': [And, Binary, Bitwise, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -34477,14 +34477,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -34493,14 +34493,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, Name: "MaximizeVertical", @@ -34510,14 +34510,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6755, + offset: 6757, line: 218, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -34527,14 +34527,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6753, + offset: 6755, line: 218, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -34545,14 +34545,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6741, + offset: 6743, line: 218, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 6753, + offset: 6755, line: 218, - col: 59, + col: 61, }, }, Name: "maximizeMode", @@ -34561,14 +34561,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6739, + offset: 6741, line: 218, - col: 45, + col: 47, }, }, ExpressionType: "const ? *", @@ -34577,14 +34577,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6739, + offset: 6741, line: 218, - col: 45, + col: 47, }, }, Name: "c", @@ -34596,14 +34596,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -34612,14 +34612,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, Name: "MaximizeVertical", @@ -34634,14 +34634,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6702, + offset: 6704, line: 218, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6736, + offset: 6738, line: 218, - col: 42, + col: 44, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -34652,14 +34652,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6717, + offset: 6719, line: 218, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6735, + offset: 6737, line: 218, - col: 41, + col: 43, }, }, Format: "", @@ -34670,14 +34670,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6702, + offset: 6704, line: 218, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6716, + offset: 6718, line: 218, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -34686,14 +34686,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6702, + offset: 6704, line: 218, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6716, + offset: 6718, line: 218, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -34704,14 +34704,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6702, + offset: 6704, line: 218, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6736, + offset: 6738, line: 218, - col: 42, + col: 44, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -34722,14 +34722,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6717, + offset: 6719, line: 218, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6735, + offset: 6737, line: 218, - col: 41, + col: 43, }, }, Format: "", @@ -34740,14 +34740,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6702, + offset: 6704, line: 218, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6716, + offset: 6718, line: 218, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -34756,14 +34756,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6702, + offset: 6704, line: 218, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6716, + offset: 6718, line: 218, - col: 22, + col: 24, }, }, Name: "QStringLiteral", @@ -34778,14 +34778,14 @@ '@role': [And, Binary, Bitwise, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -34795,14 +34795,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -34811,14 +34811,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, Name: "MaximizeVertical", @@ -34828,14 +34828,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6755, + offset: 6757, line: 218, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -34845,14 +34845,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6753, + offset: 6755, line: 218, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -34863,14 +34863,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6741, + offset: 6743, line: 218, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 6753, + offset: 6755, line: 218, - col: 59, + col: 61, }, }, Name: "maximizeMode", @@ -34879,14 +34879,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6739, + offset: 6741, line: 218, - col: 45, + col: 47, }, }, ExpressionType: "const ? *", @@ -34895,14 +34895,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6739, + offset: 6741, line: 218, - col: 45, + col: 47, }, }, Name: "c", @@ -34914,14 +34914,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -34930,14 +34930,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, Name: "MaximizeVertical", @@ -34949,14 +34949,14 @@ '@role': [And, Binary, Bitwise, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -34966,14 +34966,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -34982,14 +34982,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, Name: "MaximizeVertical", @@ -34999,14 +34999,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6755, + offset: 6757, line: 218, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -35016,14 +35016,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6753, + offset: 6755, line: 218, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -35034,14 +35034,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6741, + offset: 6743, line: 218, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 6753, + offset: 6755, line: 218, - col: 59, + col: 61, }, }, Name: "maximizeMode", @@ -35050,14 +35050,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6739, + offset: 6741, line: 218, - col: 45, + col: 47, }, }, ExpressionType: "const ? *", @@ -35066,14 +35066,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6739, + offset: 6741, line: 218, - col: 45, + col: 47, }, }, Name: "c", @@ -35085,14 +35085,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -35101,14 +35101,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, Name: "MaximizeVertical", @@ -35133,14 +35133,14 @@ Name: { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5434, + offset: 5436, line: 193, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 5435, + offset: 5437, line: 193, - col: 53, + col: 55, }, }, Name: "c", @@ -35150,14 +35150,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5412, + offset: 5414, line: 193, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 5432, + offset: 5434, line: 193, - col: 50, + col: 52, }, }, IsConst: true, @@ -35173,14 +35173,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5418, + offset: 5420, line: 193, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 5432, + offset: 5434, line: 193, - col: 50, + col: 52, }, }, Name: "AbstractClient", @@ -35199,14 +35199,14 @@ Type: { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5381, - line: 192, - col: 11, + offset: 5383, + line: 193, + col: 1, }, end: { '@type': "uast:Position", - offset: 5392, + offset: 5394, line: 193, - col: 10, + col: 12, }, }, Name: "QVariantMap", @@ -35222,14 +35222,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6788, - line: 221, - col: 2, + offset: 6790, + line: 223, + col: 1, }, end: { '@type': "uast:Position", - offset: 7359, - line: 236, - col: 26, + offset: 7361, + line: 237, + col: 2, }, }, Nodes: [ @@ -35244,14 +35244,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6833, - line: 223, - col: 44, + offset: 6835, + line: 224, + col: 1, }, end: { '@type': "uast:Position", - offset: 7359, - line: 236, - col: 26, + offset: 7361, + line: 237, + col: 2, }, }, Statements: [ @@ -35259,14 +35259,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6839, + offset: 6841, line: 225, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6874, + offset: 6876, line: 225, - col: 38, + col: 40, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -35274,14 +35274,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6839, + offset: 6841, line: 225, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6873, + offset: 6875, line: 225, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -35291,14 +35291,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6864, + offset: 6866, line: 225, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 6873, + offset: 6875, line: 225, - col: 37, + col: 39, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -35308,14 +35308,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6864, + offset: 6866, line: 225, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 6871, + offset: 6873, line: 225, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -35324,14 +35324,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6864, + offset: 6866, line: 225, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 6871, + offset: 6873, line: 225, - col: 35, + col: 37, }, }, Name: "message", @@ -35342,14 +35342,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6839, + offset: 6841, line: 225, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6861, + offset: 6863, line: 225, - col: 25, + col: 27, }, }, ExpressionType: "", @@ -35358,14 +35358,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6839, + offset: 6841, line: 225, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6861, + offset: 6863, line: 225, - col: 25, + col: 27, }, }, Name: "m_replyQueryWindowInfo", @@ -35375,14 +35375,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6864, + offset: 6866, line: 225, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 6873, + offset: 6875, line: 225, - col: 37, + col: 39, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -35392,14 +35392,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6864, + offset: 6866, line: 225, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 6871, + offset: 6873, line: 225, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -35408,14 +35408,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6864, + offset: 6866, line: 225, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 6871, + offset: 6873, line: 225, - col: 35, + col: 37, }, }, Name: "message", @@ -35428,28 +35428,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6879, + offset: 6881, line: 226, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6901, + offset: 6903, line: 226, - col: 25, + col: 27, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6879, + offset: 6881, line: 226, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6900, + offset: 6902, line: 226, - col: 24, + col: 26, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -35461,14 +35461,14 @@ '@role': [Argument, Boolean, Call, Expression, Function, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6895, + offset: 6897, line: 226, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 6899, + offset: 6901, line: 226, - col: 23, + col: 25, }, }, ExpressionType: "bool", @@ -35481,14 +35481,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6879, + offset: 6881, line: 226, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6894, + offset: 6896, line: 226, - col: 18, + col: 20, }, }, ExpressionType: "", @@ -35497,14 +35497,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6879, + offset: 6881, line: 226, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6894, + offset: 6896, line: 226, - col: 18, + col: 20, }, }, Name: "setDelayedReply", @@ -35516,28 +35516,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6906, + offset: 6908, line: 227, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7331, + offset: 7333, line: 235, - col: 5, + col: 7, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6906, + offset: 6908, line: 227, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7330, + offset: 7332, line: 235, - col: 4, + col: 6, }, }, ExpressionType: "", @@ -35548,14 +35548,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6970, + offset: 6972, line: 228, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 7324, + offset: 7326, line: 234, - col: 8, + col: 10, }, }, ExpressionType: "[this] (Toplevel *t) {\n if (auto c = qobject_cast(t)) {\n QDBusConnection::sessionBus().send(m_replyQueryWindowInfo.createReply(clientToVariantMap(c)));\n } else {\n QDBusConnection::sessionBus().send(m_replyQueryWindowInfo.createErrorReply(QString(), QString()));\n }\n }", @@ -35565,14 +35565,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6991, + offset: 6993, line: 228, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 7324, + offset: 7326, line: 234, - col: 8, + col: 10, }, }, Statements: [ @@ -35580,28 +35580,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7005, + offset: 7007, line: 229, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 7314, + offset: 7316, line: 233, - col: 12, + col: 14, }, }, 'Prop_ConditionDeclaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7009, + offset: 7011, line: 229, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 7050, + offset: 7052, line: 229, - col: 56, + col: 58, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -35609,14 +35609,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7009, + offset: 7011, line: 229, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 7013, + offset: 7015, line: 229, - col: 19, + col: 21, }, }, IsComplex: false, @@ -35642,14 +35642,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7014, + offset: 7016, line: 229, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 7050, + offset: 7052, line: 229, - col: 56, + col: 58, }, }, DeclaresParameterPack: false, @@ -35657,28 +35657,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7016, + offset: 7018, line: 229, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 7050, + offset: 7052, line: 229, - col: 56, + col: 58, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7018, + offset: 7020, line: 229, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 7050, + offset: 7052, line: 229, - col: 56, + col: 58, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -35689,14 +35689,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7048, + offset: 7050, line: 229, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 7049, + offset: 7051, line: 229, - col: 55, + col: 57, }, }, ExpressionType: "? *", @@ -35705,14 +35705,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7048, + offset: 7050, line: 229, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 7049, + offset: 7051, line: 229, - col: 55, + col: 57, }, }, Name: "t", @@ -35723,14 +35723,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7018, + offset: 7020, line: 229, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 7047, + offset: 7049, line: 229, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -35740,14 +35740,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7018, + offset: 7020, line: 229, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 7047, + offset: 7049, line: 229, - col: 53, + col: 55, }, }, Name: { '@type': "uast:Identifier", @@ -35758,28 +35758,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7031, + offset: 7033, line: 229, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 7046, + offset: 7048, line: 229, - col: 52, + col: 54, }, }, 'Prop_AbstractDeclarator': { '@type': "cpp:CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7045, + offset: 7047, line: 229, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 7046, + offset: 7048, line: 229, - col: 52, + col: 54, }, }, DeclaresParameterPack: false, @@ -35791,14 +35791,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7031, + offset: 7033, line: 229, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 7045, + offset: 7047, line: 229, - col: 51, + col: 53, }, }, IsConst: false, @@ -35814,14 +35814,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7031, + offset: 7033, line: 229, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 7045, + offset: 7047, line: 229, - col: 51, + col: 53, }, }, Name: "AbstractClient", @@ -35833,14 +35833,14 @@ 'Prop_TemplateName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7018, + offset: 7020, line: 229, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 7030, + offset: 7032, line: 229, - col: 36, + col: 38, }, }, Name: "qobject_cast", @@ -35852,14 +35852,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7018, + offset: 7020, line: 229, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 7050, + offset: 7052, line: 229, - col: 56, + col: 58, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -35870,14 +35870,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7048, + offset: 7050, line: 229, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 7049, + offset: 7051, line: 229, - col: 55, + col: 57, }, }, ExpressionType: "? *", @@ -35886,14 +35886,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7048, + offset: 7050, line: 229, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 7049, + offset: 7051, line: 229, - col: 55, + col: 57, }, }, Name: "t", @@ -35904,14 +35904,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7018, + offset: 7020, line: 229, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 7047, + offset: 7049, line: 229, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -35921,14 +35921,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7018, + offset: 7020, line: 229, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 7047, + offset: 7049, line: 229, - col: 53, + col: 55, }, }, Name: { '@type': "uast:Identifier", @@ -35939,28 +35939,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7031, + offset: 7033, line: 229, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 7046, + offset: 7048, line: 229, - col: 52, + col: 54, }, }, 'Prop_AbstractDeclarator': { '@type': "cpp:CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7045, + offset: 7047, line: 229, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 7046, + offset: 7048, line: 229, - col: 52, + col: 54, }, }, DeclaresParameterPack: false, @@ -35972,14 +35972,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7031, + offset: 7033, line: 229, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 7045, + offset: 7047, line: 229, - col: 51, + col: 53, }, }, IsConst: false, @@ -35995,14 +35995,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7031, + offset: 7033, line: 229, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 7045, + offset: 7047, line: 229, - col: 51, + col: 53, }, }, Name: "AbstractClient", @@ -36014,14 +36014,14 @@ 'Prop_TemplateName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7018, + offset: 7020, line: 229, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 7030, + offset: 7032, line: 229, - col: 36, + col: 38, }, }, Name: "qobject_cast", @@ -36033,14 +36033,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7014, + offset: 7016, line: 229, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 7015, + offset: 7017, line: 229, - col: 21, + col: 23, }, }, Name: "c", @@ -36053,14 +36053,14 @@ '@role': [Else, If], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7184, + offset: 7186, line: 231, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 7314, + offset: 7316, line: 233, - col: 12, + col: 14, }, }, Statements: [ @@ -36068,28 +36068,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7202, + offset: 7204, line: 232, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 7300, + offset: 7302, line: 232, - col: 113, + col: 115, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7202, + offset: 7204, line: 232, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 7299, + offset: 7301, line: 232, - col: 112, + col: 114, }, }, ExpressionType: "", @@ -36100,14 +36100,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7237, + offset: 7239, line: 232, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 7298, + offset: 7300, line: 232, - col: 111, + col: 113, }, }, ExpressionType: "", @@ -36118,14 +36118,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7277, + offset: 7279, line: 232, - col: 90, + col: 92, }, end: { '@type': "uast:Position", - offset: 7286, + offset: 7288, line: 232, - col: 99, + col: 101, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -36135,14 +36135,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7277, + offset: 7279, line: 232, - col: 90, + col: 92, }, end: { '@type': "uast:Position", - offset: 7284, + offset: 7286, line: 232, - col: 97, + col: 99, }, }, ExpressionType: "", @@ -36151,14 +36151,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7277, + offset: 7279, line: 232, - col: 90, + col: 92, }, end: { '@type': "uast:Position", - offset: 7284, + offset: 7286, line: 232, - col: 97, + col: 99, }, }, Name: "QString", @@ -36169,14 +36169,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7288, + offset: 7290, line: 232, - col: 101, + col: 103, }, end: { '@type': "uast:Position", - offset: 7297, + offset: 7299, line: 232, - col: 110, + col: 112, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -36186,14 +36186,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7288, + offset: 7290, line: 232, - col: 101, + col: 103, }, end: { '@type': "uast:Position", - offset: 7295, + offset: 7297, line: 232, - col: 108, + col: 110, }, }, ExpressionType: "", @@ -36202,14 +36202,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7288, + offset: 7290, line: 232, - col: 101, + col: 103, }, end: { '@type': "uast:Position", - offset: 7295, + offset: 7297, line: 232, - col: 108, + col: 110, }, }, Name: "QString", @@ -36221,14 +36221,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7237, + offset: 7239, line: 232, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 7276, + offset: 7278, line: 232, - col: 89, + col: 91, }, }, ExpressionType: "", @@ -36239,14 +36239,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7260, + offset: 7262, line: 232, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 7276, + offset: 7278, line: 232, - col: 89, + col: 91, }, }, Name: "createErrorReply", @@ -36255,14 +36255,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7237, + offset: 7239, line: 232, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 7259, + offset: 7261, line: 232, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -36271,14 +36271,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7237, + offset: 7239, line: 232, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 7259, + offset: 7261, line: 232, - col: 72, + col: 74, }, }, Name: "m_replyQueryWindowInfo", @@ -36291,14 +36291,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7202, + offset: 7204, line: 232, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 7236, + offset: 7238, line: 232, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -36309,14 +36309,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7232, + offset: 7234, line: 232, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 7236, + offset: 7238, line: 232, - col: 49, + col: 51, }, }, Name: "send", @@ -36325,14 +36325,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7202, + offset: 7204, line: 232, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 7231, + offset: 7233, line: 232, - col: 44, + col: 46, }, }, ExpressionType: "Attempt to use symbol failed: sessionBus", @@ -36342,14 +36342,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7202, + offset: 7204, line: 232, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 7229, + offset: 7231, line: 232, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -36358,14 +36358,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7202, + offset: 7204, line: 232, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 7229, + offset: 7231, line: 232, - col: 42, + col: 44, }, }, Names: [ @@ -36388,14 +36388,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7052, + offset: 7054, line: 229, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 7178, + offset: 7180, line: 231, - col: 12, + col: 14, }, }, Statements: [ @@ -36403,28 +36403,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7070, + offset: 7072, line: 230, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 7164, + offset: 7166, line: 230, - col: 109, + col: 111, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7070, + offset: 7072, line: 230, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 7163, + offset: 7165, line: 230, - col: 108, + col: 110, }, }, ExpressionType: "", @@ -36435,14 +36435,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7105, + offset: 7107, line: 230, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 7162, + offset: 7164, line: 230, - col: 107, + col: 109, }, }, ExpressionType: "", @@ -36453,14 +36453,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7140, + offset: 7142, line: 230, - col: 85, + col: 87, }, end: { '@type': "uast:Position", - offset: 7161, + offset: 7163, line: 230, - col: 106, + col: 108, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -36471,14 +36471,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7159, + offset: 7161, line: 230, - col: 104, + col: 106, }, end: { '@type': "uast:Position", - offset: 7160, + offset: 7162, line: 230, - col: 105, + col: 107, }, }, ExpressionType: "", @@ -36487,14 +36487,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7159, + offset: 7161, line: 230, - col: 104, + col: 106, }, end: { '@type': "uast:Position", - offset: 7160, + offset: 7162, line: 230, - col: 105, + col: 107, }, }, Name: "c", @@ -36505,14 +36505,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7140, + offset: 7142, line: 230, - col: 85, + col: 87, }, end: { '@type': "uast:Position", - offset: 7158, + offset: 7160, line: 230, - col: 103, + col: 105, }, }, ExpressionType: "", @@ -36521,14 +36521,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7140, + offset: 7142, line: 230, - col: 85, + col: 87, }, end: { '@type': "uast:Position", - offset: 7158, + offset: 7160, line: 230, - col: 103, + col: 105, }, }, Name: "clientToVariantMap", @@ -36540,14 +36540,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7105, + offset: 7107, line: 230, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 7139, + offset: 7141, line: 230, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -36558,14 +36558,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7128, + offset: 7130, line: 230, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 7139, + offset: 7141, line: 230, - col: 84, + col: 86, }, }, Name: "createReply", @@ -36574,14 +36574,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7105, + offset: 7107, line: 230, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 7127, + offset: 7129, line: 230, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -36590,14 +36590,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7105, + offset: 7107, line: 230, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 7127, + offset: 7129, line: 230, - col: 72, + col: 74, }, }, Name: "m_replyQueryWindowInfo", @@ -36610,14 +36610,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7070, + offset: 7072, line: 230, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 7104, + offset: 7106, line: 230, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -36628,14 +36628,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7100, + offset: 7102, line: 230, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 7104, + offset: 7106, line: 230, - col: 49, + col: 51, }, }, Name: "send", @@ -36644,14 +36644,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7070, + offset: 7072, line: 230, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 7099, + offset: 7101, line: 230, - col: 44, + col: 46, }, }, ExpressionType: "Attempt to use symbol failed: sessionBus", @@ -36661,14 +36661,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7070, + offset: 7072, line: 230, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 7097, + offset: 7099, line: 230, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -36677,14 +36677,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7070, + offset: 7072, line: 230, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 7097, + offset: 7099, line: 230, - col: 42, + col: 44, }, }, Names: [ @@ -36711,14 +36711,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6977, + offset: 6979, line: 228, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 6990, + offset: 6992, line: 228, - col: 27, + col: 29, }, }, IsConst: false, @@ -36732,28 +36732,28 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6987, + offset: 6989, line: 228, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 6989, + offset: 6991, line: 228, - col: 26, + col: 28, }, }, DeclaresParameterPack: false, 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6988, + offset: 6990, line: 228, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 6989, + offset: 6991, line: 228, - col: 26, + col: 28, }, }, Name: "t", @@ -36763,14 +36763,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6978, + offset: 6980, line: 228, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 6986, + offset: 6988, line: 228, - col: 23, + col: 25, }, }, IsConst: false, @@ -36786,14 +36786,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6978, + offset: 6980, line: 228, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 6986, + offset: 6988, line: 228, - col: 23, + col: 25, }, }, Name: "Toplevel", @@ -36810,14 +36810,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6906, + offset: 6908, line: 227, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6960, + offset: 6962, line: 227, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -36828,14 +36828,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6929, + offset: 6931, line: 227, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 6960, + offset: 6962, line: 227, - col: 57, + col: 59, }, }, Name: "startInteractiveWindowSelection", @@ -36844,14 +36844,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6906, + offset: 6908, line: 227, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6927, + offset: 6929, line: 227, - col: 24, + col: 26, }, }, ExpressionType: "", @@ -36861,14 +36861,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6906, + offset: 6908, line: 227, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6925, + offset: 6927, line: 227, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -36879,14 +36879,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6917, + offset: 6919, line: 227, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 6925, + offset: 6927, line: 227, - col: 22, + col: 24, }, }, Name: "platform", @@ -36895,14 +36895,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6906, + offset: 6908, line: 227, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6915, + offset: 6917, line: 227, - col: 12, + col: 14, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -36912,14 +36912,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6906, + offset: 6908, line: 227, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6913, + offset: 6915, line: 227, - col: 10, + col: 12, }, }, ExpressionType: "", @@ -36928,14 +36928,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6906, + offset: 6908, line: 227, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6913, + offset: 6915, line: 227, - col: 10, + col: 12, }, }, Name: "kwinApp", @@ -36951,28 +36951,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7336, + offset: 7338, line: 236, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7357, + offset: 7359, line: 236, - col: 24, + col: 26, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTSimpleTypeConstructorExpression", '@role': [Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7343, + offset: 7345, line: 236, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 7356, + offset: 7358, line: 236, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -36982,14 +36982,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7343, + offset: 7345, line: 236, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 7354, + offset: 7356, line: 236, - col: 21, + col: 23, }, }, IsConst: false, @@ -37005,14 +37005,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7343, + offset: 7345, line: 236, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 7354, + offset: 7356, line: 236, - col: 21, + col: 23, }, }, Name: "QVariantMap", @@ -37023,14 +37023,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7354, + offset: 7356, line: 236, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 7356, + offset: 7358, line: 236, - col: 23, + col: 25, }, }, Size: 0, @@ -37040,14 +37040,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7343, + offset: 7345, line: 236, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 7356, + offset: 7358, line: 236, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -37057,14 +37057,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7343, + offset: 7345, line: 236, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 7354, + offset: 7356, line: 236, - col: 21, + col: 23, }, }, IsConst: false, @@ -37080,14 +37080,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7343, + offset: 7345, line: 236, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 7354, + offset: 7356, line: 236, - col: 21, + col: 23, }, }, Name: "QVariantMap", @@ -37098,14 +37098,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7354, + offset: 7356, line: 236, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 7356, + offset: 7358, line: 236, - col: 23, + col: 25, }, }, Size: 0, @@ -37124,14 +37124,14 @@ Type: { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6788, - line: 221, - col: 2, + offset: 6790, + line: 223, + col: 1, }, end: { '@type': "uast:Position", - offset: 6799, + offset: 6801, line: 223, - col: 10, + col: 12, }, }, Name: "QVariantMap", @@ -37147,14 +37147,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7361, - line: 237, - col: 2, + offset: 7363, + line: 239, + col: 1, }, end: { '@type': "uast:Position", - offset: 7694, - line: 247, - col: 6, + offset: 7696, + line: 248, + col: 2, }, }, Nodes: [ @@ -37169,14 +37169,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7423, - line: 239, - col: 61, + offset: 7425, + line: 240, + col: 1, }, end: { '@type': "uast:Position", - offset: 7694, - line: 247, - col: 6, + offset: 7696, + line: 248, + col: 2, }, }, Statements: [ @@ -37184,28 +37184,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7429, + offset: 7431, line: 241, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7469, + offset: 7471, line: 241, - col: 43, + col: 45, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7429, + offset: 7431, line: 241, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7469, + offset: 7471, line: 241, - col: 43, + col: 45, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -37213,14 +37213,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7429, + offset: 7431, line: 241, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7439, + offset: 7441, line: 241, - col: 13, + col: 15, }, }, IsComplex: false, @@ -37246,14 +37246,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7440, + offset: 7442, line: 241, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 7468, + offset: 7470, line: 241, - col: 42, + col: 44, }, }, DeclaresParameterPack: false, @@ -37261,28 +37261,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7443, + offset: 7445, line: 241, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 7468, + offset: 7470, line: 241, - col: 42, + col: 44, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7445, + offset: 7447, line: 241, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 7468, + offset: 7470, line: 241, - col: 42, + col: 44, }, }, ExpressionType: "Attempt to use symbol failed: fromString", @@ -37293,14 +37293,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7463, + offset: 7465, line: 241, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 7467, + offset: 7469, line: 241, - col: 41, + col: 43, }, }, ExpressionType: "const ?", @@ -37309,14 +37309,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7463, + offset: 7465, line: 241, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 7467, + offset: 7469, line: 241, - col: 41, + col: 43, }, }, Name: "uuid", @@ -37327,14 +37327,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7445, + offset: 7447, line: 241, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 7462, + offset: 7464, line: 241, - col: 36, + col: 38, }, }, ExpressionType: "", @@ -37343,14 +37343,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7445, + offset: 7447, line: 241, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 7462, + offset: 7464, line: 241, - col: 36, + col: 38, }, }, Names: [ @@ -37368,14 +37368,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7445, + offset: 7447, line: 241, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 7468, + offset: 7470, line: 241, - col: 42, + col: 44, }, }, ExpressionType: "Attempt to use symbol failed: fromString", @@ -37386,14 +37386,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7463, + offset: 7465, line: 241, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 7467, + offset: 7469, line: 241, - col: 41, + col: 43, }, }, ExpressionType: "const ?", @@ -37402,14 +37402,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7463, + offset: 7465, line: 241, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 7467, + offset: 7469, line: 241, - col: 41, + col: 43, }, }, Name: "uuid", @@ -37420,14 +37420,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7445, + offset: 7447, line: 241, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 7462, + offset: 7464, line: 241, - col: 36, + col: 38, }, }, ExpressionType: "", @@ -37436,14 +37436,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7445, + offset: 7447, line: 241, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 7462, + offset: 7464, line: 241, - col: 36, + col: 38, }, }, Names: [ @@ -37461,14 +37461,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7440, + offset: 7442, line: 241, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 7442, + offset: 7444, line: 241, - col: 16, + col: 18, }, }, Name: "id", @@ -37482,28 +37482,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7474, + offset: 7476, line: 242, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7593, + offset: 7595, line: 242, - col: 122, + col: 124, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7474, + offset: 7476, line: 242, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7593, + offset: 7595, line: 242, - col: 122, + col: 124, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -37511,14 +37511,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7474, + offset: 7476, line: 242, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7484, + offset: 7486, line: 242, - col: 13, + col: 15, }, }, IsComplex: false, @@ -37544,14 +37544,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7485, + offset: 7487, line: 242, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 7592, + offset: 7594, line: 242, - col: 121, + col: 123, }, }, DeclaresParameterPack: false, @@ -37559,28 +37559,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7492, + offset: 7494, line: 242, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 7592, + offset: 7594, line: 242, - col: 121, + col: 123, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7494, + offset: 7496, line: 242, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 7592, + offset: 7594, line: 242, - col: 121, + col: 123, }, }, ExpressionType: "", @@ -37591,14 +37591,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7526, + offset: 7528, line: 242, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 7591, + offset: 7593, line: 242, - col: 120, + col: 122, }, }, ExpressionType: "[&id] (const AbstractClient *c) { return c->internalId() == id; }", @@ -37608,14 +37608,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7558, + offset: 7560, line: 242, - col: 87, + col: 89, }, end: { '@type': "uast:Position", - offset: 7591, + offset: 7593, line: 242, - col: 120, + col: 122, }, }, Statements: [ @@ -37623,14 +37623,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7560, + offset: 7562, line: 242, - col: 89, + col: 91, }, end: { '@type': "uast:Position", - offset: 7589, + offset: 7591, line: 242, - col: 118, + col: 120, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTBinaryExpression", @@ -37638,14 +37638,14 @@ '@role': [Binary, Equal, Expression, Relational, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7567, + offset: 7569, line: 242, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 7588, + offset: 7590, line: 242, - col: 117, + col: 119, }, }, ExpressionType: "", @@ -37655,14 +37655,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7586, + offset: 7588, line: 242, - col: 115, + col: 117, }, end: { '@type': "uast:Position", - offset: 7588, + offset: 7590, line: 242, - col: 117, + col: 119, }, }, ExpressionType: "", @@ -37671,14 +37671,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7586, + offset: 7588, line: 242, - col: 115, + col: 117, }, end: { '@type': "uast:Position", - offset: 7588, + offset: 7590, line: 242, - col: 117, + col: 119, }, }, Name: "id", @@ -37688,14 +37688,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7567, + offset: 7569, line: 242, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 7582, + offset: 7584, line: 242, - col: 111, + col: 113, }, }, ExpressionType: "", @@ -37705,14 +37705,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7567, + offset: 7569, line: 242, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 7580, + offset: 7582, line: 242, - col: 109, + col: 111, }, }, ExpressionType: "", @@ -37723,14 +37723,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7570, + offset: 7572, line: 242, - col: 99, + col: 101, }, end: { '@type': "uast:Position", - offset: 7580, + offset: 7582, line: 242, - col: 109, + col: 111, }, }, Name: "internalId", @@ -37739,14 +37739,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7567, + offset: 7569, line: 242, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 7568, + offset: 7570, line: 242, - col: 97, + col: 99, }, }, ExpressionType: "const ? *", @@ -37755,14 +37755,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7567, + offset: 7569, line: 242, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 7568, + offset: 7570, line: 242, - col: 97, + col: 99, }, }, Name: "c", @@ -37774,14 +37774,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7586, + offset: 7588, line: 242, - col: 115, + col: 117, }, end: { '@type': "uast:Position", - offset: 7588, + offset: 7590, line: 242, - col: 117, + col: 119, }, }, ExpressionType: "", @@ -37790,14 +37790,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7586, + offset: 7588, line: 242, - col: 115, + col: 117, }, end: { '@type': "uast:Position", - offset: 7588, + offset: 7590, line: 242, - col: 117, + col: 119, }, }, Name: "id", @@ -37809,14 +37809,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7567, + offset: 7569, line: 242, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 7588, + offset: 7590, line: 242, - col: 117, + col: 119, }, }, ExpressionType: "", @@ -37826,14 +37826,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7586, + offset: 7588, line: 242, - col: 115, + col: 117, }, end: { '@type': "uast:Position", - offset: 7588, + offset: 7590, line: 242, - col: 117, + col: 119, }, }, ExpressionType: "", @@ -37842,14 +37842,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7586, + offset: 7588, line: 242, - col: 115, + col: 117, }, end: { '@type': "uast:Position", - offset: 7588, + offset: 7590, line: 242, - col: 117, + col: 119, }, }, Name: "id", @@ -37859,14 +37859,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7567, + offset: 7569, line: 242, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 7582, + offset: 7584, line: 242, - col: 111, + col: 113, }, }, ExpressionType: "", @@ -37876,14 +37876,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7567, + offset: 7569, line: 242, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 7580, + offset: 7582, line: 242, - col: 109, + col: 111, }, }, ExpressionType: "", @@ -37894,14 +37894,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7570, + offset: 7572, line: 242, - col: 99, + col: 101, }, end: { '@type': "uast:Position", - offset: 7580, + offset: 7582, line: 242, - col: 109, + col: 111, }, }, Name: "internalId", @@ -37910,14 +37910,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7567, + offset: 7569, line: 242, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 7568, + offset: 7570, line: 242, - col: 97, + col: 99, }, }, ExpressionType: "const ? *", @@ -37926,14 +37926,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7567, + offset: 7569, line: 242, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 7568, + offset: 7570, line: 242, - col: 97, + col: 99, }, }, Name: "c", @@ -37945,14 +37945,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7586, + offset: 7588, line: 242, - col: 115, + col: 117, }, end: { '@type': "uast:Position", - offset: 7588, + offset: 7590, line: 242, - col: 117, + col: 119, }, }, ExpressionType: "", @@ -37961,14 +37961,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7586, + offset: 7588, line: 242, - col: 115, + col: 117, }, end: { '@type': "uast:Position", - offset: 7588, + offset: 7590, line: 242, - col: 117, + col: 119, }, }, Name: "id", @@ -37983,14 +37983,14 @@ '@role': [Declaration, Function, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7528, + offset: 7530, line: 242, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 7530, + offset: 7532, line: 242, - col: 59, + col: 61, }, }, Name: "id", @@ -38000,14 +38000,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7532, + offset: 7534, line: 242, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 7557, + offset: 7559, line: 242, - col: 86, + col: 88, }, }, IsConst: false, @@ -38021,28 +38021,28 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7554, + offset: 7556, line: 242, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 7556, + offset: 7558, line: 242, - col: 85, + col: 87, }, }, DeclaresParameterPack: false, 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7555, + offset: 7557, line: 242, - col: 84, + col: 86, }, end: { '@type': "uast:Position", - offset: 7556, + offset: 7558, line: 242, - col: 85, + col: 87, }, }, Name: "c", @@ -38052,14 +38052,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7533, + offset: 7535, line: 242, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 7553, + offset: 7555, line: 242, - col: 82, + col: 84, }, }, IsConst: true, @@ -38075,14 +38075,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7539, + offset: 7541, line: 242, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 7553, + offset: 7555, line: 242, - col: 82, + col: 84, }, }, Name: "AbstractClient", @@ -38099,14 +38099,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7494, + offset: 7496, line: 242, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 7525, + offset: 7527, line: 242, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -38117,14 +38117,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7507, + offset: 7509, line: 242, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 7525, + offset: 7527, line: 242, - col: 54, + col: 56, }, }, Name: "findAbstractClient", @@ -38133,14 +38133,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7494, + offset: 7496, line: 242, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 7505, + offset: 7507, line: 242, - col: 34, + col: 36, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -38150,14 +38150,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7494, + offset: 7496, line: 242, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 7503, + offset: 7505, line: 242, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -38166,14 +38166,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7494, + offset: 7496, line: 242, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 7503, + offset: 7505, line: 242, - col: 32, + col: 34, }, }, Name: "workspace", @@ -38186,14 +38186,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7494, + offset: 7496, line: 242, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 7592, + offset: 7594, line: 242, - col: 121, + col: 123, }, }, ExpressionType: "", @@ -38204,14 +38204,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7526, + offset: 7528, line: 242, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 7591, + offset: 7593, line: 242, - col: 120, + col: 122, }, }, ExpressionType: "[&id] (const AbstractClient *c) { return c->internalId() == id; }", @@ -38221,14 +38221,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7558, + offset: 7560, line: 242, - col: 87, + col: 89, }, end: { '@type': "uast:Position", - offset: 7591, + offset: 7593, line: 242, - col: 120, + col: 122, }, }, Statements: [ @@ -38236,14 +38236,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7560, + offset: 7562, line: 242, - col: 89, + col: 91, }, end: { '@type': "uast:Position", - offset: 7589, + offset: 7591, line: 242, - col: 118, + col: 120, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTBinaryExpression", @@ -38251,14 +38251,14 @@ '@role': [Binary, Equal, Expression, Relational, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7567, + offset: 7569, line: 242, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 7588, + offset: 7590, line: 242, - col: 117, + col: 119, }, }, ExpressionType: "", @@ -38268,14 +38268,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7586, + offset: 7588, line: 242, - col: 115, + col: 117, }, end: { '@type': "uast:Position", - offset: 7588, + offset: 7590, line: 242, - col: 117, + col: 119, }, }, ExpressionType: "", @@ -38284,14 +38284,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7586, + offset: 7588, line: 242, - col: 115, + col: 117, }, end: { '@type': "uast:Position", - offset: 7588, + offset: 7590, line: 242, - col: 117, + col: 119, }, }, Name: "id", @@ -38301,14 +38301,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7567, + offset: 7569, line: 242, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 7582, + offset: 7584, line: 242, - col: 111, + col: 113, }, }, ExpressionType: "", @@ -38318,14 +38318,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7567, + offset: 7569, line: 242, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 7580, + offset: 7582, line: 242, - col: 109, + col: 111, }, }, ExpressionType: "", @@ -38336,14 +38336,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7570, + offset: 7572, line: 242, - col: 99, + col: 101, }, end: { '@type': "uast:Position", - offset: 7580, + offset: 7582, line: 242, - col: 109, + col: 111, }, }, Name: "internalId", @@ -38352,14 +38352,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7567, + offset: 7569, line: 242, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 7568, + offset: 7570, line: 242, - col: 97, + col: 99, }, }, ExpressionType: "const ? *", @@ -38368,14 +38368,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7567, + offset: 7569, line: 242, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 7568, + offset: 7570, line: 242, - col: 97, + col: 99, }, }, Name: "c", @@ -38387,14 +38387,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7586, + offset: 7588, line: 242, - col: 115, + col: 117, }, end: { '@type': "uast:Position", - offset: 7588, + offset: 7590, line: 242, - col: 117, + col: 119, }, }, ExpressionType: "", @@ -38403,14 +38403,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7586, + offset: 7588, line: 242, - col: 115, + col: 117, }, end: { '@type': "uast:Position", - offset: 7588, + offset: 7590, line: 242, - col: 117, + col: 119, }, }, Name: "id", @@ -38422,14 +38422,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7567, + offset: 7569, line: 242, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 7588, + offset: 7590, line: 242, - col: 117, + col: 119, }, }, ExpressionType: "", @@ -38439,14 +38439,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7586, + offset: 7588, line: 242, - col: 115, + col: 117, }, end: { '@type': "uast:Position", - offset: 7588, + offset: 7590, line: 242, - col: 117, + col: 119, }, }, ExpressionType: "", @@ -38455,14 +38455,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7586, + offset: 7588, line: 242, - col: 115, + col: 117, }, end: { '@type': "uast:Position", - offset: 7588, + offset: 7590, line: 242, - col: 117, + col: 119, }, }, Name: "id", @@ -38472,14 +38472,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7567, + offset: 7569, line: 242, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 7582, + offset: 7584, line: 242, - col: 111, + col: 113, }, }, ExpressionType: "", @@ -38489,14 +38489,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7567, + offset: 7569, line: 242, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 7580, + offset: 7582, line: 242, - col: 109, + col: 111, }, }, ExpressionType: "", @@ -38507,14 +38507,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7570, + offset: 7572, line: 242, - col: 99, + col: 101, }, end: { '@type': "uast:Position", - offset: 7580, + offset: 7582, line: 242, - col: 109, + col: 111, }, }, Name: "internalId", @@ -38523,14 +38523,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7567, + offset: 7569, line: 242, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 7568, + offset: 7570, line: 242, - col: 97, + col: 99, }, }, ExpressionType: "const ? *", @@ -38539,14 +38539,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7567, + offset: 7569, line: 242, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 7568, + offset: 7570, line: 242, - col: 97, + col: 99, }, }, Name: "c", @@ -38558,14 +38558,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7586, + offset: 7588, line: 242, - col: 115, + col: 117, }, end: { '@type': "uast:Position", - offset: 7588, + offset: 7590, line: 242, - col: 117, + col: 119, }, }, ExpressionType: "", @@ -38574,14 +38574,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7586, + offset: 7588, line: 242, - col: 115, + col: 117, }, end: { '@type': "uast:Position", - offset: 7588, + offset: 7590, line: 242, - col: 117, + col: 119, }, }, Name: "id", @@ -38596,14 +38596,14 @@ '@role': [Declaration, Function, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7528, + offset: 7530, line: 242, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 7530, + offset: 7532, line: 242, - col: 59, + col: 61, }, }, Name: "id", @@ -38613,14 +38613,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7532, + offset: 7534, line: 242, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 7557, + offset: 7559, line: 242, - col: 86, + col: 88, }, }, IsConst: false, @@ -38634,28 +38634,28 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7554, + offset: 7556, line: 242, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 7556, + offset: 7558, line: 242, - col: 85, + col: 87, }, }, DeclaresParameterPack: false, 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7555, + offset: 7557, line: 242, - col: 84, + col: 86, }, end: { '@type': "uast:Position", - offset: 7556, + offset: 7558, line: 242, - col: 85, + col: 87, }, }, Name: "c", @@ -38665,14 +38665,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7533, + offset: 7535, line: 242, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 7553, + offset: 7555, line: 242, - col: 82, + col: 84, }, }, IsConst: true, @@ -38688,14 +38688,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7539, + offset: 7541, line: 242, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 7553, + offset: 7555, line: 242, - col: 82, + col: 84, }, }, Name: "AbstractClient", @@ -38712,14 +38712,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7494, + offset: 7496, line: 242, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 7525, + offset: 7527, line: 242, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -38730,14 +38730,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7507, + offset: 7509, line: 242, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 7525, + offset: 7527, line: 242, - col: 54, + col: 56, }, }, Name: "findAbstractClient", @@ -38746,14 +38746,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7494, + offset: 7496, line: 242, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 7505, + offset: 7507, line: 242, - col: 34, + col: 36, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -38763,14 +38763,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7494, + offset: 7496, line: 242, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 7503, + offset: 7505, line: 242, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -38779,14 +38779,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7494, + offset: 7496, line: 242, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 7503, + offset: 7505, line: 242, - col: 32, + col: 34, }, }, Name: "workspace", @@ -38799,14 +38799,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7485, + offset: 7487, line: 242, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 7491, + offset: 7493, line: 242, - col: 20, + col: 22, }, }, Name: "client", @@ -38820,28 +38820,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7598, + offset: 7600, line: 243, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7692, + offset: 7694, line: 247, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7602, + offset: 7604, line: 243, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 7608, + offset: 7610, line: 243, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -38850,14 +38850,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7602, + offset: 7604, line: 243, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 7608, + offset: 7610, line: 243, - col: 13, + col: 15, }, }, Name: "client", @@ -38867,14 +38867,14 @@ '@role': [Else, If], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7666, + offset: 7668, line: 245, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 7692, + offset: 7694, line: 247, - col: 4, + col: 6, }, }, Statements: [ @@ -38882,28 +38882,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7676, + offset: 7678, line: 246, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 7686, + offset: 7688, line: 246, - col: 17, + col: 19, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTInitializerList", '@role': [Initialization, List, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7683, + offset: 7685, line: 246, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 7685, + offset: 7687, line: 246, - col: 16, + col: 18, }, }, Size: 0, @@ -38915,14 +38915,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7610, + offset: 7612, line: 243, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 7660, + offset: 7662, line: 245, - col: 4, + col: 6, }, }, Statements: [ @@ -38930,28 +38930,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7620, + offset: 7622, line: 244, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 7654, + offset: 7656, line: 244, - col: 41, + col: 43, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7627, + offset: 7629, line: 244, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 7653, + offset: 7655, line: 244, - col: 40, + col: 42, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -38962,14 +38962,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7646, + offset: 7648, line: 244, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 7652, + offset: 7654, line: 244, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -38978,14 +38978,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7646, + offset: 7648, line: 244, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 7652, + offset: 7654, line: 244, - col: 39, + col: 41, }, }, Name: "client", @@ -38996,14 +38996,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7627, + offset: 7629, line: 244, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 7645, + offset: 7647, line: 244, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -39012,14 +39012,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7627, + offset: 7629, line: 244, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 7645, + offset: 7647, line: 244, - col: 32, + col: 34, }, }, Name: "clientToVariantMap", @@ -39030,14 +39030,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7627, + offset: 7629, line: 244, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 7653, + offset: 7655, line: 244, - col: 40, + col: 42, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -39048,14 +39048,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7646, + offset: 7648, line: 244, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 7652, + offset: 7654, line: 244, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -39064,14 +39064,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7646, + offset: 7648, line: 244, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 7652, + offset: 7654, line: 244, - col: 39, + col: 41, }, }, Name: "client", @@ -39082,14 +39082,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7627, + offset: 7629, line: 244, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 7645, + offset: 7647, line: 244, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -39098,14 +39098,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7627, + offset: 7629, line: 244, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 7645, + offset: 7647, line: 244, - col: 32, + col: 34, }, }, Name: "clientToVariantMap", @@ -39126,14 +39126,14 @@ Name: { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7417, + offset: 7419, line: 239, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 7421, + offset: 7423, line: 239, - col: 59, + col: 61, }, }, Name: "uuid", @@ -39143,14 +39143,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7402, + offset: 7404, line: 239, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 7415, + offset: 7417, line: 239, - col: 53, + col: 55, }, }, IsConst: true, @@ -39166,14 +39166,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7408, + offset: 7410, line: 239, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 7415, + offset: 7417, line: 239, - col: 53, + col: 55, }, }, Name: "QString", @@ -39192,14 +39192,14 @@ Type: { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7361, - line: 237, - col: 2, + offset: 7363, + line: 239, + col: 1, }, end: { '@type': "uast:Position", - offset: 7372, + offset: 7374, line: 239, - col: 10, + col: 12, }, }, Name: "QVariantMap", @@ -39215,14 +39215,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7696, - line: 248, - col: 2, + offset: 7698, + line: 250, + col: 1, }, end: { '@type': "uast:Position", - offset: 8270, - line: 259, - col: 84, + offset: 8272, + line: 260, + col: 2, }, }, Nodes: [ @@ -39233,28 +39233,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7771, + offset: 7773, line: 251, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 7786, + offset: 7788, line: 251, - col: 20, + col: 22, }, }, 'Prop_Initializer': { '@type': "cpp:CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7778, + offset: 7780, line: 251, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 7786, + offset: 7788, line: 251, - col: 20, + col: 22, }, }, 'Prop_Arguments': [ @@ -39262,14 +39262,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7779, + offset: 7781, line: 251, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 7785, + offset: 7787, line: 251, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -39278,14 +39278,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7779, + offset: 7781, line: 251, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 7785, + offset: 7787, line: 251, - col: 19, + col: 21, }, }, Name: "parent", @@ -39296,14 +39296,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7779, + offset: 7781, line: 251, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 7785, + offset: 7787, line: 251, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -39312,14 +39312,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7779, + offset: 7781, line: 251, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 7785, + offset: 7787, line: 251, - col: 19, + col: 21, }, }, Name: "parent", @@ -39330,14 +39330,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7779, + offset: 7781, line: 251, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 7785, + offset: 7787, line: 251, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -39346,14 +39346,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7779, + offset: 7781, line: 251, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 7785, + offset: 7787, line: 251, - col: 19, + col: 21, }, }, Name: "parent", @@ -39363,14 +39363,14 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7771, + offset: 7773, line: 251, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 7778, + offset: 7780, line: 251, - col: 12, + col: 14, }, }, Name: "QObject", @@ -39380,28 +39380,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7793, + offset: 7795, line: 252, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 7813, + offset: 7815, line: 252, - col: 25, + col: 27, }, }, 'Prop_Initializer': { '@type': "cpp:CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7805, + offset: 7807, line: 252, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 7813, + offset: 7815, line: 252, - col: 25, + col: 27, }, }, 'Prop_Arguments': [ @@ -39409,14 +39409,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7806, + offset: 7808, line: 252, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 7812, + offset: 7814, line: 252, - col: 24, + col: 26, }, }, ExpressionType: "? *", @@ -39425,14 +39425,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7806, + offset: 7808, line: 252, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 7812, + offset: 7814, line: 252, - col: 24, + col: 26, }, }, Name: "parent", @@ -39443,14 +39443,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7806, + offset: 7808, line: 252, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 7812, + offset: 7814, line: 252, - col: 24, + col: 26, }, }, ExpressionType: "? *", @@ -39459,14 +39459,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7806, + offset: 7808, line: 252, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 7812, + offset: 7814, line: 252, - col: 24, + col: 26, }, }, Name: "parent", @@ -39477,14 +39477,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7806, + offset: 7808, line: 252, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 7812, + offset: 7814, line: 252, - col: 24, + col: 26, }, }, ExpressionType: "", @@ -39493,14 +39493,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7806, + offset: 7808, line: 252, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 7812, + offset: 7814, line: 252, - col: 24, + col: 26, }, }, Name: "parent", @@ -39510,14 +39510,14 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7793, + offset: 7795, line: 252, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 7805, + offset: 7807, line: 252, - col: 17, + col: 19, }, }, Name: "m_compositor", @@ -39533,14 +39533,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7814, - line: 252, - col: 26, + offset: 7816, + line: 253, + col: 1, }, end: { '@type': "uast:Position", - offset: 8270, - line: 259, - col: 84, + offset: 8272, + line: 260, + col: 2, }, }, Statements: [ @@ -39548,28 +39548,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7820, + offset: 7822, line: 254, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7927, + offset: 7929, line: 254, - col: 110, + col: 112, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7820, + offset: 7822, line: 254, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7926, + offset: 7928, line: 254, - col: 109, + col: 111, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -39580,14 +39580,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7828, + offset: 7830, line: 254, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 7840, + offset: 7842, line: 254, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -39596,14 +39596,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7828, + offset: 7830, line: 254, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 7840, + offset: 7842, line: 254, - col: 23, + col: 25, }, }, Name: "m_compositor", @@ -39613,14 +39613,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7842, + offset: 7844, line: 254, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 7873, + offset: 7875, line: 254, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -39630,14 +39630,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7843, + offset: 7845, line: 254, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 7873, + offset: 7875, line: 254, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -39646,14 +39646,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7843, + offset: 7845, line: 254, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 7873, + offset: 7875, line: 254, - col: 56, + col: 58, }, }, Names: [ @@ -39673,14 +39673,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7875, + offset: 7877, line: 254, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 7879, + offset: 7881, line: 254, - col: 62, + col: 64, }, }, ExpressionType: "", @@ -39692,14 +39692,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7881, + offset: 7883, line: 254, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 7925, + offset: 7927, line: 254, - col: 108, + col: 110, }, }, ExpressionType: "", @@ -39709,14 +39709,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7882, + offset: 7884, line: 254, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 7925, + offset: 7927, line: 254, - col: 108, + col: 110, }, }, ExpressionType: "", @@ -39725,14 +39725,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7882, + offset: 7884, line: 254, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 7925, + offset: 7927, line: 254, - col: 108, + col: 110, }, }, Names: [ @@ -39752,14 +39752,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7820, + offset: 7822, line: 254, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7827, + offset: 7829, line: 254, - col: 10, + col: 12, }, }, ExpressionType: "", @@ -39768,14 +39768,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7820, + offset: 7822, line: 254, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7827, + offset: 7829, line: 254, - col: 10, + col: 12, }, }, Name: "connect", @@ -39787,28 +39787,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7932, + offset: 7934, line: 255, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7961, + offset: 7963, line: 255, - col: 32, + col: 34, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTNewExpression", '@role': [Instance, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7932, + offset: 7934, line: 255, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7960, + offset: 7962, line: 255, - col: 31, + col: 33, }, }, ExpressionType: "? *", @@ -39821,14 +39821,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7954, + offset: 7956, line: 255, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 7960, + offset: 7962, line: 255, - col: 31, + col: 33, }, }, 'Prop_Arguments': [ @@ -39837,14 +39837,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7955, + offset: 7957, line: 255, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 7959, + offset: 7961, line: 255, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -39858,14 +39858,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7955, + offset: 7957, line: 255, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 7959, + offset: 7961, line: 255, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -39879,14 +39879,14 @@ '@role': [Expression, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7955, + offset: 7957, line: 255, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 7959, + offset: 7961, line: 255, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -39898,28 +39898,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7936, + offset: 7938, line: 255, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 7954, + offset: 7956, line: 255, - col: 25, + col: 27, }, }, 'Prop_AbstractDeclarator': { '@type': "cpp:CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7954, + offset: 7956, line: 255, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 7954, + offset: 7956, line: 255, - col: 25, + col: 27, }, }, DeclaresParameterPack: false, @@ -39930,14 +39930,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7936, + offset: 7938, line: 255, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 7954, + offset: 7956, line: 255, - col: 25, + col: 27, }, }, IsConst: false, @@ -39953,14 +39953,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7936, + offset: 7938, line: 255, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 7954, + offset: 7956, line: 255, - col: 25, + col: 27, }, }, Name: "CompositingAdaptor", @@ -39974,42 +39974,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7966, + offset: 7968, line: 256, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8019, + offset: 8021, line: 256, - col: 56, + col: 58, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7966, + offset: 7968, line: 256, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8019, + offset: 8021, line: 256, - col: 56, + col: 58, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7966, + offset: 7968, line: 256, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7981, + offset: 7983, line: 256, - col: 18, + col: 20, }, }, IsConst: false, @@ -40025,14 +40025,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7966, + offset: 7968, line: 256, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7981, + offset: 7983, line: 256, - col: 18, + col: 20, }, }, Name: "QDBusConnection", @@ -40044,14 +40044,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7982, + offset: 7984, line: 256, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 8018, + offset: 8020, line: 256, - col: 55, + col: 57, }, }, DeclaresParameterPack: false, @@ -40059,28 +40059,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7987, + offset: 7989, line: 256, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 8018, + offset: 8020, line: 256, - col: 55, + col: 57, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7989, + offset: 7991, line: 256, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 8018, + offset: 8020, line: 256, - col: 55, + col: 57, }, }, ExpressionType: "Attempt to use symbol failed: sessionBus", @@ -40090,14 +40090,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7989, + offset: 7991, line: 256, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 8016, + offset: 8018, line: 256, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -40106,14 +40106,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7989, + offset: 7991, line: 256, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 8016, + offset: 8018, line: 256, - col: 53, + col: 55, }, }, Names: [ @@ -40131,14 +40131,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7989, + offset: 7991, line: 256, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 8018, + offset: 8020, line: 256, - col: 55, + col: 57, }, }, ExpressionType: "Attempt to use symbol failed: sessionBus", @@ -40148,14 +40148,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7989, + offset: 7991, line: 256, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 8016, + offset: 8018, line: 256, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -40164,14 +40164,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7989, + offset: 7991, line: 256, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 8016, + offset: 8018, line: 256, - col: 53, + col: 55, }, }, Names: [ @@ -40189,14 +40189,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7982, + offset: 7984, line: 256, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 7986, + offset: 7988, line: 256, - col: 23, + col: 25, }, }, Name: "dbus", @@ -40210,28 +40210,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8024, + offset: 8026, line: 257, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8081, + offset: 8083, line: 257, - col: 60, + col: 62, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8024, + offset: 8026, line: 257, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8080, + offset: 8082, line: 257, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -40242,14 +40242,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8044, + offset: 8046, line: 257, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 8073, + offset: 8075, line: 257, - col: 52, + col: 54, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -40260,14 +40260,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8059, + offset: 8061, line: 257, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 8072, + offset: 8074, line: 257, - col: 51, + col: 53, }, }, Format: "", @@ -40278,14 +40278,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8044, + offset: 8046, line: 257, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 8058, + offset: 8060, line: 257, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -40294,14 +40294,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8044, + offset: 8046, line: 257, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 8058, + offset: 8060, line: 257, - col: 37, + col: 39, }, }, Name: "QStringLiteral", @@ -40313,14 +40313,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8075, + offset: 8077, line: 257, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 8079, + offset: 8081, line: 257, - col: 58, + col: 60, }, }, ExpressionType: "", @@ -40333,14 +40333,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8024, + offset: 8026, line: 257, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8043, + offset: 8045, line: 257, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -40351,14 +40351,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8029, + offset: 8031, line: 257, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 8043, + offset: 8045, line: 257, - col: 22, + col: 24, }, }, Name: "registerObject", @@ -40367,14 +40367,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8024, + offset: 8026, line: 257, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8028, + offset: 8030, line: 257, - col: 7, + col: 9, }, }, ExpressionType: "", @@ -40383,14 +40383,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8024, + offset: 8026, line: 257, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8028, + offset: 8030, line: 257, - col: 7, + col: 9, }, }, Name: "dbus", @@ -40403,28 +40403,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8086, + offset: 8088, line: 258, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8268, + offset: 8270, line: 259, - col: 82, + col: 84, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8086, + offset: 8088, line: 258, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8267, + offset: 8269, line: 259, - col: 81, + col: 83, }, }, ExpressionType: "", @@ -40435,14 +40435,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8099, + offset: 8101, line: 258, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 8108, + offset: 8110, line: 258, - col: 25, + col: 27, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -40452,14 +40452,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8099, + offset: 8101, line: 258, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 8106, + offset: 8108, line: 258, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -40468,14 +40468,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8099, + offset: 8101, line: 258, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 8106, + offset: 8108, line: 258, - col: 23, + col: 25, }, }, Name: "QString", @@ -40486,14 +40486,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8110, + offset: 8112, line: 258, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 8139, + offset: 8141, line: 258, - col: 56, + col: 58, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -40504,14 +40504,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8125, + offset: 8127, line: 258, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 8138, + offset: 8140, line: 258, - col: 55, + col: 57, }, }, Format: "", @@ -40522,14 +40522,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8110, + offset: 8112, line: 258, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 8124, + offset: 8126, line: 258, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -40538,14 +40538,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8110, + offset: 8112, line: 258, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 8124, + offset: 8126, line: 258, - col: 41, + col: 43, }, }, Name: "QStringLiteral", @@ -40556,14 +40556,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8141, + offset: 8143, line: 258, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 8183, + offset: 8185, line: 258, - col: 100, + col: 102, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -40574,14 +40574,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8156, + offset: 8158, line: 258, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 8182, + offset: 8184, line: 258, - col: 99, + col: 101, }, }, Format: "", @@ -40592,14 +40592,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8141, + offset: 8143, line: 258, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 8155, + offset: 8157, line: 258, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -40608,14 +40608,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8141, + offset: 8143, line: 258, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 8155, + offset: 8157, line: 258, - col: 72, + col: 74, }, }, Name: "QStringLiteral", @@ -40626,14 +40626,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8202, + offset: 8204, line: 259, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 8226, + offset: 8228, line: 259, - col: 40, + col: 42, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -40644,14 +40644,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8217, + offset: 8219, line: 259, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 8225, + offset: 8227, line: 259, - col: 39, + col: 41, }, }, Format: "", @@ -40662,14 +40662,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8202, + offset: 8204, line: 259, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 8216, + offset: 8218, line: 259, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -40678,14 +40678,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8202, + offset: 8204, line: 259, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 8216, + offset: 8218, line: 259, - col: 30, + col: 32, }, }, Name: "QStringLiteral", @@ -40696,14 +40696,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8228, + offset: 8230, line: 259, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 8240, + offset: 8242, line: 259, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -40712,14 +40712,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8228, + offset: 8230, line: 259, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 8240, + offset: 8242, line: 259, - col: 54, + col: 56, }, }, Name: "m_compositor", @@ -40729,14 +40729,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8242, + offset: 8244, line: 259, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 8266, + offset: 8268, line: 259, - col: 80, + col: 82, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -40747,14 +40747,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8247, + offset: 8249, line: 259, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 8265, + offset: 8267, line: 259, - col: 79, + col: 81, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -40764,14 +40764,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8247, + offset: 8249, line: 259, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 8263, + offset: 8265, line: 259, - col: 77, + col: 79, }, }, ExpressionType: "", @@ -40780,14 +40780,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8247, + offset: 8249, line: 259, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 8263, + offset: 8265, line: 259, - col: 77, + col: 79, }, }, Name: "slotReinitialize", @@ -40799,14 +40799,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8242, + offset: 8244, line: 259, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 8246, + offset: 8248, line: 259, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -40815,14 +40815,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8242, + offset: 8244, line: 259, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 8246, + offset: 8248, line: 259, - col: 60, + col: 62, }, }, Name: "SLOT", @@ -40834,14 +40834,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8086, + offset: 8088, line: 258, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8098, + offset: 8100, line: 258, - col: 15, + col: 17, }, }, ExpressionType: "", @@ -40852,14 +40852,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8091, + offset: 8093, line: 258, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 8098, + offset: 8100, line: 258, - col: 15, + col: 17, }, }, Name: "connect", @@ -40868,14 +40868,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8086, + offset: 8088, line: 258, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8090, + offset: 8092, line: 258, - col: 7, + col: 9, }, }, ExpressionType: "", @@ -40884,14 +40884,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8086, + offset: 8088, line: 258, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8090, + offset: 8092, line: 258, - col: 7, + col: 9, }, }, Name: "dbus", @@ -40910,14 +40910,14 @@ Name: { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7757, + offset: 7759, line: 250, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 7763, + offset: 7765, line: 250, - col: 66, + col: 68, }, }, Name: "parent", @@ -40927,14 +40927,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7745, + offset: 7747, line: 250, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 7755, + offset: 7757, line: 250, - col: 58, + col: 60, }, }, IsConst: false, @@ -40950,14 +40950,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7745, + offset: 7747, line: 250, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 7755, + offset: 7757, line: 250, - col: 58, + col: 60, }, }, Name: "Compositor", @@ -40987,14 +40987,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8272, - line: 260, - col: 2, + offset: 8274, + line: 262, + col: 1, }, end: { '@type': "uast:Position", - offset: 8411, - line: 264, - col: 66, + offset: 8413, + line: 265, + col: 2, }, }, Nodes: [ @@ -41009,14 +41009,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8342, - line: 262, - col: 69, + offset: 8344, + line: 263, + col: 1, }, end: { '@type': "uast:Position", - offset: 8411, - line: 264, - col: 66, + offset: 8413, + line: 265, + col: 2, }, }, Statements: [ @@ -41024,28 +41024,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8348, + offset: 8350, line: 264, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8409, + offset: 8411, line: 264, - col: 64, + col: 66, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8355, + offset: 8357, line: 264, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 8408, + offset: 8410, line: 264, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -41055,14 +41055,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8355, + offset: 8357, line: 264, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 8406, + offset: 8408, line: 264, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -41073,14 +41073,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8378, + offset: 8380, line: 264, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 8406, + offset: 8408, line: 264, - col: 61, + col: 63, }, }, Name: "compositingNotPossibleReason", @@ -41089,14 +41089,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8355, + offset: 8357, line: 264, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 8376, + offset: 8378, line: 264, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -41106,14 +41106,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8355, + offset: 8357, line: 264, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 8374, + offset: 8376, line: 264, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -41124,14 +41124,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8366, + offset: 8368, line: 264, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 8374, + offset: 8376, line: 264, - col: 29, + col: 31, }, }, Name: "platform", @@ -41140,14 +41140,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8355, + offset: 8357, line: 264, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 8364, + offset: 8366, line: 264, - col: 19, + col: 21, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -41157,14 +41157,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8355, + offset: 8357, line: 264, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 8362, + offset: 8364, line: 264, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -41173,14 +41173,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8355, + offset: 8357, line: 264, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 8362, + offset: 8364, line: 264, - col: 17, + col: 19, }, }, Name: "kwinApp", @@ -41195,14 +41195,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8355, + offset: 8357, line: 264, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 8408, + offset: 8410, line: 264, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -41212,14 +41212,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8355, + offset: 8357, line: 264, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 8406, + offset: 8408, line: 264, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -41230,14 +41230,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8378, + offset: 8380, line: 264, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 8406, + offset: 8408, line: 264, - col: 61, + col: 63, }, }, Name: "compositingNotPossibleReason", @@ -41246,14 +41246,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8355, + offset: 8357, line: 264, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 8376, + offset: 8378, line: 264, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -41263,14 +41263,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8355, + offset: 8357, line: 264, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 8374, + offset: 8376, line: 264, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -41281,14 +41281,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8366, + offset: 8368, line: 264, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 8374, + offset: 8376, line: 264, - col: 29, + col: 31, }, }, Name: "platform", @@ -41297,14 +41297,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8355, + offset: 8357, line: 264, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 8364, + offset: 8366, line: 264, - col: 19, + col: 21, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -41314,14 +41314,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8355, + offset: 8357, line: 264, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 8362, + offset: 8364, line: 264, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -41330,14 +41330,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8355, + offset: 8357, line: 264, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 8362, + offset: 8364, line: 264, - col: 17, + col: 19, }, }, Name: "kwinApp", @@ -41361,14 +41361,14 @@ Type: { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8272, - line: 260, - col: 2, + offset: 8274, + line: 262, + col: 1, }, end: { '@type': "uast:Position", - offset: 8279, + offset: 8281, line: 262, - col: 6, + col: 8, }, }, Name: "QString", @@ -41384,14 +41384,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8413, - line: 265, - col: 2, + offset: 8415, + line: 267, + col: 1, }, end: { '@type': "uast:Position", - offset: 9055, - line: 286, - col: 6, + offset: 9057, + line: 287, + col: 2, }, }, Nodes: [ @@ -41406,14 +41406,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8470, - line: 267, - col: 56, + offset: 8472, + line: 268, + col: 1, }, end: { '@type': "uast:Position", - offset: 9055, - line: 286, - col: 6, + offset: 9057, + line: 287, + col: 2, }, }, Statements: [ @@ -41421,28 +41421,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8476, + offset: 8478, line: 269, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8553, + offset: 8555, line: 271, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTUnaryExpression", '@role': [Not, Relational, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8480, + offset: 8482, line: 269, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 8505, + offset: 8507, line: 269, - col: 32, + col: 34, }, }, ExpressionType: "bool", @@ -41452,14 +41452,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8481, + offset: 8483, line: 269, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 8505, + offset: 8507, line: 269, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -41469,14 +41469,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8481, + offset: 8483, line: 269, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 8503, + offset: 8505, line: 269, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -41487,14 +41487,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8495, + offset: 8497, line: 269, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 8503, + offset: 8505, line: 269, - col: 30, + col: 32, }, }, Name: "hasScene", @@ -41503,14 +41503,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8481, + offset: 8483, line: 269, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 8493, + offset: 8495, line: 269, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -41519,14 +41519,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8481, + offset: 8483, line: 269, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 8493, + offset: 8495, line: 269, - col: 20, + col: 22, }, }, Name: "m_compositor", @@ -41540,14 +41540,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8507, + offset: 8509, line: 269, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 8553, + offset: 8555, line: 271, - col: 4, + col: 6, }, }, Statements: [ @@ -41555,28 +41555,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8517, + offset: 8519, line: 270, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 8547, + offset: 8549, line: 270, - col: 37, + col: 39, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8524, + offset: 8526, line: 270, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 8546, + offset: 8548, line: 270, - col: 36, + col: 38, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -41587,14 +41587,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8539, + offset: 8541, line: 270, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 8545, + offset: 8547, line: 270, - col: 35, + col: 37, }, }, Format: "", @@ -41605,14 +41605,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8524, + offset: 8526, line: 270, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 8538, + offset: 8540, line: 270, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -41621,14 +41621,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8524, + offset: 8526, line: 270, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 8538, + offset: 8540, line: 270, - col: 28, + col: 30, }, }, Name: "QStringLiteral", @@ -41639,14 +41639,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8524, + offset: 8526, line: 270, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 8546, + offset: 8548, line: 270, - col: 36, + col: 38, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -41657,14 +41657,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8539, + offset: 8541, line: 270, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 8545, + offset: 8547, line: 270, - col: 35, + col: 37, }, }, Format: "", @@ -41675,14 +41675,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8524, + offset: 8526, line: 270, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 8538, + offset: 8540, line: 270, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -41691,14 +41691,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8524, + offset: 8526, line: 270, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 8538, + offset: 8540, line: 270, - col: 28, + col: 30, }, }, Name: "QStringLiteral", @@ -41713,28 +41713,28 @@ '@role': [Statement, Switch], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8558, + offset: 8560, line: 272, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9053, + offset: 9055, line: 286, - col: 4, + col: 6, }, }, 'Prop_Body': { '@type': "uast:Block", '@role': [Switch], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8608, + offset: 8610, line: 272, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 9053, + offset: 9055, line: 286, - col: 4, + col: 6, }, }, Statements: [ @@ -41742,28 +41742,28 @@ '@role': [Case, Switch], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8614, + offset: 8616, line: 273, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8638, + offset: 8640, line: 273, - col: 27, + col: 29, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8619, + offset: 8621, line: 273, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 8637, + offset: 8639, line: 273, - col: 26, + col: 28, }, }, ExpressionType: "", @@ -41772,14 +41772,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8619, + offset: 8621, line: 273, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 8637, + offset: 8639, line: 273, - col: 26, + col: 28, }, }, Name: "XRenderCompositing", @@ -41790,28 +41790,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8647, + offset: 8649, line: 274, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 8680, + offset: 8682, line: 274, - col: 40, + col: 42, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8654, + offset: 8656, line: 274, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 8679, + offset: 8681, line: 274, - col: 39, + col: 41, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -41822,14 +41822,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8669, + offset: 8671, line: 274, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 8678, + offset: 8680, line: 274, - col: 38, + col: 40, }, }, Format: "", @@ -41840,14 +41840,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8654, + offset: 8656, line: 274, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 8668, + offset: 8670, line: 274, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -41856,14 +41856,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8654, + offset: 8656, line: 274, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 8668, + offset: 8670, line: 274, - col: 28, + col: 30, }, }, Name: "QStringLiteral", @@ -41874,14 +41874,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8654, + offset: 8656, line: 274, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 8679, + offset: 8681, line: 274, - col: 39, + col: 41, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -41892,14 +41892,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8669, + offset: 8671, line: 274, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 8678, + offset: 8680, line: 274, - col: 38, + col: 40, }, }, Format: "", @@ -41910,14 +41910,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8654, + offset: 8656, line: 274, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 8668, + offset: 8670, line: 274, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -41926,14 +41926,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8654, + offset: 8656, line: 274, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 8668, + offset: 8670, line: 274, - col: 28, + col: 30, }, }, Name: "QStringLiteral", @@ -41945,28 +41945,28 @@ '@role': [Case, Switch], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8685, + offset: 8687, line: 275, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8709, + offset: 8711, line: 275, - col: 27, + col: 29, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8690, + offset: 8692, line: 275, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 8708, + offset: 8710, line: 275, - col: 26, + col: 28, }, }, ExpressionType: "", @@ -41975,14 +41975,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8690, + offset: 8692, line: 275, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 8708, + offset: 8710, line: 275, - col: 26, + col: 28, }, }, Name: "OpenGL2Compositing", @@ -41993,14 +41993,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8718, + offset: 8720, line: 276, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 8898, + offset: 8900, line: 280, - col: 8, + col: 10, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTBinaryExpression", @@ -42008,14 +42008,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8722, + offset: 8724, line: 276, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8783, + offset: 8785, line: 276, - col: 72, + col: 74, }, }, ExpressionType: "Attempt to use symbol failed: openGLModuleType", @@ -42025,14 +42025,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8760, + offset: 8762, line: 276, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 8783, + offset: 8785, line: 276, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -42041,14 +42041,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8760, + offset: 8762, line: 276, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 8783, + offset: 8785, line: 276, - col: 72, + col: 74, }, }, Names: [ @@ -42065,14 +42065,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8722, + offset: 8724, line: 276, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8756, + offset: 8758, line: 276, - col: 45, + col: 47, }, }, ExpressionType: "Attempt to use symbol failed: openGLModuleType", @@ -42082,14 +42082,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8722, + offset: 8724, line: 276, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8754, + offset: 8756, line: 276, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -42098,14 +42098,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8722, + offset: 8724, line: 276, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8754, + offset: 8756, line: 276, - col: 43, + col: 45, }, }, Names: [ @@ -42123,14 +42123,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8760, + offset: 8762, line: 276, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 8783, + offset: 8785, line: 276, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -42139,14 +42139,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8760, + offset: 8762, line: 276, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 8783, + offset: 8785, line: 276, - col: 72, + col: 74, }, }, Names: [ @@ -42164,14 +42164,14 @@ '@role': [Else, If], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8845, + offset: 8847, line: 278, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 8898, + offset: 8900, line: 280, - col: 8, + col: 10, }, }, Statements: [ @@ -42179,28 +42179,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8859, + offset: 8861, line: 279, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8888, + offset: 8890, line: 279, - col: 40, + col: 42, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8866, + offset: 8868, line: 279, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 8887, + offset: 8889, line: 279, - col: 39, + col: 41, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -42211,14 +42211,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8881, + offset: 8883, line: 279, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 8886, + offset: 8888, line: 279, - col: 38, + col: 40, }, }, Format: "", @@ -42229,14 +42229,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8866, + offset: 8868, line: 279, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 8880, + offset: 8882, line: 279, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -42245,14 +42245,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8866, + offset: 8868, line: 279, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 8880, + offset: 8882, line: 279, - col: 32, + col: 34, }, }, Name: "QStringLiteral", @@ -42263,14 +42263,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8866, + offset: 8868, line: 279, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 8887, + offset: 8889, line: 279, - col: 39, + col: 41, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -42281,14 +42281,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8881, + offset: 8883, line: 279, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 8886, + offset: 8888, line: 279, - col: 38, + col: 40, }, }, Format: "", @@ -42299,14 +42299,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8866, + offset: 8868, line: 279, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 8880, + offset: 8882, line: 279, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -42315,14 +42315,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8866, + offset: 8868, line: 279, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 8880, + offset: 8882, line: 279, - col: 32, + col: 34, }, }, Name: "QStringLiteral", @@ -42336,14 +42336,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8785, + offset: 8787, line: 276, - col: 74, + col: 76, }, end: { '@type': "uast:Position", - offset: 8839, + offset: 8841, line: 278, - col: 8, + col: 10, }, }, Statements: [ @@ -42351,28 +42351,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8799, + offset: 8801, line: 277, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8829, + offset: 8831, line: 277, - col: 41, + col: 43, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8806, + offset: 8808, line: 277, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 8828, + offset: 8830, line: 277, - col: 40, + col: 42, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -42383,14 +42383,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8821, + offset: 8823, line: 277, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 8827, + offset: 8829, line: 277, - col: 39, + col: 41, }, }, Format: "", @@ -42401,14 +42401,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8806, + offset: 8808, line: 277, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 8820, + offset: 8822, line: 277, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -42417,14 +42417,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8806, + offset: 8808, line: 277, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 8820, + offset: 8822, line: 277, - col: 32, + col: 34, }, }, Name: "QStringLiteral", @@ -42435,14 +42435,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8806, + offset: 8808, line: 277, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 8828, + offset: 8830, line: 277, - col: 40, + col: 42, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -42453,14 +42453,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8821, + offset: 8823, line: 277, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 8827, + offset: 8829, line: 277, - col: 39, + col: 41, }, }, Format: "", @@ -42471,14 +42471,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8806, + offset: 8808, line: 277, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 8820, + offset: 8822, line: 277, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -42487,14 +42487,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8806, + offset: 8808, line: 277, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 8820, + offset: 8822, line: 277, - col: 32, + col: 34, }, }, Name: "QStringLiteral", @@ -42509,28 +42509,28 @@ '@role': [Case, Switch], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8903, + offset: 8905, line: 281, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8928, + offset: 8930, line: 281, - col: 28, + col: 30, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8908, + offset: 8910, line: 281, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 8927, + offset: 8929, line: 281, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -42539,14 +42539,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8908, + offset: 8910, line: 281, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 8927, + offset: 8929, line: 281, - col: 27, + col: 29, }, }, Name: "QPainterCompositing", @@ -42557,28 +42557,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8937, + offset: 8939, line: 282, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 8971, + offset: 8973, line: 282, - col: 41, + col: 43, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8944, + offset: 8946, line: 282, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 8970, + offset: 8972, line: 282, - col: 40, + col: 42, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -42589,14 +42589,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8959, + offset: 8961, line: 282, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 8969, + offset: 8971, line: 282, - col: 39, + col: 41, }, }, Format: "", @@ -42607,14 +42607,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8944, + offset: 8946, line: 282, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 8958, + offset: 8960, line: 282, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -42623,14 +42623,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8944, + offset: 8946, line: 282, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 8958, + offset: 8960, line: 282, - col: 28, + col: 30, }, }, Name: "QStringLiteral", @@ -42641,14 +42641,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8944, + offset: 8946, line: 282, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 8970, + offset: 8972, line: 282, - col: 40, + col: 42, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -42659,14 +42659,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8959, + offset: 8961, line: 282, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 8969, + offset: 8971, line: 282, - col: 39, + col: 41, }, }, Format: "", @@ -42677,14 +42677,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8944, + offset: 8946, line: 282, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 8958, + offset: 8960, line: 282, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -42693,14 +42693,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8944, + offset: 8946, line: 282, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 8958, + offset: 8960, line: 282, - col: 28, + col: 30, }, }, Name: "QStringLiteral", @@ -42712,28 +42712,28 @@ '@role': [Case, Switch], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8976, + offset: 8978, line: 283, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8995, + offset: 8997, line: 283, - col: 22, + col: 24, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8981, + offset: 8983, line: 283, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 8994, + offset: 8996, line: 283, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -42742,14 +42742,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8981, + offset: 8983, line: 283, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 8994, + offset: 8996, line: 283, - col: 21, + col: 23, }, }, Name: "NoCompositing", @@ -42760,14 +42760,14 @@ '@role': [Case, Default, Switch], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9000, + offset: 9002, line: 284, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9008, + offset: 9010, line: 284, - col: 11, + col: 13, }, }, }, @@ -42775,28 +42775,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9017, + offset: 9019, line: 285, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9047, + offset: 9049, line: 285, - col: 37, + col: 39, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9024, + offset: 9026, line: 285, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 9046, + offset: 9048, line: 285, - col: 36, + col: 38, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -42807,14 +42807,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9039, + offset: 9041, line: 285, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 9045, + offset: 9047, line: 285, - col: 35, + col: 37, }, }, Format: "", @@ -42825,14 +42825,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9024, + offset: 9026, line: 285, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 9038, + offset: 9040, line: 285, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -42841,14 +42841,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9024, + offset: 9026, line: 285, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 9038, + offset: 9040, line: 285, - col: 28, + col: 30, }, }, Name: "QStringLiteral", @@ -42859,14 +42859,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9024, + offset: 9026, line: 285, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 9046, + offset: 9048, line: 285, - col: 36, + col: 38, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -42877,14 +42877,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9039, + offset: 9041, line: 285, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 9045, + offset: 9047, line: 285, - col: 35, + col: 37, }, }, Format: "", @@ -42895,14 +42895,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9024, + offset: 9026, line: 285, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 9038, + offset: 9040, line: 285, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -42911,14 +42911,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9024, + offset: 9026, line: 285, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 9038, + offset: 9040, line: 285, - col: 28, + col: 30, }, }, Name: "QStringLiteral", @@ -42932,14 +42932,14 @@ '@role': [Call, Condition, Expression, Function, Switch], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8566, + offset: 8568, line: 272, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8606, + offset: 8608, line: 272, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -42949,14 +42949,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8566, + offset: 8568, line: 272, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8604, + offset: 8606, line: 272, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -42967,14 +42967,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8589, + offset: 8591, line: 272, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 8604, + offset: 8606, line: 272, - col: 49, + col: 51, }, }, Name: "compositingType", @@ -42983,14 +42983,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8566, + offset: 8568, line: 272, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8587, + offset: 8589, line: 272, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -43000,14 +43000,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8566, + offset: 8568, line: 272, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8585, + offset: 8587, line: 272, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -43018,14 +43018,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8580, + offset: 8582, line: 272, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 8585, + offset: 8587, line: 272, - col: 30, + col: 32, }, }, Name: "scene", @@ -43034,14 +43034,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8566, + offset: 8568, line: 272, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8578, + offset: 8580, line: 272, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -43050,14 +43050,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8566, + offset: 8568, line: 272, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8578, + offset: 8580, line: 272, - col: 23, + col: 25, }, }, Name: "m_compositor", @@ -43080,14 +43080,14 @@ Type: { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8413, - line: 265, - col: 2, + offset: 8415, + line: 267, + col: 1, }, end: { '@type': "uast:Position", - offset: 8420, + offset: 8422, line: 267, - col: 6, + col: 8, }, }, Name: "QString", @@ -43103,14 +43103,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9057, - line: 287, - col: 2, + offset: 9059, + line: 289, + col: 1, }, end: { '@type': "uast:Position", - offset: 9144, - line: 291, - col: 37, + offset: 9146, + line: 292, + col: 2, }, }, Nodes: [ @@ -43125,14 +43125,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9104, - line: 289, - col: 46, + offset: 9106, + line: 290, + col: 1, }, end: { '@type': "uast:Position", - offset: 9144, - line: 291, - col: 37, + offset: 9146, + line: 292, + col: 2, }, }, Statements: [ @@ -43140,28 +43140,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9110, + offset: 9112, line: 291, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9142, + offset: 9144, line: 291, - col: 35, + col: 37, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9117, + offset: 9119, line: 291, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9141, + offset: 9143, line: 291, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -43171,14 +43171,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9117, + offset: 9119, line: 291, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9139, + offset: 9141, line: 291, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -43189,14 +43189,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9131, + offset: 9133, line: 291, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 9139, + offset: 9141, line: 291, - col: 32, + col: 34, }, }, Name: "isActive", @@ -43205,14 +43205,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9117, + offset: 9119, line: 291, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9129, + offset: 9131, line: 291, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -43221,14 +43221,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9117, + offset: 9119, line: 291, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9129, + offset: 9131, line: 291, - col: 22, + col: 24, }, }, Name: "m_compositor", @@ -43240,14 +43240,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9117, + offset: 9119, line: 291, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9141, + offset: 9143, line: 291, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -43257,14 +43257,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9117, + offset: 9119, line: 291, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9139, + offset: 9141, line: 291, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -43275,14 +43275,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9131, + offset: 9133, line: 291, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 9139, + offset: 9141, line: 291, - col: 32, + col: 34, }, }, Name: "isActive", @@ -43291,14 +43291,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9117, + offset: 9119, line: 291, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9129, + offset: 9131, line: 291, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -43307,14 +43307,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9117, + offset: 9119, line: 291, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9129, + offset: 9131, line: 291, - col: 22, + col: 24, }, }, Name: "m_compositor", @@ -43346,14 +43346,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9146, - line: 292, - col: 2, + offset: 9148, + line: 294, + col: 1, }, end: { '@type': "uast:Position", - offset: 9266, - line: 296, - col: 57, + offset: 9268, + line: 297, + col: 2, }, }, Nodes: [ @@ -43368,14 +43368,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9206, - line: 294, - col: 59, + offset: 9208, + line: 295, + col: 1, }, end: { '@type': "uast:Position", - offset: 9266, - line: 296, - col: 57, + offset: 9268, + line: 297, + col: 2, }, }, Statements: [ @@ -43383,28 +43383,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9212, + offset: 9214, line: 296, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9264, + offset: 9266, line: 296, - col: 55, + col: 57, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9219, + offset: 9221, line: 296, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9263, + offset: 9265, line: 296, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -43414,14 +43414,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9219, + offset: 9221, line: 296, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9261, + offset: 9263, line: 296, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -43432,14 +43432,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9242, + offset: 9244, line: 296, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 9261, + offset: 9263, line: 296, - col: 52, + col: 54, }, }, Name: "compositingPossible", @@ -43448,14 +43448,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9219, + offset: 9221, line: 296, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9240, + offset: 9242, line: 296, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -43465,14 +43465,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9219, + offset: 9221, line: 296, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9238, + offset: 9240, line: 296, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -43483,14 +43483,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9230, + offset: 9232, line: 296, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 9238, + offset: 9240, line: 296, - col: 29, + col: 31, }, }, Name: "platform", @@ -43499,14 +43499,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9219, + offset: 9221, line: 296, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9228, + offset: 9230, line: 296, - col: 19, + col: 21, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -43516,14 +43516,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9219, + offset: 9221, line: 296, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9226, + offset: 9228, line: 296, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -43532,14 +43532,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9219, + offset: 9221, line: 296, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9226, + offset: 9228, line: 296, - col: 17, + col: 19, }, }, Name: "kwinApp", @@ -43554,14 +43554,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9219, + offset: 9221, line: 296, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9263, + offset: 9265, line: 296, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -43571,14 +43571,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9219, + offset: 9221, line: 296, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9261, + offset: 9263, line: 296, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -43589,14 +43589,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9242, + offset: 9244, line: 296, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 9261, + offset: 9263, line: 296, - col: 52, + col: 54, }, }, Name: "compositingPossible", @@ -43605,14 +43605,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9219, + offset: 9221, line: 296, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9240, + offset: 9242, line: 296, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -43622,14 +43622,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9219, + offset: 9221, line: 296, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9238, + offset: 9240, line: 296, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -43640,14 +43640,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9230, + offset: 9232, line: 296, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 9238, + offset: 9240, line: 296, - col: 29, + col: 31, }, }, Name: "platform", @@ -43656,14 +43656,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9219, + offset: 9221, line: 296, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9228, + offset: 9230, line: 296, - col: 19, + col: 21, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -43673,14 +43673,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9219, + offset: 9221, line: 296, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9226, + offset: 9228, line: 296, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -43689,14 +43689,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9219, + offset: 9221, line: 296, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9226, + offset: 9228, line: 296, - col: 17, + col: 19, }, }, Name: "kwinApp", @@ -43731,14 +43731,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9268, - line: 297, - col: 2, + offset: 9270, + line: 299, + col: 1, }, end: { '@type': "uast:Position", - offset: 9387, - line: 301, - col: 63, + offset: 9389, + line: 302, + col: 2, }, }, Nodes: [ @@ -43753,14 +43753,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9321, - line: 299, - col: 52, + offset: 9323, + line: 300, + col: 1, }, end: { '@type': "uast:Position", - offset: 9387, - line: 301, - col: 63, + offset: 9389, + line: 302, + col: 2, }, }, Statements: [ @@ -43768,28 +43768,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9327, + offset: 9329, line: 301, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9385, + offset: 9387, line: 301, - col: 61, + col: 63, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9334, + offset: 9336, line: 301, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9384, + offset: 9386, line: 301, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -43799,14 +43799,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9334, + offset: 9336, line: 301, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9382, + offset: 9384, line: 301, - col: 58, + col: 60, }, }, ExpressionType: "", @@ -43817,14 +43817,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9357, + offset: 9359, line: 301, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 9382, + offset: 9384, line: 301, - col: 58, + col: 60, }, }, Name: "openGLCompositingIsBroken", @@ -43833,14 +43833,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9334, + offset: 9336, line: 301, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9355, + offset: 9357, line: 301, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -43850,14 +43850,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9334, + offset: 9336, line: 301, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9353, + offset: 9355, line: 301, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -43868,14 +43868,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9345, + offset: 9347, line: 301, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 9353, + offset: 9355, line: 301, - col: 29, + col: 31, }, }, Name: "platform", @@ -43884,14 +43884,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9334, + offset: 9336, line: 301, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9343, + offset: 9345, line: 301, - col: 19, + col: 21, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -43901,14 +43901,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9334, + offset: 9336, line: 301, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9341, + offset: 9343, line: 301, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -43917,14 +43917,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9334, + offset: 9336, line: 301, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9341, + offset: 9343, line: 301, - col: 17, + col: 19, }, }, Name: "kwinApp", @@ -43939,14 +43939,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9334, + offset: 9336, line: 301, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9384, + offset: 9386, line: 301, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -43956,14 +43956,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9334, + offset: 9336, line: 301, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9382, + offset: 9384, line: 301, - col: 58, + col: 60, }, }, ExpressionType: "", @@ -43974,14 +43974,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9357, + offset: 9359, line: 301, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 9382, + offset: 9384, line: 301, - col: 58, + col: 60, }, }, Name: "openGLCompositingIsBroken", @@ -43990,14 +43990,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9334, + offset: 9336, line: 301, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9355, + offset: 9357, line: 301, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -44007,14 +44007,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9334, + offset: 9336, line: 301, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9353, + offset: 9355, line: 301, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -44025,14 +44025,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9345, + offset: 9347, line: 301, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 9353, + offset: 9355, line: 301, - col: 29, + col: 31, }, }, Name: "platform", @@ -44041,14 +44041,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9334, + offset: 9336, line: 301, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9343, + offset: 9345, line: 301, - col: 19, + col: 21, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -44058,14 +44058,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9334, + offset: 9336, line: 301, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9341, + offset: 9343, line: 301, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -44074,14 +44074,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9334, + offset: 9336, line: 301, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9341, + offset: 9343, line: 301, - col: 17, + col: 19, }, }, Name: "kwinApp", @@ -44116,14 +44116,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9389, - line: 302, - col: 2, + offset: 9391, + line: 304, + col: 1, }, end: { '@type': "uast:Position", - offset: 9515, - line: 306, - col: 57, + offset: 9517, + line: 307, + col: 2, }, }, Nodes: [ @@ -44138,14 +44138,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9455, - line: 304, - col: 65, + offset: 9457, + line: 305, + col: 1, }, end: { '@type': "uast:Position", - offset: 9515, - line: 306, - col: 57, + offset: 9517, + line: 307, + col: 2, }, }, Statements: [ @@ -44153,28 +44153,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9461, + offset: 9463, line: 306, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9513, + offset: 9515, line: 306, - col: 55, + col: 57, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9468, + offset: 9470, line: 306, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9512, + offset: 9514, line: 306, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -44184,14 +44184,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9468, + offset: 9470, line: 306, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9510, + offset: 9512, line: 306, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -44202,14 +44202,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9491, + offset: 9493, line: 306, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 9510, + offset: 9512, line: 306, - col: 52, + col: 54, }, }, Name: "requiresCompositing", @@ -44218,14 +44218,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9468, + offset: 9470, line: 306, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9489, + offset: 9491, line: 306, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -44235,14 +44235,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9468, + offset: 9470, line: 306, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9487, + offset: 9489, line: 306, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -44253,14 +44253,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9479, + offset: 9481, line: 306, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 9487, + offset: 9489, line: 306, - col: 29, + col: 31, }, }, Name: "platform", @@ -44269,14 +44269,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9468, + offset: 9470, line: 306, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9477, + offset: 9479, line: 306, - col: 19, + col: 21, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -44286,14 +44286,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9468, + offset: 9470, line: 306, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9475, + offset: 9477, line: 306, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -44302,14 +44302,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9468, + offset: 9470, line: 306, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9475, + offset: 9477, line: 306, - col: 17, + col: 19, }, }, Name: "kwinApp", @@ -44324,14 +44324,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9468, + offset: 9470, line: 306, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9512, + offset: 9514, line: 306, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -44341,14 +44341,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9468, + offset: 9470, line: 306, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9510, + offset: 9512, line: 306, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -44359,14 +44359,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9491, + offset: 9493, line: 306, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 9510, + offset: 9512, line: 306, - col: 52, + col: 54, }, }, Name: "requiresCompositing", @@ -44375,14 +44375,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9468, + offset: 9470, line: 306, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9489, + offset: 9491, line: 306, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -44392,14 +44392,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9468, + offset: 9470, line: 306, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9487, + offset: 9489, line: 306, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -44410,14 +44410,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9479, + offset: 9481, line: 306, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 9487, + offset: 9489, line: 306, - col: 29, + col: 31, }, }, Name: "platform", @@ -44426,14 +44426,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9468, + offset: 9470, line: 306, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9477, + offset: 9479, line: 306, - col: 19, + col: 21, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -44443,14 +44443,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9468, + offset: 9470, line: 306, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9475, + offset: 9477, line: 306, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -44459,14 +44459,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9468, + offset: 9470, line: 306, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9475, + offset: 9477, line: 306, - col: 17, + col: 19, }, }, Name: "kwinApp", @@ -44501,14 +44501,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9517, - line: 307, - col: 2, + offset: 9519, + line: 309, + col: 1, }, end: { '@type': "uast:Position", - offset: 9612, - line: 311, - col: 53, + offset: 9614, + line: 312, + col: 2, }, }, Nodes: [ @@ -44523,14 +44523,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9556, - line: 309, - col: 38, + offset: 9558, + line: 310, + col: 1, }, end: { '@type': "uast:Position", - offset: 9612, - line: 311, - col: 53, + offset: 9614, + line: 312, + col: 2, }, }, Statements: [ @@ -44538,28 +44538,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9562, + offset: 9564, line: 311, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9610, + offset: 9612, line: 311, - col: 51, + col: 53, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9562, + offset: 9564, line: 311, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9609, + offset: 9611, line: 311, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -44570,14 +44570,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9583, + offset: 9585, line: 311, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 9608, + offset: 9610, line: 311, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -44586,14 +44586,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9583, + offset: 9585, line: 311, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 9608, + offset: 9610, line: 311, - col: 49, + col: 51, }, }, Names: [ @@ -44611,14 +44611,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9562, + offset: 9564, line: 311, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9582, + offset: 9584, line: 311, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -44629,14 +44629,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9576, + offset: 9578, line: 311, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 9582, + offset: 9584, line: 311, - col: 23, + col: 25, }, }, Name: "resume", @@ -44645,14 +44645,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9562, + offset: 9564, line: 311, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9574, + offset: 9576, line: 311, - col: 15, + col: 17, }, }, ExpressionType: "", @@ -44661,14 +44661,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9562, + offset: 9564, line: 311, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9574, + offset: 9576, line: 311, - col: 15, + col: 17, }, }, Name: "m_compositor", @@ -44689,14 +44689,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9614, - line: 312, - col: 2, + offset: 9616, + line: 314, + col: 1, }, end: { '@type': "uast:Position", - offset: 9711, - line: 316, - col: 54, + offset: 9713, + line: 317, + col: 2, }, }, Nodes: [ @@ -44711,14 +44711,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9654, - line: 314, - col: 39, + offset: 9656, + line: 315, + col: 1, }, end: { '@type': "uast:Position", - offset: 9711, - line: 316, - col: 54, + offset: 9713, + line: 317, + col: 2, }, }, Statements: [ @@ -44726,28 +44726,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9660, + offset: 9662, line: 316, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9709, + offset: 9711, line: 316, - col: 52, + col: 54, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9660, + offset: 9662, line: 316, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9708, + offset: 9710, line: 316, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -44758,14 +44758,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9682, + offset: 9684, line: 316, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 9707, + offset: 9709, line: 316, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -44774,14 +44774,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9682, + offset: 9684, line: 316, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 9707, + offset: 9709, line: 316, - col: 50, + col: 52, }, }, Names: [ @@ -44799,14 +44799,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9660, + offset: 9662, line: 316, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9681, + offset: 9683, line: 316, - col: 24, + col: 26, }, }, ExpressionType: "", @@ -44817,14 +44817,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9674, + offset: 9676, line: 316, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 9681, + offset: 9683, line: 316, - col: 24, + col: 26, }, }, Name: "suspend", @@ -44833,14 +44833,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9660, + offset: 9662, line: 316, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9672, + offset: 9674, line: 316, - col: 15, + col: 17, }, }, ExpressionType: "", @@ -44849,14 +44849,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9660, + offset: 9662, line: 316, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9672, + offset: 9674, line: 316, - col: 15, + col: 17, }, }, Name: "m_compositor", @@ -44877,14 +44877,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9713, - line: 317, - col: 2, + offset: 9715, + line: 319, + col: 1, }, end: { '@type': "uast:Position", - offset: 10206, - line: 333, - col: 23, + offset: 10208, + line: 334, + col: 2, }, }, Nodes: [ @@ -44899,14 +44899,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9792, - line: 319, - col: 78, + offset: 9794, + line: 320, + col: 1, }, end: { '@type': "uast:Position", - offset: 10206, - line: 333, - col: 23, + offset: 10208, + line: 334, + col: 2, }, }, Statements: [ @@ -44914,42 +44914,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9798, + offset: 9800, line: 321, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9821, + offset: 9823, line: 321, - col: 26, + col: 28, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9798, + offset: 9800, line: 321, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9821, + offset: 9823, line: 321, - col: 26, + col: 28, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9798, + offset: 9800, line: 321, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9809, + offset: 9811, line: 321, - col: 14, + col: 16, }, }, IsConst: false, @@ -44965,14 +44965,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9798, + offset: 9800, line: 321, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9809, + offset: 9811, line: 321, - col: 14, + col: 16, }, }, Name: "QStringList", @@ -44984,28 +44984,28 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9810, + offset: 9812, line: 321, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 9820, + offset: 9822, line: 321, - col: 25, + col: 27, }, }, DeclaresParameterPack: false, 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9810, + offset: 9812, line: 321, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 9820, + offset: 9822, line: 321, - col: 25, + col: 27, }, }, Name: "interfaces", @@ -45019,28 +45019,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9826, + offset: 9828, line: 322, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9851, + offset: 9853, line: 322, - col: 28, + col: 30, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9826, + offset: 9828, line: 322, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9851, + offset: 9853, line: 322, - col: 28, + col: 30, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -45048,14 +45048,14 @@ '@role': [Boolean, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9826, + offset: 9828, line: 322, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9830, + offset: 9832, line: 322, - col: 7, + col: 9, }, }, IsComplex: false, @@ -45081,14 +45081,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9831, + offset: 9833, line: 322, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 9850, + offset: 9852, line: 322, - col: 27, + col: 29, }, }, DeclaresParameterPack: false, @@ -45096,14 +45096,14 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9843, + offset: 9845, line: 322, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 9850, + offset: 9852, line: 322, - col: 27, + col: 29, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTLiteralExpression", @@ -45111,14 +45111,14 @@ '@role': [Boolean, Expression, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9845, + offset: 9847, line: 322, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 9850, + offset: 9852, line: 322, - col: 27, + col: 29, }, }, ExpressionType: "bool", @@ -45131,14 +45131,14 @@ '@role': [Boolean, Expression, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9845, + offset: 9847, line: 322, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 9850, + offset: 9852, line: 322, - col: 27, + col: 29, }, }, ExpressionType: "bool", @@ -45150,14 +45150,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9831, + offset: 9833, line: 322, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 9842, + offset: 9844, line: 322, - col: 19, + col: 21, }, }, Name: "supportsGlx", @@ -45171,14 +45171,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9963, + offset: 9965, line: 326, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10066, + offset: 10068, line: 328, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTBinaryExpression", @@ -45186,14 +45186,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9967, + offset: 9969, line: 326, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10028, + offset: 10030, line: 326, - col: 68, + col: 70, }, }, ExpressionType: "Attempt to use symbol failed: openGLModuleType", @@ -45203,14 +45203,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10005, + offset: 10007, line: 326, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 10028, + offset: 10030, line: 326, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -45219,14 +45219,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10005, + offset: 10007, line: 326, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 10028, + offset: 10030, line: 326, - col: 68, + col: 70, }, }, Names: [ @@ -45243,14 +45243,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9967, + offset: 9969, line: 326, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10001, + offset: 10003, line: 326, - col: 41, + col: 43, }, }, ExpressionType: "Attempt to use symbol failed: openGLModuleType", @@ -45260,14 +45260,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9967, + offset: 9969, line: 326, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9999, + offset: 10001, line: 326, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -45276,14 +45276,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9967, + offset: 9969, line: 326, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9999, + offset: 10001, line: 326, - col: 39, + col: 41, }, }, Names: [ @@ -45301,14 +45301,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10005, + offset: 10007, line: 326, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 10028, + offset: 10030, line: 326, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -45317,14 +45317,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10005, + offset: 10007, line: 326, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 10028, + offset: 10030, line: 326, - col: 68, + col: 70, }, }, Names: [ @@ -45342,14 +45342,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10030, + offset: 10032, line: 326, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 10066, + offset: 10068, line: 328, - col: 4, + col: 6, }, }, Statements: [ @@ -45357,14 +45357,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10040, + offset: 10042, line: 327, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10060, + offset: 10062, line: 327, - col: 27, + col: 29, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -45372,14 +45372,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10040, + offset: 10042, line: 327, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10059, + offset: 10061, line: 327, - col: 26, + col: 28, }, }, ExpressionType: "bool", @@ -45390,14 +45390,14 @@ '@role': [Binary, Boolean, Expression, Incomplete, Initialization, Literal, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10054, + offset: 10056, line: 327, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 10059, + offset: 10061, line: 327, - col: 26, + col: 28, }, }, ExpressionType: "bool", @@ -45409,14 +45409,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10040, + offset: 10042, line: 327, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10051, + offset: 10053, line: 327, - col: 18, + col: 20, }, }, ExpressionType: "bool", @@ -45425,14 +45425,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10040, + offset: 10042, line: 327, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10051, + offset: 10053, line: 327, - col: 18, + col: 20, }, }, Name: "supportsGlx", @@ -45443,14 +45443,14 @@ '@role': [Binary, Boolean, Expression, Literal, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10054, + offset: 10056, line: 327, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 10059, + offset: 10061, line: 327, - col: 26, + col: 28, }, }, ExpressionType: "bool", @@ -45467,28 +45467,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10071, + offset: 10073, line: 329, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10140, + offset: 10142, line: 331, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10075, + offset: 10077, line: 329, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10086, + offset: 10088, line: 329, - col: 18, + col: 20, }, }, ExpressionType: "bool", @@ -45497,14 +45497,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10075, + offset: 10077, line: 329, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10086, + offset: 10088, line: 329, - col: 18, + col: 20, }, }, Name: "supportsGlx", @@ -45514,14 +45514,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10088, + offset: 10090, line: 329, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 10140, + offset: 10142, line: 331, - col: 4, + col: 6, }, }, Statements: [ @@ -45529,14 +45529,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10098, + offset: 10100, line: 330, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10134, + offset: 10136, line: 330, - col: 43, + col: 45, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -45544,14 +45544,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10098, + offset: 10100, line: 330, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10133, + offset: 10135, line: 330, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -45561,14 +45561,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10112, + offset: 10114, line: 330, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 10133, + offset: 10135, line: 330, - col: 42, + col: 44, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -45579,14 +45579,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10127, + offset: 10129, line: 330, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 10132, + offset: 10134, line: 330, - col: 41, + col: 43, }, }, Format: "", @@ -45597,14 +45597,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10112, + offset: 10114, line: 330, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 10126, + offset: 10128, line: 330, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -45613,14 +45613,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10112, + offset: 10114, line: 330, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 10126, + offset: 10128, line: 330, - col: 35, + col: 37, }, }, Name: "QStringLiteral", @@ -45631,14 +45631,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10098, + offset: 10100, line: 330, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10108, + offset: 10110, line: 330, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -45647,14 +45647,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10098, + offset: 10100, line: 330, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10108, + offset: 10110, line: 330, - col: 17, + col: 19, }, }, Name: "interfaces", @@ -45664,14 +45664,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10112, + offset: 10114, line: 330, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 10133, + offset: 10135, line: 330, - col: 42, + col: 44, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -45682,14 +45682,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10127, + offset: 10129, line: 330, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 10132, + offset: 10134, line: 330, - col: 41, + col: 43, }, }, Format: "", @@ -45700,14 +45700,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10112, + offset: 10114, line: 330, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 10126, + offset: 10128, line: 330, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -45716,14 +45716,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10112, + offset: 10114, line: 330, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 10126, + offset: 10128, line: 330, - col: 35, + col: 37, }, }, Name: "QStringLiteral", @@ -45739,14 +45739,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10145, + offset: 10147, line: 332, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10181, + offset: 10183, line: 332, - col: 39, + col: 41, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -45754,14 +45754,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10145, + offset: 10147, line: 332, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10180, + offset: 10182, line: 332, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -45771,14 +45771,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10159, + offset: 10161, line: 332, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 10180, + offset: 10182, line: 332, - col: 38, + col: 40, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -45789,14 +45789,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10174, + offset: 10176, line: 332, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 10179, + offset: 10181, line: 332, - col: 37, + col: 39, }, }, Format: "", @@ -45807,14 +45807,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10159, + offset: 10161, line: 332, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 10173, + offset: 10175, line: 332, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -45823,14 +45823,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10159, + offset: 10161, line: 332, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 10173, + offset: 10175, line: 332, - col: 31, + col: 33, }, }, Name: "QStringLiteral", @@ -45841,14 +45841,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10145, + offset: 10147, line: 332, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10155, + offset: 10157, line: 332, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -45857,14 +45857,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10145, + offset: 10147, line: 332, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10155, + offset: 10157, line: 332, - col: 13, + col: 15, }, }, Name: "interfaces", @@ -45874,14 +45874,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10159, + offset: 10161, line: 332, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 10180, + offset: 10182, line: 332, - col: 38, + col: 40, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -45892,14 +45892,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10174, + offset: 10176, line: 332, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 10179, + offset: 10181, line: 332, - col: 37, + col: 39, }, }, Format: "", @@ -45910,14 +45910,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10159, + offset: 10161, line: 332, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 10173, + offset: 10175, line: 332, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -45926,14 +45926,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10159, + offset: 10161, line: 332, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 10173, + offset: 10175, line: 332, - col: 31, + col: 33, }, }, Name: "QStringLiteral", @@ -45946,28 +45946,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10186, + offset: 10188, line: 333, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10204, + offset: 10206, line: 333, - col: 21, + col: 23, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTIdExpression", '@role': [Expression, Return, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10193, + offset: 10195, line: 333, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 10203, + offset: 10205, line: 333, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -45976,14 +45976,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10193, + offset: 10195, line: 333, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 10203, + offset: 10205, line: 333, - col: 20, + col: 22, }, }, Name: "interfaces", @@ -45993,14 +45993,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10193, + offset: 10195, line: 333, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 10203, + offset: 10205, line: 333, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -46009,14 +46009,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10193, + offset: 10195, line: 333, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 10203, + offset: 10205, line: 333, - col: 20, + col: 22, }, }, Name: "interfaces", @@ -46035,14 +46035,14 @@ Type: { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9713, - line: 317, - col: 2, + offset: 9715, + line: 319, + col: 1, }, end: { '@type': "uast:Position", - offset: 9724, + offset: 9726, line: 319, - col: 10, + col: 12, }, }, Name: "QStringList", @@ -46058,14 +46058,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10211, - line: 337, + offset: 10213, + line: 339, col: 1, }, end: { '@type': "uast:Position", - offset: 13580, - line: 418, - col: 7, + offset: 13582, + line: 419, + col: 2, }, }, Nodes: [ @@ -46076,28 +46076,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Initializer': { '@type': "cpp:CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Arguments': [ @@ -46105,14 +46105,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -46121,14 +46121,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, Name: "parent", @@ -46139,14 +46139,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -46155,14 +46155,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, Name: "parent", @@ -46173,14 +46173,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -46189,14 +46189,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, Name: "parent", @@ -46206,14 +46206,14 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, }, Name: "QObject", @@ -46223,28 +46223,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Initializer': { '@type': "cpp:CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Arguments': [ @@ -46252,14 +46252,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -46268,14 +46268,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, Name: "parent", @@ -46286,14 +46286,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -46302,14 +46302,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, Name: "parent", @@ -46320,14 +46320,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -46336,14 +46336,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, Name: "parent", @@ -46353,14 +46353,14 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, }, Name: "m_manager", @@ -46376,14 +46376,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10359, - line: 341, - col: 23, + offset: 10361, + line: 342, + col: 1, }, end: { '@type': "uast:Position", - offset: 13580, - line: 418, - col: 7, + offset: 13582, + line: 419, + col: 2, }, }, Statements: [ @@ -46391,28 +46391,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10365, + offset: 10367, line: 343, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10418, + offset: 10420, line: 343, - col: 56, + col: 58, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10365, + offset: 10367, line: 343, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10417, + offset: 10419, line: 343, - col: 55, + col: 57, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -46422,14 +46422,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10365, + offset: 10367, line: 343, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10415, + offset: 10417, line: 343, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -46439,14 +46439,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10365, + offset: 10367, line: 343, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10415, + offset: 10417, line: 343, - col: 53, + col: 55, }, }, Name: { '@type': "uast:Identifier", @@ -46457,28 +46457,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10387, + offset: 10389, line: 343, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 10414, + offset: 10416, line: 343, - col: 52, + col: 54, }, }, 'Prop_AbstractDeclarator': { '@type': "cpp:CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10414, + offset: 10416, line: 343, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 10414, + offset: 10416, line: 343, - col: 52, + col: 54, }, }, DeclaresParameterPack: false, @@ -46489,14 +46489,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10387, + offset: 10389, line: 343, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 10414, + offset: 10416, line: 343, - col: 52, + col: 54, }, }, IsConst: false, @@ -46512,14 +46512,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10387, + offset: 10389, line: 343, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 10414, + offset: 10416, line: 343, - col: 52, + col: 54, }, }, Names: [ @@ -46538,14 +46538,14 @@ 'Prop_TemplateName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10365, + offset: 10367, line: 343, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10386, + offset: 10388, line: 343, - col: 24, + col: 26, }, }, Name: "qDBusRegisterMetaType", @@ -46558,28 +46558,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10423, + offset: 10425, line: 344, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10476, + offset: 10478, line: 344, - col: 56, + col: 58, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10423, + offset: 10425, line: 344, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10475, + offset: 10477, line: 344, - col: 55, + col: 57, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -46589,14 +46589,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10423, + offset: 10425, line: 344, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10473, + offset: 10475, line: 344, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -46606,14 +46606,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10423, + offset: 10425, line: 344, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10473, + offset: 10475, line: 344, - col: 53, + col: 55, }, }, Name: { '@type': "uast:Identifier", @@ -46624,28 +46624,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10445, + offset: 10447, line: 344, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 10472, + offset: 10474, line: 344, - col: 52, + col: 54, }, }, 'Prop_AbstractDeclarator': { '@type': "cpp:CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10472, + offset: 10474, line: 344, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 10472, + offset: 10474, line: 344, - col: 52, + col: 54, }, }, DeclaresParameterPack: false, @@ -46656,14 +46656,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10445, + offset: 10447, line: 344, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 10472, + offset: 10474, line: 344, - col: 52, + col: 54, }, }, IsConst: false, @@ -46679,14 +46679,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10445, + offset: 10447, line: 344, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 10472, + offset: 10474, line: 344, - col: 52, + col: 54, }, }, Names: [ @@ -46705,14 +46705,14 @@ 'Prop_TemplateName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10423, + offset: 10425, line: 344, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10444, + offset: 10446, line: 344, - col: 24, + col: 26, }, }, Name: "qDBusRegisterMetaType", @@ -46725,28 +46725,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10482, + offset: 10484, line: 346, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10521, + offset: 10523, line: 346, - col: 42, + col: 44, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTNewExpression", '@role': [Instance, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10482, + offset: 10484, line: 346, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10520, + offset: 10522, line: 346, - col: 41, + col: 43, }, }, ExpressionType: "? *", @@ -46759,14 +46759,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10514, + offset: 10516, line: 346, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 10520, + offset: 10522, line: 346, - col: 41, + col: 43, }, }, 'Prop_Arguments': [ @@ -46775,14 +46775,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10515, + offset: 10517, line: 346, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 10519, + offset: 10521, line: 346, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -46796,14 +46796,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10515, + offset: 10517, line: 346, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 10519, + offset: 10521, line: 346, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -46817,14 +46817,14 @@ '@role': [Expression, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10515, + offset: 10517, line: 346, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 10519, + offset: 10521, line: 346, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -46836,28 +46836,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10486, + offset: 10488, line: 346, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10514, + offset: 10516, line: 346, - col: 35, + col: 37, }, }, 'Prop_AbstractDeclarator': { '@type': "cpp:CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10514, + offset: 10516, line: 346, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 10514, + offset: 10516, line: 346, - col: 35, + col: 37, }, }, DeclaresParameterPack: false, @@ -46868,14 +46868,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10486, + offset: 10488, line: 346, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10514, + offset: 10516, line: 346, - col: 35, + col: 37, }, }, IsConst: false, @@ -46891,14 +46891,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10486, + offset: 10488, line: 346, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10514, + offset: 10516, line: 346, - col: 35, + col: 37, }, }, Name: "VirtualDesktopManagerAdaptor", @@ -46912,28 +46912,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10526, + offset: 10528, line: 347, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10694, + offset: 10696, line: 350, - col: 5, + col: 7, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10526, + offset: 10528, line: 347, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10693, + offset: 10695, line: 350, - col: 4, + col: 6, }, }, ExpressionType: "", @@ -46944,14 +46944,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10571, + offset: 10573, line: 347, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 10611, + offset: 10613, line: 347, - col: 88, + col: 90, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -46962,14 +46962,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10586, + offset: 10588, line: 347, - col: 63, + col: 65, }, end: { '@type': "uast:Position", - offset: 10610, + offset: 10612, line: 347, - col: 87, + col: 89, }, }, Format: "", @@ -46980,14 +46980,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10571, + offset: 10573, line: 347, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 10585, + offset: 10587, line: 347, - col: 62, + col: 64, }, }, ExpressionType: "", @@ -46996,14 +46996,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10571, + offset: 10573, line: 347, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 10585, + offset: 10587, line: 347, - col: 62, + col: 64, }, }, Name: "QStringLiteral", @@ -47014,14 +47014,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10621, + offset: 10623, line: 348, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10673, + offset: 10675, line: 348, - col: 59, + col: 61, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -47032,14 +47032,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10636, + offset: 10638, line: 348, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 10672, + offset: 10674, line: 348, - col: 58, + col: 60, }, }, Format: "", @@ -47050,14 +47050,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10621, + offset: 10623, line: 348, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10635, + offset: 10637, line: 348, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -47066,14 +47066,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10621, + offset: 10623, line: 348, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10635, + offset: 10637, line: 348, - col: 21, + col: 23, }, }, Name: "QStringLiteral", @@ -47085,14 +47085,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10683, + offset: 10685, line: 349, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10687, + offset: 10689, line: 349, - col: 11, + col: 13, }, }, ExpressionType: "", @@ -47105,14 +47105,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10526, + offset: 10528, line: 347, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10570, + offset: 10572, line: 347, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -47123,14 +47123,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10556, + offset: 10558, line: 347, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 10570, + offset: 10572, line: 347, - col: 47, + col: 49, }, }, Name: "registerObject", @@ -47139,14 +47139,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10526, + offset: 10528, line: 347, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10555, + offset: 10557, line: 347, - col: 32, + col: 34, }, }, ExpressionType: "Attempt to use symbol failed: sessionBus", @@ -47156,14 +47156,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10526, + offset: 10528, line: 347, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10553, + offset: 10555, line: 347, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -47172,14 +47172,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10526, + offset: 10528, line: 347, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10553, + offset: 10555, line: 347, - col: 30, + col: 32, }, }, Names: [ @@ -47200,28 +47200,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10700, + offset: 10702, line: 352, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10978, + offset: 10980, line: 358, - col: 5, + col: 7, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10700, + offset: 10702, line: 352, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10977, + offset: 10979, line: 358, - col: 4, + col: 6, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -47232,14 +47232,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10708, + offset: 10710, line: 352, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10717, + offset: 10719, line: 352, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -47248,14 +47248,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10708, + offset: 10710, line: 352, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10717, + offset: 10719, line: 352, - col: 20, + col: 22, }, }, Name: "m_manager", @@ -47265,14 +47265,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10719, + offset: 10721, line: 352, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 10757, + offset: 10759, line: 352, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -47282,14 +47282,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10720, + offset: 10722, line: 352, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 10757, + offset: 10759, line: 352, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -47298,14 +47298,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10720, + offset: 10722, line: 352, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 10757, + offset: 10759, line: 352, - col: 60, + col: 62, }, }, Names: [ @@ -47325,14 +47325,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10759, + offset: 10761, line: 352, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 10763, + offset: 10765, line: 352, - col: 66, + col: 68, }, }, ExpressionType: "", @@ -47344,14 +47344,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10773, + offset: 10775, line: 353, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10971, + offset: 10973, line: 357, - col: 8, + col: 10, }, }, ExpressionType: "[this](uint previousDesktop, uint newDesktop) {\n Q_UNUSED(previousDesktop);\n Q_UNUSED(newDesktop);\n emit currentChanged(m_manager->currentDesktop()->id());\n }", @@ -47361,14 +47361,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10819, + offset: 10821, line: 353, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 10971, + offset: 10973, line: 357, - col: 8, + col: 10, }, }, Statements: [ @@ -47376,28 +47376,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10833, + offset: 10835, line: 354, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10859, + offset: 10861, line: 354, - col: 37, + col: 39, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10833, + offset: 10835, line: 354, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10858, + offset: 10860, line: 354, - col: 36, + col: 38, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -47408,14 +47408,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10842, + offset: 10844, line: 354, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 10857, + offset: 10859, line: 354, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -47424,14 +47424,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10842, + offset: 10844, line: 354, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 10857, + offset: 10859, line: 354, - col: 35, + col: 37, }, }, Name: "previousDesktop", @@ -47442,14 +47442,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10833, + offset: 10835, line: 354, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10841, + offset: 10843, line: 354, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -47458,14 +47458,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10833, + offset: 10835, line: 354, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10841, + offset: 10843, line: 354, - col: 19, + col: 21, }, }, Name: "Q_UNUSED", @@ -47477,28 +47477,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10872, + offset: 10874, line: 355, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10893, + offset: 10895, line: 355, - col: 32, + col: 34, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10872, + offset: 10874, line: 355, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10892, + offset: 10894, line: 355, - col: 31, + col: 33, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -47509,14 +47509,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10881, + offset: 10883, line: 355, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 10891, + offset: 10893, line: 355, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -47525,14 +47525,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10881, + offset: 10883, line: 355, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 10891, + offset: 10893, line: 355, - col: 30, + col: 32, }, }, Name: "newDesktop", @@ -47543,14 +47543,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10872, + offset: 10874, line: 355, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10880, + offset: 10882, line: 355, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -47559,14 +47559,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10872, + offset: 10874, line: 355, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10880, + offset: 10882, line: 355, - col: 19, + col: 21, }, }, Name: "Q_UNUSED", @@ -47578,42 +47578,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10906, + offset: 10908, line: 356, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10961, + offset: 10963, line: 356, - col: 66, + col: 68, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10906, + offset: 10908, line: 356, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10961, + offset: 10963, line: 356, - col: 66, + col: 68, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10906, + offset: 10908, line: 356, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10910, + offset: 10912, line: 356, - col: 15, + col: 17, }, }, IsConst: false, @@ -47629,14 +47629,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10906, + offset: 10908, line: 356, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10910, + offset: 10912, line: 356, - col: 15, + col: 17, }, }, Name: "emit", @@ -47648,14 +47648,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10911, + offset: 10913, line: 356, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 10960, + offset: 10962, line: 356, - col: 65, + col: 67, }, }, DeclaresParameterPack: false, @@ -47663,14 +47663,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10925, + offset: 10927, line: 356, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 10960, + offset: 10962, line: 356, - col: 65, + col: 67, }, }, 'Prop_Arguments': [ @@ -47678,14 +47678,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10926, + offset: 10928, line: 356, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 10959, + offset: 10961, line: 356, - col: 64, + col: 66, }, }, ExpressionType: "", @@ -47695,14 +47695,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10926, + offset: 10928, line: 356, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 10957, + offset: 10959, line: 356, - col: 62, + col: 64, }, }, ExpressionType: "", @@ -47713,14 +47713,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10955, + offset: 10957, line: 356, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 10957, + offset: 10959, line: 356, - col: 62, + col: 64, }, }, Name: "id", @@ -47729,14 +47729,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10926, + offset: 10928, line: 356, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 10953, + offset: 10955, line: 356, - col: 58, + col: 60, }, }, ExpressionType: "", @@ -47746,14 +47746,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10926, + offset: 10928, line: 356, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 10951, + offset: 10953, line: 356, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -47764,14 +47764,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10937, + offset: 10939, line: 356, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 10951, + offset: 10953, line: 356, - col: 56, + col: 58, }, }, Name: "currentDesktop", @@ -47780,14 +47780,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10926, + offset: 10928, line: 356, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 10935, + offset: 10937, line: 356, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -47796,14 +47796,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10926, + offset: 10928, line: 356, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 10935, + offset: 10937, line: 356, - col: 40, + col: 42, }, }, Name: "m_manager", @@ -47818,14 +47818,14 @@ '@role': [Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10926, + offset: 10928, line: 356, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 10959, + offset: 10961, line: 356, - col: 64, + col: 66, }, }, ExpressionType: "", @@ -47835,14 +47835,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10926, + offset: 10928, line: 356, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 10957, + offset: 10959, line: 356, - col: 62, + col: 64, }, }, ExpressionType: "", @@ -47853,14 +47853,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10955, + offset: 10957, line: 356, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 10957, + offset: 10959, line: 356, - col: 62, + col: 64, }, }, Name: "id", @@ -47869,14 +47869,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10926, + offset: 10928, line: 356, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 10953, + offset: 10955, line: 356, - col: 58, + col: 60, }, }, ExpressionType: "", @@ -47886,14 +47886,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10926, + offset: 10928, line: 356, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 10951, + offset: 10953, line: 356, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -47904,14 +47904,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10937, + offset: 10939, line: 356, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 10951, + offset: 10953, line: 356, - col: 56, + col: 58, }, }, Name: "currentDesktop", @@ -47920,14 +47920,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10926, + offset: 10928, line: 356, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 10935, + offset: 10937, line: 356, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -47936,14 +47936,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10926, + offset: 10928, line: 356, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 10935, + offset: 10937, line: 356, - col: 40, + col: 42, }, }, Name: "m_manager", @@ -47957,14 +47957,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10911, + offset: 10913, line: 356, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 10925, + offset: 10927, line: 356, - col: 30, + col: 32, }, }, Name: "currentChanged", @@ -47981,14 +47981,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10779, + offset: 10781, line: 353, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10818, + offset: 10820, line: 353, - col: 52, + col: 54, }, }, IsConst: false, @@ -48002,28 +48002,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Initializer': { '@type': "cpp:CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Arguments': [ @@ -48031,14 +48031,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -48047,14 +48047,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, Name: "parent", @@ -48065,14 +48065,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -48081,14 +48081,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, Name: "parent", @@ -48099,14 +48099,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -48115,14 +48115,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, Name: "parent", @@ -48132,14 +48132,14 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, }, Name: "QObject", @@ -48149,28 +48149,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Initializer': { '@type': "cpp:CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Arguments': [ @@ -48178,14 +48178,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -48194,14 +48194,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, Name: "parent", @@ -48212,14 +48212,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -48228,14 +48228,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, Name: "parent", @@ -48246,14 +48246,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -48262,14 +48262,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, Name: "parent", @@ -48279,14 +48279,14 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, }, Name: "m_manager", @@ -48298,28 +48298,28 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10785, + offset: 10787, line: 353, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 10800, + offset: 10802, line: 353, - col: 34, + col: 36, }, }, DeclaresParameterPack: false, 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10785, + offset: 10787, line: 353, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 10800, + offset: 10802, line: 353, - col: 34, + col: 36, }, }, Name: "previousDesktop", @@ -48328,14 +48328,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10780, + offset: 10782, line: 353, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 10784, + offset: 10786, line: 353, - col: 18, + col: 20, }, }, IsConst: false, @@ -48351,14 +48351,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10780, + offset: 10782, line: 353, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 10784, + offset: 10786, line: 353, - col: 18, + col: 20, }, }, Name: "uint", @@ -48370,28 +48370,28 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10807, + offset: 10809, line: 353, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 10817, + offset: 10819, line: 353, - col: 51, + col: 53, }, }, DeclaresParameterPack: false, 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10807, + offset: 10809, line: 353, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 10817, + offset: 10819, line: 353, - col: 51, + col: 53, }, }, Name: "newDesktop", @@ -48400,14 +48400,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10802, + offset: 10804, line: 353, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 10806, + offset: 10808, line: 353, - col: 40, + col: 42, }, }, IsConst: false, @@ -48423,14 +48423,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10802, + offset: 10804, line: 353, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 10806, + offset: 10808, line: 353, - col: 40, + col: 42, }, }, Name: "uint", @@ -48447,14 +48447,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10700, + offset: 10702, line: 352, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10707, + offset: 10709, line: 352, - col: 10, + col: 12, }, }, ExpressionType: "", @@ -48463,14 +48463,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10700, + offset: 10702, line: 352, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10707, + offset: 10709, line: 352, - col: 10, + col: 12, }, }, Name: "connect", @@ -48482,28 +48482,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10984, + offset: 10986, line: 360, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11239, + offset: 11241, line: 366, - col: 5, + col: 7, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10984, + offset: 10986, line: 360, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11238, + offset: 11240, line: 366, - col: 4, + col: 6, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -48514,14 +48514,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10992, + offset: 10994, line: 360, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11001, + offset: 11003, line: 360, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -48530,14 +48530,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10992, + offset: 10994, line: 360, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11001, + offset: 11003, line: 360, - col: 20, + col: 22, }, }, Name: "m_manager", @@ -48547,14 +48547,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11003, + offset: 11005, line: 360, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 11039, + offset: 11041, line: 360, - col: 58, + col: 60, }, }, ExpressionType: "", @@ -48564,14 +48564,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11004, + offset: 11006, line: 360, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 11039, + offset: 11041, line: 360, - col: 58, + col: 60, }, }, ExpressionType: "", @@ -48580,14 +48580,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11004, + offset: 11006, line: 360, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 11039, + offset: 11041, line: 360, - col: 58, + col: 60, }, }, Names: [ @@ -48607,14 +48607,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11041, + offset: 11043, line: 360, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 11045, + offset: 11047, line: 360, - col: 64, + col: 66, }, }, ExpressionType: "", @@ -48626,14 +48626,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11055, + offset: 11057, line: 361, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11232, + offset: 11234, line: 365, - col: 8, + col: 10, }, }, ExpressionType: "[this](uint previousCount, uint newCount) {\n Q_UNUSED(previousCount);\n emit countChanged(newCount);\n emit desktopsChanged(desktops());\n }", @@ -48643,14 +48643,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11097, + offset: 11099, line: 361, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 11232, + offset: 11234, line: 365, - col: 8, + col: 10, }, }, Statements: [ @@ -48658,28 +48658,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11111, + offset: 11113, line: 362, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11135, + offset: 11137, line: 362, - col: 35, + col: 37, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11111, + offset: 11113, line: 362, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11134, + offset: 11136, line: 362, - col: 34, + col: 36, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -48690,14 +48690,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11120, + offset: 11122, line: 362, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 11133, + offset: 11135, line: 362, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -48706,14 +48706,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11120, + offset: 11122, line: 362, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 11133, + offset: 11135, line: 362, - col: 33, + col: 35, }, }, Name: "previousCount", @@ -48724,14 +48724,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11111, + offset: 11113, line: 362, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11119, + offset: 11121, line: 362, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -48740,14 +48740,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11111, + offset: 11113, line: 362, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11119, + offset: 11121, line: 362, - col: 19, + col: 21, }, }, Name: "Q_UNUSED", @@ -48759,42 +48759,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11148, + offset: 11150, line: 363, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11176, + offset: 11178, line: 363, - col: 39, + col: 41, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11148, + offset: 11150, line: 363, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11176, + offset: 11178, line: 363, - col: 39, + col: 41, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11148, + offset: 11150, line: 363, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11152, + offset: 11154, line: 363, - col: 15, + col: 17, }, }, IsConst: false, @@ -48810,14 +48810,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11148, + offset: 11150, line: 363, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11152, + offset: 11154, line: 363, - col: 15, + col: 17, }, }, Name: "emit", @@ -48829,14 +48829,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11153, + offset: 11155, line: 363, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 11175, + offset: 11177, line: 363, - col: 38, + col: 40, }, }, DeclaresParameterPack: false, @@ -48844,14 +48844,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11165, + offset: 11167, line: 363, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 11175, + offset: 11177, line: 363, - col: 38, + col: 40, }, }, 'Prop_Arguments': [ @@ -48859,14 +48859,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11166, + offset: 11168, line: 363, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 11174, + offset: 11176, line: 363, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -48875,14 +48875,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11166, + offset: 11168, line: 363, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 11174, + offset: 11176, line: 363, - col: 37, + col: 39, }, }, Name: "newCount", @@ -48893,14 +48893,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11166, + offset: 11168, line: 363, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 11174, + offset: 11176, line: 363, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -48909,14 +48909,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11166, + offset: 11168, line: 363, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 11174, + offset: 11176, line: 363, - col: 37, + col: 39, }, }, Name: "newCount", @@ -48926,14 +48926,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11153, + offset: 11155, line: 363, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 11165, + offset: 11167, line: 363, - col: 28, + col: 30, }, }, Name: "countChanged", @@ -48947,42 +48947,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11189, + offset: 11191, line: 364, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11222, + offset: 11224, line: 364, - col: 44, + col: 46, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11189, + offset: 11191, line: 364, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11222, + offset: 11224, line: 364, - col: 44, + col: 46, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11189, + offset: 11191, line: 364, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11193, + offset: 11195, line: 364, - col: 15, + col: 17, }, }, IsConst: false, @@ -48998,14 +48998,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11189, + offset: 11191, line: 364, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11193, + offset: 11195, line: 364, - col: 15, + col: 17, }, }, Name: "emit", @@ -49017,14 +49017,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11194, + offset: 11196, line: 364, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 11221, + offset: 11223, line: 364, - col: 43, + col: 45, }, }, DeclaresParameterPack: false, @@ -49032,14 +49032,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11209, + offset: 11211, line: 364, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 11221, + offset: 11223, line: 364, - col: 43, + col: 45, }, }, 'Prop_Arguments': [ @@ -49047,14 +49047,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11210, + offset: 11212, line: 364, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 11220, + offset: 11222, line: 364, - col: 42, + col: 44, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -49064,14 +49064,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11210, + offset: 11212, line: 364, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 11218, + offset: 11220, line: 364, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -49080,14 +49080,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11210, + offset: 11212, line: 364, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 11218, + offset: 11220, line: 364, - col: 40, + col: 42, }, }, Name: "desktops", @@ -49099,14 +49099,14 @@ '@role': [Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11210, + offset: 11212, line: 364, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 11220, + offset: 11222, line: 364, - col: 42, + col: 44, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -49116,14 +49116,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11210, + offset: 11212, line: 364, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 11218, + offset: 11220, line: 364, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -49132,14 +49132,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11210, + offset: 11212, line: 364, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 11218, + offset: 11220, line: 364, - col: 40, + col: 42, }, }, Name: "desktops", @@ -49150,14 +49150,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11194, + offset: 11196, line: 364, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 11209, + offset: 11211, line: 364, - col: 31, + col: 33, }, }, Name: "desktopsChanged", @@ -49174,14 +49174,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11061, + offset: 11063, line: 361, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 11096, + offset: 11098, line: 361, - col: 48, + col: 50, }, }, IsConst: false, @@ -49195,28 +49195,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Initializer': { '@type': "cpp:CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Arguments': [ @@ -49224,14 +49224,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -49240,14 +49240,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, Name: "parent", @@ -49258,14 +49258,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -49274,14 +49274,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, Name: "parent", @@ -49292,14 +49292,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -49308,14 +49308,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, Name: "parent", @@ -49325,14 +49325,14 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, }, Name: "QObject", @@ -49342,28 +49342,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Initializer': { '@type': "cpp:CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Arguments': [ @@ -49371,14 +49371,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -49387,14 +49387,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, Name: "parent", @@ -49405,14 +49405,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -49421,14 +49421,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, Name: "parent", @@ -49439,14 +49439,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -49455,14 +49455,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, Name: "parent", @@ -49472,14 +49472,14 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, }, Name: "m_manager", @@ -49491,28 +49491,28 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11067, + offset: 11069, line: 361, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 11080, + offset: 11082, line: 361, - col: 32, + col: 34, }, }, DeclaresParameterPack: false, 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11067, + offset: 11069, line: 361, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 11080, + offset: 11082, line: 361, - col: 32, + col: 34, }, }, Name: "previousCount", @@ -49521,14 +49521,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11062, + offset: 11064, line: 361, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 11066, + offset: 11068, line: 361, - col: 18, + col: 20, }, }, IsConst: false, @@ -49544,14 +49544,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11062, + offset: 11064, line: 361, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 11066, + offset: 11068, line: 361, - col: 18, + col: 20, }, }, Name: "uint", @@ -49563,28 +49563,28 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11087, + offset: 11089, line: 361, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 11095, + offset: 11097, line: 361, - col: 47, + col: 49, }, }, DeclaresParameterPack: false, 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11087, + offset: 11089, line: 361, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 11095, + offset: 11097, line: 361, - col: 47, + col: 49, }, }, Name: "newCount", @@ -49593,14 +49593,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11082, + offset: 11084, line: 361, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 11086, + offset: 11088, line: 361, - col: 38, + col: 40, }, }, IsConst: false, @@ -49616,14 +49616,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11082, + offset: 11084, line: 361, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 11086, + offset: 11088, line: 361, - col: 38, + col: 40, }, }, Name: "uint", @@ -49640,14 +49640,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10984, + offset: 10986, line: 360, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10991, + offset: 10993, line: 360, - col: 10, + col: 12, }, }, ExpressionType: "", @@ -49656,14 +49656,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10984, + offset: 10986, line: 360, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10991, + offset: 10993, line: 360, - col: 10, + col: 12, }, }, Name: "connect", @@ -49675,28 +49675,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11245, + offset: 11247, line: 368, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11442, + offset: 11444, line: 372, - col: 5, + col: 7, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11245, + offset: 11247, line: 368, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11441, + offset: 11443, line: 372, - col: 4, + col: 6, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -49707,14 +49707,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11253, + offset: 11255, line: 368, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11262, + offset: 11264, line: 368, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -49723,14 +49723,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11253, + offset: 11255, line: 368, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11262, + offset: 11264, line: 368, - col: 20, + col: 22, }, }, Name: "m_manager", @@ -49740,14 +49740,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11264, + offset: 11266, line: 368, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 11319, + offset: 11321, line: 368, - col: 77, + col: 79, }, }, ExpressionType: "", @@ -49757,14 +49757,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11265, + offset: 11267, line: 368, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 11319, + offset: 11321, line: 368, - col: 77, + col: 79, }, }, ExpressionType: "", @@ -49773,14 +49773,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11265, + offset: 11267, line: 368, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 11319, + offset: 11321, line: 368, - col: 77, + col: 79, }, }, Names: [ @@ -49800,14 +49800,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11321, + offset: 11323, line: 368, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 11325, + offset: 11327, line: 368, - col: 83, + col: 85, }, }, ExpressionType: "", @@ -49819,14 +49819,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11335, + offset: 11337, line: 369, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11435, + offset: 11437, line: 371, - col: 8, + col: 10, }, }, ExpressionType: "[this]() {\n emit navigationWrappingAroundChanged(isNavigationWrappingAround());\n }", @@ -49836,14 +49836,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11344, + offset: 11346, line: 369, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 11435, + offset: 11437, line: 371, - col: 8, + col: 10, }, }, Statements: [ @@ -49851,42 +49851,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11358, + offset: 11360, line: 370, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11425, + offset: 11427, line: 370, - col: 78, + col: 80, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11358, + offset: 11360, line: 370, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11425, + offset: 11427, line: 370, - col: 78, + col: 80, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11358, + offset: 11360, line: 370, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11362, + offset: 11364, line: 370, - col: 15, + col: 17, }, }, IsConst: false, @@ -49902,14 +49902,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11358, + offset: 11360, line: 370, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11362, + offset: 11364, line: 370, - col: 15, + col: 17, }, }, Name: "emit", @@ -49921,14 +49921,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11363, + offset: 11365, line: 370, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 11424, + offset: 11426, line: 370, - col: 77, + col: 79, }, }, DeclaresParameterPack: false, @@ -49936,14 +49936,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11394, + offset: 11396, line: 370, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 11424, + offset: 11426, line: 370, - col: 77, + col: 79, }, }, 'Prop_Arguments': [ @@ -49951,14 +49951,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11395, + offset: 11397, line: 370, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 11423, + offset: 11425, line: 370, - col: 76, + col: 78, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -49968,14 +49968,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11395, + offset: 11397, line: 370, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 11421, + offset: 11423, line: 370, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -49984,14 +49984,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11395, + offset: 11397, line: 370, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 11421, + offset: 11423, line: 370, - col: 74, + col: 76, }, }, Name: "isNavigationWrappingAround", @@ -50003,14 +50003,14 @@ '@role': [Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11395, + offset: 11397, line: 370, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 11423, + offset: 11425, line: 370, - col: 76, + col: 78, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -50020,14 +50020,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11395, + offset: 11397, line: 370, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 11421, + offset: 11423, line: 370, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -50036,14 +50036,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11395, + offset: 11397, line: 370, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 11421, + offset: 11423, line: 370, - col: 74, + col: 76, }, }, Name: "isNavigationWrappingAround", @@ -50054,14 +50054,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11363, + offset: 11365, line: 370, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 11394, + offset: 11396, line: 370, - col: 47, + col: 49, }, }, Name: "navigationWrappingAroundChanged", @@ -50078,14 +50078,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11341, + offset: 11343, line: 369, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 11343, + offset: 11345, line: 369, - col: 15, + col: 17, }, }, IsConst: false, @@ -50099,28 +50099,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Initializer': { '@type': "cpp:CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Arguments': [ @@ -50128,14 +50128,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -50144,14 +50144,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, Name: "parent", @@ -50162,14 +50162,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -50178,14 +50178,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, Name: "parent", @@ -50196,14 +50196,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -50212,14 +50212,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, Name: "parent", @@ -50229,14 +50229,14 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, }, Name: "QObject", @@ -50246,28 +50246,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Initializer': { '@type': "cpp:CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Arguments': [ @@ -50275,14 +50275,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -50291,14 +50291,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, Name: "parent", @@ -50309,14 +50309,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -50325,14 +50325,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, Name: "parent", @@ -50343,14 +50343,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -50359,14 +50359,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, Name: "parent", @@ -50376,14 +50376,14 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, }, Name: "m_manager", @@ -50398,14 +50398,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11245, + offset: 11247, line: 368, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11252, + offset: 11254, line: 368, - col: 10, + col: 12, }, }, ExpressionType: "", @@ -50414,14 +50414,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11245, + offset: 11247, line: 368, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11252, + offset: 11254, line: 368, - col: 10, + col: 12, }, }, Name: "connect", @@ -50433,28 +50433,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11448, + offset: 11450, line: 374, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11560, + offset: 11562, line: 374, - col: 115, + col: 117, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11448, + offset: 11450, line: 374, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11559, + offset: 11561, line: 374, - col: 114, + col: 116, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -50465,14 +50465,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11456, + offset: 11458, line: 374, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11465, + offset: 11467, line: 374, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -50481,14 +50481,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11456, + offset: 11458, line: 374, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11465, + offset: 11467, line: 374, - col: 20, + col: 22, }, }, Name: "m_manager", @@ -50498,14 +50498,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11467, + offset: 11469, line: 374, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 11502, + offset: 11504, line: 374, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -50515,14 +50515,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11468, + offset: 11470, line: 374, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 11502, + offset: 11504, line: 374, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -50531,14 +50531,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11468, + offset: 11470, line: 374, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 11502, + offset: 11504, line: 374, - col: 57, + col: 59, }, }, Names: [ @@ -50558,14 +50558,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11504, + offset: 11506, line: 374, - col: 59, + col: 61, }, end: { '@type': "uast:Position", - offset: 11508, + offset: 11510, line: 374, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -50577,14 +50577,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11510, + offset: 11512, line: 374, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 11558, + offset: 11560, line: 374, - col: 113, + col: 115, }, }, ExpressionType: "", @@ -50594,14 +50594,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11511, + offset: 11513, line: 374, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 11558, + offset: 11560, line: 374, - col: 113, + col: 115, }, }, ExpressionType: "", @@ -50610,14 +50610,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11511, + offset: 11513, line: 374, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 11558, + offset: 11560, line: 374, - col: 113, + col: 115, }, }, Names: [ @@ -50637,14 +50637,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11448, + offset: 11450, line: 374, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11455, + offset: 11457, line: 374, - col: 10, + col: 12, }, }, ExpressionType: "", @@ -50653,14 +50653,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11448, + offset: 11450, line: 374, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11455, + offset: 11457, line: 374, - col: 10, + col: 12, }, }, Name: "connect", @@ -50672,28 +50672,28 @@ '@role': [For, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11566, + offset: 11568, line: 376, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12294, + offset: 12296, line: 391, - col: 4, + col: 6, }, }, 'Prop_Body': { '@type': "uast:Block", '@role': [For], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11605, + offset: 11607, line: 376, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 12294, + offset: 12296, line: 391, - col: 4, + col: 6, }, }, Statements: [ @@ -50701,28 +50701,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11615, + offset: 11617, line: 377, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11953, + offset: 11955, line: 383, - col: 9, + col: 11, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11615, + offset: 11617, line: 377, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11952, + offset: 11954, line: 383, - col: 8, + col: 10, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -50733,14 +50733,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11623, + offset: 11625, line: 377, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 11625, + offset: 11627, line: 377, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -50749,14 +50749,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11623, + offset: 11625, line: 377, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 11625, + offset: 11627, line: 377, - col: 17, + col: 19, }, }, Name: "vd", @@ -50766,14 +50766,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11627, + offset: 11629, line: 377, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 11667, + offset: 11669, line: 377, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -50783,14 +50783,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11628, + offset: 11630, line: 377, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 11667, + offset: 11669, line: 377, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -50799,14 +50799,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11628, + offset: 11630, line: 377, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 11667, + offset: 11669, line: 377, - col: 59, + col: 61, }, }, Names: [ @@ -50826,14 +50826,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11669, + offset: 11671, line: 377, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 11673, + offset: 11675, line: 377, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -50845,14 +50845,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11687, + offset: 11689, line: 378, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11942, + offset: 11944, line: 382, - col: 12, + col: 14, }, }, ExpressionType: "[this, vd]() {\n DBusDesktopDataStruct data{.position = vd->x11DesktopNumber() - 1, .id = vd->id(), .name = vd->name()};\n emit desktopDataChanged(vd->id(), data);\n emit desktopsChanged(desktops());\n }", @@ -50862,14 +50862,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11700, + offset: 11702, line: 378, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 11942, + offset: 11944, line: 382, - col: 12, + col: 14, }, }, Statements: [ @@ -50877,28 +50877,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11718, + offset: 11720, line: 379, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 11739, + offset: 11741, line: 379, - col: 36, + col: 38, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11718, + offset: 11720, line: 379, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 11739, + offset: 11741, line: 379, - col: 36, + col: 38, }, }, ExpressionType: "", @@ -50907,14 +50907,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11718, + offset: 11720, line: 379, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 11739, + offset: 11741, line: 379, - col: 36, + col: 38, }, }, Name: "DBusDesktopDataStruct", @@ -50925,14 +50925,14 @@ '@role': [Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11738, + offset: 11740, line: 379, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 11739, + offset: 11741, line: 379, - col: 36, + col: 38, }, }, }, @@ -50940,28 +50940,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11740, + offset: 11742, line: 379, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 11821, + offset: 11823, line: 379, - col: 118, + col: 120, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTSimpleTypeConstructorExpression", '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11740, + offset: 11742, line: 379, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 11820, + offset: 11822, line: 379, - col: 117, + col: 119, }, }, ExpressionType: "", @@ -50971,14 +50971,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11740, + offset: 11742, line: 379, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 11744, + offset: 11746, line: 379, - col: 41, + col: 43, }, }, IsConst: false, @@ -50994,14 +50994,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11740, + offset: 11742, line: 379, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 11744, + offset: 11746, line: 379, - col: 41, + col: 43, }, }, Name: "data", @@ -51012,14 +51012,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11744, + offset: 11746, line: 379, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 11820, + offset: 11822, line: 379, - col: 117, + col: 119, }, }, 'Prop_Clauses': [ @@ -51027,28 +51027,28 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11745, + offset: 11747, line: 379, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 11783, + offset: 11785, line: 379, - col: 80, + col: 82, }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11746, + offset: 11748, line: 379, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 11754, + offset: 11756, line: 379, - col: 51, + col: 53, }, }, Name: "position", @@ -51059,14 +51059,14 @@ '@role': [Arithmetic, Binary, Expression, Substract], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11757, + offset: 11759, line: 379, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 11783, + offset: 11785, line: 379, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -51077,14 +51077,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11782, + offset: 11784, line: 379, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 11783, + offset: 11785, line: 379, - col: 80, + col: 82, }, }, ExpressionType: "int", @@ -51096,14 +51096,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11757, + offset: 11759, line: 379, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 11779, + offset: 11781, line: 379, - col: 76, + col: 78, }, }, ExpressionType: "", @@ -51113,14 +51113,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11757, + offset: 11759, line: 379, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 11777, + offset: 11779, line: 379, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -51131,14 +51131,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11761, + offset: 11763, line: 379, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 11777, + offset: 11779, line: 379, - col: 74, + col: 76, }, }, Name: "x11DesktopNumber", @@ -51147,14 +51147,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11757, + offset: 11759, line: 379, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 11759, + offset: 11761, line: 379, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -51163,14 +51163,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11757, + offset: 11759, line: 379, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 11759, + offset: 11761, line: 379, - col: 56, + col: 58, }, }, Name: "vd", @@ -51183,14 +51183,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11782, + offset: 11784, line: 379, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 11783, + offset: 11785, line: 379, - col: 80, + col: 82, }, }, ExpressionType: "int", @@ -51204,28 +51204,28 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11785, + offset: 11787, line: 379, - col: 82, + col: 84, }, end: { '@type': "uast:Position", - offset: 11799, + offset: 11801, line: 379, - col: 96, + col: 98, }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11786, + offset: 11788, line: 379, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 11788, + offset: 11790, line: 379, - col: 85, + col: 87, }, }, Name: "id", @@ -51235,14 +51235,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11791, + offset: 11793, line: 379, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 11799, + offset: 11801, line: 379, - col: 96, + col: 98, }, }, ExpressionType: "", @@ -51252,14 +51252,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11791, + offset: 11793, line: 379, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 11797, + offset: 11799, line: 379, - col: 94, + col: 96, }, }, ExpressionType: "", @@ -51270,14 +51270,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11795, + offset: 11797, line: 379, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 11797, + offset: 11799, line: 379, - col: 94, + col: 96, }, }, Name: "id", @@ -51286,14 +51286,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11791, + offset: 11793, line: 379, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 11793, + offset: 11795, line: 379, - col: 90, + col: 92, }, }, ExpressionType: "", @@ -51302,14 +51302,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11791, + offset: 11793, line: 379, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 11793, + offset: 11795, line: 379, - col: 90, + col: 92, }, }, Name: "vd", @@ -51322,28 +51322,28 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11801, + offset: 11803, line: 379, - col: 98, + col: 100, }, end: { '@type': "uast:Position", - offset: 11819, + offset: 11821, line: 379, - col: 116, + col: 118, }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11802, + offset: 11804, line: 379, - col: 99, + col: 101, }, end: { '@type': "uast:Position", - offset: 11806, + offset: 11808, line: 379, - col: 103, + col: 105, }, }, Name: "name", @@ -51353,14 +51353,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11809, + offset: 11811, line: 379, - col: 106, + col: 108, }, end: { '@type': "uast:Position", - offset: 11819, + offset: 11821, line: 379, - col: 116, + col: 118, }, }, ExpressionType: "", @@ -51370,14 +51370,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11809, + offset: 11811, line: 379, - col: 106, + col: 108, }, end: { '@type': "uast:Position", - offset: 11817, + offset: 11819, line: 379, - col: 114, + col: 116, }, }, ExpressionType: "", @@ -51388,14 +51388,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11813, + offset: 11815, line: 379, - col: 110, + col: 112, }, end: { '@type': "uast:Position", - offset: 11817, + offset: 11819, line: 379, - col: 114, + col: 116, }, }, Name: "name", @@ -51404,14 +51404,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11809, + offset: 11811, line: 379, - col: 106, + col: 108, }, end: { '@type': "uast:Position", - offset: 11811, + offset: 11813, line: 379, - col: 108, + col: 110, }, }, ExpressionType: "", @@ -51420,14 +51420,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11809, + offset: 11811, line: 379, - col: 106, + col: 108, }, end: { '@type': "uast:Position", - offset: 11811, + offset: 11813, line: 379, - col: 108, + col: 110, }, }, Name: "vd", @@ -51442,28 +51442,28 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11745, + offset: 11747, line: 379, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 11783, + offset: 11785, line: 379, - col: 80, + col: 82, }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11746, + offset: 11748, line: 379, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 11754, + offset: 11756, line: 379, - col: 51, + col: 53, }, }, Name: "position", @@ -51474,14 +51474,14 @@ '@role': [Arithmetic, Binary, Expression, Substract], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11757, + offset: 11759, line: 379, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 11783, + offset: 11785, line: 379, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -51492,14 +51492,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11782, + offset: 11784, line: 379, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 11783, + offset: 11785, line: 379, - col: 80, + col: 82, }, }, ExpressionType: "int", @@ -51511,14 +51511,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11757, + offset: 11759, line: 379, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 11779, + offset: 11781, line: 379, - col: 76, + col: 78, }, }, ExpressionType: "", @@ -51528,14 +51528,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11757, + offset: 11759, line: 379, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 11777, + offset: 11779, line: 379, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -51546,14 +51546,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11761, + offset: 11763, line: 379, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 11777, + offset: 11779, line: 379, - col: 74, + col: 76, }, }, Name: "x11DesktopNumber", @@ -51562,14 +51562,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11757, + offset: 11759, line: 379, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 11759, + offset: 11761, line: 379, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -51578,14 +51578,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11757, + offset: 11759, line: 379, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 11759, + offset: 11761, line: 379, - col: 56, + col: 58, }, }, Name: "vd", @@ -51598,14 +51598,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11782, + offset: 11784, line: 379, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 11783, + offset: 11785, line: 379, - col: 80, + col: 82, }, }, ExpressionType: "int", @@ -51619,28 +51619,28 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11785, + offset: 11787, line: 379, - col: 82, + col: 84, }, end: { '@type': "uast:Position", - offset: 11799, + offset: 11801, line: 379, - col: 96, + col: 98, }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11786, + offset: 11788, line: 379, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 11788, + offset: 11790, line: 379, - col: 85, + col: 87, }, }, Name: "id", @@ -51650,14 +51650,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11791, + offset: 11793, line: 379, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 11799, + offset: 11801, line: 379, - col: 96, + col: 98, }, }, ExpressionType: "", @@ -51667,14 +51667,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11791, + offset: 11793, line: 379, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 11797, + offset: 11799, line: 379, - col: 94, + col: 96, }, }, ExpressionType: "", @@ -51685,14 +51685,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11795, + offset: 11797, line: 379, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 11797, + offset: 11799, line: 379, - col: 94, + col: 96, }, }, Name: "id", @@ -51701,14 +51701,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11791, + offset: 11793, line: 379, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 11793, + offset: 11795, line: 379, - col: 90, + col: 92, }, }, ExpressionType: "", @@ -51717,14 +51717,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11791, + offset: 11793, line: 379, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 11793, + offset: 11795, line: 379, - col: 90, + col: 92, }, }, Name: "vd", @@ -51737,28 +51737,28 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11801, + offset: 11803, line: 379, - col: 98, + col: 100, }, end: { '@type': "uast:Position", - offset: 11819, + offset: 11821, line: 379, - col: 116, + col: 118, }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11802, + offset: 11804, line: 379, - col: 99, + col: 101, }, end: { '@type': "uast:Position", - offset: 11806, + offset: 11808, line: 379, - col: 103, + col: 105, }, }, Name: "name", @@ -51768,14 +51768,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11809, + offset: 11811, line: 379, - col: 106, + col: 108, }, end: { '@type': "uast:Position", - offset: 11819, + offset: 11821, line: 379, - col: 116, + col: 118, }, }, ExpressionType: "", @@ -51785,14 +51785,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11809, + offset: 11811, line: 379, - col: 106, + col: 108, }, end: { '@type': "uast:Position", - offset: 11817, + offset: 11819, line: 379, - col: 114, + col: 116, }, }, ExpressionType: "", @@ -51803,14 +51803,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11813, + offset: 11815, line: 379, - col: 110, + col: 112, }, end: { '@type': "uast:Position", - offset: 11817, + offset: 11819, line: 379, - col: 114, + col: 116, }, }, Name: "name", @@ -51819,14 +51819,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11809, + offset: 11811, line: 379, - col: 106, + col: 108, }, end: { '@type': "uast:Position", - offset: 11811, + offset: 11813, line: 379, - col: 108, + col: 110, }, }, ExpressionType: "", @@ -51835,14 +51835,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11809, + offset: 11811, line: 379, - col: 106, + col: 108, }, end: { '@type': "uast:Position", - offset: 11811, + offset: 11813, line: 379, - col: 108, + col: 110, }, }, Name: "vd", @@ -51860,42 +51860,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11838, + offset: 11840, line: 380, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 11878, + offset: 11880, line: 380, - col: 55, + col: 57, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11838, + offset: 11840, line: 380, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 11878, + offset: 11880, line: 380, - col: 55, + col: 57, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11838, + offset: 11840, line: 380, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 11842, + offset: 11844, line: 380, - col: 19, + col: 21, }, }, IsConst: false, @@ -51911,14 +51911,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11838, + offset: 11840, line: 380, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 11842, + offset: 11844, line: 380, - col: 19, + col: 21, }, }, Name: "emit", @@ -51930,14 +51930,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11843, + offset: 11845, line: 380, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 11877, + offset: 11879, line: 380, - col: 54, + col: 56, }, }, DeclaresParameterPack: false, @@ -51945,14 +51945,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11861, + offset: 11863, line: 380, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 11877, + offset: 11879, line: 380, - col: 54, + col: 56, }, }, 'Prop_Arguments': [ @@ -51960,14 +51960,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11862, + offset: 11864, line: 380, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 11870, + offset: 11872, line: 380, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -51977,14 +51977,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11862, + offset: 11864, line: 380, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 11868, + offset: 11870, line: 380, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -51995,14 +51995,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11866, + offset: 11868, line: 380, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 11868, + offset: 11870, line: 380, - col: 45, + col: 47, }, }, Name: "id", @@ -52011,14 +52011,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11862, + offset: 11864, line: 380, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 11864, + offset: 11866, line: 380, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -52027,14 +52027,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11862, + offset: 11864, line: 380, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 11864, + offset: 11866, line: 380, - col: 41, + col: 43, }, }, Name: "vd", @@ -52046,14 +52046,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11872, + offset: 11874, line: 380, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 11876, + offset: 11878, line: 380, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -52062,14 +52062,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11872, + offset: 11874, line: 380, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 11876, + offset: 11878, line: 380, - col: 53, + col: 55, }, }, Name: "data", @@ -52087,14 +52087,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11862, + offset: 11864, line: 380, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 11870, + offset: 11872, line: 380, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -52104,14 +52104,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11862, + offset: 11864, line: 380, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 11868, + offset: 11870, line: 380, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -52122,14 +52122,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11866, + offset: 11868, line: 380, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 11868, + offset: 11870, line: 380, - col: 45, + col: 47, }, }, Name: "id", @@ -52138,14 +52138,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11862, + offset: 11864, line: 380, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 11864, + offset: 11866, line: 380, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -52154,14 +52154,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11862, + offset: 11864, line: 380, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 11864, + offset: 11866, line: 380, - col: 41, + col: 43, }, }, Name: "vd", @@ -52173,14 +52173,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11872, + offset: 11874, line: 380, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 11876, + offset: 11878, line: 380, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -52189,14 +52189,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11872, + offset: 11874, line: 380, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 11876, + offset: 11878, line: 380, - col: 53, + col: 55, }, }, Name: "data", @@ -52208,14 +52208,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11843, + offset: 11845, line: 380, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 11861, + offset: 11863, line: 380, - col: 38, + col: 40, }, }, Name: "desktopDataChanged", @@ -52229,42 +52229,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11895, + offset: 11897, line: 381, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 11928, + offset: 11930, line: 381, - col: 48, + col: 50, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11895, + offset: 11897, line: 381, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 11928, + offset: 11930, line: 381, - col: 48, + col: 50, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11895, + offset: 11897, line: 381, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 11899, + offset: 11901, line: 381, - col: 19, + col: 21, }, }, IsConst: false, @@ -52280,14 +52280,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11895, + offset: 11897, line: 381, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 11899, + offset: 11901, line: 381, - col: 19, + col: 21, }, }, Name: "emit", @@ -52299,14 +52299,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11900, + offset: 11902, line: 381, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 11927, + offset: 11929, line: 381, - col: 47, + col: 49, }, }, DeclaresParameterPack: false, @@ -52314,14 +52314,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11915, + offset: 11917, line: 381, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 11927, + offset: 11929, line: 381, - col: 47, + col: 49, }, }, 'Prop_Arguments': [ @@ -52329,14 +52329,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11916, + offset: 11918, line: 381, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 11926, + offset: 11928, line: 381, - col: 46, + col: 48, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -52346,14 +52346,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11916, + offset: 11918, line: 381, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 11924, + offset: 11926, line: 381, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -52362,14 +52362,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11916, + offset: 11918, line: 381, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 11924, + offset: 11926, line: 381, - col: 44, + col: 46, }, }, Name: "desktops", @@ -52381,14 +52381,14 @@ '@role': [Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11916, + offset: 11918, line: 381, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 11926, + offset: 11928, line: 381, - col: 46, + col: 48, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -52398,14 +52398,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11916, + offset: 11918, line: 381, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 11924, + offset: 11926, line: 381, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -52414,14 +52414,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11916, + offset: 11918, line: 381, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 11924, + offset: 11926, line: 381, - col: 44, + col: 46, }, }, Name: "desktops", @@ -52432,14 +52432,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11900, + offset: 11902, line: 381, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 11915, + offset: 11917, line: 381, - col: 35, + col: 37, }, }, Name: "desktopsChanged", @@ -52456,14 +52456,14 @@ '@role': [Declaration, Function, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11694, + offset: 11696, line: 378, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 11696, + offset: 11698, line: 378, - col: 20, + col: 22, }, }, Name: "vd", @@ -52473,14 +52473,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11697, + offset: 11699, line: 378, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 11699, + offset: 11701, line: 378, - col: 23, + col: 25, }, }, IsConst: false, @@ -52494,28 +52494,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Initializer': { '@type': "cpp:CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Arguments': [ @@ -52523,14 +52523,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -52539,14 +52539,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, Name: "parent", @@ -52557,14 +52557,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -52573,14 +52573,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, Name: "parent", @@ -52591,14 +52591,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -52607,14 +52607,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, Name: "parent", @@ -52624,14 +52624,14 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, }, Name: "QObject", @@ -52641,28 +52641,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Initializer': { '@type': "cpp:CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Arguments': [ @@ -52670,14 +52670,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -52686,14 +52686,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, Name: "parent", @@ -52704,14 +52704,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -52720,14 +52720,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, Name: "parent", @@ -52738,14 +52738,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -52754,14 +52754,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, Name: "parent", @@ -52771,14 +52771,14 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, }, Name: "m_manager", @@ -52793,14 +52793,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11615, + offset: 11617, line: 377, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11622, + offset: 11624, line: 377, - col: 14, + col: 16, }, }, ExpressionType: "", @@ -52809,14 +52809,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11615, + offset: 11617, line: 377, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11622, + offset: 11624, line: 377, - col: 14, + col: 16, }, }, Name: "connect", @@ -52828,28 +52828,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11962, + offset: 11964, line: 384, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 12288, + offset: 12290, line: 390, - col: 9, + col: 11, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11962, + offset: 11964, line: 384, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 12287, + offset: 12289, line: 390, - col: 8, + col: 10, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -52860,14 +52860,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11970, + offset: 11972, line: 384, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 11972, + offset: 11974, line: 384, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -52876,14 +52876,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11970, + offset: 11972, line: 384, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 11972, + offset: 11974, line: 384, - col: 17, + col: 19, }, }, Name: "vd", @@ -52893,14 +52893,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11974, + offset: 11976, line: 384, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 12002, + offset: 12004, line: 384, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -52910,14 +52910,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11975, + offset: 11977, line: 384, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 12002, + offset: 12004, line: 384, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -52926,14 +52926,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11975, + offset: 11977, line: 384, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 12002, + offset: 12004, line: 384, - col: 47, + col: 49, }, }, Names: [ @@ -52953,14 +52953,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12004, + offset: 12006, line: 384, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 12008, + offset: 12010, line: 384, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -52972,14 +52972,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12022, + offset: 12024, line: 385, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 12277, + offset: 12279, line: 389, - col: 12, + col: 14, }, }, ExpressionType: "[this, vd]() {\n DBusDesktopDataStruct data{.position = vd->x11DesktopNumber() - 1, .id = vd->id(), .name = vd->name()};\n emit desktopDataChanged(vd->id(), data);\n emit desktopsChanged(desktops());\n }", @@ -52989,14 +52989,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12035, + offset: 12037, line: 385, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 12277, + offset: 12279, line: 389, - col: 12, + col: 14, }, }, Statements: [ @@ -53004,28 +53004,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12053, + offset: 12055, line: 386, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 12074, + offset: 12076, line: 386, - col: 36, + col: 38, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12053, + offset: 12055, line: 386, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 12074, + offset: 12076, line: 386, - col: 36, + col: 38, }, }, ExpressionType: "", @@ -53034,14 +53034,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12053, + offset: 12055, line: 386, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 12074, + offset: 12076, line: 386, - col: 36, + col: 38, }, }, Name: "DBusDesktopDataStruct", @@ -53052,14 +53052,14 @@ '@role': [Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12073, + offset: 12075, line: 386, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12074, + offset: 12076, line: 386, - col: 36, + col: 38, }, }, }, @@ -53067,28 +53067,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12075, + offset: 12077, line: 386, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 12156, + offset: 12158, line: 386, - col: 118, + col: 120, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTSimpleTypeConstructorExpression", '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12075, + offset: 12077, line: 386, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 12155, + offset: 12157, line: 386, - col: 117, + col: 119, }, }, ExpressionType: "", @@ -53098,14 +53098,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12075, + offset: 12077, line: 386, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 12079, + offset: 12081, line: 386, - col: 41, + col: 43, }, }, IsConst: false, @@ -53121,14 +53121,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12075, + offset: 12077, line: 386, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 12079, + offset: 12081, line: 386, - col: 41, + col: 43, }, }, Name: "data", @@ -53139,14 +53139,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12079, + offset: 12081, line: 386, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 12155, + offset: 12157, line: 386, - col: 117, + col: 119, }, }, 'Prop_Clauses': [ @@ -53154,28 +53154,28 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12080, + offset: 12082, line: 386, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 12118, + offset: 12120, line: 386, - col: 80, + col: 82, }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12081, + offset: 12083, line: 386, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 12089, + offset: 12091, line: 386, - col: 51, + col: 53, }, }, Name: "position", @@ -53186,14 +53186,14 @@ '@role': [Arithmetic, Binary, Expression, Substract], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12092, + offset: 12094, line: 386, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 12118, + offset: 12120, line: 386, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -53204,14 +53204,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12117, + offset: 12119, line: 386, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 12118, + offset: 12120, line: 386, - col: 80, + col: 82, }, }, ExpressionType: "int", @@ -53223,14 +53223,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12092, + offset: 12094, line: 386, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 12114, + offset: 12116, line: 386, - col: 76, + col: 78, }, }, ExpressionType: "", @@ -53240,14 +53240,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12092, + offset: 12094, line: 386, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 12112, + offset: 12114, line: 386, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -53258,14 +53258,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12096, + offset: 12098, line: 386, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12112, + offset: 12114, line: 386, - col: 74, + col: 76, }, }, Name: "x11DesktopNumber", @@ -53274,14 +53274,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12092, + offset: 12094, line: 386, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 12094, + offset: 12096, line: 386, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -53290,14 +53290,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12092, + offset: 12094, line: 386, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 12094, + offset: 12096, line: 386, - col: 56, + col: 58, }, }, Name: "vd", @@ -53310,14 +53310,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12117, + offset: 12119, line: 386, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 12118, + offset: 12120, line: 386, - col: 80, + col: 82, }, }, ExpressionType: "int", @@ -53331,28 +53331,28 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12120, + offset: 12122, line: 386, - col: 82, + col: 84, }, end: { '@type': "uast:Position", - offset: 12134, + offset: 12136, line: 386, - col: 96, + col: 98, }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12121, + offset: 12123, line: 386, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 12123, + offset: 12125, line: 386, - col: 85, + col: 87, }, }, Name: "id", @@ -53362,14 +53362,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12126, + offset: 12128, line: 386, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 12134, + offset: 12136, line: 386, - col: 96, + col: 98, }, }, ExpressionType: "", @@ -53379,14 +53379,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12126, + offset: 12128, line: 386, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 12132, + offset: 12134, line: 386, - col: 94, + col: 96, }, }, ExpressionType: "", @@ -53397,14 +53397,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12130, + offset: 12132, line: 386, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 12132, + offset: 12134, line: 386, - col: 94, + col: 96, }, }, Name: "id", @@ -53413,14 +53413,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12126, + offset: 12128, line: 386, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 12128, + offset: 12130, line: 386, - col: 90, + col: 92, }, }, ExpressionType: "", @@ -53429,14 +53429,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12126, + offset: 12128, line: 386, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 12128, + offset: 12130, line: 386, - col: 90, + col: 92, }, }, Name: "vd", @@ -53449,28 +53449,28 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12136, + offset: 12138, line: 386, - col: 98, + col: 100, }, end: { '@type': "uast:Position", - offset: 12154, + offset: 12156, line: 386, - col: 116, + col: 118, }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12137, + offset: 12139, line: 386, - col: 99, + col: 101, }, end: { '@type': "uast:Position", - offset: 12141, + offset: 12143, line: 386, - col: 103, + col: 105, }, }, Name: "name", @@ -53480,14 +53480,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12144, + offset: 12146, line: 386, - col: 106, + col: 108, }, end: { '@type': "uast:Position", - offset: 12154, + offset: 12156, line: 386, - col: 116, + col: 118, }, }, ExpressionType: "", @@ -53497,14 +53497,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12144, + offset: 12146, line: 386, - col: 106, + col: 108, }, end: { '@type': "uast:Position", - offset: 12152, + offset: 12154, line: 386, - col: 114, + col: 116, }, }, ExpressionType: "", @@ -53515,14 +53515,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12148, + offset: 12150, line: 386, - col: 110, + col: 112, }, end: { '@type': "uast:Position", - offset: 12152, + offset: 12154, line: 386, - col: 114, + col: 116, }, }, Name: "name", @@ -53531,14 +53531,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12144, + offset: 12146, line: 386, - col: 106, + col: 108, }, end: { '@type': "uast:Position", - offset: 12146, + offset: 12148, line: 386, - col: 108, + col: 110, }, }, ExpressionType: "", @@ -53547,14 +53547,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12144, + offset: 12146, line: 386, - col: 106, + col: 108, }, end: { '@type': "uast:Position", - offset: 12146, + offset: 12148, line: 386, - col: 108, + col: 110, }, }, Name: "vd", @@ -53569,28 +53569,28 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12080, + offset: 12082, line: 386, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 12118, + offset: 12120, line: 386, - col: 80, + col: 82, }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12081, + offset: 12083, line: 386, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 12089, + offset: 12091, line: 386, - col: 51, + col: 53, }, }, Name: "position", @@ -53601,14 +53601,14 @@ '@role': [Arithmetic, Binary, Expression, Substract], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12092, + offset: 12094, line: 386, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 12118, + offset: 12120, line: 386, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -53619,14 +53619,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12117, + offset: 12119, line: 386, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 12118, + offset: 12120, line: 386, - col: 80, + col: 82, }, }, ExpressionType: "int", @@ -53638,14 +53638,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12092, + offset: 12094, line: 386, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 12114, + offset: 12116, line: 386, - col: 76, + col: 78, }, }, ExpressionType: "", @@ -53655,14 +53655,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12092, + offset: 12094, line: 386, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 12112, + offset: 12114, line: 386, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -53673,14 +53673,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12096, + offset: 12098, line: 386, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12112, + offset: 12114, line: 386, - col: 74, + col: 76, }, }, Name: "x11DesktopNumber", @@ -53689,14 +53689,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12092, + offset: 12094, line: 386, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 12094, + offset: 12096, line: 386, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -53705,14 +53705,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12092, + offset: 12094, line: 386, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 12094, + offset: 12096, line: 386, - col: 56, + col: 58, }, }, Name: "vd", @@ -53725,14 +53725,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12117, + offset: 12119, line: 386, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 12118, + offset: 12120, line: 386, - col: 80, + col: 82, }, }, ExpressionType: "int", @@ -53746,28 +53746,28 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12120, + offset: 12122, line: 386, - col: 82, + col: 84, }, end: { '@type': "uast:Position", - offset: 12134, + offset: 12136, line: 386, - col: 96, + col: 98, }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12121, + offset: 12123, line: 386, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 12123, + offset: 12125, line: 386, - col: 85, + col: 87, }, }, Name: "id", @@ -53777,14 +53777,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12126, + offset: 12128, line: 386, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 12134, + offset: 12136, line: 386, - col: 96, + col: 98, }, }, ExpressionType: "", @@ -53794,14 +53794,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12126, + offset: 12128, line: 386, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 12132, + offset: 12134, line: 386, - col: 94, + col: 96, }, }, ExpressionType: "", @@ -53812,14 +53812,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12130, + offset: 12132, line: 386, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 12132, + offset: 12134, line: 386, - col: 94, + col: 96, }, }, Name: "id", @@ -53828,14 +53828,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12126, + offset: 12128, line: 386, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 12128, + offset: 12130, line: 386, - col: 90, + col: 92, }, }, ExpressionType: "", @@ -53844,14 +53844,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12126, + offset: 12128, line: 386, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 12128, + offset: 12130, line: 386, - col: 90, + col: 92, }, }, Name: "vd", @@ -53864,28 +53864,28 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12136, + offset: 12138, line: 386, - col: 98, + col: 100, }, end: { '@type': "uast:Position", - offset: 12154, + offset: 12156, line: 386, - col: 116, + col: 118, }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12137, + offset: 12139, line: 386, - col: 99, + col: 101, }, end: { '@type': "uast:Position", - offset: 12141, + offset: 12143, line: 386, - col: 103, + col: 105, }, }, Name: "name", @@ -53895,14 +53895,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12144, + offset: 12146, line: 386, - col: 106, + col: 108, }, end: { '@type': "uast:Position", - offset: 12154, + offset: 12156, line: 386, - col: 116, + col: 118, }, }, ExpressionType: "", @@ -53912,14 +53912,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12144, + offset: 12146, line: 386, - col: 106, + col: 108, }, end: { '@type': "uast:Position", - offset: 12152, + offset: 12154, line: 386, - col: 114, + col: 116, }, }, ExpressionType: "", @@ -53930,14 +53930,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12148, + offset: 12150, line: 386, - col: 110, + col: 112, }, end: { '@type': "uast:Position", - offset: 12152, + offset: 12154, line: 386, - col: 114, + col: 116, }, }, Name: "name", @@ -53946,14 +53946,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12144, + offset: 12146, line: 386, - col: 106, + col: 108, }, end: { '@type': "uast:Position", - offset: 12146, + offset: 12148, line: 386, - col: 108, + col: 110, }, }, ExpressionType: "", @@ -53962,14 +53962,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12144, + offset: 12146, line: 386, - col: 106, + col: 108, }, end: { '@type': "uast:Position", - offset: 12146, + offset: 12148, line: 386, - col: 108, + col: 110, }, }, Name: "vd", @@ -53987,42 +53987,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12173, + offset: 12175, line: 387, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 12213, + offset: 12215, line: 387, - col: 55, + col: 57, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12173, + offset: 12175, line: 387, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 12213, + offset: 12215, line: 387, - col: 55, + col: 57, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12173, + offset: 12175, line: 387, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 12177, + offset: 12179, line: 387, - col: 19, + col: 21, }, }, IsConst: false, @@ -54038,14 +54038,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12173, + offset: 12175, line: 387, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 12177, + offset: 12179, line: 387, - col: 19, + col: 21, }, }, Name: "emit", @@ -54057,14 +54057,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12178, + offset: 12180, line: 387, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 12212, + offset: 12214, line: 387, - col: 54, + col: 56, }, }, DeclaresParameterPack: false, @@ -54072,14 +54072,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12196, + offset: 12198, line: 387, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 12212, + offset: 12214, line: 387, - col: 54, + col: 56, }, }, 'Prop_Arguments': [ @@ -54087,14 +54087,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12197, + offset: 12199, line: 387, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 12205, + offset: 12207, line: 387, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -54104,14 +54104,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12197, + offset: 12199, line: 387, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 12203, + offset: 12205, line: 387, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -54122,14 +54122,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12201, + offset: 12203, line: 387, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 12203, + offset: 12205, line: 387, - col: 45, + col: 47, }, }, Name: "id", @@ -54138,14 +54138,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12197, + offset: 12199, line: 387, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 12199, + offset: 12201, line: 387, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -54154,14 +54154,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12197, + offset: 12199, line: 387, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 12199, + offset: 12201, line: 387, - col: 41, + col: 43, }, }, Name: "vd", @@ -54173,14 +54173,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12207, + offset: 12209, line: 387, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 12211, + offset: 12213, line: 387, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -54189,14 +54189,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12207, + offset: 12209, line: 387, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 12211, + offset: 12213, line: 387, - col: 53, + col: 55, }, }, Name: "data", @@ -54214,14 +54214,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12197, + offset: 12199, line: 387, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 12205, + offset: 12207, line: 387, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -54231,14 +54231,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12197, + offset: 12199, line: 387, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 12203, + offset: 12205, line: 387, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -54249,14 +54249,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12201, + offset: 12203, line: 387, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 12203, + offset: 12205, line: 387, - col: 45, + col: 47, }, }, Name: "id", @@ -54265,14 +54265,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12197, + offset: 12199, line: 387, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 12199, + offset: 12201, line: 387, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -54281,14 +54281,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12197, + offset: 12199, line: 387, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 12199, + offset: 12201, line: 387, - col: 41, + col: 43, }, }, Name: "vd", @@ -54300,14 +54300,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12207, + offset: 12209, line: 387, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 12211, + offset: 12213, line: 387, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -54316,14 +54316,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12207, + offset: 12209, line: 387, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 12211, + offset: 12213, line: 387, - col: 53, + col: 55, }, }, Name: "data", @@ -54335,14 +54335,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12178, + offset: 12180, line: 387, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 12196, + offset: 12198, line: 387, - col: 38, + col: 40, }, }, Name: "desktopDataChanged", @@ -54356,42 +54356,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12230, + offset: 12232, line: 388, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 12263, + offset: 12265, line: 388, - col: 48, + col: 50, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12230, + offset: 12232, line: 388, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 12263, + offset: 12265, line: 388, - col: 48, + col: 50, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12230, + offset: 12232, line: 388, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 12234, + offset: 12236, line: 388, - col: 19, + col: 21, }, }, IsConst: false, @@ -54407,14 +54407,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12230, + offset: 12232, line: 388, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 12234, + offset: 12236, line: 388, - col: 19, + col: 21, }, }, Name: "emit", @@ -54426,14 +54426,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12235, + offset: 12237, line: 388, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 12262, + offset: 12264, line: 388, - col: 47, + col: 49, }, }, DeclaresParameterPack: false, @@ -54441,14 +54441,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12250, + offset: 12252, line: 388, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12262, + offset: 12264, line: 388, - col: 47, + col: 49, }, }, 'Prop_Arguments': [ @@ -54456,14 +54456,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12251, + offset: 12253, line: 388, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 12261, + offset: 12263, line: 388, - col: 46, + col: 48, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -54473,14 +54473,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12251, + offset: 12253, line: 388, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 12259, + offset: 12261, line: 388, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -54489,14 +54489,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12251, + offset: 12253, line: 388, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 12259, + offset: 12261, line: 388, - col: 44, + col: 46, }, }, Name: "desktops", @@ -54508,14 +54508,14 @@ '@role': [Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12251, + offset: 12253, line: 388, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 12261, + offset: 12263, line: 388, - col: 46, + col: 48, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -54525,14 +54525,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12251, + offset: 12253, line: 388, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 12259, + offset: 12261, line: 388, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -54541,14 +54541,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12251, + offset: 12253, line: 388, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 12259, + offset: 12261, line: 388, - col: 44, + col: 46, }, }, Name: "desktops", @@ -54559,14 +54559,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12235, + offset: 12237, line: 388, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 12250, + offset: 12252, line: 388, - col: 35, + col: 37, }, }, Name: "desktopsChanged", @@ -54583,14 +54583,14 @@ '@role': [Declaration, Function, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12029, + offset: 12031, line: 385, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 12031, + offset: 12033, line: 385, - col: 20, + col: 22, }, }, Name: "vd", @@ -54600,14 +54600,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12032, + offset: 12034, line: 385, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 12034, + offset: 12036, line: 385, - col: 23, + col: 25, }, }, IsConst: false, @@ -54621,28 +54621,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Initializer': { '@type': "cpp:CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Arguments': [ @@ -54650,14 +54650,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -54666,14 +54666,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, Name: "parent", @@ -54684,14 +54684,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -54700,14 +54700,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, Name: "parent", @@ -54718,14 +54718,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -54734,14 +54734,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, Name: "parent", @@ -54751,14 +54751,14 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, }, Name: "QObject", @@ -54768,28 +54768,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Initializer': { '@type': "cpp:CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Arguments': [ @@ -54797,14 +54797,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -54813,14 +54813,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, Name: "parent", @@ -54831,14 +54831,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -54847,14 +54847,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, Name: "parent", @@ -54865,14 +54865,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -54881,14 +54881,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, Name: "parent", @@ -54898,14 +54898,14 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, }, Name: "m_manager", @@ -54920,14 +54920,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11962, + offset: 11964, line: 384, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11969, + offset: 11971, line: 384, - col: 14, + col: 16, }, }, ExpressionType: "", @@ -54936,14 +54936,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11962, + offset: 11964, line: 384, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11969, + offset: 11971, line: 384, - col: 14, + col: 16, }, }, Name: "connect", @@ -54957,14 +54957,14 @@ '@role': [Declaration, For, Statement, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11571, + offset: 11573, line: 376, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 11579, + offset: 11581, line: 376, - col: 16, + col: 18, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -54972,14 +54972,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11571, + offset: 11573, line: 376, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 11575, + offset: 11577, line: 376, - col: 12, + col: 14, }, }, IsComplex: false, @@ -55005,28 +55005,28 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11576, + offset: 11578, line: 376, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 11579, + offset: 11581, line: 376, - col: 16, + col: 18, }, }, DeclaresParameterPack: false, 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11577, + offset: 11579, line: 376, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 11579, + offset: 11581, line: 376, - col: 16, + col: 18, }, }, Name: "vd", @@ -55040,14 +55040,14 @@ '@role': [Call, Expression, For, Function, Iterator], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11582, + offset: 11584, line: 376, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 11603, + offset: 11605, line: 376, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -55057,14 +55057,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11582, + offset: 11584, line: 376, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 11601, + offset: 11603, line: 376, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -55075,14 +55075,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11593, + offset: 11595, line: 376, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 11601, + offset: 11603, line: 376, - col: 38, + col: 40, }, }, Name: "desktops", @@ -55091,14 +55091,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11582, + offset: 11584, line: 376, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 11591, + offset: 11593, line: 376, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -55107,14 +55107,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11582, + offset: 11584, line: 376, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 11591, + offset: 11593, line: 376, - col: 28, + col: 30, }, }, Name: "m_manager", @@ -55127,28 +55127,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12299, + offset: 12301, line: 392, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13366, + offset: 13368, line: 412, - col: 5, + col: 7, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12299, + offset: 12301, line: 392, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13365, + offset: 13367, line: 412, - col: 4, + col: 6, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -55159,14 +55159,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12307, + offset: 12309, line: 392, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 12316, + offset: 12318, line: 392, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -55175,14 +55175,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12307, + offset: 12309, line: 392, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 12316, + offset: 12318, line: 392, - col: 20, + col: 22, }, }, Name: "m_manager", @@ -55192,14 +55192,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12318, + offset: 12320, line: 392, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 12356, + offset: 12358, line: 392, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -55209,14 +55209,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12319, + offset: 12321, line: 392, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 12356, + offset: 12358, line: 392, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -55225,14 +55225,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12319, + offset: 12321, line: 392, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 12356, + offset: 12358, line: 392, - col: 60, + col: 62, }, }, Names: [ @@ -55252,14 +55252,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12358, + offset: 12360, line: 392, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 12362, + offset: 12364, line: 392, - col: 66, + col: 68, }, }, ExpressionType: "", @@ -55271,14 +55271,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12372, + offset: 12374, line: 393, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 13359, + offset: 13361, line: 411, - col: 8, + col: 10, }, }, ExpressionType: "[this](VirtualDesktop *vd) {\n connect(vd, &VirtualDesktop::x11DesktopNumberChanged, this,\n [this, vd]() {\n DBusDesktopDataStruct data{.position = vd->x11DesktopNumber() - 1, .id = vd->id(), .name = vd->name()};\n emit desktopDataChanged(vd->id(), data);\n emit desktopsChanged(desktops());\n }\n );\n connect(vd, &VirtualDesktop::nameChanged, this,\n [this, vd]() {\n DBusDesktopDataStruct data{.position = vd->x11DesktopNumber() - 1, .id = vd->id(), .name = vd->name()};\n emit desktopDataChanged(vd->id(), data);\n emit desktopsChanged(desktops());\n }\n );\n DBusDesktopDataStruct data{.position = vd->x11DesktopNumber() - 1, .id = vd->id(), .name = vd->name()};\n emit desktopCreated(vd->id(), data);\n emit desktopsChanged(desktops());\n }", @@ -55288,14 +55288,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12399, + offset: 12401, line: 393, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 13359, + offset: 13361, line: 411, - col: 8, + col: 10, }, }, Statements: [ @@ -55303,28 +55303,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12413, + offset: 12415, line: 394, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 12775, + offset: 12777, line: 400, - col: 13, + col: 15, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12413, + offset: 12415, line: 394, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 12774, + offset: 12776, line: 400, - col: 12, + col: 14, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -55335,14 +55335,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12421, + offset: 12423, line: 394, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 12423, + offset: 12425, line: 394, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -55351,14 +55351,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12421, + offset: 12423, line: 394, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 12423, + offset: 12425, line: 394, - col: 21, + col: 23, }, }, Name: "vd", @@ -55368,14 +55368,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12425, + offset: 12427, line: 394, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 12465, + offset: 12467, line: 394, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -55385,14 +55385,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12426, + offset: 12428, line: 394, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 12465, + offset: 12467, line: 394, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -55401,14 +55401,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12426, + offset: 12428, line: 394, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 12465, + offset: 12467, line: 394, - col: 63, + col: 65, }, }, Names: [ @@ -55428,14 +55428,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12467, + offset: 12469, line: 394, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 12471, + offset: 12473, line: 394, - col: 69, + col: 71, }, }, ExpressionType: "", @@ -55447,14 +55447,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12489, + offset: 12491, line: 395, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 12760, + offset: 12762, line: 399, - col: 16, + col: 18, }, }, ExpressionType: "[this, vd]() {\n DBusDesktopDataStruct data{.position = vd->x11DesktopNumber() - 1, .id = vd->id(), .name = vd->name()};\n emit desktopDataChanged(vd->id(), data);\n emit desktopsChanged(desktops());\n }", @@ -55464,14 +55464,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12502, + offset: 12504, line: 395, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 12760, + offset: 12762, line: 399, - col: 16, + col: 18, }, }, Statements: [ @@ -55479,28 +55479,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12524, + offset: 12526, line: 396, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 12545, + offset: 12547, line: 396, - col: 40, + col: 42, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12524, + offset: 12526, line: 396, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 12545, + offset: 12547, line: 396, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -55509,14 +55509,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12524, + offset: 12526, line: 396, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 12545, + offset: 12547, line: 396, - col: 40, + col: 42, }, }, Name: "DBusDesktopDataStruct", @@ -55527,14 +55527,14 @@ '@role': [Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12544, + offset: 12546, line: 396, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 12545, + offset: 12547, line: 396, - col: 40, + col: 42, }, }, }, @@ -55542,28 +55542,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12546, + offset: 12548, line: 396, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 12627, + offset: 12629, line: 396, - col: 122, + col: 124, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTSimpleTypeConstructorExpression", '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12546, + offset: 12548, line: 396, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 12626, + offset: 12628, line: 396, - col: 121, + col: 123, }, }, ExpressionType: "", @@ -55573,14 +55573,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12546, + offset: 12548, line: 396, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 12550, + offset: 12552, line: 396, - col: 45, + col: 47, }, }, IsConst: false, @@ -55596,14 +55596,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12546, + offset: 12548, line: 396, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 12550, + offset: 12552, line: 396, - col: 45, + col: 47, }, }, Name: "data", @@ -55614,14 +55614,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12550, + offset: 12552, line: 396, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 12626, + offset: 12628, line: 396, - col: 121, + col: 123, }, }, 'Prop_Clauses': [ @@ -55629,28 +55629,28 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12551, + offset: 12553, line: 396, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 12589, + offset: 12591, line: 396, - col: 84, + col: 86, }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12552, + offset: 12554, line: 396, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 12560, + offset: 12562, line: 396, - col: 55, + col: 57, }, }, Name: "position", @@ -55661,14 +55661,14 @@ '@role': [Arithmetic, Binary, Expression, Substract], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12563, + offset: 12565, line: 396, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12589, + offset: 12591, line: 396, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -55679,14 +55679,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12588, + offset: 12590, line: 396, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 12589, + offset: 12591, line: 396, - col: 84, + col: 86, }, }, ExpressionType: "int", @@ -55698,14 +55698,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12563, + offset: 12565, line: 396, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12585, + offset: 12587, line: 396, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -55715,14 +55715,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12563, + offset: 12565, line: 396, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12583, + offset: 12585, line: 396, - col: 78, + col: 80, }, }, ExpressionType: "", @@ -55733,14 +55733,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12567, + offset: 12569, line: 396, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 12583, + offset: 12585, line: 396, - col: 78, + col: 80, }, }, Name: "x11DesktopNumber", @@ -55749,14 +55749,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12563, + offset: 12565, line: 396, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12565, + offset: 12567, line: 396, - col: 60, + col: 62, }, }, ExpressionType: "? *", @@ -55765,14 +55765,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12563, + offset: 12565, line: 396, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12565, + offset: 12567, line: 396, - col: 60, + col: 62, }, }, Name: "vd", @@ -55785,14 +55785,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12588, + offset: 12590, line: 396, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 12589, + offset: 12591, line: 396, - col: 84, + col: 86, }, }, ExpressionType: "int", @@ -55806,28 +55806,28 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12591, + offset: 12593, line: 396, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 12605, + offset: 12607, line: 396, - col: 100, + col: 102, }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12592, + offset: 12594, line: 396, - col: 87, + col: 89, }, end: { '@type': "uast:Position", - offset: 12594, + offset: 12596, line: 396, - col: 89, + col: 91, }, }, Name: "id", @@ -55837,14 +55837,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12597, + offset: 12599, line: 396, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 12605, + offset: 12607, line: 396, - col: 100, + col: 102, }, }, ExpressionType: "", @@ -55854,14 +55854,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12597, + offset: 12599, line: 396, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 12603, + offset: 12605, line: 396, - col: 98, + col: 100, }, }, ExpressionType: "", @@ -55872,14 +55872,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12601, + offset: 12603, line: 396, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 12603, + offset: 12605, line: 396, - col: 98, + col: 100, }, }, Name: "id", @@ -55888,14 +55888,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12597, + offset: 12599, line: 396, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 12599, + offset: 12601, line: 396, - col: 94, + col: 96, }, }, ExpressionType: "? *", @@ -55904,14 +55904,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12597, + offset: 12599, line: 396, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 12599, + offset: 12601, line: 396, - col: 94, + col: 96, }, }, Name: "vd", @@ -55924,28 +55924,28 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12607, + offset: 12609, line: 396, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 12625, + offset: 12627, line: 396, - col: 120, + col: 122, }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12608, + offset: 12610, line: 396, - col: 103, + col: 105, }, end: { '@type': "uast:Position", - offset: 12612, + offset: 12614, line: 396, - col: 107, + col: 109, }, }, Name: "name", @@ -55955,14 +55955,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12615, + offset: 12617, line: 396, - col: 110, + col: 112, }, end: { '@type': "uast:Position", - offset: 12625, + offset: 12627, line: 396, - col: 120, + col: 122, }, }, ExpressionType: "", @@ -55972,14 +55972,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12615, + offset: 12617, line: 396, - col: 110, + col: 112, }, end: { '@type': "uast:Position", - offset: 12623, + offset: 12625, line: 396, - col: 118, + col: 120, }, }, ExpressionType: "", @@ -55990,14 +55990,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12619, + offset: 12621, line: 396, - col: 114, + col: 116, }, end: { '@type': "uast:Position", - offset: 12623, + offset: 12625, line: 396, - col: 118, + col: 120, }, }, Name: "name", @@ -56006,14 +56006,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12615, + offset: 12617, line: 396, - col: 110, + col: 112, }, end: { '@type': "uast:Position", - offset: 12617, + offset: 12619, line: 396, - col: 112, + col: 114, }, }, ExpressionType: "? *", @@ -56022,14 +56022,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12615, + offset: 12617, line: 396, - col: 110, + col: 112, }, end: { '@type': "uast:Position", - offset: 12617, + offset: 12619, line: 396, - col: 112, + col: 114, }, }, Name: "vd", @@ -56044,28 +56044,28 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12551, + offset: 12553, line: 396, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 12589, + offset: 12591, line: 396, - col: 84, + col: 86, }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12552, + offset: 12554, line: 396, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 12560, + offset: 12562, line: 396, - col: 55, + col: 57, }, }, Name: "position", @@ -56076,14 +56076,14 @@ '@role': [Arithmetic, Binary, Expression, Substract], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12563, + offset: 12565, line: 396, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12589, + offset: 12591, line: 396, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -56094,14 +56094,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12588, + offset: 12590, line: 396, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 12589, + offset: 12591, line: 396, - col: 84, + col: 86, }, }, ExpressionType: "int", @@ -56113,14 +56113,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12563, + offset: 12565, line: 396, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12585, + offset: 12587, line: 396, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -56130,14 +56130,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12563, + offset: 12565, line: 396, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12583, + offset: 12585, line: 396, - col: 78, + col: 80, }, }, ExpressionType: "", @@ -56148,14 +56148,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12567, + offset: 12569, line: 396, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 12583, + offset: 12585, line: 396, - col: 78, + col: 80, }, }, Name: "x11DesktopNumber", @@ -56164,14 +56164,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12563, + offset: 12565, line: 396, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12565, + offset: 12567, line: 396, - col: 60, + col: 62, }, }, ExpressionType: "? *", @@ -56180,14 +56180,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12563, + offset: 12565, line: 396, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12565, + offset: 12567, line: 396, - col: 60, + col: 62, }, }, Name: "vd", @@ -56200,14 +56200,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12588, + offset: 12590, line: 396, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 12589, + offset: 12591, line: 396, - col: 84, + col: 86, }, }, ExpressionType: "int", @@ -56221,28 +56221,28 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12591, + offset: 12593, line: 396, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 12605, + offset: 12607, line: 396, - col: 100, + col: 102, }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12592, + offset: 12594, line: 396, - col: 87, + col: 89, }, end: { '@type': "uast:Position", - offset: 12594, + offset: 12596, line: 396, - col: 89, + col: 91, }, }, Name: "id", @@ -56252,14 +56252,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12597, + offset: 12599, line: 396, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 12605, + offset: 12607, line: 396, - col: 100, + col: 102, }, }, ExpressionType: "", @@ -56269,14 +56269,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12597, + offset: 12599, line: 396, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 12603, + offset: 12605, line: 396, - col: 98, + col: 100, }, }, ExpressionType: "", @@ -56287,14 +56287,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12601, + offset: 12603, line: 396, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 12603, + offset: 12605, line: 396, - col: 98, + col: 100, }, }, Name: "id", @@ -56303,14 +56303,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12597, + offset: 12599, line: 396, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 12599, + offset: 12601, line: 396, - col: 94, + col: 96, }, }, ExpressionType: "? *", @@ -56319,14 +56319,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12597, + offset: 12599, line: 396, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 12599, + offset: 12601, line: 396, - col: 94, + col: 96, }, }, Name: "vd", @@ -56339,28 +56339,28 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12607, + offset: 12609, line: 396, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 12625, + offset: 12627, line: 396, - col: 120, + col: 122, }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12608, + offset: 12610, line: 396, - col: 103, + col: 105, }, end: { '@type': "uast:Position", - offset: 12612, + offset: 12614, line: 396, - col: 107, + col: 109, }, }, Name: "name", @@ -56370,14 +56370,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12615, + offset: 12617, line: 396, - col: 110, + col: 112, }, end: { '@type': "uast:Position", - offset: 12625, + offset: 12627, line: 396, - col: 120, + col: 122, }, }, ExpressionType: "", @@ -56387,14 +56387,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12615, + offset: 12617, line: 396, - col: 110, + col: 112, }, end: { '@type': "uast:Position", - offset: 12623, + offset: 12625, line: 396, - col: 118, + col: 120, }, }, ExpressionType: "", @@ -56405,14 +56405,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12619, + offset: 12621, line: 396, - col: 114, + col: 116, }, end: { '@type': "uast:Position", - offset: 12623, + offset: 12625, line: 396, - col: 118, + col: 120, }, }, Name: "name", @@ -56421,14 +56421,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12615, + offset: 12617, line: 396, - col: 110, + col: 112, }, end: { '@type': "uast:Position", - offset: 12617, + offset: 12619, line: 396, - col: 112, + col: 114, }, }, ExpressionType: "? *", @@ -56437,14 +56437,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12615, + offset: 12617, line: 396, - col: 110, + col: 112, }, end: { '@type': "uast:Position", - offset: 12617, + offset: 12619, line: 396, - col: 112, + col: 114, }, }, Name: "vd", @@ -56462,42 +56462,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12648, + offset: 12650, line: 397, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 12688, + offset: 12690, line: 397, - col: 59, + col: 61, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12648, + offset: 12650, line: 397, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 12688, + offset: 12690, line: 397, - col: 59, + col: 61, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12648, + offset: 12650, line: 397, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 12652, + offset: 12654, line: 397, - col: 23, + col: 25, }, }, IsConst: false, @@ -56513,14 +56513,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12648, + offset: 12650, line: 397, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 12652, + offset: 12654, line: 397, - col: 23, + col: 25, }, }, Name: "emit", @@ -56532,14 +56532,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12653, + offset: 12655, line: 397, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 12687, + offset: 12689, line: 397, - col: 58, + col: 60, }, }, DeclaresParameterPack: false, @@ -56547,14 +56547,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12671, + offset: 12673, line: 397, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 12687, + offset: 12689, line: 397, - col: 58, + col: 60, }, }, 'Prop_Arguments': [ @@ -56562,14 +56562,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12672, + offset: 12674, line: 397, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 12680, + offset: 12682, line: 397, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -56579,14 +56579,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12672, + offset: 12674, line: 397, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 12678, + offset: 12680, line: 397, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -56597,14 +56597,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12676, + offset: 12678, line: 397, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 12678, + offset: 12680, line: 397, - col: 49, + col: 51, }, }, Name: "id", @@ -56613,14 +56613,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12672, + offset: 12674, line: 397, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 12674, + offset: 12676, line: 397, - col: 45, + col: 47, }, }, ExpressionType: "? *", @@ -56629,14 +56629,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12672, + offset: 12674, line: 397, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 12674, + offset: 12676, line: 397, - col: 45, + col: 47, }, }, Name: "vd", @@ -56648,14 +56648,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12682, + offset: 12684, line: 397, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 12686, + offset: 12688, line: 397, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -56664,14 +56664,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12682, + offset: 12684, line: 397, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 12686, + offset: 12688, line: 397, - col: 57, + col: 59, }, }, Name: "data", @@ -56689,14 +56689,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12672, + offset: 12674, line: 397, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 12680, + offset: 12682, line: 397, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -56706,14 +56706,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12672, + offset: 12674, line: 397, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 12678, + offset: 12680, line: 397, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -56724,14 +56724,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12676, + offset: 12678, line: 397, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 12678, + offset: 12680, line: 397, - col: 49, + col: 51, }, }, Name: "id", @@ -56740,14 +56740,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12672, + offset: 12674, line: 397, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 12674, + offset: 12676, line: 397, - col: 45, + col: 47, }, }, ExpressionType: "? *", @@ -56756,14 +56756,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12672, + offset: 12674, line: 397, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 12674, + offset: 12676, line: 397, - col: 45, + col: 47, }, }, Name: "vd", @@ -56775,14 +56775,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12682, + offset: 12684, line: 397, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 12686, + offset: 12688, line: 397, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -56791,14 +56791,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12682, + offset: 12684, line: 397, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 12686, + offset: 12688, line: 397, - col: 57, + col: 59, }, }, Name: "data", @@ -56810,14 +56810,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12653, + offset: 12655, line: 397, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 12671, + offset: 12673, line: 397, - col: 42, + col: 44, }, }, Name: "desktopDataChanged", @@ -56831,42 +56831,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12709, + offset: 12711, line: 398, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 12742, + offset: 12744, line: 398, - col: 52, + col: 54, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12709, + offset: 12711, line: 398, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 12742, + offset: 12744, line: 398, - col: 52, + col: 54, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12709, + offset: 12711, line: 398, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 12713, + offset: 12715, line: 398, - col: 23, + col: 25, }, }, IsConst: false, @@ -56882,14 +56882,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12709, + offset: 12711, line: 398, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 12713, + offset: 12715, line: 398, - col: 23, + col: 25, }, }, Name: "emit", @@ -56901,14 +56901,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12714, + offset: 12716, line: 398, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 12741, + offset: 12743, line: 398, - col: 51, + col: 53, }, }, DeclaresParameterPack: false, @@ -56916,14 +56916,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12729, + offset: 12731, line: 398, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 12741, + offset: 12743, line: 398, - col: 51, + col: 53, }, }, 'Prop_Arguments': [ @@ -56931,14 +56931,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12730, + offset: 12732, line: 398, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 12740, + offset: 12742, line: 398, - col: 50, + col: 52, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -56948,14 +56948,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12730, + offset: 12732, line: 398, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 12738, + offset: 12740, line: 398, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -56964,14 +56964,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12730, + offset: 12732, line: 398, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 12738, + offset: 12740, line: 398, - col: 48, + col: 50, }, }, Name: "desktops", @@ -56983,14 +56983,14 @@ '@role': [Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12730, + offset: 12732, line: 398, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 12740, + offset: 12742, line: 398, - col: 50, + col: 52, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -57000,14 +57000,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12730, + offset: 12732, line: 398, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 12738, + offset: 12740, line: 398, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -57016,14 +57016,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12730, + offset: 12732, line: 398, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 12738, + offset: 12740, line: 398, - col: 48, + col: 50, }, }, Name: "desktops", @@ -57034,14 +57034,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12714, + offset: 12716, line: 398, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 12729, + offset: 12731, line: 398, - col: 39, + col: 41, }, }, Name: "desktopsChanged", @@ -57058,14 +57058,14 @@ '@role': [Declaration, Function, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12496, + offset: 12498, line: 395, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 12498, + offset: 12500, line: 395, - col: 24, + col: 26, }, }, Name: "vd", @@ -57075,14 +57075,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12499, + offset: 12501, line: 395, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 12501, + offset: 12503, line: 395, - col: 27, + col: 29, }, }, IsConst: false, @@ -57096,28 +57096,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Initializer': { '@type': "cpp:CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Arguments': [ @@ -57125,14 +57125,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -57141,14 +57141,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, Name: "parent", @@ -57159,14 +57159,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -57175,14 +57175,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, Name: "parent", @@ -57193,14 +57193,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -57209,14 +57209,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, Name: "parent", @@ -57226,14 +57226,14 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, }, Name: "QObject", @@ -57243,28 +57243,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Initializer': { '@type': "cpp:CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Arguments': [ @@ -57272,14 +57272,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -57288,14 +57288,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, Name: "parent", @@ -57306,14 +57306,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -57322,14 +57322,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, Name: "parent", @@ -57340,14 +57340,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -57356,14 +57356,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, Name: "parent", @@ -57373,14 +57373,14 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, }, Name: "m_manager", @@ -57395,14 +57395,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12413, + offset: 12415, line: 394, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 12420, + offset: 12422, line: 394, - col: 18, + col: 20, }, }, ExpressionType: "", @@ -57411,14 +57411,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12413, + offset: 12415, line: 394, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 12420, + offset: 12422, line: 394, - col: 18, + col: 20, }, }, Name: "connect", @@ -57430,28 +57430,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12788, + offset: 12790, line: 401, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13138, + offset: 13140, line: 407, - col: 13, + col: 15, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12788, + offset: 12790, line: 401, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13137, + offset: 13139, line: 407, - col: 12, + col: 14, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -57462,14 +57462,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12796, + offset: 12798, line: 401, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 12798, + offset: 12800, line: 401, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -57478,14 +57478,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12796, + offset: 12798, line: 401, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 12798, + offset: 12800, line: 401, - col: 21, + col: 23, }, }, Name: "vd", @@ -57495,14 +57495,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12800, + offset: 12802, line: 401, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 12828, + offset: 12830, line: 401, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -57512,14 +57512,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12801, + offset: 12803, line: 401, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 12828, + offset: 12830, line: 401, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -57528,14 +57528,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12801, + offset: 12803, line: 401, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 12828, + offset: 12830, line: 401, - col: 51, + col: 53, }, }, Names: [ @@ -57555,14 +57555,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12830, + offset: 12832, line: 401, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 12834, + offset: 12836, line: 401, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -57574,14 +57574,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12852, + offset: 12854, line: 402, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13123, + offset: 13125, line: 406, - col: 16, + col: 18, }, }, ExpressionType: "[this, vd]() {\n DBusDesktopDataStruct data{.position = vd->x11DesktopNumber() - 1, .id = vd->id(), .name = vd->name()};\n emit desktopDataChanged(vd->id(), data);\n emit desktopsChanged(desktops());\n }", @@ -57591,14 +57591,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12865, + offset: 12867, line: 402, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 13123, + offset: 13125, line: 406, - col: 16, + col: 18, }, }, Statements: [ @@ -57606,28 +57606,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12887, + offset: 12889, line: 403, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 12908, + offset: 12910, line: 403, - col: 40, + col: 42, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12887, + offset: 12889, line: 403, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 12908, + offset: 12910, line: 403, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -57636,14 +57636,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12887, + offset: 12889, line: 403, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 12908, + offset: 12910, line: 403, - col: 40, + col: 42, }, }, Name: "DBusDesktopDataStruct", @@ -57654,14 +57654,14 @@ '@role': [Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12907, + offset: 12909, line: 403, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 12908, + offset: 12910, line: 403, - col: 40, + col: 42, }, }, }, @@ -57669,28 +57669,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12909, + offset: 12911, line: 403, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 12990, + offset: 12992, line: 403, - col: 122, + col: 124, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTSimpleTypeConstructorExpression", '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12909, + offset: 12911, line: 403, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 12989, + offset: 12991, line: 403, - col: 121, + col: 123, }, }, ExpressionType: "", @@ -57700,14 +57700,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12909, + offset: 12911, line: 403, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 12913, + offset: 12915, line: 403, - col: 45, + col: 47, }, }, IsConst: false, @@ -57723,14 +57723,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12909, + offset: 12911, line: 403, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 12913, + offset: 12915, line: 403, - col: 45, + col: 47, }, }, Name: "data", @@ -57741,14 +57741,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12913, + offset: 12915, line: 403, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 12989, + offset: 12991, line: 403, - col: 121, + col: 123, }, }, 'Prop_Clauses': [ @@ -57756,28 +57756,28 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12914, + offset: 12916, line: 403, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 12952, + offset: 12954, line: 403, - col: 84, + col: 86, }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12915, + offset: 12917, line: 403, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 12923, + offset: 12925, line: 403, - col: 55, + col: 57, }, }, Name: "position", @@ -57788,14 +57788,14 @@ '@role': [Arithmetic, Binary, Expression, Substract], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12926, + offset: 12928, line: 403, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12952, + offset: 12954, line: 403, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -57806,14 +57806,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12951, + offset: 12953, line: 403, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 12952, + offset: 12954, line: 403, - col: 84, + col: 86, }, }, ExpressionType: "int", @@ -57825,14 +57825,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12926, + offset: 12928, line: 403, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12948, + offset: 12950, line: 403, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -57842,14 +57842,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12926, + offset: 12928, line: 403, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12946, + offset: 12948, line: 403, - col: 78, + col: 80, }, }, ExpressionType: "", @@ -57860,14 +57860,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12930, + offset: 12932, line: 403, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 12946, + offset: 12948, line: 403, - col: 78, + col: 80, }, }, Name: "x11DesktopNumber", @@ -57876,14 +57876,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12926, + offset: 12928, line: 403, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12928, + offset: 12930, line: 403, - col: 60, + col: 62, }, }, ExpressionType: "? *", @@ -57892,14 +57892,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12926, + offset: 12928, line: 403, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12928, + offset: 12930, line: 403, - col: 60, + col: 62, }, }, Name: "vd", @@ -57912,14 +57912,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12951, + offset: 12953, line: 403, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 12952, + offset: 12954, line: 403, - col: 84, + col: 86, }, }, ExpressionType: "int", @@ -57933,163 +57933,45 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12954, + offset: 12956, line: 403, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 12968, - line: 403, - col: 100, - }, - }, - 'Prop_Designators': [ - { '@type': "uast:Identifier", - '@pos': { '@type': "uast:Positions", - start: { '@type': "uast:Position", - offset: 12955, - line: 403, - col: 87, - }, - end: { '@type': "uast:Position", - offset: 12957, - line: 403, - col: 89, - }, - }, - Name: "id", - }, - ], - 'Prop_Operand': { '@type': "cpp:CPPASTFunctionCallExpression", - '@role': [Call, Expression, Function], - '@pos': { '@type': "uast:Positions", - start: { '@type': "uast:Position", - offset: 12960, - line: 403, - col: 92, - }, - end: { '@type': "uast:Position", - offset: 12968, - line: 403, - col: 100, - }, - }, - ExpressionType: "", - ExpressionValueCategory: "PRVALUE", - IsLValue: false, - 'Prop_FunctionNameExpression': { '@type': "cpp:CPPASTFieldReference", - '@role': [Call, Expression, Function, Name, Qualified], - '@pos': { '@type': "uast:Positions", - start: { '@type': "uast:Position", - offset: 12960, - line: 403, - col: 92, - }, - end: { '@type': "uast:Position", - offset: 12966, - line: 403, - col: 98, - }, - }, - ExpressionType: "", - ExpressionValueCategory: "PRVALUE", - IsLValue: false, - IsPointerDereference: true, - IsTemplate: false, - 'Prop_FieldName': { '@type': "uast:Identifier", - '@pos': { '@type': "uast:Positions", - start: { '@type': "uast:Position", - offset: 12964, - line: 403, - col: 96, - }, - end: { '@type': "uast:Position", - offset: 12966, - line: 403, - col: 98, - }, - }, - Name: "id", - }, - 'Prop_FieldOwner': { '@type': "cpp:CPPASTIdExpression", - '@role': [Expression, Variable], - '@pos': { '@type': "uast:Positions", - start: { '@type': "uast:Position", - offset: 12960, - line: 403, - col: 92, - }, - end: { '@type': "uast:Position", - offset: 12962, - line: 403, - col: 94, - }, - }, - ExpressionType: "? *", - ExpressionValueCategory: "LVALUE", - IsLValue: true, - 'Prop_Name': { '@type': "uast:Identifier", - '@pos': { '@type': "uast:Positions", - start: { '@type': "uast:Position", - offset: 12960, - line: 403, - col: 92, - }, - end: { '@type': "uast:Position", - offset: 12962, - line: 403, - col: 94, - }, - }, - Name: "vd", - }, - }, - }, - }, - }, - { '@type': "cpp:CPPASTDesignatedInitializer", - '@role': [Expression, Initialization], - '@pos': { '@type': "uast:Positions", - start: { '@type': "uast:Position", offset: 12970, line: 403, col: 102, }, - end: { '@type': "uast:Position", - offset: 12988, - line: 403, - col: 120, - }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12971, + offset: 12957, line: 403, - col: 103, + col: 89, }, end: { '@type': "uast:Position", - offset: 12975, + offset: 12959, line: 403, - col: 107, + col: 91, }, }, - Name: "name", + Name: "id", }, ], 'Prop_Operand': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12978, + offset: 12962, line: 403, - col: 110, + col: 94, }, end: { '@type': "uast:Position", - offset: 12988, + offset: 12970, line: 403, - col: 120, + col: 102, }, }, ExpressionType: "", @@ -58099,14 +57981,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12978, + offset: 12962, line: 403, - col: 110, + col: 94, }, end: { '@type': "uast:Position", - offset: 12986, + offset: 12968, line: 403, - col: 118, + col: 100, }, }, ExpressionType: "", @@ -58117,30 +57999,30 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12982, + offset: 12966, line: 403, - col: 114, + col: 98, }, end: { '@type': "uast:Position", - offset: 12986, + offset: 12968, line: 403, - col: 118, + col: 100, }, }, - Name: "name", + Name: "id", }, 'Prop_FieldOwner': { '@type': "cpp:CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12978, + offset: 12962, line: 403, - col: 110, + col: 94, }, end: { '@type': "uast:Position", - offset: 12980, + offset: 12964, line: 403, - col: 112, + col: 96, }, }, ExpressionType: "? *", @@ -58149,15 +58031,133 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12978, + offset: 12962, line: 403, - col: 110, + col: 94, }, end: { '@type': "uast:Position", + offset: 12964, + line: 403, + col: 96, + }, + }, + Name: "vd", + }, + }, + }, + }, + }, + { '@type': "cpp:CPPASTDesignatedInitializer", + '@role': [Expression, Initialization], + '@pos': { '@type': "uast:Positions", + start: { '@type': "uast:Position", + offset: 12972, + line: 403, + col: 104, + }, + end: { '@type': "uast:Position", + offset: 12990, + line: 403, + col: 122, + }, + }, + 'Prop_Designators': [ + { '@type': "uast:Identifier", + '@pos': { '@type': "uast:Positions", + start: { '@type': "uast:Position", + offset: 12973, + line: 403, + col: 105, + }, + end: { '@type': "uast:Position", + offset: 12977, + line: 403, + col: 109, + }, + }, + Name: "name", + }, + ], + 'Prop_Operand': { '@type': "cpp:CPPASTFunctionCallExpression", + '@role': [Call, Expression, Function], + '@pos': { '@type': "uast:Positions", + start: { '@type': "uast:Position", + offset: 12980, + line: 403, + col: 112, + }, + end: { '@type': "uast:Position", + offset: 12990, + line: 403, + col: 122, + }, + }, + ExpressionType: "", + ExpressionValueCategory: "PRVALUE", + IsLValue: false, + 'Prop_FunctionNameExpression': { '@type': "cpp:CPPASTFieldReference", + '@role': [Call, Expression, Function, Name, Qualified], + '@pos': { '@type': "uast:Positions", + start: { '@type': "uast:Position", + offset: 12980, + line: 403, + col: 112, + }, + end: { '@type': "uast:Position", + offset: 12988, + line: 403, + col: 120, + }, + }, + ExpressionType: "", + ExpressionValueCategory: "PRVALUE", + IsLValue: false, + IsPointerDereference: true, + IsTemplate: false, + 'Prop_FieldName': { '@type': "uast:Identifier", + '@pos': { '@type': "uast:Positions", + start: { '@type': "uast:Position", + offset: 12984, + line: 403, + col: 116, + }, + end: { '@type': "uast:Position", + offset: 12988, + line: 403, + col: 120, + }, + }, + Name: "name", + }, + 'Prop_FieldOwner': { '@type': "cpp:CPPASTIdExpression", + '@role': [Expression, Variable], + '@pos': { '@type': "uast:Positions", + start: { '@type': "uast:Position", + offset: 12980, + line: 403, + col: 112, + }, + end: { '@type': "uast:Position", + offset: 12982, + line: 403, + col: 114, + }, + }, + ExpressionType: "? *", + ExpressionValueCategory: "LVALUE", + IsLValue: true, + 'Prop_Name': { '@type': "uast:Identifier", + '@pos': { '@type': "uast:Positions", + start: { '@type': "uast:Position", offset: 12980, line: 403, col: 112, }, + end: { '@type': "uast:Position", + offset: 12982, + line: 403, + col: 114, + }, }, Name: "vd", }, @@ -58171,28 +58171,28 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12914, + offset: 12916, line: 403, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 12952, + offset: 12954, line: 403, - col: 84, + col: 86, }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12915, + offset: 12917, line: 403, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 12923, + offset: 12925, line: 403, - col: 55, + col: 57, }, }, Name: "position", @@ -58203,14 +58203,14 @@ '@role': [Arithmetic, Binary, Expression, Substract], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12926, + offset: 12928, line: 403, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12952, + offset: 12954, line: 403, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -58221,14 +58221,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12951, + offset: 12953, line: 403, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 12952, + offset: 12954, line: 403, - col: 84, + col: 86, }, }, ExpressionType: "int", @@ -58240,14 +58240,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12926, + offset: 12928, line: 403, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12948, + offset: 12950, line: 403, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -58257,14 +58257,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12926, + offset: 12928, line: 403, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12946, + offset: 12948, line: 403, - col: 78, + col: 80, }, }, ExpressionType: "", @@ -58275,14 +58275,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12930, + offset: 12932, line: 403, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 12946, + offset: 12948, line: 403, - col: 78, + col: 80, }, }, Name: "x11DesktopNumber", @@ -58291,14 +58291,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12926, + offset: 12928, line: 403, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12928, + offset: 12930, line: 403, - col: 60, + col: 62, }, }, ExpressionType: "? *", @@ -58307,14 +58307,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12926, + offset: 12928, line: 403, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12928, + offset: 12930, line: 403, - col: 60, + col: 62, }, }, Name: "vd", @@ -58327,14 +58327,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12951, + offset: 12953, line: 403, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 12952, + offset: 12954, line: 403, - col: 84, + col: 86, }, }, ExpressionType: "int", @@ -58348,28 +58348,28 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12954, + offset: 12956, line: 403, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 12968, + offset: 12970, line: 403, - col: 100, + col: 102, }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12955, + offset: 12957, line: 403, - col: 87, + col: 89, }, end: { '@type': "uast:Position", - offset: 12957, + offset: 12959, line: 403, - col: 89, + col: 91, }, }, Name: "id", @@ -58379,14 +58379,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12960, + offset: 12962, line: 403, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 12968, + offset: 12970, line: 403, - col: 100, + col: 102, }, }, ExpressionType: "", @@ -58396,14 +58396,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12960, + offset: 12962, line: 403, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 12966, + offset: 12968, line: 403, - col: 98, + col: 100, }, }, ExpressionType: "", @@ -58414,14 +58414,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12964, + offset: 12966, line: 403, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 12966, + offset: 12968, line: 403, - col: 98, + col: 100, }, }, Name: "id", @@ -58430,14 +58430,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12960, + offset: 12962, line: 403, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 12962, + offset: 12964, line: 403, - col: 94, + col: 96, }, }, ExpressionType: "? *", @@ -58446,14 +58446,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12960, + offset: 12962, line: 403, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 12962, + offset: 12964, line: 403, - col: 94, + col: 96, }, }, Name: "vd", @@ -58466,28 +58466,28 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12970, + offset: 12972, line: 403, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 12988, + offset: 12990, line: 403, - col: 120, + col: 122, }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12971, + offset: 12973, line: 403, - col: 103, + col: 105, }, end: { '@type': "uast:Position", - offset: 12975, + offset: 12977, line: 403, - col: 107, + col: 109, }, }, Name: "name", @@ -58497,14 +58497,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12978, + offset: 12980, line: 403, - col: 110, + col: 112, }, end: { '@type': "uast:Position", - offset: 12988, + offset: 12990, line: 403, - col: 120, + col: 122, }, }, ExpressionType: "", @@ -58514,14 +58514,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12978, + offset: 12980, line: 403, - col: 110, + col: 112, }, end: { '@type': "uast:Position", - offset: 12986, + offset: 12988, line: 403, - col: 118, + col: 120, }, }, ExpressionType: "", @@ -58532,14 +58532,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12982, + offset: 12984, line: 403, - col: 114, + col: 116, }, end: { '@type': "uast:Position", - offset: 12986, + offset: 12988, line: 403, - col: 118, + col: 120, }, }, Name: "name", @@ -58548,14 +58548,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12978, + offset: 12980, line: 403, - col: 110, + col: 112, }, end: { '@type': "uast:Position", - offset: 12980, + offset: 12982, line: 403, - col: 112, + col: 114, }, }, ExpressionType: "? *", @@ -58564,14 +58564,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12978, + offset: 12980, line: 403, - col: 110, + col: 112, }, end: { '@type': "uast:Position", - offset: 12980, + offset: 12982, line: 403, - col: 112, + col: 114, }, }, Name: "vd", @@ -58589,42 +58589,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13011, + offset: 13013, line: 404, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 13051, + offset: 13053, line: 404, - col: 59, + col: 61, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13011, + offset: 13013, line: 404, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 13051, + offset: 13053, line: 404, - col: 59, + col: 61, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13011, + offset: 13013, line: 404, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 13015, + offset: 13017, line: 404, - col: 23, + col: 25, }, }, IsConst: false, @@ -58640,14 +58640,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13011, + offset: 13013, line: 404, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 13015, + offset: 13017, line: 404, - col: 23, + col: 25, }, }, Name: "emit", @@ -58659,14 +58659,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13016, + offset: 13018, line: 404, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 13050, + offset: 13052, line: 404, - col: 58, + col: 60, }, }, DeclaresParameterPack: false, @@ -58674,14 +58674,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13034, + offset: 13036, line: 404, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 13050, + offset: 13052, line: 404, - col: 58, + col: 60, }, }, 'Prop_Arguments': [ @@ -58689,14 +58689,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13035, + offset: 13037, line: 404, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 13043, + offset: 13045, line: 404, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -58706,14 +58706,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13035, + offset: 13037, line: 404, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 13041, + offset: 13043, line: 404, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -58724,14 +58724,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13039, + offset: 13041, line: 404, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 13041, + offset: 13043, line: 404, - col: 49, + col: 51, }, }, Name: "id", @@ -58740,14 +58740,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13035, + offset: 13037, line: 404, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 13037, + offset: 13039, line: 404, - col: 45, + col: 47, }, }, ExpressionType: "? *", @@ -58756,14 +58756,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13035, + offset: 13037, line: 404, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 13037, + offset: 13039, line: 404, - col: 45, + col: 47, }, }, Name: "vd", @@ -58775,14 +58775,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13045, + offset: 13047, line: 404, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 13049, + offset: 13051, line: 404, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -58791,14 +58791,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13045, + offset: 13047, line: 404, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 13049, + offset: 13051, line: 404, - col: 57, + col: 59, }, }, Name: "data", @@ -58816,14 +58816,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13035, + offset: 13037, line: 404, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 13043, + offset: 13045, line: 404, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -58833,14 +58833,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13035, + offset: 13037, line: 404, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 13041, + offset: 13043, line: 404, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -58851,14 +58851,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13039, + offset: 13041, line: 404, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 13041, + offset: 13043, line: 404, - col: 49, + col: 51, }, }, Name: "id", @@ -58867,14 +58867,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13035, + offset: 13037, line: 404, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 13037, + offset: 13039, line: 404, - col: 45, + col: 47, }, }, ExpressionType: "? *", @@ -58883,14 +58883,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13035, + offset: 13037, line: 404, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 13037, + offset: 13039, line: 404, - col: 45, + col: 47, }, }, Name: "vd", @@ -58902,14 +58902,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13045, + offset: 13047, line: 404, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 13049, + offset: 13051, line: 404, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -58918,14 +58918,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13045, + offset: 13047, line: 404, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 13049, + offset: 13051, line: 404, - col: 57, + col: 59, }, }, Name: "data", @@ -58937,14 +58937,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13016, + offset: 13018, line: 404, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 13034, + offset: 13036, line: 404, - col: 42, + col: 44, }, }, Name: "desktopDataChanged", @@ -58958,42 +58958,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13072, + offset: 13074, line: 405, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 13105, + offset: 13107, line: 405, - col: 52, + col: 54, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13072, + offset: 13074, line: 405, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 13105, + offset: 13107, line: 405, - col: 52, + col: 54, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13072, + offset: 13074, line: 405, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 13076, + offset: 13078, line: 405, - col: 23, + col: 25, }, }, IsConst: false, @@ -59009,14 +59009,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13072, + offset: 13074, line: 405, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 13076, + offset: 13078, line: 405, - col: 23, + col: 25, }, }, Name: "emit", @@ -59028,14 +59028,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13077, + offset: 13079, line: 405, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 13104, + offset: 13106, line: 405, - col: 51, + col: 53, }, }, DeclaresParameterPack: false, @@ -59043,14 +59043,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13092, + offset: 13094, line: 405, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 13104, + offset: 13106, line: 405, - col: 51, + col: 53, }, }, 'Prop_Arguments': [ @@ -59058,14 +59058,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13093, + offset: 13095, line: 405, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 13103, + offset: 13105, line: 405, - col: 50, + col: 52, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -59075,14 +59075,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13093, + offset: 13095, line: 405, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 13101, + offset: 13103, line: 405, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -59091,14 +59091,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13093, + offset: 13095, line: 405, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 13101, + offset: 13103, line: 405, - col: 48, + col: 50, }, }, Name: "desktops", @@ -59110,14 +59110,14 @@ '@role': [Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13093, + offset: 13095, line: 405, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 13103, + offset: 13105, line: 405, - col: 50, + col: 52, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -59127,14 +59127,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13093, + offset: 13095, line: 405, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 13101, + offset: 13103, line: 405, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -59143,14 +59143,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13093, + offset: 13095, line: 405, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 13101, + offset: 13103, line: 405, - col: 48, + col: 50, }, }, Name: "desktops", @@ -59161,14 +59161,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13077, + offset: 13079, line: 405, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 13092, + offset: 13094, line: 405, - col: 39, + col: 41, }, }, Name: "desktopsChanged", @@ -59185,14 +59185,14 @@ '@role': [Declaration, Function, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12859, + offset: 12861, line: 402, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 12861, + offset: 12863, line: 402, - col: 24, + col: 26, }, }, Name: "vd", @@ -59202,14 +59202,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12862, + offset: 12864, line: 402, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 12864, + offset: 12866, line: 402, - col: 27, + col: 29, }, }, IsConst: false, @@ -59223,28 +59223,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Initializer': { '@type': "cpp:CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Arguments': [ @@ -59252,14 +59252,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -59268,14 +59268,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, Name: "parent", @@ -59286,14 +59286,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -59302,14 +59302,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, Name: "parent", @@ -59320,14 +59320,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -59336,14 +59336,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, Name: "parent", @@ -59353,14 +59353,14 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, }, Name: "QObject", @@ -59370,28 +59370,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Initializer': { '@type': "cpp:CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Arguments': [ @@ -59399,14 +59399,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -59415,14 +59415,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, Name: "parent", @@ -59433,14 +59433,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -59449,14 +59449,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, Name: "parent", @@ -59467,14 +59467,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -59483,14 +59483,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, Name: "parent", @@ -59500,14 +59500,14 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, }, Name: "m_manager", @@ -59522,14 +59522,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12788, + offset: 12790, line: 401, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 12795, + offset: 12797, line: 401, - col: 18, + col: 20, }, }, ExpressionType: "", @@ -59538,14 +59538,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12788, + offset: 12790, line: 401, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 12795, + offset: 12797, line: 401, - col: 18, + col: 20, }, }, Name: "connect", @@ -59557,28 +59557,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13151, + offset: 13153, line: 408, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13172, + offset: 13174, line: 408, - col: 32, + col: 34, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13151, + offset: 13153, line: 408, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13172, + offset: 13174, line: 408, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -59587,14 +59587,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13151, + offset: 13153, line: 408, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13172, + offset: 13174, line: 408, - col: 32, + col: 34, }, }, Name: "DBusDesktopDataStruct", @@ -59605,14 +59605,14 @@ '@role': [Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13171, + offset: 13173, line: 408, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13172, + offset: 13174, line: 408, - col: 32, + col: 34, }, }, }, @@ -59620,28 +59620,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13173, + offset: 13175, line: 408, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 13254, + offset: 13256, line: 408, - col: 114, + col: 116, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTSimpleTypeConstructorExpression", '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13173, + offset: 13175, line: 408, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 13253, + offset: 13255, line: 408, - col: 113, + col: 115, }, }, ExpressionType: "", @@ -59651,14 +59651,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13173, + offset: 13175, line: 408, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 13177, + offset: 13179, line: 408, - col: 37, + col: 39, }, }, IsConst: false, @@ -59674,14 +59674,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13173, + offset: 13175, line: 408, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 13177, + offset: 13179, line: 408, - col: 37, + col: 39, }, }, Name: "data", @@ -59692,14 +59692,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13177, + offset: 13179, line: 408, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 13253, + offset: 13255, line: 408, - col: 113, + col: 115, }, }, 'Prop_Clauses': [ @@ -59707,28 +59707,28 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13178, + offset: 13180, line: 408, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 13216, + offset: 13218, line: 408, - col: 76, + col: 78, }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13179, + offset: 13181, line: 408, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 13187, + offset: 13189, line: 408, - col: 47, + col: 49, }, }, Name: "position", @@ -59739,14 +59739,14 @@ '@role': [Arithmetic, Binary, Expression, Substract], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13190, + offset: 13192, line: 408, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 13216, + offset: 13218, line: 408, - col: 76, + col: 78, }, }, ExpressionType: "", @@ -59757,14 +59757,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13215, + offset: 13217, line: 408, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 13216, + offset: 13218, line: 408, - col: 76, + col: 78, }, }, ExpressionType: "int", @@ -59776,14 +59776,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13190, + offset: 13192, line: 408, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 13212, + offset: 13214, line: 408, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -59793,14 +59793,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13190, + offset: 13192, line: 408, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 13210, + offset: 13212, line: 408, - col: 70, + col: 72, }, }, ExpressionType: "", @@ -59811,14 +59811,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13194, + offset: 13196, line: 408, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 13210, + offset: 13212, line: 408, - col: 70, + col: 72, }, }, Name: "x11DesktopNumber", @@ -59827,14 +59827,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13190, + offset: 13192, line: 408, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 13192, + offset: 13194, line: 408, - col: 52, + col: 54, }, }, ExpressionType: "? *", @@ -59843,14 +59843,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13190, + offset: 13192, line: 408, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 13192, + offset: 13194, line: 408, - col: 52, + col: 54, }, }, Name: "vd", @@ -59863,14 +59863,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13215, + offset: 13217, line: 408, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 13216, + offset: 13218, line: 408, - col: 76, + col: 78, }, }, ExpressionType: "int", @@ -59884,28 +59884,28 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13218, + offset: 13220, line: 408, - col: 78, + col: 80, }, end: { '@type': "uast:Position", - offset: 13232, + offset: 13234, line: 408, - col: 92, + col: 94, }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13219, + offset: 13221, line: 408, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 13221, + offset: 13223, line: 408, - col: 81, + col: 83, }, }, Name: "id", @@ -59915,14 +59915,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13224, + offset: 13226, line: 408, - col: 84, + col: 86, }, end: { '@type': "uast:Position", - offset: 13232, + offset: 13234, line: 408, - col: 92, + col: 94, }, }, ExpressionType: "", @@ -59932,14 +59932,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13224, + offset: 13226, line: 408, - col: 84, + col: 86, }, end: { '@type': "uast:Position", - offset: 13230, + offset: 13232, line: 408, - col: 90, + col: 92, }, }, ExpressionType: "", @@ -59950,14 +59950,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13228, + offset: 13230, line: 408, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 13230, + offset: 13232, line: 408, - col: 90, + col: 92, }, }, Name: "id", @@ -59966,14 +59966,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13224, + offset: 13226, line: 408, - col: 84, + col: 86, }, end: { '@type': "uast:Position", - offset: 13226, + offset: 13228, line: 408, - col: 86, + col: 88, }, }, ExpressionType: "? *", @@ -59982,14 +59982,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13224, + offset: 13226, line: 408, - col: 84, + col: 86, }, end: { '@type': "uast:Position", - offset: 13226, + offset: 13228, line: 408, - col: 86, + col: 88, }, }, Name: "vd", @@ -60002,28 +60002,28 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13234, + offset: 13236, line: 408, - col: 94, + col: 96, }, end: { '@type': "uast:Position", - offset: 13252, + offset: 13254, line: 408, - col: 112, + col: 114, }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13235, + offset: 13237, line: 408, - col: 95, + col: 97, }, end: { '@type': "uast:Position", - offset: 13239, + offset: 13241, line: 408, - col: 99, + col: 101, }, }, Name: "name", @@ -60033,14 +60033,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13242, + offset: 13244, line: 408, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 13252, + offset: 13254, line: 408, - col: 112, + col: 114, }, }, ExpressionType: "", @@ -60050,14 +60050,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13242, + offset: 13244, line: 408, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 13250, + offset: 13252, line: 408, - col: 110, + col: 112, }, }, ExpressionType: "", @@ -60068,14 +60068,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13246, + offset: 13248, line: 408, - col: 106, + col: 108, }, end: { '@type': "uast:Position", - offset: 13250, + offset: 13252, line: 408, - col: 110, + col: 112, }, }, Name: "name", @@ -60084,14 +60084,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13242, + offset: 13244, line: 408, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 13244, + offset: 13246, line: 408, - col: 104, + col: 106, }, }, ExpressionType: "? *", @@ -60100,14 +60100,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13242, + offset: 13244, line: 408, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 13244, + offset: 13246, line: 408, - col: 104, + col: 106, }, }, Name: "vd", @@ -60122,28 +60122,28 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13178, + offset: 13180, line: 408, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 13216, + offset: 13218, line: 408, - col: 76, + col: 78, }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13179, + offset: 13181, line: 408, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 13187, + offset: 13189, line: 408, - col: 47, + col: 49, }, }, Name: "position", @@ -60154,14 +60154,14 @@ '@role': [Arithmetic, Binary, Expression, Substract], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13190, + offset: 13192, line: 408, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 13216, + offset: 13218, line: 408, - col: 76, + col: 78, }, }, ExpressionType: "", @@ -60172,14 +60172,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13215, + offset: 13217, line: 408, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 13216, + offset: 13218, line: 408, - col: 76, + col: 78, }, }, ExpressionType: "int", @@ -60191,14 +60191,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13190, + offset: 13192, line: 408, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 13212, + offset: 13214, line: 408, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -60208,14 +60208,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13190, + offset: 13192, line: 408, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 13210, + offset: 13212, line: 408, - col: 70, + col: 72, }, }, ExpressionType: "", @@ -60226,14 +60226,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13194, + offset: 13196, line: 408, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 13210, + offset: 13212, line: 408, - col: 70, + col: 72, }, }, Name: "x11DesktopNumber", @@ -60242,14 +60242,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13190, + offset: 13192, line: 408, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 13192, + offset: 13194, line: 408, - col: 52, + col: 54, }, }, ExpressionType: "? *", @@ -60258,14 +60258,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13190, + offset: 13192, line: 408, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 13192, + offset: 13194, line: 408, - col: 52, + col: 54, }, }, Name: "vd", @@ -60278,14 +60278,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13215, + offset: 13217, line: 408, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 13216, + offset: 13218, line: 408, - col: 76, + col: 78, }, }, ExpressionType: "int", @@ -60299,28 +60299,28 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13218, + offset: 13220, line: 408, - col: 78, + col: 80, }, end: { '@type': "uast:Position", - offset: 13232, + offset: 13234, line: 408, - col: 92, + col: 94, }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13219, + offset: 13221, line: 408, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 13221, + offset: 13223, line: 408, - col: 81, + col: 83, }, }, Name: "id", @@ -60330,14 +60330,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13224, + offset: 13226, line: 408, - col: 84, + col: 86, }, end: { '@type': "uast:Position", - offset: 13232, + offset: 13234, line: 408, - col: 92, + col: 94, }, }, ExpressionType: "", @@ -60347,14 +60347,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13224, + offset: 13226, line: 408, - col: 84, + col: 86, }, end: { '@type': "uast:Position", - offset: 13230, + offset: 13232, line: 408, - col: 90, + col: 92, }, }, ExpressionType: "", @@ -60365,14 +60365,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13228, + offset: 13230, line: 408, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 13230, + offset: 13232, line: 408, - col: 90, + col: 92, }, }, Name: "id", @@ -60381,14 +60381,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13224, + offset: 13226, line: 408, - col: 84, + col: 86, }, end: { '@type': "uast:Position", - offset: 13226, + offset: 13228, line: 408, - col: 86, + col: 88, }, }, ExpressionType: "? *", @@ -60397,14 +60397,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13224, + offset: 13226, line: 408, - col: 84, + col: 86, }, end: { '@type': "uast:Position", - offset: 13226, + offset: 13228, line: 408, - col: 86, + col: 88, }, }, Name: "vd", @@ -60417,28 +60417,28 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13234, + offset: 13236, line: 408, - col: 94, + col: 96, }, end: { '@type': "uast:Position", - offset: 13252, + offset: 13254, line: 408, - col: 112, + col: 114, }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13235, + offset: 13237, line: 408, - col: 95, + col: 97, }, end: { '@type': "uast:Position", - offset: 13239, + offset: 13241, line: 408, - col: 99, + col: 101, }, }, Name: "name", @@ -60448,14 +60448,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13242, + offset: 13244, line: 408, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 13252, + offset: 13254, line: 408, - col: 112, + col: 114, }, }, ExpressionType: "", @@ -60465,14 +60465,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13242, + offset: 13244, line: 408, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 13250, + offset: 13252, line: 408, - col: 110, + col: 112, }, }, ExpressionType: "", @@ -60483,14 +60483,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13246, + offset: 13248, line: 408, - col: 106, + col: 108, }, end: { '@type': "uast:Position", - offset: 13250, + offset: 13252, line: 408, - col: 110, + col: 112, }, }, Name: "name", @@ -60499,14 +60499,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13242, + offset: 13244, line: 408, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 13244, + offset: 13246, line: 408, - col: 104, + col: 106, }, }, ExpressionType: "? *", @@ -60515,14 +60515,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13242, + offset: 13244, line: 408, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 13244, + offset: 13246, line: 408, - col: 104, + col: 106, }, }, Name: "vd", @@ -60540,42 +60540,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13267, + offset: 13269, line: 409, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13303, + offset: 13305, line: 409, - col: 47, + col: 49, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13267, + offset: 13269, line: 409, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13303, + offset: 13305, line: 409, - col: 47, + col: 49, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13267, + offset: 13269, line: 409, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13271, + offset: 13273, line: 409, - col: 15, + col: 17, }, }, IsConst: false, @@ -60591,14 +60591,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13267, + offset: 13269, line: 409, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13271, + offset: 13273, line: 409, - col: 15, + col: 17, }, }, Name: "emit", @@ -60610,14 +60610,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13272, + offset: 13274, line: 409, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 13302, + offset: 13304, line: 409, - col: 46, + col: 48, }, }, DeclaresParameterPack: false, @@ -60625,14 +60625,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13286, + offset: 13288, line: 409, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 13302, + offset: 13304, line: 409, - col: 46, + col: 48, }, }, 'Prop_Arguments': [ @@ -60640,14 +60640,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13287, + offset: 13289, line: 409, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13295, + offset: 13297, line: 409, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -60657,14 +60657,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13287, + offset: 13289, line: 409, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13293, + offset: 13295, line: 409, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -60675,14 +60675,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13291, + offset: 13293, line: 409, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 13293, + offset: 13295, line: 409, - col: 37, + col: 39, }, }, Name: "id", @@ -60691,14 +60691,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13287, + offset: 13289, line: 409, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13289, + offset: 13291, line: 409, - col: 33, + col: 35, }, }, ExpressionType: "? *", @@ -60707,14 +60707,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13287, + offset: 13289, line: 409, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13289, + offset: 13291, line: 409, - col: 33, + col: 35, }, }, Name: "vd", @@ -60726,14 +60726,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13297, + offset: 13299, line: 409, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 13301, + offset: 13303, line: 409, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -60742,14 +60742,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13297, + offset: 13299, line: 409, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 13301, + offset: 13303, line: 409, - col: 45, + col: 47, }, }, Name: "data", @@ -60767,14 +60767,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13287, + offset: 13289, line: 409, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13295, + offset: 13297, line: 409, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -60784,14 +60784,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13287, + offset: 13289, line: 409, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13293, + offset: 13295, line: 409, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -60802,14 +60802,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13291, + offset: 13293, line: 409, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 13293, + offset: 13295, line: 409, - col: 37, + col: 39, }, }, Name: "id", @@ -60818,14 +60818,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13287, + offset: 13289, line: 409, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13289, + offset: 13291, line: 409, - col: 33, + col: 35, }, }, ExpressionType: "? *", @@ -60834,14 +60834,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13287, + offset: 13289, line: 409, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13289, + offset: 13291, line: 409, - col: 33, + col: 35, }, }, Name: "vd", @@ -60853,14 +60853,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13297, + offset: 13299, line: 409, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 13301, + offset: 13303, line: 409, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -60869,14 +60869,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13297, + offset: 13299, line: 409, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 13301, + offset: 13303, line: 409, - col: 45, + col: 47, }, }, Name: "data", @@ -60888,14 +60888,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13272, + offset: 13274, line: 409, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 13286, + offset: 13288, line: 409, - col: 30, + col: 32, }, }, Name: "desktopCreated", @@ -60909,42 +60909,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13316, + offset: 13318, line: 410, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13349, + offset: 13351, line: 410, - col: 44, + col: 46, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13316, + offset: 13318, line: 410, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13349, + offset: 13351, line: 410, - col: 44, + col: 46, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13316, + offset: 13318, line: 410, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13320, + offset: 13322, line: 410, - col: 15, + col: 17, }, }, IsConst: false, @@ -60960,14 +60960,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13316, + offset: 13318, line: 410, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13320, + offset: 13322, line: 410, - col: 15, + col: 17, }, }, Name: "emit", @@ -60979,14 +60979,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13321, + offset: 13323, line: 410, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 13348, + offset: 13350, line: 410, - col: 43, + col: 45, }, }, DeclaresParameterPack: false, @@ -60994,14 +60994,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13336, + offset: 13338, line: 410, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13348, + offset: 13350, line: 410, - col: 43, + col: 45, }, }, 'Prop_Arguments': [ @@ -61009,14 +61009,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13337, + offset: 13339, line: 410, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 13347, + offset: 13349, line: 410, - col: 42, + col: 44, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -61026,14 +61026,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13337, + offset: 13339, line: 410, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 13345, + offset: 13347, line: 410, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -61042,14 +61042,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13337, + offset: 13339, line: 410, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 13345, + offset: 13347, line: 410, - col: 40, + col: 42, }, }, Name: "desktops", @@ -61061,14 +61061,14 @@ '@role': [Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13337, + offset: 13339, line: 410, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 13347, + offset: 13349, line: 410, - col: 42, + col: 44, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -61078,14 +61078,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13337, + offset: 13339, line: 410, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 13345, + offset: 13347, line: 410, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -61094,14 +61094,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13337, + offset: 13339, line: 410, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 13345, + offset: 13347, line: 410, - col: 40, + col: 42, }, }, Name: "desktops", @@ -61112,14 +61112,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13321, + offset: 13323, line: 410, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 13336, + offset: 13338, line: 410, - col: 31, + col: 33, }, }, Name: "desktopsChanged", @@ -61136,14 +61136,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12378, + offset: 12380, line: 393, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 12398, + offset: 12400, line: 393, - col: 33, + col: 35, }, }, IsConst: false, @@ -61157,28 +61157,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Initializer': { '@type': "cpp:CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Arguments': [ @@ -61186,14 +61186,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -61202,14 +61202,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, Name: "parent", @@ -61220,14 +61220,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -61236,14 +61236,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, Name: "parent", @@ -61254,14 +61254,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -61270,14 +61270,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, Name: "parent", @@ -61287,14 +61287,14 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, }, Name: "QObject", @@ -61304,28 +61304,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Initializer': { '@type': "cpp:CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Arguments': [ @@ -61333,14 +61333,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -61349,14 +61349,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, Name: "parent", @@ -61367,14 +61367,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -61383,14 +61383,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, Name: "parent", @@ -61401,14 +61401,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -61417,14 +61417,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, Name: "parent", @@ -61434,14 +61434,14 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, }, Name: "m_manager", @@ -61453,28 +61453,28 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12394, + offset: 12396, line: 393, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 12397, + offset: 12399, line: 393, - col: 32, + col: 34, }, }, DeclaresParameterPack: false, 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12395, + offset: 12397, line: 393, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 12397, + offset: 12399, line: 393, - col: 32, + col: 34, }, }, Name: "vd", @@ -61484,14 +61484,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12379, + offset: 12381, line: 393, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 12393, + offset: 12395, line: 393, - col: 28, + col: 30, }, }, IsConst: false, @@ -61507,14 +61507,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12379, + offset: 12381, line: 393, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 12393, + offset: 12395, line: 393, - col: 28, + col: 30, }, }, Name: "VirtualDesktop", @@ -61531,14 +61531,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12299, + offset: 12301, line: 392, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12306, + offset: 12308, line: 392, - col: 10, + col: 12, }, }, ExpressionType: "", @@ -61547,14 +61547,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12299, + offset: 12301, line: 392, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12306, + offset: 12308, line: 392, - col: 10, + col: 12, }, }, Name: "connect", @@ -61566,28 +61566,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13371, + offset: 13373, line: 413, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13578, + offset: 13580, line: 418, - col: 5, + col: 7, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13371, + offset: 13373, line: 413, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13577, + offset: 13579, line: 418, - col: 4, + col: 6, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -61598,14 +61598,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13379, + offset: 13381, line: 413, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13388, + offset: 13390, line: 413, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -61614,14 +61614,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13379, + offset: 13381, line: 413, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13388, + offset: 13390, line: 413, - col: 20, + col: 22, }, }, Name: "m_manager", @@ -61631,14 +61631,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13390, + offset: 13392, line: 413, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 13428, + offset: 13430, line: 413, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -61648,14 +61648,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13391, + offset: 13393, line: 413, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 13428, + offset: 13430, line: 413, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -61664,14 +61664,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13391, + offset: 13393, line: 413, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 13428, + offset: 13430, line: 413, - col: 60, + col: 62, }, }, Names: [ @@ -61691,14 +61691,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13430, + offset: 13432, line: 413, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 13434, + offset: 13436, line: 413, - col: 66, + col: 68, }, }, ExpressionType: "", @@ -61710,14 +61710,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13444, + offset: 13446, line: 414, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 13571, + offset: 13573, line: 417, - col: 8, + col: 10, }, }, ExpressionType: "[this](VirtualDesktop *vd) {\n emit desktopRemoved(vd->id());\n emit desktopsChanged(desktops());\n }", @@ -61727,14 +61727,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13471, + offset: 13473, line: 414, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 13571, + offset: 13573, line: 417, - col: 8, + col: 10, }, }, Statements: [ @@ -61742,42 +61742,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13485, + offset: 13487, line: 415, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13515, + offset: 13517, line: 415, - col: 41, + col: 43, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13485, + offset: 13487, line: 415, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13515, + offset: 13517, line: 415, - col: 41, + col: 43, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13485, + offset: 13487, line: 415, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13489, + offset: 13491, line: 415, - col: 15, + col: 17, }, }, IsConst: false, @@ -61793,14 +61793,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13485, + offset: 13487, line: 415, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13489, + offset: 13491, line: 415, - col: 15, + col: 17, }, }, Name: "emit", @@ -61812,14 +61812,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13490, + offset: 13492, line: 415, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 13514, + offset: 13516, line: 415, - col: 40, + col: 42, }, }, DeclaresParameterPack: false, @@ -61827,14 +61827,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13504, + offset: 13506, line: 415, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 13514, + offset: 13516, line: 415, - col: 40, + col: 42, }, }, 'Prop_Arguments': [ @@ -61842,14 +61842,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13505, + offset: 13507, line: 415, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13513, + offset: 13515, line: 415, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -61859,14 +61859,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13505, + offset: 13507, line: 415, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13511, + offset: 13513, line: 415, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -61877,14 +61877,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13509, + offset: 13511, line: 415, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 13511, + offset: 13513, line: 415, - col: 37, + col: 39, }, }, Name: "id", @@ -61893,14 +61893,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13505, + offset: 13507, line: 415, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13507, + offset: 13509, line: 415, - col: 33, + col: 35, }, }, ExpressionType: "? *", @@ -61909,14 +61909,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13505, + offset: 13507, line: 415, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13507, + offset: 13509, line: 415, - col: 33, + col: 35, }, }, Name: "vd", @@ -61929,14 +61929,14 @@ '@role': [Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13505, + offset: 13507, line: 415, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13513, + offset: 13515, line: 415, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -61946,14 +61946,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13505, + offset: 13507, line: 415, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13511, + offset: 13513, line: 415, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -61964,14 +61964,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13509, + offset: 13511, line: 415, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 13511, + offset: 13513, line: 415, - col: 37, + col: 39, }, }, Name: "id", @@ -61980,14 +61980,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13505, + offset: 13507, line: 415, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13507, + offset: 13509, line: 415, - col: 33, + col: 35, }, }, ExpressionType: "? *", @@ -61996,14 +61996,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13505, + offset: 13507, line: 415, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13507, + offset: 13509, line: 415, - col: 33, + col: 35, }, }, Name: "vd", @@ -62015,14 +62015,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13490, + offset: 13492, line: 415, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 13504, + offset: 13506, line: 415, - col: 30, + col: 32, }, }, Name: "desktopRemoved", @@ -62036,42 +62036,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13528, + offset: 13530, line: 416, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13561, + offset: 13563, line: 416, - col: 44, + col: 46, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13528, + offset: 13530, line: 416, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13561, + offset: 13563, line: 416, - col: 44, + col: 46, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13528, + offset: 13530, line: 416, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13532, + offset: 13534, line: 416, - col: 15, + col: 17, }, }, IsConst: false, @@ -62087,14 +62087,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13528, + offset: 13530, line: 416, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13532, + offset: 13534, line: 416, - col: 15, + col: 17, }, }, Name: "emit", @@ -62106,14 +62106,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13533, + offset: 13535, line: 416, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 13560, + offset: 13562, line: 416, - col: 43, + col: 45, }, }, DeclaresParameterPack: false, @@ -62121,14 +62121,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13548, + offset: 13550, line: 416, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13560, + offset: 13562, line: 416, - col: 43, + col: 45, }, }, 'Prop_Arguments': [ @@ -62136,14 +62136,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13549, + offset: 13551, line: 416, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 13559, + offset: 13561, line: 416, - col: 42, + col: 44, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -62153,14 +62153,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13549, + offset: 13551, line: 416, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 13557, + offset: 13559, line: 416, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -62169,14 +62169,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13549, + offset: 13551, line: 416, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 13557, + offset: 13559, line: 416, - col: 40, + col: 42, }, }, Name: "desktops", @@ -62188,14 +62188,14 @@ '@role': [Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13549, + offset: 13551, line: 416, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 13559, + offset: 13561, line: 416, - col: 42, + col: 44, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -62205,14 +62205,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13549, + offset: 13551, line: 416, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 13557, + offset: 13559, line: 416, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -62221,14 +62221,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13549, + offset: 13551, line: 416, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 13557, + offset: 13559, line: 416, - col: 40, + col: 42, }, }, Name: "desktops", @@ -62239,14 +62239,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13533, + offset: 13535, line: 416, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 13548, + offset: 13550, line: 416, - col: 31, + col: 33, }, }, Name: "desktopsChanged", @@ -62263,14 +62263,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13450, + offset: 13452, line: 414, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 13470, + offset: 13472, line: 414, - col: 33, + col: 35, }, }, IsConst: false, @@ -62284,28 +62284,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Initializer': { '@type': "cpp:CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Arguments': [ @@ -62313,14 +62313,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -62329,14 +62329,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, Name: "parent", @@ -62347,14 +62347,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -62363,14 +62363,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, Name: "parent", @@ -62381,14 +62381,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -62397,14 +62397,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, Name: "parent", @@ -62414,14 +62414,14 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, }, Name: "QObject", @@ -62431,28 +62431,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Initializer': { '@type': "cpp:CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Arguments': [ @@ -62460,14 +62460,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -62476,14 +62476,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, Name: "parent", @@ -62494,14 +62494,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -62510,14 +62510,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, Name: "parent", @@ -62528,14 +62528,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -62544,14 +62544,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, Name: "parent", @@ -62561,14 +62561,14 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, }, Name: "m_manager", @@ -62580,28 +62580,28 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13466, + offset: 13468, line: 414, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 13469, + offset: 13471, line: 414, - col: 32, + col: 34, }, }, DeclaresParameterPack: false, 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13467, + offset: 13469, line: 414, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 13469, + offset: 13471, line: 414, - col: 32, + col: 34, }, }, Name: "vd", @@ -62611,14 +62611,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13451, + offset: 13453, line: 414, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 13465, + offset: 13467, line: 414, - col: 28, + col: 30, }, }, IsConst: false, @@ -62634,14 +62634,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13451, + offset: 13453, line: 414, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 13465, + offset: 13467, line: 414, - col: 28, + col: 30, }, }, Name: "VirtualDesktop", @@ -62658,14 +62658,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13371, + offset: 13373, line: 413, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13378, + offset: 13380, line: 413, - col: 10, + col: 12, }, }, ExpressionType: "", @@ -62674,14 +62674,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13371, + offset: 13373, line: 413, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13378, + offset: 13380, line: 413, - col: 10, + col: 12, }, }, Name: "connect", @@ -62699,14 +62699,14 @@ Name: { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10305, + offset: 10307, line: 339, - col: 93, + col: 95, }, end: { '@type': "uast:Position", - offset: 10311, + offset: 10313, line: 339, - col: 99, + col: 101, }, }, Name: "parent", @@ -62716,14 +62716,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10282, + offset: 10284, line: 339, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 10303, + offset: 10305, line: 339, - col: 91, + col: 93, }, }, IsConst: false, @@ -62739,14 +62739,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10282, + offset: 10284, line: 339, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 10303, + offset: 10305, line: 339, - col: 91, + col: 93, }, }, Name: "VirtualDesktopManager", @@ -62776,14 +62776,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13582, - line: 419, - col: 2, + offset: 13584, + line: 421, + col: 1, }, end: { '@type': "uast:Position", - offset: 13671, - line: 423, - col: 31, + offset: 13673, + line: 424, + col: 2, }, }, Nodes: [ @@ -62798,14 +62798,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13637, - line: 421, - col: 54, + offset: 13639, + line: 422, + col: 1, }, end: { '@type': "uast:Position", - offset: 13671, - line: 423, - col: 31, + offset: 13673, + line: 424, + col: 2, }, }, Statements: [ @@ -62813,28 +62813,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13643, + offset: 13645, line: 423, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13669, + offset: 13671, line: 423, - col: 29, + col: 31, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13650, + offset: 13652, line: 423, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 13668, + offset: 13670, line: 423, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -62844,14 +62844,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13650, + offset: 13652, line: 423, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 13666, + offset: 13668, line: 423, - col: 26, + col: 28, }, }, ExpressionType: "", @@ -62862,14 +62862,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13661, + offset: 13663, line: 423, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 13666, + offset: 13668, line: 423, - col: 26, + col: 28, }, }, Name: "count", @@ -62878,14 +62878,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13650, + offset: 13652, line: 423, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 13659, + offset: 13661, line: 423, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -62894,14 +62894,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13650, + offset: 13652, line: 423, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 13659, + offset: 13661, line: 423, - col: 19, + col: 21, }, }, Name: "m_manager", @@ -62913,14 +62913,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13650, + offset: 13652, line: 423, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 13668, + offset: 13670, line: 423, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -62930,14 +62930,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13650, + offset: 13652, line: 423, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 13666, + offset: 13668, line: 423, - col: 26, + col: 28, }, }, ExpressionType: "", @@ -62948,14 +62948,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13661, + offset: 13663, line: 423, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 13666, + offset: 13668, line: 423, - col: 26, + col: 28, }, }, Name: "count", @@ -62964,14 +62964,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13650, + offset: 13652, line: 423, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 13659, + offset: 13661, line: 423, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -62980,14 +62980,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13650, + offset: 13652, line: 423, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 13659, + offset: 13661, line: 423, - col: 19, + col: 21, }, }, Name: "m_manager", @@ -63008,14 +63008,14 @@ Type: { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13582, - line: 419, - col: 2, + offset: 13584, + line: 421, + col: 1, }, end: { '@type': "uast:Position", - offset: 13586, + offset: 13588, line: 421, - col: 3, + col: 5, }, }, Name: "uint", @@ -63031,14 +63031,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13673, - line: 424, - col: 2, + offset: 13675, + line: 426, + col: 1, }, end: { '@type': "uast:Position", - offset: 13877, - line: 433, - col: 23, + offset: 13879, + line: 434, + col: 2, }, }, Nodes: [ @@ -63053,14 +63053,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13733, - line: 426, - col: 59, + offset: 13735, + line: 427, + col: 1, }, end: { '@type': "uast:Position", - offset: 13877, - line: 433, - col: 23, + offset: 13879, + line: 434, + col: 2, }, }, Statements: [ @@ -63068,14 +63068,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13739, + offset: 13741, line: 428, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13821, + offset: 13823, line: 430, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTBinaryExpression", @@ -63083,14 +63083,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13743, + offset: 13745, line: 428, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 13796, + offset: 13798, line: 428, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -63100,14 +63100,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13792, + offset: 13794, line: 428, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 13796, + offset: 13798, line: 428, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -63116,14 +63116,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13792, + offset: 13794, line: 428, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 13796, + offset: 13798, line: 428, - col: 60, + col: 62, }, }, Name: "rows", @@ -63133,14 +63133,14 @@ '@role': [Binary, Expression, Incomplete, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13743, + offset: 13745, line: 428, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 13788, + offset: 13790, line: 428, - col: 52, + col: 54, }, }, CastOperator: "static_cast", @@ -63151,14 +63151,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13761, + offset: 13763, line: 428, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 13787, + offset: 13789, line: 428, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -63168,14 +63168,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13761, + offset: 13763, line: 428, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 13785, + offset: 13787, line: 428, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -63186,14 +63186,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13779, + offset: 13781, line: 428, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 13785, + offset: 13787, line: 428, - col: 49, + col: 51, }, }, Name: "height", @@ -63202,14 +63202,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13761, + offset: 13763, line: 428, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 13778, + offset: 13780, line: 428, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -63219,14 +63219,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13761, + offset: 13763, line: 428, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 13776, + offset: 13778, line: 428, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -63237,14 +63237,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13772, + offset: 13774, line: 428, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 13776, + offset: 13778, line: 428, - col: 40, + col: 42, }, }, Name: "grid", @@ -63253,14 +63253,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13761, + offset: 13763, line: 428, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 13770, + offset: 13772, line: 428, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -63269,14 +63269,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13761, + offset: 13763, line: 428, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 13770, + offset: 13772, line: 428, - col: 34, + col: 36, }, }, Name: "m_manager", @@ -63290,28 +63290,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13755, + offset: 13757, line: 428, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 13759, + offset: 13761, line: 428, - col: 23, + col: 25, }, }, 'Prop_AbstractDeclarator': { '@type': "cpp:CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13759, + offset: 13761, line: 428, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 13759, + offset: 13761, line: 428, - col: 23, + col: 25, }, }, DeclaresParameterPack: false, @@ -63322,14 +63322,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13755, + offset: 13757, line: 428, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 13759, + offset: 13761, line: 428, - col: 23, + col: 25, }, }, IsConst: false, @@ -63345,14 +63345,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13755, + offset: 13757, line: 428, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 13759, + offset: 13761, line: 428, - col: 23, + col: 25, }, }, Name: "uint", @@ -63365,14 +63365,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13792, + offset: 13794, line: 428, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 13796, + offset: 13798, line: 428, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -63381,14 +63381,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13792, + offset: 13794, line: 428, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 13796, + offset: 13798, line: 428, - col: 60, + col: 62, }, }, Name: "rows", @@ -63399,14 +63399,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13798, + offset: 13800, line: 428, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 13821, + offset: 13823, line: 430, - col: 4, + col: 6, }, }, Statements: [ @@ -63414,14 +63414,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13808, + offset: 13810, line: 429, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 13815, + offset: 13817, line: 429, - col: 14, + col: 16, }, }, }, @@ -63432,28 +63432,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13827, + offset: 13829, line: 432, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13852, + offset: 13854, line: 432, - col: 28, + col: 30, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13827, + offset: 13829, line: 432, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13851, + offset: 13853, line: 432, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -63464,14 +63464,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13846, + offset: 13848, line: 432, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 13850, + offset: 13852, line: 432, - col: 26, + col: 28, }, }, ExpressionType: "", @@ -63480,14 +63480,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13846, + offset: 13848, line: 432, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 13850, + offset: 13852, line: 432, - col: 26, + col: 28, }, }, Name: "rows", @@ -63498,14 +63498,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13827, + offset: 13829, line: 432, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13845, + offset: 13847, line: 432, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -63516,14 +63516,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13838, + offset: 13840, line: 432, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 13845, + offset: 13847, line: 432, - col: 21, + col: 23, }, }, Name: "setRows", @@ -63532,14 +63532,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13827, + offset: 13829, line: 432, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13836, + offset: 13838, line: 432, - col: 12, + col: 14, }, }, ExpressionType: "", @@ -63548,14 +63548,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13827, + offset: 13829, line: 432, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13836, + offset: 13838, line: 432, - col: 12, + col: 14, }, }, Name: "m_manager", @@ -63568,28 +63568,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13857, + offset: 13859, line: 433, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13875, + offset: 13877, line: 433, - col: 21, + col: 23, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13857, + offset: 13859, line: 433, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13874, + offset: 13876, line: 433, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -63599,14 +63599,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13857, + offset: 13859, line: 433, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13872, + offset: 13874, line: 433, - col: 18, + col: 20, }, }, ExpressionType: "", @@ -63617,14 +63617,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13868, + offset: 13870, line: 433, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 13872, + offset: 13874, line: 433, - col: 18, + col: 20, }, }, Name: "save", @@ -63633,14 +63633,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13857, + offset: 13859, line: 433, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13866, + offset: 13868, line: 433, - col: 12, + col: 14, }, }, ExpressionType: "", @@ -63649,14 +63649,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13857, + offset: 13859, line: 433, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13866, + offset: 13868, line: 433, - col: 12, + col: 14, }, }, Name: "m_manager", @@ -63675,14 +63675,14 @@ Name: { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13727, + offset: 13729, line: 426, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 13731, + offset: 13733, line: 426, - col: 57, + col: 59, }, }, Name: "rows", @@ -63692,14 +63692,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13722, + offset: 13724, line: 426, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 13726, + offset: 13728, line: 426, - col: 52, + col: 54, }, }, IsConst: false, @@ -63715,14 +63715,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13722, + offset: 13724, line: 426, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 13726, + offset: 13728, line: 426, - col: 52, + col: 54, }, }, Name: "uint", @@ -63741,14 +63741,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13879, - line: 434, - col: 2, + offset: 13881, + line: 436, + col: 1, }, end: { '@type': "uast:Position", - offset: 13966, - line: 438, - col: 30, + offset: 13968, + line: 439, + col: 2, }, }, Nodes: [ @@ -63763,14 +63763,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13933, - line: 436, - col: 53, + offset: 13935, + line: 437, + col: 1, }, end: { '@type': "uast:Position", - offset: 13966, - line: 438, - col: 30, + offset: 13968, + line: 439, + col: 2, }, }, Statements: [ @@ -63778,28 +63778,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13939, + offset: 13941, line: 438, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13964, + offset: 13966, line: 438, - col: 28, + col: 30, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13946, + offset: 13948, line: 438, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 13963, + offset: 13965, line: 438, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -63809,14 +63809,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13946, + offset: 13948, line: 438, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 13961, + offset: 13963, line: 438, - col: 25, + col: 27, }, }, ExpressionType: "", @@ -63827,14 +63827,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13957, + offset: 13959, line: 438, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 13961, + offset: 13963, line: 438, - col: 25, + col: 27, }, }, Name: "rows", @@ -63843,14 +63843,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13946, + offset: 13948, line: 438, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 13955, + offset: 13957, line: 438, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -63859,14 +63859,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13946, + offset: 13948, line: 438, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 13955, + offset: 13957, line: 438, - col: 19, + col: 21, }, }, Name: "m_manager", @@ -63878,14 +63878,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13946, + offset: 13948, line: 438, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 13963, + offset: 13965, line: 438, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -63895,14 +63895,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13946, + offset: 13948, line: 438, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 13961, + offset: 13963, line: 438, - col: 25, + col: 27, }, }, ExpressionType: "", @@ -63913,14 +63913,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13957, + offset: 13959, line: 438, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 13961, + offset: 13963, line: 438, - col: 25, + col: 27, }, }, Name: "rows", @@ -63929,14 +63929,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13946, + offset: 13948, line: 438, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 13955, + offset: 13957, line: 438, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -63945,14 +63945,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13946, + offset: 13948, line: 438, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 13955, + offset: 13957, line: 438, - col: 19, + col: 21, }, }, Name: "m_manager", @@ -63973,14 +63973,14 @@ Type: { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13879, - line: 434, - col: 2, + offset: 13881, + line: 436, + col: 1, }, end: { '@type': "uast:Position", - offset: 13883, + offset: 13885, line: 436, - col: 3, + col: 5, }, }, Name: "uint", @@ -63996,14 +63996,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13968, - line: 439, - col: 2, + offset: 13970, + line: 441, + col: 1, }, end: { '@type': "uast:Position", - offset: 14224, - line: 450, - col: 6, + offset: 14226, + line: 451, + col: 2, }, }, Nodes: [ @@ -64018,14 +64018,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14039, - line: 441, - col: 70, + offset: 14041, + line: 442, + col: 1, }, end: { '@type': "uast:Position", - offset: 14224, - line: 450, - col: 6, + offset: 14226, + line: 451, + col: 2, }, }, Statements: [ @@ -64033,14 +64033,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14045, + offset: 14047, line: 443, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14113, + offset: 14115, line: 445, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTBinaryExpression", @@ -64048,14 +64048,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14049, + offset: 14051, line: 443, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14088, + offset: 14090, line: 443, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -64065,14 +64065,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14086, + offset: 14088, line: 443, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 14088, + offset: 14090, line: 443, - col: 46, + col: 48, }, }, ExpressionType: "const ?", @@ -64081,14 +64081,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14086, + offset: 14088, line: 443, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 14088, + offset: 14090, line: 443, - col: 46, + col: 48, }, }, Name: "id", @@ -64098,14 +64098,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14049, + offset: 14051, line: 443, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14082, + offset: 14084, line: 443, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -64115,14 +64115,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14049, + offset: 14051, line: 443, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14080, + offset: 14082, line: 443, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -64133,14 +64133,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14078, + offset: 14080, line: 443, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 14080, + offset: 14082, line: 443, - col: 38, + col: 40, }, }, Name: "id", @@ -64149,14 +64149,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14049, + offset: 14051, line: 443, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14076, + offset: 14078, line: 443, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -64166,14 +64166,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14049, + offset: 14051, line: 443, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14074, + offset: 14076, line: 443, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -64184,14 +64184,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14060, + offset: 14062, line: 443, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 14074, + offset: 14076, line: 443, - col: 32, + col: 34, }, }, Name: "currentDesktop", @@ -64200,14 +64200,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14049, + offset: 14051, line: 443, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14058, + offset: 14060, line: 443, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -64216,14 +64216,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14049, + offset: 14051, line: 443, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14058, + offset: 14060, line: 443, - col: 16, + col: 18, }, }, Name: "m_manager", @@ -64237,14 +64237,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14086, + offset: 14088, line: 443, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 14088, + offset: 14090, line: 443, - col: 46, + col: 48, }, }, ExpressionType: "const ?", @@ -64253,14 +64253,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14086, + offset: 14088, line: 443, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 14088, + offset: 14090, line: 443, - col: 46, + col: 48, }, }, Name: "id", @@ -64271,14 +64271,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14090, + offset: 14092, line: 443, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 14113, + offset: 14115, line: 445, - col: 4, + col: 6, }, }, Statements: [ @@ -64286,14 +64286,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14100, + offset: 14102, line: 444, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14107, + offset: 14109, line: 444, - col: 14, + col: 16, }, }, }, @@ -64304,28 +64304,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14119, + offset: 14121, line: 447, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14167, + offset: 14169, line: 447, - col: 51, + col: 53, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14119, + offset: 14121, line: 447, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14167, + offset: 14169, line: 447, - col: 51, + col: 53, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -64333,14 +64333,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14119, + offset: 14121, line: 447, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14123, + offset: 14125, line: 447, - col: 7, + col: 9, }, }, IsComplex: false, @@ -64366,14 +64366,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14124, + offset: 14126, line: 447, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 14166, + offset: 14168, line: 447, - col: 50, + col: 52, }, }, DeclaresParameterPack: false, @@ -64381,28 +64381,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14128, + offset: 14130, line: 447, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 14166, + offset: 14168, line: 447, - col: 50, + col: 52, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14130, + offset: 14132, line: 447, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 14166, + offset: 14168, line: 447, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -64413,14 +64413,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14154, + offset: 14156, line: 447, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 14165, + offset: 14167, line: 447, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -64430,14 +64430,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14154, + offset: 14156, line: 447, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 14163, + offset: 14165, line: 447, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -64448,14 +64448,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14157, + offset: 14159, line: 447, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 14163, + offset: 14165, line: 447, - col: 47, + col: 49, }, }, Name: "toUtf8", @@ -64464,14 +64464,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14154, + offset: 14156, line: 447, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 14156, + offset: 14158, line: 447, - col: 40, + col: 42, }, }, ExpressionType: "const ?", @@ -64480,14 +64480,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14154, + offset: 14156, line: 447, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 14156, + offset: 14158, line: 447, - col: 40, + col: 42, }, }, Name: "id", @@ -64500,14 +64500,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14130, + offset: 14132, line: 447, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 14153, + offset: 14155, line: 447, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -64518,14 +64518,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14141, + offset: 14143, line: 447, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 14153, + offset: 14155, line: 447, - col: 37, + col: 39, }, }, Name: "desktopForId", @@ -64534,14 +64534,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14130, + offset: 14132, line: 447, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 14139, + offset: 14141, line: 447, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -64550,14 +64550,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14130, + offset: 14132, line: 447, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 14139, + offset: 14141, line: 447, - col: 23, + col: 25, }, }, Name: "m_manager", @@ -64569,14 +64569,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14130, + offset: 14132, line: 447, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 14166, + offset: 14168, line: 447, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -64587,14 +64587,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14154, + offset: 14156, line: 447, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 14165, + offset: 14167, line: 447, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -64604,14 +64604,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14154, + offset: 14156, line: 447, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 14163, + offset: 14165, line: 447, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -64622,14 +64622,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14157, + offset: 14159, line: 447, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 14163, + offset: 14165, line: 447, - col: 47, + col: 49, }, }, Name: "toUtf8", @@ -64638,14 +64638,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14154, + offset: 14156, line: 447, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 14156, + offset: 14158, line: 447, - col: 40, + col: 42, }, }, ExpressionType: "const ?", @@ -64654,14 +64654,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14154, + offset: 14156, line: 447, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 14156, + offset: 14158, line: 447, - col: 40, + col: 42, }, }, Name: "id", @@ -64674,14 +64674,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14130, + offset: 14132, line: 447, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 14153, + offset: 14155, line: 447, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -64692,14 +64692,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14141, + offset: 14143, line: 447, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 14153, + offset: 14155, line: 447, - col: 37, + col: 39, }, }, Name: "desktopForId", @@ -64708,14 +64708,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14130, + offset: 14132, line: 447, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 14139, + offset: 14141, line: 447, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -64724,14 +64724,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14130, + offset: 14132, line: 447, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 14139, + offset: 14141, line: 447, - col: 23, + col: 25, }, }, Name: "m_manager", @@ -64743,14 +64743,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14125, + offset: 14127, line: 447, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 14127, + offset: 14129, line: 447, - col: 11, + col: 13, }, }, Name: "vd", @@ -64765,28 +64765,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14172, + offset: 14174, line: 448, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14222, + offset: 14224, line: 450, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14176, + offset: 14178, line: 448, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14178, + offset: 14180, line: 448, - col: 9, + col: 11, }, }, ExpressionType: "", @@ -64795,14 +64795,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14176, + offset: 14178, line: 448, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14178, + offset: 14180, line: 448, - col: 9, + col: 11, }, }, Name: "vd", @@ -64812,14 +64812,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14180, + offset: 14182, line: 448, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 14222, + offset: 14224, line: 450, - col: 4, + col: 6, }, }, Statements: [ @@ -64827,28 +64827,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14190, + offset: 14192, line: 449, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14216, + offset: 14218, line: 449, - col: 33, + col: 35, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14190, + offset: 14192, line: 449, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14215, + offset: 14217, line: 449, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -64859,14 +64859,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14212, + offset: 14214, line: 449, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 14214, + offset: 14216, line: 449, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -64875,14 +64875,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14212, + offset: 14214, line: 449, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 14214, + offset: 14216, line: 449, - col: 31, + col: 33, }, }, Name: "vd", @@ -64893,14 +64893,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14190, + offset: 14192, line: 449, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14211, + offset: 14213, line: 449, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -64911,14 +64911,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14201, + offset: 14203, line: 449, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 14211, + offset: 14213, line: 449, - col: 28, + col: 30, }, }, Name: "setCurrent", @@ -64927,14 +64927,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14190, + offset: 14192, line: 449, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14199, + offset: 14201, line: 449, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -64943,14 +64943,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14190, + offset: 14192, line: 449, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14199, + offset: 14201, line: 449, - col: 16, + col: 18, }, }, Name: "m_manager", @@ -64972,14 +64972,14 @@ Name: { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14035, + offset: 14037, line: 441, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 14037, + offset: 14039, line: 441, - col: 68, + col: 70, }, }, Name: "id", @@ -64989,14 +64989,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14020, + offset: 14022, line: 441, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 14033, + offset: 14035, line: 441, - col: 64, + col: 66, }, }, IsConst: true, @@ -65012,14 +65012,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14026, + offset: 14028, line: 441, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 14033, + offset: 14035, line: 441, - col: 64, + col: 66, }, }, Name: "QString", @@ -65038,14 +65038,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14226, - line: 451, - col: 2, + offset: 14228, + line: 453, + col: 1, }, end: { '@type': "uast:Position", - offset: 14335, - line: 455, - col: 46, + offset: 14337, + line: 456, + col: 2, }, }, Nodes: [ @@ -65060,14 +65060,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14286, - line: 453, - col: 59, + offset: 14288, + line: 454, + col: 1, }, end: { '@type': "uast:Position", - offset: 14335, - line: 455, - col: 46, + offset: 14337, + line: 456, + col: 2, }, }, Statements: [ @@ -65075,28 +65075,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14292, + offset: 14294, line: 455, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14333, + offset: 14335, line: 455, - col: 44, + col: 46, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14299, + offset: 14301, line: 455, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14332, + offset: 14334, line: 455, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -65106,14 +65106,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14299, + offset: 14301, line: 455, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14330, + offset: 14332, line: 455, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -65124,14 +65124,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14328, + offset: 14330, line: 455, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 14330, + offset: 14332, line: 455, - col: 41, + col: 43, }, }, Name: "id", @@ -65140,14 +65140,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14299, + offset: 14301, line: 455, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14326, + offset: 14328, line: 455, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -65157,14 +65157,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14299, + offset: 14301, line: 455, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14324, + offset: 14326, line: 455, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -65175,14 +65175,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14310, + offset: 14312, line: 455, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 14324, + offset: 14326, line: 455, - col: 35, + col: 37, }, }, Name: "currentDesktop", @@ -65191,14 +65191,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14299, + offset: 14301, line: 455, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14308, + offset: 14310, line: 455, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -65207,14 +65207,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14299, + offset: 14301, line: 455, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14308, + offset: 14310, line: 455, - col: 19, + col: 21, }, }, Name: "m_manager", @@ -65228,14 +65228,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14299, + offset: 14301, line: 455, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14332, + offset: 14334, line: 455, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -65245,14 +65245,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14299, + offset: 14301, line: 455, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14330, + offset: 14332, line: 455, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -65263,14 +65263,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14328, + offset: 14330, line: 455, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 14330, + offset: 14332, line: 455, - col: 41, + col: 43, }, }, Name: "id", @@ -65279,14 +65279,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14299, + offset: 14301, line: 455, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14326, + offset: 14328, line: 455, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -65296,14 +65296,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14299, + offset: 14301, line: 455, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14324, + offset: 14326, line: 455, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -65314,14 +65314,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14310, + offset: 14312, line: 455, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 14324, + offset: 14326, line: 455, - col: 35, + col: 37, }, }, Name: "currentDesktop", @@ -65330,14 +65330,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14299, + offset: 14301, line: 455, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14308, + offset: 14310, line: 455, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -65346,14 +65346,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14299, + offset: 14301, line: 455, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14308, + offset: 14310, line: 455, - col: 19, + col: 21, }, }, Name: "m_manager", @@ -65376,14 +65376,14 @@ Type: { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14226, - line: 451, - col: 2, + offset: 14228, + line: 453, + col: 1, }, end: { '@type': "uast:Position", - offset: 14233, + offset: 14235, line: 453, - col: 6, + col: 8, }, }, Name: "QString", @@ -65399,14 +65399,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14337, - line: 456, - col: 2, + offset: 14339, + line: 458, + col: 1, }, end: { '@type': "uast:Position", - offset: 14555, - line: 464, - col: 51, + offset: 14557, + line: 465, + col: 2, }, }, Nodes: [ @@ -65421,14 +65421,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14418, - line: 458, - col: 80, + offset: 14420, + line: 459, + col: 1, }, end: { '@type': "uast:Position", - offset: 14555, - line: 464, - col: 51, + offset: 14557, + line: 465, + col: 2, }, }, Statements: [ @@ -65436,14 +65436,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14424, + offset: 14426, line: 460, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14501, + offset: 14503, line: 462, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTBinaryExpression", @@ -65451,14 +65451,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14428, + offset: 14430, line: 460, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14476, + offset: 14478, line: 460, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -65468,14 +65468,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14471, + offset: 14473, line: 460, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 14476, + offset: 14478, line: 460, - col: 55, + col: 57, }, }, ExpressionType: "bool", @@ -65484,14 +65484,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14471, + offset: 14473, line: 460, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 14476, + offset: 14478, line: 460, - col: 55, + col: 57, }, }, Name: "wraps", @@ -65501,14 +65501,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14428, + offset: 14430, line: 460, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14467, + offset: 14469, line: 460, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -65518,14 +65518,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14428, + offset: 14430, line: 460, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14465, + offset: 14467, line: 460, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -65536,14 +65536,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14439, + offset: 14441, line: 460, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 14465, + offset: 14467, line: 460, - col: 44, + col: 46, }, }, Name: "isNavigationWrappingAround", @@ -65552,14 +65552,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14428, + offset: 14430, line: 460, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14437, + offset: 14439, line: 460, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -65568,14 +65568,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14428, + offset: 14430, line: 460, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14437, + offset: 14439, line: 460, - col: 16, + col: 18, }, }, Name: "m_manager", @@ -65587,14 +65587,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14471, + offset: 14473, line: 460, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 14476, + offset: 14478, line: 460, - col: 55, + col: 57, }, }, ExpressionType: "bool", @@ -65603,14 +65603,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14471, + offset: 14473, line: 460, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 14476, + offset: 14478, line: 460, - col: 55, + col: 57, }, }, Name: "wraps", @@ -65621,14 +65621,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14478, + offset: 14480, line: 460, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 14501, + offset: 14503, line: 462, - col: 4, + col: 6, }, }, Statements: [ @@ -65636,14 +65636,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14488, + offset: 14490, line: 461, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14495, + offset: 14497, line: 461, - col: 14, + col: 16, }, }, }, @@ -65654,28 +65654,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14507, + offset: 14509, line: 464, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14553, + offset: 14555, line: 464, - col: 49, + col: 51, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14507, + offset: 14509, line: 464, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14552, + offset: 14554, line: 464, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -65686,14 +65686,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14546, + offset: 14548, line: 464, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 14551, + offset: 14553, line: 464, - col: 47, + col: 49, }, }, ExpressionType: "bool", @@ -65702,14 +65702,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14546, + offset: 14548, line: 464, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 14551, + offset: 14553, line: 464, - col: 47, + col: 49, }, }, Name: "wraps", @@ -65720,14 +65720,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14507, + offset: 14509, line: 464, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14545, + offset: 14547, line: 464, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -65738,14 +65738,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14518, + offset: 14520, line: 464, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 14545, + offset: 14547, line: 464, - col: 41, + col: 43, }, }, Name: "setNavigationWrappingAround", @@ -65754,14 +65754,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14507, + offset: 14509, line: 464, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14516, + offset: 14518, line: 464, - col: 12, + col: 14, }, }, ExpressionType: "", @@ -65770,14 +65770,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14507, + offset: 14509, line: 464, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14516, + offset: 14518, line: 464, - col: 12, + col: 14, }, }, Name: "m_manager", @@ -65796,14 +65796,14 @@ Name: { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14411, + offset: 14413, line: 458, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 14416, + offset: 14418, line: 458, - col: 78, + col: 80, }, }, Name: "wraps", @@ -65814,14 +65814,14 @@ '@role': [Boolean, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14406, + offset: 14408, line: 458, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 14410, + offset: 14412, line: 458, - col: 72, + col: 74, }, }, IsComplex: false, @@ -65854,14 +65854,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14557, - line: 465, - col: 2, + offset: 14559, + line: 467, + col: 1, }, end: { '@type': "uast:Position", - offset: 14688, - line: 469, - col: 52, + offset: 14690, + line: 470, + col: 2, }, }, Nodes: [ @@ -65876,14 +65876,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14633, - line: 467, - col: 75, + offset: 14635, + line: 468, + col: 1, }, end: { '@type': "uast:Position", - offset: 14688, - line: 469, - col: 52, + offset: 14690, + line: 470, + col: 2, }, }, Statements: [ @@ -65891,28 +65891,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14639, + offset: 14641, line: 469, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14686, + offset: 14688, line: 469, - col: 50, + col: 52, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14646, + offset: 14648, line: 469, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14685, + offset: 14687, line: 469, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -65922,14 +65922,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14646, + offset: 14648, line: 469, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14683, + offset: 14685, line: 469, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -65940,14 +65940,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14657, + offset: 14659, line: 469, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 14683, + offset: 14685, line: 469, - col: 47, + col: 49, }, }, Name: "isNavigationWrappingAround", @@ -65956,14 +65956,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14646, + offset: 14648, line: 469, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14655, + offset: 14657, line: 469, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -65972,14 +65972,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14646, + offset: 14648, line: 469, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14655, + offset: 14657, line: 469, - col: 19, + col: 21, }, }, Name: "m_manager", @@ -65991,14 +65991,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14646, + offset: 14648, line: 469, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14685, + offset: 14687, line: 469, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -66008,14 +66008,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14646, + offset: 14648, line: 469, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14683, + offset: 14685, line: 469, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -66026,14 +66026,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14657, + offset: 14659, line: 469, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 14683, + offset: 14685, line: 469, - col: 47, + col: 49, }, }, Name: "isNavigationWrappingAround", @@ -66042,14 +66042,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14646, + offset: 14648, line: 469, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14655, + offset: 14657, line: 469, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -66058,14 +66058,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14646, + offset: 14648, line: 469, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14655, + offset: 14657, line: 469, - col: 19, + col: 21, }, }, Name: "m_manager", @@ -66097,14 +66097,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14690, - line: 470, - col: 2, + offset: 14692, + line: 472, + col: 1, }, end: { '@type': "uast:Position", - offset: 15197, - line: 485, - col: 24, + offset: 15199, + line: 486, + col: 2, }, }, Nodes: [ @@ -66119,14 +66119,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14765, - line: 472, - col: 74, + offset: 14767, + line: 473, + col: 1, }, end: { '@type': "uast:Position", - offset: 15197, - line: 485, - col: 24, + offset: 15199, + line: 486, + col: 2, }, }, Statements: [ @@ -66134,28 +66134,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14771, + offset: 14773, line: 474, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14812, + offset: 14814, line: 474, - col: 44, + col: 46, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14771, + offset: 14773, line: 474, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14812, + offset: 14814, line: 474, - col: 44, + col: 46, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -66163,14 +66163,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14771, + offset: 14773, line: 474, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14781, + offset: 14783, line: 474, - col: 13, + col: 15, }, }, IsComplex: false, @@ -66196,14 +66196,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14782, + offset: 14784, line: 474, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 14811, + offset: 14813, line: 474, - col: 43, + col: 45, }, }, DeclaresParameterPack: false, @@ -66211,28 +66211,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14788, + offset: 14790, line: 474, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 14811, + offset: 14813, line: 474, - col: 43, + col: 45, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14790, + offset: 14792, line: 474, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 14811, + offset: 14813, line: 474, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -66242,14 +66242,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14790, + offset: 14792, line: 474, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 14809, + offset: 14811, line: 474, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -66260,14 +66260,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14801, + offset: 14803, line: 474, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 14809, + offset: 14811, line: 474, - col: 41, + col: 43, }, }, Name: "desktops", @@ -66276,14 +66276,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14790, + offset: 14792, line: 474, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 14799, + offset: 14801, line: 474, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -66292,14 +66292,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14790, + offset: 14792, line: 474, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 14799, + offset: 14801, line: 474, - col: 31, + col: 33, }, }, Name: "m_manager", @@ -66311,14 +66311,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14790, + offset: 14792, line: 474, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 14811, + offset: 14813, line: 474, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -66328,14 +66328,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14790, + offset: 14792, line: 474, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 14809, + offset: 14811, line: 474, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -66346,14 +66346,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14801, + offset: 14803, line: 474, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 14809, + offset: 14811, line: 474, - col: 41, + col: 43, }, }, Name: "desktops", @@ -66362,14 +66362,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14790, + offset: 14792, line: 474, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 14799, + offset: 14801, line: 474, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -66378,14 +66378,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14790, + offset: 14792, line: 474, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 14799, + offset: 14801, line: 474, - col: 31, + col: 33, }, }, Name: "m_manager", @@ -66397,14 +66397,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14782, + offset: 14784, line: 474, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 14787, + offset: 14789, line: 474, - col: 19, + col: 21, }, }, Name: "desks", @@ -66418,42 +66418,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14817, + offset: 14819, line: 475, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14851, + offset: 14853, line: 475, - col: 37, + col: 39, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14817, + offset: 14819, line: 475, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14851, + offset: 14853, line: 475, - col: 37, + col: 39, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14817, + offset: 14819, line: 475, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14838, + offset: 14840, line: 475, - col: 24, + col: 26, }, }, IsConst: false, @@ -66469,14 +66469,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14817, + offset: 14819, line: 475, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14838, + offset: 14840, line: 475, - col: 24, + col: 26, }, }, Name: "DBusDesktopDataVector", @@ -66488,28 +66488,28 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14839, + offset: 14841, line: 475, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 14850, + offset: 14852, line: 475, - col: 36, + col: 38, }, }, DeclaresParameterPack: false, 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14839, + offset: 14841, line: 475, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 14850, + offset: 14852, line: 475, - col: 36, + col: 38, }, }, Name: "desktopVect", @@ -66523,28 +66523,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14856, + offset: 14858, line: 476, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14896, + offset: 14898, line: 476, - col: 43, + col: 45, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14856, + offset: 14858, line: 476, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14895, + offset: 14897, line: 476, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -66555,14 +66555,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14876, + offset: 14878, line: 476, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 14894, + offset: 14896, line: 476, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -66572,14 +66572,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14876, + offset: 14878, line: 476, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 14892, + offset: 14894, line: 476, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -66590,14 +66590,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14887, + offset: 14889, line: 476, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 14892, + offset: 14894, line: 476, - col: 39, + col: 41, }, }, Name: "count", @@ -66606,14 +66606,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14876, + offset: 14878, line: 476, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 14885, + offset: 14887, line: 476, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -66622,14 +66622,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14876, + offset: 14878, line: 476, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 14885, + offset: 14887, line: 476, - col: 32, + col: 34, }, }, Name: "m_manager", @@ -66642,14 +66642,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14856, + offset: 14858, line: 476, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14875, + offset: 14877, line: 476, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -66660,14 +66660,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14868, + offset: 14870, line: 476, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 14875, + offset: 14877, line: 476, - col: 22, + col: 24, }, }, Name: "reserve", @@ -66676,14 +66676,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14856, + offset: 14858, line: 476, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14867, + offset: 14869, line: 476, - col: 14, + col: 16, }, }, ExpressionType: "", @@ -66692,14 +66692,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14856, + offset: 14858, line: 476, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14867, + offset: 14869, line: 476, - col: 14, + col: 16, }, }, Name: "desktopVect", @@ -66712,28 +66712,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14902, + offset: 14904, line: 478, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15170, + offset: 15172, line: 483, - col: 5, + col: 7, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14902, + offset: 14904, line: 478, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15169, + offset: 15171, line: 483, - col: 4, + col: 6, }, }, ExpressionType: "Attempt to use symbol failed: transform", @@ -66744,14 +66744,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14917, + offset: 14919, line: 478, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 14935, + offset: 14937, line: 478, - col: 36, + col: 38, }, }, ExpressionType: "", @@ -66761,14 +66761,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14917, + offset: 14919, line: 478, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 14933, + offset: 14935, line: 478, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -66779,14 +66779,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14923, + offset: 14925, line: 478, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 14933, + offset: 14935, line: 478, - col: 34, + col: 36, }, }, Name: "constBegin", @@ -66795,14 +66795,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14917, + offset: 14919, line: 478, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 14922, + offset: 14924, line: 478, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -66811,14 +66811,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14917, + offset: 14919, line: 478, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 14922, + offset: 14924, line: 478, - col: 23, + col: 25, }, }, Name: "desks", @@ -66830,14 +66830,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14937, + offset: 14939, line: 478, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 14953, + offset: 14955, line: 478, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -66847,14 +66847,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14937, + offset: 14939, line: 478, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 14951, + offset: 14953, line: 478, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -66865,14 +66865,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14943, + offset: 14945, line: 478, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 14951, + offset: 14953, line: 478, - col: 52, + col: 54, }, }, Name: "constEnd", @@ -66881,14 +66881,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14937, + offset: 14939, line: 478, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 14942, + offset: 14944, line: 478, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -66897,14 +66897,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14937, + offset: 14939, line: 478, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 14942, + offset: 14944, line: 478, - col: 43, + col: 45, }, }, Name: "desks", @@ -66916,14 +66916,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14963, + offset: 14965, line: 479, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14994, + offset: 14996, line: 479, - col: 38, + col: 40, }, }, ExpressionType: "Attempt to use symbol failed: back_inserter", @@ -66934,14 +66934,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14982, + offset: 14984, line: 479, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 14993, + offset: 14995, line: 479, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -66950,14 +66950,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14982, + offset: 14984, line: 479, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 14993, + offset: 14995, line: 479, - col: 37, + col: 39, }, }, Name: "desktopVect", @@ -66968,14 +66968,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14963, + offset: 14965, line: 479, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14981, + offset: 14983, line: 479, - col: 25, + col: 27, }, }, ExpressionType: "", @@ -66984,14 +66984,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14963, + offset: 14965, line: 479, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14981, + offset: 14983, line: 479, - col: 25, + col: 27, }, }, Names: [ @@ -67009,14 +67009,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15004, + offset: 15006, line: 480, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 15163, + offset: 15165, line: 482, - col: 8, + col: 10, }, }, ExpressionType: "[] (const VirtualDesktop *vd) {\n return DBusDesktopDataStruct{.position = vd->x11DesktopNumber() - 1, .id = vd->id(), .name = vd->name()};\n }", @@ -67026,14 +67026,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15034, + offset: 15036, line: 480, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 15163, + offset: 15165, line: 482, - col: 8, + col: 10, }, }, Statements: [ @@ -67041,28 +67041,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15048, + offset: 15050, line: 481, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 15153, + offset: 15155, line: 481, - col: 116, + col: 118, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTSimpleTypeConstructorExpression", '@role': [Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15055, + offset: 15057, line: 481, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 15152, + offset: 15154, line: 481, - col: 115, + col: 117, }, }, ExpressionType: "", @@ -67072,14 +67072,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15055, + offset: 15057, line: 481, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 15076, + offset: 15078, line: 481, - col: 39, + col: 41, }, }, IsConst: false, @@ -67095,14 +67095,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15055, + offset: 15057, line: 481, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 15076, + offset: 15078, line: 481, - col: 39, + col: 41, }, }, Name: "DBusDesktopDataStruct", @@ -67113,14 +67113,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15076, + offset: 15078, line: 481, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 15152, + offset: 15154, line: 481, - col: 115, + col: 117, }, }, 'Prop_Clauses': [ @@ -67128,28 +67128,28 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15077, + offset: 15079, line: 481, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 15115, + offset: 15117, line: 481, - col: 78, + col: 80, }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15078, + offset: 15080, line: 481, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 15086, + offset: 15088, line: 481, - col: 49, + col: 51, }, }, Name: "position", @@ -67160,14 +67160,14 @@ '@role': [Arithmetic, Binary, Expression, Substract], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15089, + offset: 15091, line: 481, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 15115, + offset: 15117, line: 481, - col: 78, + col: 80, }, }, ExpressionType: "", @@ -67178,14 +67178,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15114, + offset: 15116, line: 481, - col: 77, + col: 79, }, end: { '@type': "uast:Position", - offset: 15115, + offset: 15117, line: 481, - col: 78, + col: 80, }, }, ExpressionType: "int", @@ -67197,14 +67197,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15089, + offset: 15091, line: 481, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 15111, + offset: 15113, line: 481, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -67214,14 +67214,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15089, + offset: 15091, line: 481, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 15109, + offset: 15111, line: 481, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -67232,14 +67232,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15093, + offset: 15095, line: 481, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 15109, + offset: 15111, line: 481, - col: 72, + col: 74, }, }, Name: "x11DesktopNumber", @@ -67248,14 +67248,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15089, + offset: 15091, line: 481, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 15091, + offset: 15093, line: 481, - col: 54, + col: 56, }, }, ExpressionType: "const ? *", @@ -67264,14 +67264,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15089, + offset: 15091, line: 481, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 15091, + offset: 15093, line: 481, - col: 54, + col: 56, }, }, Name: "vd", @@ -67284,14 +67284,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15114, + offset: 15116, line: 481, - col: 77, + col: 79, }, end: { '@type': "uast:Position", - offset: 15115, + offset: 15117, line: 481, - col: 78, + col: 80, }, }, ExpressionType: "int", @@ -67305,28 +67305,28 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15117, + offset: 15119, line: 481, - col: 80, + col: 82, }, end: { '@type': "uast:Position", - offset: 15131, + offset: 15133, line: 481, - col: 94, + col: 96, }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15118, + offset: 15120, line: 481, - col: 81, + col: 83, }, end: { '@type': "uast:Position", - offset: 15120, + offset: 15122, line: 481, - col: 83, + col: 85, }, }, Name: "id", @@ -67336,14 +67336,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15123, + offset: 15125, line: 481, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 15131, + offset: 15133, line: 481, - col: 94, + col: 96, }, }, ExpressionType: "", @@ -67353,14 +67353,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15123, + offset: 15125, line: 481, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 15129, + offset: 15131, line: 481, - col: 92, + col: 94, }, }, ExpressionType: "", @@ -67371,14 +67371,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15127, + offset: 15129, line: 481, - col: 90, + col: 92, }, end: { '@type': "uast:Position", - offset: 15129, + offset: 15131, line: 481, - col: 92, + col: 94, }, }, Name: "id", @@ -67387,14 +67387,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15123, + offset: 15125, line: 481, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 15125, + offset: 15127, line: 481, - col: 88, + col: 90, }, }, ExpressionType: "const ? *", @@ -67403,14 +67403,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15123, + offset: 15125, line: 481, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 15125, + offset: 15127, line: 481, - col: 88, + col: 90, }, }, Name: "vd", @@ -67423,28 +67423,28 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15133, + offset: 15135, line: 481, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 15151, + offset: 15153, line: 481, - col: 114, + col: 116, }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15134, + offset: 15136, line: 481, - col: 97, + col: 99, }, end: { '@type': "uast:Position", - offset: 15138, + offset: 15140, line: 481, - col: 101, + col: 103, }, }, Name: "name", @@ -67454,14 +67454,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15141, + offset: 15143, line: 481, - col: 104, + col: 106, }, end: { '@type': "uast:Position", - offset: 15151, + offset: 15153, line: 481, - col: 114, + col: 116, }, }, ExpressionType: "", @@ -67471,14 +67471,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15141, + offset: 15143, line: 481, - col: 104, + col: 106, }, end: { '@type': "uast:Position", - offset: 15149, + offset: 15151, line: 481, - col: 112, + col: 114, }, }, ExpressionType: "", @@ -67489,14 +67489,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15145, + offset: 15147, line: 481, - col: 108, + col: 110, }, end: { '@type': "uast:Position", - offset: 15149, + offset: 15151, line: 481, - col: 112, + col: 114, }, }, Name: "name", @@ -67505,14 +67505,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15141, + offset: 15143, line: 481, - col: 104, + col: 106, }, end: { '@type': "uast:Position", - offset: 15143, + offset: 15145, line: 481, - col: 106, + col: 108, }, }, ExpressionType: "const ? *", @@ -67521,14 +67521,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15141, + offset: 15143, line: 481, - col: 104, + col: 106, }, end: { '@type': "uast:Position", - offset: 15143, + offset: 15145, line: 481, - col: 106, + col: 108, }, }, Name: "vd", @@ -67543,28 +67543,28 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15077, + offset: 15079, line: 481, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 15115, + offset: 15117, line: 481, - col: 78, + col: 80, }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15078, + offset: 15080, line: 481, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 15086, + offset: 15088, line: 481, - col: 49, + col: 51, }, }, Name: "position", @@ -67575,14 +67575,14 @@ '@role': [Arithmetic, Binary, Expression, Substract], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15089, + offset: 15091, line: 481, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 15115, + offset: 15117, line: 481, - col: 78, + col: 80, }, }, ExpressionType: "", @@ -67593,14 +67593,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15114, + offset: 15116, line: 481, - col: 77, + col: 79, }, end: { '@type': "uast:Position", - offset: 15115, + offset: 15117, line: 481, - col: 78, + col: 80, }, }, ExpressionType: "int", @@ -67612,14 +67612,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15089, + offset: 15091, line: 481, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 15111, + offset: 15113, line: 481, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -67629,14 +67629,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15089, + offset: 15091, line: 481, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 15109, + offset: 15111, line: 481, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -67647,14 +67647,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15093, + offset: 15095, line: 481, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 15109, + offset: 15111, line: 481, - col: 72, + col: 74, }, }, Name: "x11DesktopNumber", @@ -67663,14 +67663,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15089, + offset: 15091, line: 481, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 15091, + offset: 15093, line: 481, - col: 54, + col: 56, }, }, ExpressionType: "const ? *", @@ -67679,14 +67679,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15089, + offset: 15091, line: 481, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 15091, + offset: 15093, line: 481, - col: 54, + col: 56, }, }, Name: "vd", @@ -67699,14 +67699,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15114, + offset: 15116, line: 481, - col: 77, + col: 79, }, end: { '@type': "uast:Position", - offset: 15115, + offset: 15117, line: 481, - col: 78, + col: 80, }, }, ExpressionType: "int", @@ -67720,28 +67720,28 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15117, + offset: 15119, line: 481, - col: 80, + col: 82, }, end: { '@type': "uast:Position", - offset: 15131, + offset: 15133, line: 481, - col: 94, + col: 96, }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15118, + offset: 15120, line: 481, - col: 81, + col: 83, }, end: { '@type': "uast:Position", - offset: 15120, + offset: 15122, line: 481, - col: 83, + col: 85, }, }, Name: "id", @@ -67751,14 +67751,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15123, + offset: 15125, line: 481, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 15131, + offset: 15133, line: 481, - col: 94, + col: 96, }, }, ExpressionType: "", @@ -67768,14 +67768,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15123, + offset: 15125, line: 481, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 15129, + offset: 15131, line: 481, - col: 92, + col: 94, }, }, ExpressionType: "", @@ -67786,14 +67786,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15127, + offset: 15129, line: 481, - col: 90, + col: 92, }, end: { '@type': "uast:Position", - offset: 15129, + offset: 15131, line: 481, - col: 92, + col: 94, }, }, Name: "id", @@ -67802,14 +67802,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15123, + offset: 15125, line: 481, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 15125, + offset: 15127, line: 481, - col: 88, + col: 90, }, }, ExpressionType: "const ? *", @@ -67818,14 +67818,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15123, + offset: 15125, line: 481, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 15125, + offset: 15127, line: 481, - col: 88, + col: 90, }, }, Name: "vd", @@ -67838,28 +67838,28 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15133, + offset: 15135, line: 481, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 15151, + offset: 15153, line: 481, - col: 114, + col: 116, }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15134, + offset: 15136, line: 481, - col: 97, + col: 99, }, end: { '@type': "uast:Position", - offset: 15138, + offset: 15140, line: 481, - col: 101, + col: 103, }, }, Name: "name", @@ -67869,14 +67869,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15141, + offset: 15143, line: 481, - col: 104, + col: 106, }, end: { '@type': "uast:Position", - offset: 15151, + offset: 15153, line: 481, - col: 114, + col: 116, }, }, ExpressionType: "", @@ -67886,14 +67886,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15141, + offset: 15143, line: 481, - col: 104, + col: 106, }, end: { '@type': "uast:Position", - offset: 15149, + offset: 15151, line: 481, - col: 112, + col: 114, }, }, ExpressionType: "", @@ -67904,14 +67904,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15145, + offset: 15147, line: 481, - col: 108, + col: 110, }, end: { '@type': "uast:Position", - offset: 15149, + offset: 15151, line: 481, - col: 112, + col: 114, }, }, Name: "name", @@ -67920,14 +67920,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15141, + offset: 15143, line: 481, - col: 104, + col: 106, }, end: { '@type': "uast:Position", - offset: 15143, + offset: 15145, line: 481, - col: 106, + col: 108, }, }, ExpressionType: "const ? *", @@ -67936,14 +67936,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15141, + offset: 15143, line: 481, - col: 104, + col: 106, }, end: { '@type': "uast:Position", - offset: 15143, + offset: 15145, line: 481, - col: 106, + col: 108, }, }, Name: "vd", @@ -67960,14 +67960,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15055, + offset: 15057, line: 481, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 15152, + offset: 15154, line: 481, - col: 115, + col: 117, }, }, ExpressionType: "", @@ -67977,14 +67977,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15055, + offset: 15057, line: 481, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 15076, + offset: 15078, line: 481, - col: 39, + col: 41, }, }, IsConst: false, @@ -68000,14 +68000,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15055, + offset: 15057, line: 481, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 15076, + offset: 15078, line: 481, - col: 39, + col: 41, }, }, Name: "DBusDesktopDataStruct", @@ -68018,14 +68018,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15076, + offset: 15078, line: 481, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 15152, + offset: 15154, line: 481, - col: 115, + col: 117, }, }, 'Prop_Clauses': [ @@ -68033,28 +68033,28 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15077, + offset: 15079, line: 481, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 15115, + offset: 15117, line: 481, - col: 78, + col: 80, }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15078, + offset: 15080, line: 481, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 15086, + offset: 15088, line: 481, - col: 49, + col: 51, }, }, Name: "position", @@ -68065,14 +68065,14 @@ '@role': [Arithmetic, Binary, Expression, Substract], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15089, + offset: 15091, line: 481, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 15115, + offset: 15117, line: 481, - col: 78, + col: 80, }, }, ExpressionType: "", @@ -68083,14 +68083,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15114, + offset: 15116, line: 481, - col: 77, + col: 79, }, end: { '@type': "uast:Position", - offset: 15115, + offset: 15117, line: 481, - col: 78, + col: 80, }, }, ExpressionType: "int", @@ -68102,14 +68102,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15089, + offset: 15091, line: 481, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 15111, + offset: 15113, line: 481, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -68119,14 +68119,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15089, + offset: 15091, line: 481, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 15109, + offset: 15111, line: 481, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -68137,14 +68137,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15093, + offset: 15095, line: 481, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 15109, + offset: 15111, line: 481, - col: 72, + col: 74, }, }, Name: "x11DesktopNumber", @@ -68153,14 +68153,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15089, + offset: 15091, line: 481, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 15091, + offset: 15093, line: 481, - col: 54, + col: 56, }, }, ExpressionType: "const ? *", @@ -68169,14 +68169,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15089, + offset: 15091, line: 481, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 15091, + offset: 15093, line: 481, - col: 54, + col: 56, }, }, Name: "vd", @@ -68189,14 +68189,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15114, + offset: 15116, line: 481, - col: 77, + col: 79, }, end: { '@type': "uast:Position", - offset: 15115, + offset: 15117, line: 481, - col: 78, + col: 80, }, }, ExpressionType: "int", @@ -68210,28 +68210,28 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15117, + offset: 15119, line: 481, - col: 80, + col: 82, }, end: { '@type': "uast:Position", - offset: 15131, + offset: 15133, line: 481, - col: 94, + col: 96, }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15118, + offset: 15120, line: 481, - col: 81, + col: 83, }, end: { '@type': "uast:Position", - offset: 15120, + offset: 15122, line: 481, - col: 83, + col: 85, }, }, Name: "id", @@ -68241,14 +68241,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15123, + offset: 15125, line: 481, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 15131, + offset: 15133, line: 481, - col: 94, + col: 96, }, }, ExpressionType: "", @@ -68258,14 +68258,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15123, + offset: 15125, line: 481, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 15129, + offset: 15131, line: 481, - col: 92, + col: 94, }, }, ExpressionType: "", @@ -68276,14 +68276,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15127, + offset: 15129, line: 481, - col: 90, + col: 92, }, end: { '@type': "uast:Position", - offset: 15129, + offset: 15131, line: 481, - col: 92, + col: 94, }, }, Name: "id", @@ -68292,14 +68292,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15123, + offset: 15125, line: 481, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 15125, + offset: 15127, line: 481, - col: 88, + col: 90, }, }, ExpressionType: "const ? *", @@ -68308,14 +68308,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15123, + offset: 15125, line: 481, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 15125, + offset: 15127, line: 481, - col: 88, + col: 90, }, }, Name: "vd", @@ -68328,28 +68328,28 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15133, + offset: 15135, line: 481, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 15151, + offset: 15153, line: 481, - col: 114, + col: 116, }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15134, + offset: 15136, line: 481, - col: 97, + col: 99, }, end: { '@type': "uast:Position", - offset: 15138, + offset: 15140, line: 481, - col: 101, + col: 103, }, }, Name: "name", @@ -68359,14 +68359,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15141, + offset: 15143, line: 481, - col: 104, + col: 106, }, end: { '@type': "uast:Position", - offset: 15151, + offset: 15153, line: 481, - col: 114, + col: 116, }, }, ExpressionType: "", @@ -68376,14 +68376,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15141, + offset: 15143, line: 481, - col: 104, + col: 106, }, end: { '@type': "uast:Position", - offset: 15149, + offset: 15151, line: 481, - col: 112, + col: 114, }, }, ExpressionType: "", @@ -68394,14 +68394,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15145, + offset: 15147, line: 481, - col: 108, + col: 110, }, end: { '@type': "uast:Position", - offset: 15149, + offset: 15151, line: 481, - col: 112, + col: 114, }, }, Name: "name", @@ -68410,14 +68410,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15141, + offset: 15143, line: 481, - col: 104, + col: 106, }, end: { '@type': "uast:Position", - offset: 15143, + offset: 15145, line: 481, - col: 106, + col: 108, }, }, ExpressionType: "const ? *", @@ -68426,14 +68426,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15141, + offset: 15143, line: 481, - col: 104, + col: 106, }, end: { '@type': "uast:Position", - offset: 15143, + offset: 15145, line: 481, - col: 106, + col: 108, }, }, Name: "vd", @@ -68448,28 +68448,28 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15077, + offset: 15079, line: 481, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 15115, + offset: 15117, line: 481, - col: 78, + col: 80, }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15078, + offset: 15080, line: 481, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 15086, + offset: 15088, line: 481, - col: 49, + col: 51, }, }, Name: "position", @@ -68480,14 +68480,14 @@ '@role': [Arithmetic, Binary, Expression, Substract], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15089, + offset: 15091, line: 481, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 15115, + offset: 15117, line: 481, - col: 78, + col: 80, }, }, ExpressionType: "", @@ -68498,14 +68498,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15114, + offset: 15116, line: 481, - col: 77, + col: 79, }, end: { '@type': "uast:Position", - offset: 15115, + offset: 15117, line: 481, - col: 78, + col: 80, }, }, ExpressionType: "int", @@ -68517,14 +68517,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15089, + offset: 15091, line: 481, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 15111, + offset: 15113, line: 481, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -68534,14 +68534,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15089, + offset: 15091, line: 481, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 15109, + offset: 15111, line: 481, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -68552,14 +68552,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15093, + offset: 15095, line: 481, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 15109, + offset: 15111, line: 481, - col: 72, + col: 74, }, }, Name: "x11DesktopNumber", @@ -68568,14 +68568,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15089, + offset: 15091, line: 481, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 15091, + offset: 15093, line: 481, - col: 54, + col: 56, }, }, ExpressionType: "const ? *", @@ -68584,14 +68584,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15089, + offset: 15091, line: 481, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 15091, + offset: 15093, line: 481, - col: 54, + col: 56, }, }, Name: "vd", @@ -68604,14 +68604,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15114, + offset: 15116, line: 481, - col: 77, + col: 79, }, end: { '@type': "uast:Position", - offset: 15115, + offset: 15117, line: 481, - col: 78, + col: 80, }, }, ExpressionType: "int", @@ -68625,28 +68625,28 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15117, + offset: 15119, line: 481, - col: 80, + col: 82, }, end: { '@type': "uast:Position", - offset: 15131, + offset: 15133, line: 481, - col: 94, + col: 96, }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15118, + offset: 15120, line: 481, - col: 81, + col: 83, }, end: { '@type': "uast:Position", - offset: 15120, + offset: 15122, line: 481, - col: 83, + col: 85, }, }, Name: "id", @@ -68656,14 +68656,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15123, + offset: 15125, line: 481, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 15131, + offset: 15133, line: 481, - col: 94, + col: 96, }, }, ExpressionType: "", @@ -68673,14 +68673,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15123, + offset: 15125, line: 481, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 15129, + offset: 15131, line: 481, - col: 92, + col: 94, }, }, ExpressionType: "", @@ -68691,14 +68691,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15127, + offset: 15129, line: 481, - col: 90, + col: 92, }, end: { '@type': "uast:Position", - offset: 15129, + offset: 15131, line: 481, - col: 92, + col: 94, }, }, Name: "id", @@ -68707,14 +68707,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15123, + offset: 15125, line: 481, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 15125, + offset: 15127, line: 481, - col: 88, + col: 90, }, }, ExpressionType: "const ? *", @@ -68723,14 +68723,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15123, + offset: 15125, line: 481, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 15125, + offset: 15127, line: 481, - col: 88, + col: 90, }, }, Name: "vd", @@ -68743,28 +68743,28 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15133, + offset: 15135, line: 481, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 15151, + offset: 15153, line: 481, - col: 114, + col: 116, }, }, 'Prop_Designators': [ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15134, + offset: 15136, line: 481, - col: 97, + col: 99, }, end: { '@type': "uast:Position", - offset: 15138, + offset: 15140, line: 481, - col: 101, + col: 103, }, }, Name: "name", @@ -68774,14 +68774,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15141, + offset: 15143, line: 481, - col: 104, + col: 106, }, end: { '@type': "uast:Position", - offset: 15151, + offset: 15153, line: 481, - col: 114, + col: 116, }, }, ExpressionType: "", @@ -68791,14 +68791,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15141, + offset: 15143, line: 481, - col: 104, + col: 106, }, end: { '@type': "uast:Position", - offset: 15149, + offset: 15151, line: 481, - col: 112, + col: 114, }, }, ExpressionType: "", @@ -68809,14 +68809,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15145, + offset: 15147, line: 481, - col: 108, + col: 110, }, end: { '@type': "uast:Position", - offset: 15149, + offset: 15151, line: 481, - col: 112, + col: 114, }, }, Name: "name", @@ -68825,14 +68825,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15141, + offset: 15143, line: 481, - col: 104, + col: 106, }, end: { '@type': "uast:Position", - offset: 15143, + offset: 15145, line: 481, - col: 106, + col: 108, }, }, ExpressionType: "const ? *", @@ -68841,14 +68841,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15141, + offset: 15143, line: 481, - col: 104, + col: 106, }, end: { '@type': "uast:Position", - offset: 15143, + offset: 15145, line: 481, - col: 106, + col: 108, }, }, Name: "vd", @@ -68868,14 +68868,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15007, + offset: 15009, line: 480, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 15033, + offset: 15035, line: 480, - col: 36, + col: 38, }, }, IsConst: false, @@ -68889,28 +68889,28 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15029, + offset: 15031, line: 480, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 15032, + offset: 15034, line: 480, - col: 35, + col: 37, }, }, DeclaresParameterPack: false, 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15030, + offset: 15032, line: 480, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 15032, + offset: 15034, line: 480, - col: 35, + col: 37, }, }, Name: "vd", @@ -68920,14 +68920,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15008, + offset: 15010, line: 480, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 15028, + offset: 15030, line: 480, - col: 31, + col: 33, }, }, IsConst: true, @@ -68943,14 +68943,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15014, + offset: 15016, line: 480, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 15028, + offset: 15030, line: 480, - col: 31, + col: 33, }, }, Name: "VirtualDesktop", @@ -68967,14 +68967,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14902, + offset: 14904, line: 478, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14916, + offset: 14918, line: 478, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -68983,14 +68983,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14902, + offset: 14904, line: 478, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14916, + offset: 14918, line: 478, - col: 17, + col: 19, }, }, Names: [ @@ -69009,28 +69009,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15176, + offset: 15178, line: 485, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15195, + offset: 15197, line: 485, - col: 22, + col: 24, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTIdExpression", '@role': [Expression, Return, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15183, + offset: 15185, line: 485, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 15194, + offset: 15196, line: 485, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -69039,14 +69039,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15183, + offset: 15185, line: 485, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 15194, + offset: 15196, line: 485, - col: 21, + col: 23, }, }, Name: "desktopVect", @@ -69056,14 +69056,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15183, + offset: 15185, line: 485, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 15194, + offset: 15196, line: 485, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -69072,14 +69072,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15183, + offset: 15185, line: 485, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 15194, + offset: 15196, line: 485, - col: 21, + col: 23, }, }, Name: "desktopVect", @@ -69098,14 +69098,14 @@ Type: { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14690, - line: 470, - col: 2, + offset: 14692, + line: 472, + col: 1, }, end: { '@type': "uast:Position", - offset: 14711, + offset: 14713, line: 472, - col: 20, + col: 22, }, }, Name: "DBusDesktopDataVector", @@ -69121,14 +69121,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15199, - line: 486, - col: 2, + offset: 15201, + line: 488, + col: 1, }, end: { '@type': "uast:Position", - offset: 15350, - line: 490, - col: 57, + offset: 15352, + line: 491, + col: 2, }, }, Nodes: [ @@ -69143,14 +69143,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15290, - line: 488, - col: 90, + offset: 15292, + line: 489, + col: 1, }, end: { '@type': "uast:Position", - offset: 15350, - line: 490, - col: 57, + offset: 15352, + line: 491, + col: 2, }, }, Statements: [ @@ -69158,28 +69158,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15296, + offset: 15298, line: 490, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15348, + offset: 15350, line: 490, - col: 55, + col: 57, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15296, + offset: 15298, line: 490, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15347, + offset: 15349, line: 490, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -69191,14 +69191,14 @@ '@role': [Add, Argument, Arithmetic, Binary, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15328, + offset: 15330, line: 490, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 15340, + offset: 15342, line: 490, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -69209,14 +69209,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15339, + offset: 15341, line: 490, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 15340, + offset: 15342, line: 490, - col: 47, + col: 49, }, }, ExpressionType: "int", @@ -69228,14 +69228,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15328, + offset: 15330, line: 490, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 15336, + offset: 15338, line: 490, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -69244,14 +69244,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15328, + offset: 15330, line: 490, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 15336, + offset: 15338, line: 490, - col: 43, + col: 45, }, }, Name: "position", @@ -69262,14 +69262,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15339, + offset: 15341, line: 490, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 15340, + offset: 15342, line: 490, - col: 47, + col: 49, }, }, ExpressionType: "int", @@ -69282,14 +69282,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15342, + offset: 15344, line: 490, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 15346, + offset: 15348, line: 490, - col: 53, + col: 55, }, }, ExpressionType: "const ?", @@ -69298,14 +69298,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15342, + offset: 15344, line: 490, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 15346, + offset: 15348, line: 490, - col: 53, + col: 55, }, }, Name: "name", @@ -69316,14 +69316,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15296, + offset: 15298, line: 490, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15327, + offset: 15329, line: 490, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -69334,14 +69334,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15307, + offset: 15309, line: 490, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 15327, + offset: 15329, line: 490, - col: 34, + col: 36, }, }, Name: "createVirtualDesktop", @@ -69350,14 +69350,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15296, + offset: 15298, line: 490, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15305, + offset: 15307, line: 490, - col: 12, + col: 14, }, }, ExpressionType: "", @@ -69366,14 +69366,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15296, + offset: 15298, line: 490, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15305, + offset: 15307, line: 490, - col: 12, + col: 14, }, }, Name: "m_manager", @@ -69392,14 +69392,14 @@ Name: { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15259, + offset: 15261, line: 488, - col: 59, + col: 61, }, end: { '@type': "uast:Position", - offset: 15267, + offset: 15269, line: 488, - col: 67, + col: 69, }, }, Name: "position", @@ -69409,14 +69409,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15254, + offset: 15256, line: 488, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 15258, + offset: 15260, line: 488, - col: 58, + col: 60, }, }, IsConst: false, @@ -69432,14 +69432,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15254, + offset: 15256, line: 488, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 15258, + offset: 15260, line: 488, - col: 58, + col: 60, }, }, Name: "uint", @@ -69454,14 +69454,14 @@ Name: { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15284, + offset: 15286, line: 488, - col: 84, + col: 86, }, end: { '@type': "uast:Position", - offset: 15288, + offset: 15290, line: 488, - col: 88, + col: 90, }, }, Name: "name", @@ -69471,14 +69471,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15269, + offset: 15271, line: 488, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 15282, + offset: 15284, line: 488, - col: 82, + col: 84, }, }, IsConst: true, @@ -69494,14 +69494,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15275, + offset: 15277, line: 488, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 15282, + offset: 15284, line: 488, - col: 82, + col: 84, }, }, Name: "QString", @@ -69520,14 +69520,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15352, - line: 491, - col: 2, + offset: 15354, + line: 493, + col: 1, }, end: { '@type': "uast:Position", - offset: 15650, - line: 504, - col: 23, + offset: 15652, + line: 505, + col: 2, }, }, Nodes: [ @@ -69542,14 +69542,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15448, - line: 493, - col: 95, + offset: 15450, + line: 494, + col: 1, }, end: { '@type': "uast:Position", - offset: 15650, - line: 504, - col: 23, + offset: 15652, + line: 505, + col: 2, }, }, Statements: [ @@ -69557,42 +69557,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15454, + offset: 15456, line: 495, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15512, + offset: 15514, line: 495, - col: 61, + col: 63, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15454, + offset: 15456, line: 495, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15512, + offset: 15514, line: 495, - col: 61, + col: 63, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15454, + offset: 15456, line: 495, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15468, + offset: 15470, line: 495, - col: 17, + col: 19, }, }, IsConst: false, @@ -69608,14 +69608,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15454, + offset: 15456, line: 495, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15468, + offset: 15470, line: 495, - col: 17, + col: 19, }, }, Name: "VirtualDesktop", @@ -69627,14 +69627,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15469, + offset: 15471, line: 495, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 15511, + offset: 15513, line: 495, - col: 60, + col: 62, }, }, DeclaresParameterPack: false, @@ -69642,28 +69642,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15473, + offset: 15475, line: 495, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 15511, + offset: 15513, line: 495, - col: 60, + col: 62, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15475, + offset: 15477, line: 495, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 15511, + offset: 15513, line: 495, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -69674,14 +69674,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15499, + offset: 15501, line: 495, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 15510, + offset: 15512, line: 495, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -69691,14 +69691,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15499, + offset: 15501, line: 495, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 15508, + offset: 15510, line: 495, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -69709,14 +69709,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15502, + offset: 15504, line: 495, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 15508, + offset: 15510, line: 495, - col: 57, + col: 59, }, }, Name: "toUtf8", @@ -69725,14 +69725,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15499, + offset: 15501, line: 495, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 15501, + offset: 15503, line: 495, - col: 50, + col: 52, }, }, ExpressionType: "const ?", @@ -69741,14 +69741,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15499, + offset: 15501, line: 495, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 15501, + offset: 15503, line: 495, - col: 50, + col: 52, }, }, Name: "id", @@ -69761,14 +69761,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15475, + offset: 15477, line: 495, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 15498, + offset: 15500, line: 495, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -69779,14 +69779,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15486, + offset: 15488, line: 495, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 15498, + offset: 15500, line: 495, - col: 47, + col: 49, }, }, Name: "desktopForId", @@ -69795,14 +69795,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15475, + offset: 15477, line: 495, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 15484, + offset: 15486, line: 495, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -69811,14 +69811,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15475, + offset: 15477, line: 495, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 15484, + offset: 15486, line: 495, - col: 33, + col: 35, }, }, Name: "m_manager", @@ -69830,14 +69830,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15475, + offset: 15477, line: 495, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 15511, + offset: 15513, line: 495, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -69848,14 +69848,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15499, + offset: 15501, line: 495, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 15510, + offset: 15512, line: 495, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -69865,14 +69865,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15499, + offset: 15501, line: 495, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 15508, + offset: 15510, line: 495, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -69883,14 +69883,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15502, + offset: 15504, line: 495, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 15508, + offset: 15510, line: 495, - col: 57, + col: 59, }, }, Name: "toUtf8", @@ -69899,14 +69899,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15499, + offset: 15501, line: 495, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 15501, + offset: 15503, line: 495, - col: 50, + col: 52, }, }, ExpressionType: "const ?", @@ -69915,14 +69915,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15499, + offset: 15501, line: 495, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 15501, + offset: 15503, line: 495, - col: 50, + col: 52, }, }, Name: "id", @@ -69935,14 +69935,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15475, + offset: 15477, line: 495, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 15498, + offset: 15500, line: 495, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -69953,14 +69953,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15486, + offset: 15488, line: 495, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 15498, + offset: 15500, line: 495, - col: 47, + col: 49, }, }, Name: "desktopForId", @@ -69969,14 +69969,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15475, + offset: 15477, line: 495, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 15484, + offset: 15486, line: 495, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -69985,14 +69985,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15475, + offset: 15477, line: 495, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 15484, + offset: 15486, line: 495, - col: 33, + col: 35, }, }, Name: "m_manager", @@ -70004,14 +70004,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15470, + offset: 15472, line: 495, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 15472, + offset: 15474, line: 495, - col: 21, + col: 23, }, }, Name: "vd", @@ -70026,28 +70026,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15517, + offset: 15519, line: 496, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15549, + offset: 15551, line: 498, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTUnaryExpression", '@role': [Not, Relational, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15521, + offset: 15523, line: 496, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 15524, + offset: 15526, line: 496, - col: 10, + col: 12, }, }, ExpressionType: "bool", @@ -70057,14 +70057,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15522, + offset: 15524, line: 496, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 15524, + offset: 15526, line: 496, - col: 10, + col: 12, }, }, ExpressionType: "? *", @@ -70073,14 +70073,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15522, + offset: 15524, line: 496, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 15524, + offset: 15526, line: 496, - col: 10, + col: 12, }, }, Name: "vd", @@ -70092,14 +70092,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15526, + offset: 15528, line: 496, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 15549, + offset: 15551, line: 498, - col: 4, + col: 6, }, }, Statements: [ @@ -70107,14 +70107,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15536, + offset: 15538, line: 497, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 15543, + offset: 15545, line: 497, - col: 14, + col: 16, }, }, }, @@ -70125,14 +70125,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15554, + offset: 15556, line: 499, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15601, + offset: 15603, line: 501, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTBinaryExpression", @@ -70140,14 +70140,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15558, + offset: 15560, line: 499, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 15576, + offset: 15578, line: 499, - col: 25, + col: 27, }, }, ExpressionType: "", @@ -70157,14 +70157,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15572, + offset: 15574, line: 499, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 15576, + offset: 15578, line: 499, - col: 25, + col: 27, }, }, ExpressionType: "const ?", @@ -70173,14 +70173,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15572, + offset: 15574, line: 499, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 15576, + offset: 15578, line: 499, - col: 25, + col: 27, }, }, Name: "name", @@ -70190,14 +70190,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15558, + offset: 15560, line: 499, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 15568, + offset: 15570, line: 499, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -70207,14 +70207,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15558, + offset: 15560, line: 499, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 15566, + offset: 15568, line: 499, - col: 15, + col: 17, }, }, ExpressionType: "", @@ -70225,14 +70225,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15562, + offset: 15564, line: 499, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 15566, + offset: 15568, line: 499, - col: 15, + col: 17, }, }, Name: "name", @@ -70241,14 +70241,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15558, + offset: 15560, line: 499, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 15560, + offset: 15562, line: 499, - col: 9, + col: 11, }, }, ExpressionType: "? *", @@ -70257,14 +70257,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15558, + offset: 15560, line: 499, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 15560, + offset: 15562, line: 499, - col: 9, + col: 11, }, }, Name: "vd", @@ -70276,14 +70276,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15572, + offset: 15574, line: 499, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 15576, + offset: 15578, line: 499, - col: 25, + col: 27, }, }, ExpressionType: "const ?", @@ -70292,14 +70292,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15572, + offset: 15574, line: 499, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 15576, + offset: 15578, line: 499, - col: 25, + col: 27, }, }, Name: "name", @@ -70310,14 +70310,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15578, + offset: 15580, line: 499, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 15601, + offset: 15603, line: 501, - col: 4, + col: 6, }, }, Statements: [ @@ -70325,14 +70325,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15588, + offset: 15590, line: 500, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 15595, + offset: 15597, line: 500, - col: 14, + col: 16, }, }, }, @@ -70343,28 +70343,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15607, + offset: 15609, line: 503, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15625, + offset: 15627, line: 503, - col: 21, + col: 23, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15607, + offset: 15609, line: 503, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15624, + offset: 15626, line: 503, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -70375,14 +70375,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15619, + offset: 15621, line: 503, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 15623, + offset: 15625, line: 503, - col: 19, + col: 21, }, }, ExpressionType: "const ?", @@ -70391,14 +70391,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15619, + offset: 15621, line: 503, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 15623, + offset: 15625, line: 503, - col: 19, + col: 21, }, }, Name: "name", @@ -70409,14 +70409,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15607, + offset: 15609, line: 503, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15618, + offset: 15620, line: 503, - col: 14, + col: 16, }, }, ExpressionType: "", @@ -70427,14 +70427,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15611, + offset: 15613, line: 503, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 15618, + offset: 15620, line: 503, - col: 14, + col: 16, }, }, Name: "setName", @@ -70443,14 +70443,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15607, + offset: 15609, line: 503, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15609, + offset: 15611, line: 503, - col: 5, + col: 7, }, }, ExpressionType: "? *", @@ -70459,14 +70459,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15607, + offset: 15609, line: 503, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15609, + offset: 15611, line: 503, - col: 5, + col: 7, }, }, Name: "vd", @@ -70479,28 +70479,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15630, + offset: 15632, line: 504, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15648, + offset: 15650, line: 504, - col: 21, + col: 23, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15630, + offset: 15632, line: 504, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15647, + offset: 15649, line: 504, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -70510,14 +70510,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15630, + offset: 15632, line: 504, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15645, + offset: 15647, line: 504, - col: 18, + col: 20, }, }, ExpressionType: "", @@ -70528,14 +70528,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15641, + offset: 15643, line: 504, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 15645, + offset: 15647, line: 504, - col: 18, + col: 20, }, }, Name: "save", @@ -70544,14 +70544,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15630, + offset: 15632, line: 504, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15639, + offset: 15641, line: 504, - col: 12, + col: 14, }, }, ExpressionType: "", @@ -70560,14 +70560,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15630, + offset: 15632, line: 504, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15639, + offset: 15641, line: 504, - col: 12, + col: 14, }, }, Name: "m_manager", @@ -70586,14 +70586,14 @@ Name: { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15423, + offset: 15425, line: 493, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 15425, + offset: 15427, line: 493, - col: 72, + col: 74, }, }, Name: "id", @@ -70603,14 +70603,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15408, + offset: 15410, line: 493, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 15421, + offset: 15423, line: 493, - col: 68, + col: 70, }, }, IsConst: true, @@ -70626,14 +70626,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15414, + offset: 15416, line: 493, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 15421, + offset: 15423, line: 493, - col: 68, + col: 70, }, }, Name: "QString", @@ -70648,14 +70648,14 @@ Name: { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15442, + offset: 15444, line: 493, - col: 89, + col: 91, }, end: { '@type': "uast:Position", - offset: 15446, + offset: 15448, line: 493, - col: 93, + col: 95, }, }, Name: "name", @@ -70665,14 +70665,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15427, + offset: 15429, line: 493, - col: 74, + col: 76, }, end: { '@type': "uast:Position", - offset: 15440, + offset: 15442, line: 493, - col: 87, + col: 89, }, }, IsConst: true, @@ -70688,14 +70688,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15433, + offset: 15435, line: 493, - col: 80, + col: 82, }, end: { '@type': "uast:Position", - offset: 15440, + offset: 15442, line: 493, - col: 87, + col: 89, }, }, Name: "QString", @@ -70714,14 +70714,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15652, - line: 505, - col: 2, + offset: 15654, + line: 507, + col: 1, }, end: { '@type': "uast:Position", - offset: 15779, - line: 509, - col: 50, + offset: 15781, + line: 510, + col: 2, }, }, Nodes: [ @@ -70736,14 +70736,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15726, - line: 507, - col: 73, + offset: 15728, + line: 508, + col: 1, }, end: { '@type': "uast:Position", - offset: 15779, - line: 509, - col: 50, + offset: 15781, + line: 510, + col: 2, }, }, Statements: [ @@ -70751,28 +70751,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15732, + offset: 15734, line: 509, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15777, + offset: 15779, line: 509, - col: 48, + col: 50, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15732, + offset: 15734, line: 509, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15776, + offset: 15778, line: 509, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -70783,14 +70783,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15764, + offset: 15766, line: 509, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 15775, + offset: 15777, line: 509, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -70800,14 +70800,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15764, + offset: 15766, line: 509, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 15773, + offset: 15775, line: 509, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -70818,14 +70818,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15767, + offset: 15769, line: 509, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 15773, + offset: 15775, line: 509, - col: 44, + col: 46, }, }, Name: "toUtf8", @@ -70834,14 +70834,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15764, + offset: 15766, line: 509, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 15766, + offset: 15768, line: 509, - col: 37, + col: 39, }, }, ExpressionType: "const ?", @@ -70850,14 +70850,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15764, + offset: 15766, line: 509, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 15766, + offset: 15768, line: 509, - col: 37, + col: 39, }, }, Name: "id", @@ -70870,14 +70870,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15732, + offset: 15734, line: 509, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15763, + offset: 15765, line: 509, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -70888,14 +70888,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15743, + offset: 15745, line: 509, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 15763, + offset: 15765, line: 509, - col: 34, + col: 36, }, }, Name: "removeVirtualDesktop", @@ -70904,14 +70904,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15732, + offset: 15734, line: 509, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15741, + offset: 15743, line: 509, - col: 12, + col: 14, }, }, ExpressionType: "", @@ -70920,14 +70920,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15732, + offset: 15734, line: 509, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15741, + offset: 15743, line: 509, - col: 12, + col: 14, }, }, Name: "m_manager", @@ -70946,14 +70946,14 @@ Name: { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15722, + offset: 15724, line: 507, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 15724, + offset: 15726, line: 507, - col: 71, + col: 73, }, }, Name: "id", @@ -70963,14 +70963,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15707, + offset: 15709, line: 507, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 15720, + offset: 15722, line: 507, - col: 67, + col: 69, }, }, IsConst: true, @@ -70986,14 +70986,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15713, + offset: 15715, line: 507, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 15720, + offset: 15722, line: 507, - col: 67, + col: 69, }, }, Name: "QString", @@ -71014,14 +71014,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 888, - line: 21, - col: 6, + offset: 890, + line: 22, + col: 1, }, end: { '@type': "uast:Position", - offset: 914, + offset: 916, line: 22, - col: 25, + col: 27, }, }, All: true, @@ -71035,14 +71035,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 915, - line: 22, - col: 26, + offset: 917, + line: 23, + col: 1, }, end: { '@type': "uast:Position", - offset: 946, + offset: 948, line: 23, - col: 30, + col: 32, }, }, All: true, @@ -71056,14 +71056,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 947, - line: 23, - col: 31, + offset: 949, + line: 24, + col: 1, }, end: { '@type': "uast:Position", - offset: 988, + offset: 990, line: 24, - col: 40, + col: 42, }, }, All: true, @@ -71077,14 +71077,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 998, - line: 26, - col: 7, + offset: 1000, + line: 27, + col: 1, }, end: { '@type': "uast:Position", - offset: 1026, + offset: 1028, line: 27, - col: 27, + col: 29, }, }, All: true, @@ -71098,14 +71098,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1027, - line: 27, - col: 28, + offset: 1029, + line: 28, + col: 1, }, end: { '@type': "uast:Position", - offset: 1045, + offset: 1047, line: 28, - col: 17, + col: 19, }, }, All: true, @@ -71119,14 +71119,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1046, - line: 28, - col: 18, + offset: 1048, + line: 29, + col: 1, }, end: { '@type': "uast:Position", - offset: 1068, + offset: 1070, line: 29, - col: 21, + col: 23, }, }, All: true, @@ -71140,14 +71140,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1069, - line: 29, - col: 22, + offset: 1071, + line: 30, + col: 1, }, end: { '@type': "uast:Position", - offset: 1095, + offset: 1097, line: 30, - col: 25, + col: 27, }, }, All: true, @@ -71161,14 +71161,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1096, - line: 30, - col: 26, + offset: 1098, + line: 31, + col: 1, }, end: { '@type': "uast:Position", - offset: 1113, + offset: 1115, line: 31, - col: 16, + col: 18, }, }, All: true, @@ -71182,14 +71182,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1114, - line: 31, - col: 17, + offset: 1116, + line: 32, + col: 1, }, end: { '@type': "uast:Position", - offset: 1136, + offset: 1138, line: 32, - col: 21, + col: 23, }, }, All: true, @@ -71203,14 +71203,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1137, - line: 32, - col: 22, + offset: 1139, + line: 33, + col: 1, }, end: { '@type': "uast:Position", - offset: 1158, + offset: 1160, line: 33, - col: 20, + col: 22, }, }, All: true, @@ -71224,14 +71224,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1159, - line: 33, - col: 21, + offset: 1161, + line: 34, + col: 1, }, end: { '@type': "uast:Position", - offset: 1183, + offset: 1185, line: 34, - col: 23, + col: 25, }, }, All: true, @@ -71245,14 +71245,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1184, - line: 34, - col: 24, + offset: 1186, + line: 35, + col: 1, }, end: { '@type': "uast:Position", - offset: 1202, + offset: 1204, line: 35, - col: 17, + col: 19, }, }, All: true, @@ -71266,14 +71266,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1203, - line: 35, - col: 18, + offset: 1205, + line: 36, + col: 1, }, end: { '@type': "uast:Position", - offset: 1225, + offset: 1227, line: 36, - col: 21, + col: 23, }, }, All: true, @@ -71287,14 +71287,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1226, - line: 36, - col: 22, + offset: 1228, + line: 37, + col: 1, }, end: { '@type': "uast:Position", - offset: 1254, + offset: 1256, line: 37, - col: 27, + col: 29, }, }, All: true, @@ -71309,14 +71309,14 @@ '@role': [If, Incomplete, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1255, - line: 37, - col: 28, + offset: 1257, + line: 38, + col: 1, }, end: { '@type': "uast:Position", - offset: 1283, + offset: 1285, line: 38, - col: 27, + col: 29, }, }, Condition: "KWIN_BUILD_ACTIVITIES", @@ -71326,14 +71326,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1285, - line: 38, - col: 29, + offset: 1287, + line: 39, + col: 2, }, end: { '@type': "uast:Position", - offset: 1307, + offset: 1309, line: 39, - col: 22, + col: 24, }, }, All: true, @@ -71348,28 +71348,28 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1308, - line: 39, - col: 23, + offset: 1310, + line: 40, + col: 1, }, end: { '@type': "uast:Position", - offset: 1314, + offset: 1316, line: 40, - col: 5, + col: 7, }, }, }, { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1322, - line: 42, - col: 5, + offset: 1324, + line: 43, + col: 1, }, end: { '@type': "uast:Position", - offset: 1347, + offset: 1349, line: 43, - col: 24, + col: 26, }, }, All: true, @@ -71383,14 +71383,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1348, - line: 43, - col: 25, + offset: 1350, + line: 44, + col: 1, }, end: { '@type': "uast:Position", - offset: 1378, + offset: 1380, line: 44, - col: 29, + col: 31, }, }, All: true, @@ -71405,14 +71405,14 @@ '@role': [Declaration, Function, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3806, - line: 102, - col: 51, + offset: 3808, + line: 103, + col: 1, }, end: { '@type': "uast:Position", - offset: 3892, - line: 106, - col: 32, + offset: 3894, + line: 107, + col: 2, }, }, IsActive: true, @@ -71424,14 +71424,14 @@ '@role': [Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3894, - line: 107, - col: 2, + offset: 3896, + line: 109, + col: 1, }, end: { '@type': "uast:Position", - offset: 3911, + offset: 3913, line: 109, - col: 16, + col: 18, }, }, }, @@ -71440,14 +71440,14 @@ '@role': [Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3827, - line: 103, - col: 20, + offset: 3829, + line: 104, + col: 1, }, end: { '@type': "uast:Position", - offset: 3892, - line: 106, - col: 32, + offset: 3894, + line: 107, + col: 2, }, }, }, @@ -71456,14 +71456,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3913, - line: 109, - col: 18, + offset: 3915, + line: 111, + col: 1, }, end: { '@type': "uast:Position", - offset: 3924, + offset: 3926, line: 111, - col: 10, + col: 12, }, }, IsActive: true, @@ -71473,14 +71473,14 @@ '@role': [Declaration, Function, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4005, - line: 116, - col: 2, + offset: 4007, + line: 118, + col: 1, }, end: { '@type': "uast:Position", - offset: 4091, - line: 121, - col: 32, + offset: 4093, + line: 122, + col: 2, }, }, IsActive: true, @@ -71492,14 +71492,14 @@ '@role': [Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4093, - line: 122, - col: 2, + offset: 4095, + line: 124, + col: 1, }, end: { '@type': "uast:Position", - offset: 4113, + offset: 4115, line: 124, - col: 19, + col: 21, }, }, }, @@ -71507,14 +71507,14 @@ '@role': [Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4114, - line: 124, - col: 20, + offset: 4116, + line: 125, + col: 1, }, end: { '@type': "uast:Position", - offset: 4136, + offset: 4138, line: 125, - col: 21, + col: 23, }, }, }, @@ -71523,14 +71523,14 @@ '@role': [Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4026, - line: 118, - col: 20, + offset: 4028, + line: 119, + col: 1, }, end: { '@type': "uast:Position", - offset: 4091, - line: 121, - col: 32, + offset: 4093, + line: 122, + col: 2, }, }, }, @@ -71539,14 +71539,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4138, - line: 125, - col: 23, + offset: 4140, + line: 127, + col: 1, }, end: { '@type': "uast:Position", - offset: 4149, + offset: 4151, line: 127, - col: 10, + col: 12, }, }, IsActive: true, @@ -71556,14 +71556,14 @@ '@role': [Declaration, Function, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4208, - line: 129, - col: 56, + offset: 4210, + line: 130, + col: 1, }, end: { '@type': "uast:Position", - offset: 4317, - line: 133, - col: 40, + offset: 4319, + line: 134, + col: 2, }, }, IsActive: true, @@ -71575,14 +71575,14 @@ '@role': [Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, }, @@ -71591,14 +71591,14 @@ '@role': [Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4240, - line: 130, - col: 31, + offset: 4242, + line: 131, + col: 1, }, end: { '@type': "uast:Position", - offset: 4317, - line: 133, - col: 40, + offset: 4319, + line: 134, + col: 2, }, }, }, @@ -71607,14 +71607,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4354, - line: 136, - col: 34, + offset: 4356, + line: 138, + col: 1, }, end: { '@type': "uast:Position", - offset: 4365, + offset: 4367, line: 138, - col: 10, + col: 12, }, }, IsActive: true, @@ -71624,14 +71624,14 @@ '@role': [If, Incomplete, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4423, - line: 141, + offset: 4425, + line: 142, col: 1, }, end: { '@type': "uast:Position", - offset: 4451, + offset: 4453, line: 142, - col: 27, + col: 29, }, }, Condition: "KWIN_BUILD_ACTIVITIES", @@ -71642,14 +71642,14 @@ '@role': [Else, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4554, - line: 146, - col: 42, + offset: 4556, + line: 147, + col: 1, }, end: { '@type': "uast:Position", - offset: 4559, + offset: 4561, line: 147, - col: 4, + col: 6, }, }, IsTaken: true, @@ -71658,14 +71658,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4596, - line: 149, - col: 17, + offset: 4598, + line: 150, + col: 1, }, end: { '@type': "uast:Position", - offset: 4602, + offset: 4604, line: 150, - col: 5, + col: 7, }, }, }, @@ -71673,14 +71673,14 @@ '@role': [If, Incomplete, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4661, - line: 154, + offset: 4663, + line: 155, col: 1, }, end: { '@type': "uast:Position", - offset: 4689, + offset: 4691, line: 155, - col: 27, + col: 29, }, }, Condition: "KWIN_BUILD_ACTIVITIES", @@ -71691,14 +71691,14 @@ '@role': [Else, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4791, - line: 159, - col: 41, + offset: 4793, + line: 160, + col: 1, }, end: { '@type': "uast:Position", - offset: 4796, + offset: 4798, line: 160, - col: 4, + col: 6, }, }, IsTaken: true, @@ -71707,14 +71707,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4833, - line: 162, - col: 17, + offset: 4835, + line: 163, + col: 1, }, end: { '@type': "uast:Position", - offset: 4839, + offset: 4841, line: 163, - col: 5, + col: 7, }, }, }, @@ -71722,14 +71722,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9852, - line: 322, - col: 29, + offset: 9854, + line: 323, + col: 1, }, end: { '@type': "uast:Position", - offset: 9870, + offset: 9872, line: 323, - col: 17, + col: 19, }, }, Condition: "HAVE_EPOXY_GLX", @@ -71739,14 +71739,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9952, - line: 324, - col: 80, + offset: 9954, + line: 325, + col: 1, }, end: { '@type': "uast:Position", - offset: 9958, + offset: 9960, line: 325, - col: 5, + col: 7, }, }, }, diff --git a/fixtures/cpp17_2.cpp.uast b/fixtures/cpp17_2.cpp.uast index ae09e70..4975eea 100644 --- a/fixtures/cpp17_2.cpp.uast +++ b/fixtures/cpp17_2.cpp.uast @@ -7,9 +7,9 @@ col: 1, }, end: { '@type': "uast:Position", - offset: 15796, - line: 512, - col: 14, + offset: 15798, + line: 513, + col: 1, }, }, 'Prop_BuiltinMacroDefinitions': [], @@ -20,14 +20,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1390, + offset: 1392, line: 46, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 1394, + offset: 1396, line: 46, - col: 13, + col: 15, }, }, }, @@ -35,14 +35,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1398, - line: 47, - col: 2, + offset: 1400, + line: 49, + col: 1, }, end: { '@type': "uast:Position", - offset: 2450, - line: 69, - col: 99, + offset: 2452, + line: 70, + col: 2, }, }, IsDefaulted: false, @@ -51,14 +51,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1518, - line: 51, - col: 51, + offset: 1520, + line: 52, + col: 1, }, end: { '@type': "uast:Position", - offset: 2450, - line: 69, - col: 99, + offset: 2452, + line: 70, + col: 2, }, }, 'Prop_Statements': [ @@ -66,28 +66,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1524, + offset: 1526, line: 53, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 1553, + offset: 1555, line: 53, - col: 32, + col: 34, }, }, 'Prop_Expression': { '@type': "CPPASTCastExpression", '@role': [Expression, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1524, + offset: 1526, line: 53, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 1552, + offset: 1554, line: 53, - col: 31, + col: 33, }, }, CastOperator: "normal_cast", @@ -98,14 +98,14 @@ '@role': [Instance, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1531, + offset: 1533, line: 53, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 1552, + offset: 1554, line: 53, - col: 31, + col: 33, }, }, ExpressionType: "? *", @@ -118,14 +118,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1546, + offset: 1548, line: 53, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 1552, + offset: 1554, line: 53, - col: 31, + col: 33, }, }, 'Prop_Arguments': [ @@ -134,14 +134,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1547, + offset: 1549, line: 53, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 1551, + offset: 1553, line: 53, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -155,14 +155,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1547, + offset: 1549, line: 53, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 1551, + offset: 1553, line: 53, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -176,14 +176,14 @@ '@role': [Expression, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1547, + offset: 1549, line: 53, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 1551, + offset: 1553, line: 53, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -195,28 +195,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1535, + offset: 1537, line: 53, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 1546, + offset: 1548, line: 53, - col: 25, + col: 27, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1546, + offset: 1548, line: 53, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 1546, + offset: 1548, line: 53, - col: 25, + col: 27, }, }, DeclaresParameterPack: false, @@ -230,14 +230,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1535, + offset: 1537, line: 53, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 1546, + offset: 1548, line: 53, - col: 25, + col: 27, }, }, IsConst: false, @@ -255,14 +255,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1535, + offset: 1537, line: 53, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 1546, + offset: 1548, line: 53, - col: 25, + col: 27, }, }, }, @@ -274,28 +274,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1525, + offset: 1527, line: 53, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 1529, + offset: 1531, line: 53, - col: 8, + col: 10, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1529, + offset: 1531, line: 53, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 1529, + offset: 1531, line: 53, - col: 8, + col: 10, }, }, DeclaresParameterPack: false, @@ -310,14 +310,14 @@ '@role': ['Null', Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1525, + offset: 1527, line: 53, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 1529, + offset: 1531, line: 53, - col: 8, + col: 10, }, }, IsComplex: false, @@ -345,42 +345,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1559, + offset: 1561, line: 55, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 1612, + offset: 1614, line: 55, - col: 56, + col: 58, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1559, + offset: 1561, line: 55, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 1612, + offset: 1614, line: 55, - col: 56, + col: 58, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1559, + offset: 1561, line: 55, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 1574, + offset: 1576, line: 55, - col: 18, + col: 20, }, }, IsConst: false, @@ -398,14 +398,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1559, + offset: 1561, line: 55, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 1574, + offset: 1576, line: 55, - col: 18, + col: 20, }, }, }, @@ -416,14 +416,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1575, + offset: 1577, line: 55, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 1611, + offset: 1613, line: 55, - col: 55, + col: 57, }, }, DeclaresParameterPack: false, @@ -431,28 +431,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1580, + offset: 1582, line: 55, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 1611, + offset: 1613, line: 55, - col: 55, + col: 57, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1582, + offset: 1584, line: 55, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 1611, + offset: 1613, line: 55, - col: 55, + col: 57, }, }, ExpressionType: "Attempt to use symbol failed: sessionBus", @@ -462,14 +462,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1582, + offset: 1584, line: 55, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 1609, + offset: 1611, line: 55, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -479,14 +479,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1582, + offset: 1584, line: 55, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 1609, + offset: 1611, line: 55, - col: 53, + col: 55, }, }, IsConversionOperator: false, @@ -498,14 +498,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1582, + offset: 1584, line: 55, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 1597, + offset: 1599, line: 55, - col: 41, + col: 43, }, }, }, @@ -514,14 +514,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1599, + offset: 1601, line: 55, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 1609, + offset: 1611, line: 55, - col: 53, + col: 55, }, }, }, @@ -532,14 +532,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1582, + offset: 1584, line: 55, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 1597, + offset: 1599, line: 55, - col: 41, + col: 43, }, }, }, @@ -551,14 +551,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1582, + offset: 1584, line: 55, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 1611, + offset: 1613, line: 55, - col: 55, + col: 57, }, }, ExpressionType: "Attempt to use symbol failed: sessionBus", @@ -568,14 +568,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1582, + offset: 1584, line: 55, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 1609, + offset: 1611, line: 55, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -585,14 +585,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1582, + offset: 1584, line: 55, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 1609, + offset: 1611, line: 55, - col: 53, + col: 55, }, }, IsConversionOperator: false, @@ -604,14 +604,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1582, + offset: 1584, line: 55, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 1597, + offset: 1599, line: 55, - col: 41, + col: 43, }, }, }, @@ -620,14 +620,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1599, + offset: 1601, line: 55, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 1609, + offset: 1611, line: 55, - col: 53, + col: 55, }, }, }, @@ -638,14 +638,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1582, + offset: 1584, line: 55, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 1597, + offset: 1599, line: 55, - col: 41, + col: 43, }, }, }, @@ -659,14 +659,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1575, + offset: 1577, line: 55, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 1579, + offset: 1581, line: 55, - col: 23, + col: 25, }, }, }, @@ -679,28 +679,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1617, + offset: 1619, line: 56, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 1668, + offset: 1670, line: 56, - col: 54, + col: 56, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1617, + offset: 1619, line: 56, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 1667, + offset: 1669, line: 56, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -711,14 +711,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1637, + offset: 1639, line: 56, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 1660, + offset: 1662, line: 56, - col: 46, + col: 48, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -730,14 +730,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1652, + offset: 1654, line: 56, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 1659, + offset: 1661, line: 56, - col: 45, + col: 47, }, }, ExpressionType: "const char [6]", @@ -750,14 +750,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1637, + offset: 1639, line: 56, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 1651, + offset: 1653, line: 56, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -768,14 +768,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1637, + offset: 1639, line: 56, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 1651, + offset: 1653, line: 56, - col: 37, + col: 39, }, }, }, @@ -786,14 +786,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1662, + offset: 1664, line: 56, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 1666, + offset: 1668, line: 56, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -806,14 +806,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1617, + offset: 1619, line: 56, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 1636, + offset: 1638, line: 56, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -826,14 +826,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1622, + offset: 1624, line: 56, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 1636, + offset: 1638, line: 56, - col: 22, + col: 24, }, }, }, @@ -841,14 +841,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1617, + offset: 1619, line: 56, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 1621, + offset: 1623, line: 56, - col: 7, + col: 9, }, }, ExpressionType: "", @@ -859,14 +859,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1617, + offset: 1619, line: 56, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 1621, + offset: 1623, line: 56, - col: 7, + col: 9, }, }, }, @@ -878,42 +878,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1673, + offset: 1675, line: 57, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 1739, + offset: 1741, line: 57, - col: 69, + col: 71, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1673, + offset: 1675, line: 57, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 1739, + offset: 1741, line: 57, - col: 69, + col: 71, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1673, + offset: 1675, line: 57, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 1689, + offset: 1691, line: 57, - col: 19, + col: 21, }, }, IsConst: true, @@ -931,14 +931,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1679, + offset: 1681, line: 57, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 1689, + offset: 1691, line: 57, - col: 19, + col: 21, }, }, }, @@ -949,14 +949,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1690, + offset: 1692, line: 57, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 1738, + offset: 1740, line: 57, - col: 68, + col: 70, }, }, DeclaresParameterPack: false, @@ -964,28 +964,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1701, + offset: 1703, line: 57, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 1738, + offset: 1740, line: 57, - col: 68, + col: 70, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1703, + offset: 1705, line: 57, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 1738, + offset: 1740, line: 57, - col: 68, + col: 70, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -997,14 +997,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1711, + offset: 1713, line: 57, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 1737, + offset: 1739, line: 57, - col: 67, + col: 69, }, }, ExpressionType: "const char [25]", @@ -1017,14 +1017,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1703, + offset: 1705, line: 57, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 1710, + offset: 1712, line: 57, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -1035,14 +1035,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1703, + offset: 1705, line: 57, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 1710, + offset: 1712, line: 57, - col: 40, + col: 42, }, }, }, @@ -1052,14 +1052,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1703, + offset: 1705, line: 57, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 1738, + offset: 1740, line: 57, - col: 68, + col: 70, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -1071,14 +1071,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1711, + offset: 1713, line: 57, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 1737, + offset: 1739, line: 57, - col: 67, + col: 69, }, }, ExpressionType: "const char [25]", @@ -1091,14 +1091,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1703, + offset: 1705, line: 57, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 1710, + offset: 1712, line: 57, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -1109,14 +1109,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1703, + offset: 1705, line: 57, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 1710, + offset: 1712, line: 57, - col: 40, + col: 42, }, }, }, @@ -1128,14 +1128,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1690, + offset: 1692, line: 57, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 1700, + offset: 1702, line: 57, - col: 30, + col: 32, }, }, }, @@ -1148,28 +1148,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1744, + offset: 1746, line: 58, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 1848, + offset: 1850, line: 60, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTUnaryExpression", '@role': [Not, Relational, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1748, + offset: 1750, line: 58, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 1768, + offset: 1770, line: 58, - col: 27, + col: 29, }, }, ExpressionType: "bool", @@ -1179,14 +1179,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1749, + offset: 1751, line: 58, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 1768, + offset: 1770, line: 58, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -1196,14 +1196,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1749, + offset: 1751, line: 58, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 1766, + offset: 1768, line: 58, - col: 25, + col: 27, }, }, ExpressionType: "", @@ -1216,14 +1216,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1760, + offset: 1762, line: 58, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 1766, + offset: 1768, line: 58, - col: 25, + col: 27, }, }, }, @@ -1231,14 +1231,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1749, + offset: 1751, line: 58, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 1759, + offset: 1761, line: 58, - col: 18, + col: 20, }, }, ExpressionType: "const ?", @@ -1249,14 +1249,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1749, + offset: 1751, line: 58, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 1759, + offset: 1761, line: 58, - col: 18, + col: 20, }, }, }, @@ -1269,14 +1269,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1770, + offset: 1772, line: 58, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 1848, + offset: 1850, line: 60, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -1284,14 +1284,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1780, + offset: 1782, line: 59, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 1842, + offset: 1844, line: 59, - col: 69, + col: 71, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -1299,14 +1299,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1780, + offset: 1782, line: 59, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 1841, + offset: 1843, line: 59, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -1317,14 +1317,14 @@ '@role': [Add, Arithmetic, Binary, Expression, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1796, + offset: 1798, line: 59, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 1841, + offset: 1843, line: 59, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -1334,14 +1334,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1831, + offset: 1833, line: 59, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 1841, + offset: 1843, line: 59, - col: 68, + col: 70, }, }, ExpressionType: "const ?", @@ -1352,14 +1352,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1831, + offset: 1833, line: 59, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 1841, + offset: 1843, line: 59, - col: 68, + col: 70, }, }, }, @@ -1369,14 +1369,14 @@ '@role': [Add, Arithmetic, Binary, Expression, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1796, + offset: 1798, line: 59, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 1828, + offset: 1830, line: 59, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -1386,14 +1386,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1812, + offset: 1814, line: 59, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 1828, + offset: 1830, line: 59, - col: 55, + col: 57, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -1405,14 +1405,14 @@ '@role': [Argument, Call, Character, Expression, Function, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1824, + offset: 1826, line: 59, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 1827, + offset: 1829, line: 59, - col: 54, + col: 56, }, }, ExpressionType: "char", @@ -1425,14 +1425,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1812, + offset: 1814, line: 59, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 1823, + offset: 1825, line: 59, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -1443,14 +1443,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1812, + offset: 1814, line: 59, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 1823, + offset: 1825, line: 59, - col: 50, + col: 52, }, }, }, @@ -1460,14 +1460,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1796, + offset: 1798, line: 59, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 1809, + offset: 1811, line: 59, - col: 36, + col: 38, }, }, ExpressionType: "", @@ -1478,14 +1478,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1796, + offset: 1798, line: 59, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 1809, + offset: 1811, line: 59, - col: 36, + col: 38, }, }, }, @@ -1494,14 +1494,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1812, + offset: 1814, line: 59, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 1828, + offset: 1830, line: 59, - col: 55, + col: 57, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -1513,14 +1513,14 @@ '@role': [Argument, Call, Character, Expression, Function, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1824, + offset: 1826, line: 59, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 1827, + offset: 1829, line: 59, - col: 54, + col: 56, }, }, ExpressionType: "char", @@ -1533,14 +1533,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1812, + offset: 1814, line: 59, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 1823, + offset: 1825, line: 59, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -1551,14 +1551,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1812, + offset: 1814, line: 59, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 1823, + offset: 1825, line: 59, - col: 50, + col: 52, }, }, }, @@ -1569,14 +1569,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1831, + offset: 1833, line: 59, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 1841, + offset: 1843, line: 59, - col: 68, + col: 70, }, }, ExpressionType: "const ?", @@ -1587,14 +1587,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1831, + offset: 1833, line: 59, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 1841, + offset: 1843, line: 59, - col: 68, + col: 70, }, }, }, @@ -1604,14 +1604,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1780, + offset: 1782, line: 59, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 1793, + offset: 1795, line: 59, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -1622,14 +1622,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1780, + offset: 1782, line: 59, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 1793, + offset: 1795, line: 59, - col: 20, + col: 22, }, }, }, @@ -1639,14 +1639,14 @@ '@role': [Add, Arithmetic, Binary, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1796, + offset: 1798, line: 59, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 1841, + offset: 1843, line: 59, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -1656,14 +1656,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1831, + offset: 1833, line: 59, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 1841, + offset: 1843, line: 59, - col: 68, + col: 70, }, }, ExpressionType: "const ?", @@ -1674,14 +1674,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1831, + offset: 1833, line: 59, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 1841, + offset: 1843, line: 59, - col: 68, + col: 70, }, }, }, @@ -1691,14 +1691,14 @@ '@role': [Add, Arithmetic, Binary, Expression, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1796, + offset: 1798, line: 59, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 1828, + offset: 1830, line: 59, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -1708,14 +1708,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1812, + offset: 1814, line: 59, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 1828, + offset: 1830, line: 59, - col: 55, + col: 57, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -1727,14 +1727,14 @@ '@role': [Argument, Call, Character, Expression, Function, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1824, + offset: 1826, line: 59, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 1827, + offset: 1829, line: 59, - col: 54, + col: 56, }, }, ExpressionType: "char", @@ -1747,14 +1747,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1812, + offset: 1814, line: 59, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 1823, + offset: 1825, line: 59, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -1765,14 +1765,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1812, + offset: 1814, line: 59, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 1823, + offset: 1825, line: 59, - col: 50, + col: 52, }, }, }, @@ -1782,14 +1782,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1796, + offset: 1798, line: 59, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 1809, + offset: 1811, line: 59, - col: 36, + col: 38, }, }, ExpressionType: "", @@ -1800,14 +1800,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1796, + offset: 1798, line: 59, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 1809, + offset: 1811, line: 59, - col: 36, + col: 38, }, }, }, @@ -1816,14 +1816,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1812, + offset: 1814, line: 59, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 1828, + offset: 1830, line: 59, - col: 55, + col: 57, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -1835,14 +1835,14 @@ '@role': [Argument, Call, Character, Expression, Function, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1824, + offset: 1826, line: 59, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 1827, + offset: 1829, line: 59, - col: 54, + col: 56, }, }, ExpressionType: "char", @@ -1855,14 +1855,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1812, + offset: 1814, line: 59, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 1823, + offset: 1825, line: 59, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -1873,14 +1873,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1812, + offset: 1814, line: 59, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 1823, + offset: 1825, line: 59, - col: 50, + col: 52, }, }, }, @@ -1891,14 +1891,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1831, + offset: 1833, line: 59, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 1841, + offset: 1843, line: 59, - col: 68, + col: 70, }, }, ExpressionType: "const ?", @@ -1909,14 +1909,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1831, + offset: 1833, line: 59, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 1841, + offset: 1843, line: 59, - col: 68, + col: 70, }, }, }, @@ -1931,28 +1931,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1853, + offset: 1855, line: 61, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2169, + offset: 2171, line: 66, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTUnaryExpression", '@role': [Not, Relational, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1857, + offset: 1859, line: 61, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 1893, + offset: 1895, line: 61, - col: 43, + col: 45, }, }, ExpressionType: "bool", @@ -1962,14 +1962,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1858, + offset: 1860, line: 61, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 1893, + offset: 1895, line: 61, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -1980,14 +1980,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1879, + offset: 1881, line: 61, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 1892, + offset: 1894, line: 61, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -1998,14 +1998,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1879, + offset: 1881, line: 61, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 1892, + offset: 1894, line: 61, - col: 42, + col: 44, }, }, }, @@ -2015,14 +2015,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1858, + offset: 1860, line: 61, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 1878, + offset: 1880, line: 61, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -2035,14 +2035,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1863, + offset: 1865, line: 61, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 1878, + offset: 1880, line: 61, - col: 28, + col: 30, }, }, }, @@ -2050,14 +2050,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1858, + offset: 1860, line: 61, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 1862, + offset: 1864, line: 61, - col: 12, + col: 14, }, }, ExpressionType: "", @@ -2068,14 +2068,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1858, + offset: 1860, line: 61, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 1862, + offset: 1864, line: 61, - col: 12, + col: 14, }, }, }, @@ -2088,14 +2088,14 @@ '@role': [Body, Else, If], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2135, + offset: 2137, line: 64, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 2169, + offset: 2171, line: 66, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -2103,28 +2103,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2145, + offset: 2147, line: 65, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2163, + offset: 2165, line: 65, - col: 25, + col: 27, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2145, + offset: 2147, line: 65, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2162, + offset: 2164, line: 65, - col: 24, + col: 26, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -2134,14 +2134,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2145, + offset: 2147, line: 65, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2160, + offset: 2162, line: 65, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -2152,14 +2152,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2145, + offset: 2147, line: 65, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2160, + offset: 2162, line: 65, - col: 22, + col: 24, }, }, }, @@ -2172,14 +2172,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1895, + offset: 1897, line: 61, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 2129, + offset: 2131, line: 64, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -2187,42 +2187,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1905, + offset: 1907, line: 62, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2028, + offset: 2030, line: 62, - col: 130, + col: 132, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1905, + offset: 1907, line: 62, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2028, + offset: 2030, line: 62, - col: 130, + col: 132, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1905, + offset: 1907, line: 62, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 1924, + offset: 1926, line: 62, - col: 26, + col: 28, }, }, IsConst: false, @@ -2240,14 +2240,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1905, + offset: 1907, line: 62, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 1924, + offset: 1926, line: 62, - col: 26, + col: 28, }, }, }, @@ -2258,14 +2258,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1925, + offset: 1927, line: 62, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 2027, + offset: 2029, line: 62, - col: 129, + col: 131, }, }, DeclaresParameterPack: false, @@ -2273,28 +2273,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1930, + offset: 1932, line: 62, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 2027, + offset: 2029, line: 62, - col: 129, + col: 131, }, }, 'Prop_Expression': { '@type': "CPPASTNewExpression", '@role': [Instance, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1932, + offset: 1934, line: 62, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 2027, + offset: 2029, line: 62, - col: 129, + col: 131, }, }, ExpressionType: "? *", @@ -2307,14 +2307,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1955, + offset: 1957, line: 62, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 2027, + offset: 2029, line: 62, - col: 129, + col: 131, }, }, 'Prop_Arguments': [ @@ -2322,14 +2322,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1956, + offset: 1958, line: 62, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 1969, + offset: 1971, line: 62, - col: 71, + col: 73, }, }, ExpressionType: "", @@ -2340,14 +2340,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1956, + offset: 1958, line: 62, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 1969, + offset: 1971, line: 62, - col: 71, + col: 73, }, }, }, @@ -2356,14 +2356,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1971, + offset: 1973, line: 62, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 1975, + offset: 1977, line: 62, - col: 77, + col: 79, }, }, ExpressionType: "", @@ -2374,14 +2374,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1971, + offset: 1973, line: 62, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 1975, + offset: 1977, line: 62, - col: 77, + col: 79, }, }, }, @@ -2390,14 +2390,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1977, + offset: 1979, line: 62, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 2020, + offset: 2022, line: 62, - col: 122, + col: 124, }, }, ExpressionType: "", @@ -2407,14 +2407,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1977, + offset: 1979, line: 62, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 2020, + offset: 2022, line: 62, - col: 122, + col: 124, }, }, IsConversionOperator: false, @@ -2426,14 +2426,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1977, + offset: 1979, line: 62, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 1996, + offset: 1998, line: 62, - col: 98, + col: 100, }, }, }, @@ -2442,14 +2442,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1998, + offset: 2000, line: 62, - col: 100, + col: 102, }, end: { '@type': "uast:Position", - offset: 2020, + offset: 2022, line: 62, - col: 122, + col: 124, }, }, }, @@ -2460,14 +2460,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1977, + offset: 1979, line: 62, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 1996, + offset: 1998, line: 62, - col: 98, + col: 100, }, }, }, @@ -2479,14 +2479,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2022, + offset: 2024, line: 62, - col: 124, + col: 126, }, end: { '@type': "uast:Position", - offset: 2026, + offset: 2028, line: 62, - col: 128, + col: 130, }, }, ExpressionType: "", @@ -2506,14 +2506,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1956, + offset: 1958, line: 62, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 1969, + offset: 1971, line: 62, - col: 71, + col: 73, }, }, ExpressionType: "", @@ -2524,14 +2524,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1956, + offset: 1958, line: 62, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 1969, + offset: 1971, line: 62, - col: 71, + col: 73, }, }, }, @@ -2540,14 +2540,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1971, + offset: 1973, line: 62, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 1975, + offset: 1977, line: 62, - col: 77, + col: 79, }, }, ExpressionType: "", @@ -2558,14 +2558,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1971, + offset: 1973, line: 62, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 1975, + offset: 1977, line: 62, - col: 77, + col: 79, }, }, }, @@ -2574,14 +2574,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1977, + offset: 1979, line: 62, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 2020, + offset: 2022, line: 62, - col: 122, + col: 124, }, }, ExpressionType: "", @@ -2591,14 +2591,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1977, + offset: 1979, line: 62, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 2020, + offset: 2022, line: 62, - col: 122, + col: 124, }, }, IsConversionOperator: false, @@ -2610,14 +2610,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1977, + offset: 1979, line: 62, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 1996, + offset: 1998, line: 62, - col: 98, + col: 100, }, }, }, @@ -2626,14 +2626,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1998, + offset: 2000, line: 62, - col: 100, + col: 102, }, end: { '@type': "uast:Position", - offset: 2020, + offset: 2022, line: 62, - col: 122, + col: 124, }, }, }, @@ -2644,14 +2644,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1977, + offset: 1979, line: 62, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 1996, + offset: 1998, line: 62, - col: 98, + col: 100, }, }, }, @@ -2663,14 +2663,14 @@ '@role': [Expression, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2022, + offset: 2024, line: 62, - col: 124, + col: 126, }, end: { '@type': "uast:Position", - offset: 2026, + offset: 2028, line: 62, - col: 128, + col: 130, }, }, ExpressionType: "", @@ -2691,14 +2691,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1956, + offset: 1958, line: 62, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 1969, + offset: 1971, line: 62, - col: 71, + col: 73, }, }, ExpressionType: "", @@ -2709,14 +2709,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1956, + offset: 1958, line: 62, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 1969, + offset: 1971, line: 62, - col: 71, + col: 73, }, }, }, @@ -2725,14 +2725,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1971, + offset: 1973, line: 62, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 1975, + offset: 1977, line: 62, - col: 77, + col: 79, }, }, ExpressionType: "", @@ -2743,14 +2743,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1971, + offset: 1973, line: 62, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 1975, + offset: 1977, line: 62, - col: 77, + col: 79, }, }, }, @@ -2759,14 +2759,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1977, + offset: 1979, line: 62, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 2020, + offset: 2022, line: 62, - col: 122, + col: 124, }, }, ExpressionType: "", @@ -2776,14 +2776,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1977, + offset: 1979, line: 62, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 2020, + offset: 2022, line: 62, - col: 122, + col: 124, }, }, IsConversionOperator: false, @@ -2795,14 +2795,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1977, + offset: 1979, line: 62, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 1996, + offset: 1998, line: 62, - col: 98, + col: 100, }, }, }, @@ -2811,14 +2811,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1998, + offset: 2000, line: 62, - col: 100, + col: 102, }, end: { '@type': "uast:Position", - offset: 2020, + offset: 2022, line: 62, - col: 122, + col: 124, }, }, }, @@ -2829,14 +2829,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1977, + offset: 1979, line: 62, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 1996, + offset: 1998, line: 62, - col: 98, + col: 100, }, }, }, @@ -2848,14 +2848,14 @@ '@role': [Expression, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2022, + offset: 2024, line: 62, - col: 124, + col: 126, }, end: { '@type': "uast:Position", - offset: 2026, + offset: 2028, line: 62, - col: 128, + col: 130, }, }, ExpressionType: "", @@ -2869,28 +2869,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1936, + offset: 1938, line: 62, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 1955, + offset: 1957, line: 62, - col: 57, + col: 59, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1955, + offset: 1957, line: 62, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 1955, + offset: 1957, line: 62, - col: 57, + col: 59, }, }, DeclaresParameterPack: false, @@ -2904,14 +2904,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1936, + offset: 1938, line: 62, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 1955, + offset: 1957, line: 62, - col: 57, + col: 59, }, }, IsConst: false, @@ -2929,14 +2929,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1936, + offset: 1938, line: 62, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 1955, + offset: 1957, line: 62, - col: 57, + col: 59, }, }, }, @@ -2948,14 +2948,14 @@ '@role': [Instance, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1932, + offset: 1934, line: 62, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 2027, + offset: 2029, line: 62, - col: 129, + col: 131, }, }, ExpressionType: "? *", @@ -2968,14 +2968,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1955, + offset: 1957, line: 62, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 2027, + offset: 2029, line: 62, - col: 129, + col: 131, }, }, 'Prop_Arguments': [ @@ -2983,14 +2983,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1956, + offset: 1958, line: 62, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 1969, + offset: 1971, line: 62, - col: 71, + col: 73, }, }, ExpressionType: "", @@ -3001,14 +3001,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1956, + offset: 1958, line: 62, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 1969, + offset: 1971, line: 62, - col: 71, + col: 73, }, }, }, @@ -3017,14 +3017,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1971, + offset: 1973, line: 62, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 1975, + offset: 1977, line: 62, - col: 77, + col: 79, }, }, ExpressionType: "", @@ -3035,14 +3035,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1971, + offset: 1973, line: 62, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 1975, + offset: 1977, line: 62, - col: 77, + col: 79, }, }, }, @@ -3051,14 +3051,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1977, + offset: 1979, line: 62, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 2020, + offset: 2022, line: 62, - col: 122, + col: 124, }, }, ExpressionType: "", @@ -3068,14 +3068,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1977, + offset: 1979, line: 62, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 2020, + offset: 2022, line: 62, - col: 122, + col: 124, }, }, IsConversionOperator: false, @@ -3087,14 +3087,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1977, + offset: 1979, line: 62, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 1996, + offset: 1998, line: 62, - col: 98, + col: 100, }, }, }, @@ -3103,14 +3103,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1998, + offset: 2000, line: 62, - col: 100, + col: 102, }, end: { '@type': "uast:Position", - offset: 2020, + offset: 2022, line: 62, - col: 122, + col: 124, }, }, }, @@ -3121,14 +3121,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1977, + offset: 1979, line: 62, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 1996, + offset: 1998, line: 62, - col: 98, + col: 100, }, }, }, @@ -3140,14 +3140,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2022, + offset: 2024, line: 62, - col: 124, + col: 126, }, end: { '@type': "uast:Position", - offset: 2026, + offset: 2028, line: 62, - col: 128, + col: 130, }, }, ExpressionType: "", @@ -3167,14 +3167,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1956, + offset: 1958, line: 62, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 1969, + offset: 1971, line: 62, - col: 71, + col: 73, }, }, ExpressionType: "", @@ -3185,14 +3185,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1956, + offset: 1958, line: 62, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 1969, + offset: 1971, line: 62, - col: 71, + col: 73, }, }, }, @@ -3201,14 +3201,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1971, + offset: 1973, line: 62, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 1975, + offset: 1977, line: 62, - col: 77, + col: 79, }, }, ExpressionType: "", @@ -3219,14 +3219,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1971, + offset: 1973, line: 62, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 1975, + offset: 1977, line: 62, - col: 77, + col: 79, }, }, }, @@ -3235,14 +3235,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1977, + offset: 1979, line: 62, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 2020, + offset: 2022, line: 62, - col: 122, + col: 124, }, }, ExpressionType: "", @@ -3252,14 +3252,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1977, + offset: 1979, line: 62, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 2020, + offset: 2022, line: 62, - col: 122, + col: 124, }, }, IsConversionOperator: false, @@ -3271,14 +3271,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1977, + offset: 1979, line: 62, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 1996, + offset: 1998, line: 62, - col: 98, + col: 100, }, }, }, @@ -3287,14 +3287,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1998, + offset: 2000, line: 62, - col: 100, + col: 102, }, end: { '@type': "uast:Position", - offset: 2020, + offset: 2022, line: 62, - col: 122, + col: 124, }, }, }, @@ -3305,14 +3305,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1977, + offset: 1979, line: 62, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 1996, + offset: 1998, line: 62, - col: 98, + col: 100, }, }, }, @@ -3324,14 +3324,14 @@ '@role': [Expression, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2022, + offset: 2024, line: 62, - col: 124, + col: 126, }, end: { '@type': "uast:Position", - offset: 2026, + offset: 2028, line: 62, - col: 128, + col: 130, }, }, ExpressionType: "", @@ -3352,14 +3352,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1956, + offset: 1958, line: 62, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 1969, + offset: 1971, line: 62, - col: 71, + col: 73, }, }, ExpressionType: "", @@ -3370,14 +3370,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1956, + offset: 1958, line: 62, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 1969, + offset: 1971, line: 62, - col: 71, + col: 73, }, }, }, @@ -3386,14 +3386,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1971, + offset: 1973, line: 62, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 1975, + offset: 1977, line: 62, - col: 77, + col: 79, }, }, ExpressionType: "", @@ -3404,14 +3404,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1971, + offset: 1973, line: 62, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 1975, + offset: 1977, line: 62, - col: 77, + col: 79, }, }, }, @@ -3420,14 +3420,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1977, + offset: 1979, line: 62, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 2020, + offset: 2022, line: 62, - col: 122, + col: 124, }, }, ExpressionType: "", @@ -3437,14 +3437,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1977, + offset: 1979, line: 62, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 2020, + offset: 2022, line: 62, - col: 122, + col: 124, }, }, IsConversionOperator: false, @@ -3456,14 +3456,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1977, + offset: 1979, line: 62, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 1996, + offset: 1998, line: 62, - col: 98, + col: 100, }, }, }, @@ -3472,14 +3472,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1998, + offset: 2000, line: 62, - col: 100, + col: 102, }, end: { '@type': "uast:Position", - offset: 2020, + offset: 2022, line: 62, - col: 122, + col: 124, }, }, }, @@ -3490,14 +3490,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1977, + offset: 1979, line: 62, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 1996, + offset: 1998, line: 62, - col: 98, + col: 100, }, }, }, @@ -3509,14 +3509,14 @@ '@role': [Expression, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2022, + offset: 2024, line: 62, - col: 124, + col: 126, }, end: { '@type': "uast:Position", - offset: 2026, + offset: 2028, line: 62, - col: 128, + col: 130, }, }, ExpressionType: "", @@ -3530,28 +3530,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1936, + offset: 1938, line: 62, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 1955, + offset: 1957, line: 62, - col: 57, + col: 59, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1955, + offset: 1957, line: 62, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 1955, + offset: 1957, line: 62, - col: 57, + col: 59, }, }, DeclaresParameterPack: false, @@ -3565,14 +3565,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1936, + offset: 1938, line: 62, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 1955, + offset: 1957, line: 62, - col: 57, + col: 59, }, }, IsConst: false, @@ -3590,14 +3590,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1936, + offset: 1938, line: 62, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 1955, + offset: 1957, line: 62, - col: 57, + col: 59, }, }, }, @@ -3611,14 +3611,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1926, + offset: 1928, line: 62, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 1929, + offset: 1931, line: 62, - col: 31, + col: 33, }, }, }, @@ -3632,28 +3632,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2037, + offset: 2039, line: 63, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2123, + offset: 2125, line: 63, - col: 93, + col: 95, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2037, + offset: 2039, line: 63, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2122, + offset: 2124, line: 63, - col: 92, + col: 94, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -3664,14 +3664,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2046, + offset: 2048, line: 63, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 2049, + offset: 2051, line: 63, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -3682,14 +3682,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2046, + offset: 2048, line: 63, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 2049, + offset: 2051, line: 63, - col: 19, + col: 21, }, }, }, @@ -3698,14 +3698,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2051, + offset: 2053, line: 63, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 2087, + offset: 2089, line: 63, - col: 57, + col: 59, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -3716,14 +3716,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2058, + offset: 2060, line: 63, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 2086, + offset: 2088, line: 63, - col: 56, + col: 58, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -3734,14 +3734,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2078, + offset: 2080, line: 63, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 2085, + offset: 2087, line: 63, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -3752,14 +3752,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2078, + offset: 2080, line: 63, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 2085, + offset: 2087, line: 63, - col: 55, + col: 57, }, }, }, @@ -3769,14 +3769,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2058, + offset: 2060, line: 63, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 2077, + offset: 2079, line: 63, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -3787,14 +3787,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2058, + offset: 2060, line: 63, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 2077, + offset: 2079, line: 63, - col: 47, + col: 49, }, }, }, @@ -3805,14 +3805,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2051, + offset: 2053, line: 63, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 2057, + offset: 2059, line: 63, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -3823,14 +3823,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2051, + offset: 2053, line: 63, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 2057, + offset: 2059, line: 63, - col: 27, + col: 29, }, }, }, @@ -3840,14 +3840,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2089, + offset: 2091, line: 63, - col: 59, + col: 61, }, end: { '@type': "uast:Position", - offset: 2121, + offset: 2123, line: 63, - col: 91, + col: 93, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -3858,14 +3858,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2094, + offset: 2096, line: 63, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 2120, + offset: 2122, line: 63, - col: 90, + col: 92, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -3876,14 +3876,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2112, + offset: 2114, line: 63, - col: 82, + col: 84, }, end: { '@type': "uast:Position", - offset: 2119, + offset: 2121, line: 63, - col: 89, + col: 91, }, }, ExpressionType: "", @@ -3894,14 +3894,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2112, + offset: 2114, line: 63, - col: 82, + col: 84, }, end: { '@type': "uast:Position", - offset: 2119, + offset: 2121, line: 63, - col: 89, + col: 91, }, }, }, @@ -3911,14 +3911,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2094, + offset: 2096, line: 63, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 2111, + offset: 2113, line: 63, - col: 81, + col: 83, }, }, ExpressionType: "", @@ -3929,14 +3929,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2094, + offset: 2096, line: 63, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 2111, + offset: 2113, line: 63, - col: 81, + col: 83, }, }, }, @@ -3947,14 +3947,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2089, + offset: 2091, line: 63, - col: 59, + col: 61, }, end: { '@type': "uast:Position", - offset: 2093, + offset: 2095, line: 63, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -3965,14 +3965,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2089, + offset: 2091, line: 63, - col: 59, + col: 61, }, end: { '@type': "uast:Position", - offset: 2093, + offset: 2095, line: 63, - col: 63, + col: 65, }, }, }, @@ -3983,14 +3983,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2037, + offset: 2039, line: 63, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2044, + offset: 2046, line: 63, - col: 14, + col: 16, }, }, ExpressionType: "", @@ -4001,14 +4001,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2037, + offset: 2039, line: 63, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2044, + offset: 2046, line: 63, - col: 14, + col: 16, }, }, }, @@ -4022,28 +4022,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2174, + offset: 2176, line: 67, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2349, + offset: 2351, line: 68, - col: 61, + col: 63, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2174, + offset: 2176, line: 67, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2348, + offset: 2350, line: 68, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -4054,14 +4054,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2187, + offset: 2189, line: 67, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 2196, + offset: 2198, line: 67, - col: 25, + col: 27, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -4071,14 +4071,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2187, + offset: 2189, line: 67, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 2194, + offset: 2196, line: 67, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -4089,14 +4089,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2187, + offset: 2189, line: 67, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 2194, + offset: 2196, line: 67, - col: 23, + col: 25, }, }, }, @@ -4106,14 +4106,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2198, + offset: 2200, line: 67, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 2221, + offset: 2223, line: 67, - col: 50, + col: 52, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -4125,14 +4125,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2213, + offset: 2215, line: 67, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 2220, + offset: 2222, line: 67, - col: 49, + col: 51, }, }, ExpressionType: "const char [6]", @@ -4145,14 +4145,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2198, + offset: 2200, line: 67, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 2212, + offset: 2214, line: 67, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -4163,14 +4163,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2198, + offset: 2200, line: 67, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 2212, + offset: 2214, line: 67, - col: 41, + col: 43, }, }, }, @@ -4180,14 +4180,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2223, + offset: 2225, line: 67, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 2253, + offset: 2255, line: 67, - col: 82, + col: 84, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -4199,14 +4199,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2238, + offset: 2240, line: 67, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 2252, + offset: 2254, line: 67, - col: 81, + col: 83, }, }, ExpressionType: "const char [13]", @@ -4219,14 +4219,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2223, + offset: 2225, line: 67, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 2237, + offset: 2239, line: 67, - col: 66, + col: 68, }, }, ExpressionType: "", @@ -4237,14 +4237,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2223, + offset: 2225, line: 67, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 2237, + offset: 2239, line: 67, - col: 66, + col: 68, }, }, }, @@ -4254,14 +4254,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2255, + offset: 2257, line: 67, - col: 84, + col: 86, }, end: { '@type': "uast:Position", - offset: 2285, + offset: 2287, line: 67, - col: 114, + col: 116, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -4273,14 +4273,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2270, + offset: 2272, line: 67, - col: 99, + col: 101, }, end: { '@type': "uast:Position", - offset: 2284, + offset: 2286, line: 67, - col: 113, + col: 115, }, }, ExpressionType: "const char [13]", @@ -4293,14 +4293,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2255, + offset: 2257, line: 67, - col: 84, + col: 86, }, end: { '@type': "uast:Position", - offset: 2269, + offset: 2271, line: 67, - col: 98, + col: 100, }, }, ExpressionType: "", @@ -4311,14 +4311,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2255, + offset: 2257, line: 67, - col: 84, + col: 86, }, end: { '@type': "uast:Position", - offset: 2269, + offset: 2271, line: 67, - col: 98, + col: 100, }, }, }, @@ -4328,14 +4328,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2304, + offset: 2306, line: 68, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 2321, + offset: 2323, line: 68, - col: 33, + col: 35, }, }, ExpressionType: "Attempt to use symbol failed: self", @@ -4345,14 +4345,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2304, + offset: 2306, line: 68, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 2319, + offset: 2321, line: 68, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -4362,14 +4362,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2304, + offset: 2306, line: 68, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 2319, + offset: 2321, line: 68, - col: 31, + col: 33, }, }, IsConversionOperator: false, @@ -4381,14 +4381,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2304, + offset: 2306, line: 68, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 2313, + offset: 2315, line: 68, - col: 25, + col: 27, }, }, }, @@ -4397,14 +4397,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2315, + offset: 2317, line: 68, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 2319, + offset: 2321, line: 68, - col: 31, + col: 33, }, }, }, @@ -4415,14 +4415,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2304, + offset: 2306, line: 68, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 2313, + offset: 2315, line: 68, - col: 25, + col: 27, }, }, }, @@ -4434,14 +4434,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2323, + offset: 2325, line: 68, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 2347, + offset: 2349, line: 68, - col: 59, + col: 61, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -4452,14 +4452,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2328, + offset: 2330, line: 68, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 2346, + offset: 2348, line: 68, - col: 58, + col: 60, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -4469,14 +4469,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2328, + offset: 2330, line: 68, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 2344, + offset: 2346, line: 68, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -4487,14 +4487,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2328, + offset: 2330, line: 68, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 2344, + offset: 2346, line: 68, - col: 56, + col: 58, }, }, }, @@ -4505,14 +4505,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2323, + offset: 2325, line: 68, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 2327, + offset: 2329, line: 68, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -4523,14 +4523,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2323, + offset: 2325, line: 68, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 2327, + offset: 2329, line: 68, - col: 39, + col: 41, }, }, }, @@ -4541,14 +4541,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2174, + offset: 2176, line: 67, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2186, + offset: 2188, line: 67, - col: 15, + col: 17, }, }, ExpressionType: "", @@ -4561,14 +4561,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2179, + offset: 2181, line: 67, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 2186, + offset: 2188, line: 67, - col: 15, + col: 17, }, }, }, @@ -4576,14 +4576,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2174, + offset: 2176, line: 67, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2178, + offset: 2180, line: 67, - col: 7, + col: 9, }, }, ExpressionType: "", @@ -4594,14 +4594,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2174, + offset: 2176, line: 67, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2178, + offset: 2180, line: 67, - col: 7, + col: 9, }, }, }, @@ -4613,28 +4613,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2354, + offset: 2356, line: 69, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2448, + offset: 2450, line: 69, - col: 97, + col: 99, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2354, + offset: 2356, line: 69, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2447, + offset: 2449, line: 69, - col: 96, + col: 98, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -4645,14 +4645,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2362, + offset: 2364, line: 69, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 2371, + offset: 2373, line: 69, - col: 20, + col: 22, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -4662,14 +4662,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2362, + offset: 2364, line: 69, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 2369, + offset: 2371, line: 69, - col: 18, + col: 20, }, }, ExpressionType: "", @@ -4680,14 +4680,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2362, + offset: 2364, line: 69, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 2369, + offset: 2371, line: 69, - col: 18, + col: 20, }, }, }, @@ -4697,14 +4697,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2373, + offset: 2375, line: 69, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 2407, + offset: 2409, line: 69, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -4714,14 +4714,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2374, + offset: 2376, line: 69, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 2407, + offset: 2409, line: 69, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -4731,14 +4731,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2374, + offset: 2376, line: 69, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 2407, + offset: 2409, line: 69, - col: 56, + col: 58, }, }, IsConversionOperator: false, @@ -4750,14 +4750,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2374, + offset: 2376, line: 69, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 2385, + offset: 2387, line: 69, - col: 34, + col: 36, }, }, }, @@ -4766,14 +4766,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2387, + offset: 2389, line: 69, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 2407, + offset: 2409, line: 69, - col: 56, + col: 58, }, }, }, @@ -4784,14 +4784,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2374, + offset: 2376, line: 69, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 2385, + offset: 2387, line: 69, - col: 34, + col: 36, }, }, }, @@ -4805,14 +4805,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2409, + offset: 2411, line: 69, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 2413, + offset: 2415, line: 69, - col: 62, + col: 64, }, }, ExpressionType: "", @@ -4824,14 +4824,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2415, + offset: 2417, line: 69, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 2446, + offset: 2448, line: 69, - col: 95, + col: 97, }, }, ExpressionType: "", @@ -4841,14 +4841,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2416, + offset: 2418, line: 69, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 2446, + offset: 2448, line: 69, - col: 95, + col: 97, }, }, ExpressionType: "", @@ -4858,14 +4858,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2416, + offset: 2418, line: 69, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 2446, + offset: 2448, line: 69, - col: 95, + col: 97, }, }, IsConversionOperator: false, @@ -4877,14 +4877,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2416, + offset: 2418, line: 69, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 2429, + offset: 2431, line: 69, - col: 78, + col: 80, }, }, }, @@ -4893,14 +4893,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2431, + offset: 2433, line: 69, - col: 80, + col: 82, }, end: { '@type': "uast:Position", - offset: 2446, + offset: 2448, line: 69, - col: 95, + col: 97, }, }, }, @@ -4911,14 +4911,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2416, + offset: 2418, line: 69, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 2429, + offset: 2431, line: 69, - col: 78, + col: 80, }, }, }, @@ -4932,14 +4932,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2354, + offset: 2356, line: 69, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2361, + offset: 2363, line: 69, - col: 10, + col: 12, }, }, ExpressionType: "", @@ -4950,14 +4950,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2354, + offset: 2356, line: 69, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2361, + offset: 2363, line: 69, - col: 10, + col: 12, }, }, }, @@ -4971,14 +4971,14 @@ '@role': [Declaration, Function, Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1398, - line: 47, - col: 2, + offset: 1400, + line: 49, + col: 1, }, end: { '@type': "uast:Position", - offset: 1398, - line: 47, - col: 2, + offset: 1400, + line: 49, + col: 1, }, }, IsComplex: false, @@ -5003,14 +5003,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1398, - line: 47, - col: 2, + offset: 1400, + line: 49, + col: 1, }, end: { '@type': "uast:Position", - offset: 1443, + offset: 1445, line: 49, - col: 44, + col: 46, }, }, IsConst: false, @@ -5024,28 +5024,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1450, + offset: 1452, line: 50, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 1465, + offset: 1467, line: 50, - col: 20, + col: 22, }, }, 'Prop_Initializer': { '@type': "CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1457, + offset: 1459, line: 50, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 1465, + offset: 1467, line: 50, - col: 20, + col: 22, }, }, 'Prop_Arguments': [ @@ -5053,14 +5053,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1458, + offset: 1460, line: 50, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 1464, + offset: 1466, line: 50, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -5071,14 +5071,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1458, + offset: 1460, line: 50, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 1464, + offset: 1466, line: 50, - col: 19, + col: 21, }, }, }, @@ -5088,14 +5088,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1458, + offset: 1460, line: 50, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 1464, + offset: 1466, line: 50, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -5106,14 +5106,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1458, + offset: 1460, line: 50, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 1464, + offset: 1466, line: 50, - col: 19, + col: 21, }, }, }, @@ -5123,14 +5123,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1458, + offset: 1460, line: 50, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 1464, + offset: 1466, line: 50, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -5141,14 +5141,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1458, + offset: 1460, line: 50, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 1464, + offset: 1466, line: 50, - col: 19, + col: 21, }, }, }, @@ -5158,14 +5158,14 @@ '@role': [Declaration, Identifier, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1450, + offset: 1452, line: 50, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 1457, + offset: 1459, line: 50, - col: 12, + col: 14, }, }, }, @@ -5174,28 +5174,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1472, + offset: 1474, line: 51, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 1517, + offset: 1519, line: 51, - col: 50, + col: 52, }, }, 'Prop_Initializer': { '@type': "CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1485, + offset: 1487, line: 51, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 1517, + offset: 1519, line: 51, - col: 50, + col: 52, }, }, 'Prop_Arguments': [ @@ -5203,14 +5203,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1486, + offset: 1488, line: 51, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 1516, + offset: 1518, line: 51, - col: 49, + col: 51, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -5222,14 +5222,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1501, + offset: 1503, line: 51, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 1515, + offset: 1517, line: 51, - col: 48, + col: 50, }, }, ExpressionType: "const char [13]", @@ -5242,14 +5242,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1486, + offset: 1488, line: 51, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 1500, + offset: 1502, line: 51, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -5260,14 +5260,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1486, + offset: 1488, line: 51, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 1500, + offset: 1502, line: 51, - col: 33, + col: 35, }, }, }, @@ -5278,14 +5278,14 @@ '@role': [Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1486, + offset: 1488, line: 51, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 1516, + offset: 1518, line: 51, - col: 49, + col: 51, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -5297,14 +5297,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1501, + offset: 1503, line: 51, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 1515, + offset: 1517, line: 51, - col: 48, + col: 50, }, }, ExpressionType: "const char [13]", @@ -5317,14 +5317,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1486, + offset: 1488, line: 51, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 1500, + offset: 1502, line: 51, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -5335,14 +5335,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1486, + offset: 1488, line: 51, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 1500, + offset: 1502, line: 51, - col: 33, + col: 35, }, }, }, @@ -5353,14 +5353,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1486, + offset: 1488, line: 51, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 1516, + offset: 1518, line: 51, - col: 49, + col: 51, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -5372,14 +5372,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1501, + offset: 1503, line: 51, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 1515, + offset: 1517, line: 51, - col: 48, + col: 50, }, }, ExpressionType: "const char [13]", @@ -5392,14 +5392,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1486, + offset: 1488, line: 51, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 1500, + offset: 1502, line: 51, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -5410,14 +5410,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1486, + offset: 1488, line: 51, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 1500, + offset: 1502, line: 51, - col: 33, + col: 35, }, }, }, @@ -5428,14 +5428,14 @@ '@role': [Declaration, Identifier, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1472, + offset: 1474, line: 51, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 1485, + offset: 1487, line: 51, - col: 18, + col: 20, }, }, }, @@ -5445,14 +5445,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1398, - line: 47, - col: 2, + offset: 1400, + line: 49, + col: 1, }, end: { '@type': "uast:Position", - offset: 1426, + offset: 1428, line: 49, - col: 27, + col: 29, }, }, IsConversionOperator: false, @@ -5464,14 +5464,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1398, - line: 47, - col: 2, + offset: 1400, + line: 49, + col: 1, }, end: { '@type': "uast:Position", - offset: 1411, + offset: 1413, line: 49, - col: 12, + col: 14, }, }, }, @@ -5480,14 +5480,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1413, + offset: 1415, line: 49, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 1426, + offset: 1428, line: 49, - col: 27, + col: 29, }, }, }, @@ -5498,14 +5498,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1398, - line: 47, - col: 2, + offset: 1400, + line: 49, + col: 1, }, end: { '@type': "uast:Position", - offset: 1411, + offset: 1413, line: 49, - col: 12, + col: 14, }, }, }, @@ -5516,14 +5516,14 @@ '@role': [Argument, Declaration, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1435, + offset: 1437, line: 49, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 1442, + offset: 1444, line: 49, - col: 43, + col: 45, }, }, DeclaresParameterPack: false, @@ -5532,14 +5532,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1436, + offset: 1438, line: 49, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 1442, + offset: 1444, line: 49, - col: 43, + col: 45, }, }, }, @@ -5548,14 +5548,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1427, + offset: 1429, line: 49, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 1434, + offset: 1436, line: 49, - col: 35, + col: 37, }, }, IsConst: false, @@ -5573,14 +5573,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1427, + offset: 1429, line: 49, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 1434, + offset: 1436, line: 49, - col: 35, + col: 37, }, }, }, @@ -5595,28 +5595,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1450, + offset: 1452, line: 50, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 1465, + offset: 1467, line: 50, - col: 20, + col: 22, }, }, 'Prop_Initializer': { '@type': "CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1457, + offset: 1459, line: 50, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 1465, + offset: 1467, line: 50, - col: 20, + col: 22, }, }, 'Prop_Arguments': [ @@ -5624,14 +5624,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1458, + offset: 1460, line: 50, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 1464, + offset: 1466, line: 50, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -5642,14 +5642,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1458, + offset: 1460, line: 50, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 1464, + offset: 1466, line: 50, - col: 19, + col: 21, }, }, }, @@ -5659,14 +5659,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1458, + offset: 1460, line: 50, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 1464, + offset: 1466, line: 50, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -5677,14 +5677,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1458, + offset: 1460, line: 50, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 1464, + offset: 1466, line: 50, - col: 19, + col: 21, }, }, }, @@ -5694,14 +5694,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1458, + offset: 1460, line: 50, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 1464, + offset: 1466, line: 50, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -5712,14 +5712,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1458, + offset: 1460, line: 50, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 1464, + offset: 1466, line: 50, - col: 19, + col: 21, }, }, }, @@ -5729,14 +5729,14 @@ '@role': [Declaration, Identifier, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1450, + offset: 1452, line: 50, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 1457, + offset: 1459, line: 50, - col: 12, + col: 14, }, }, }, @@ -5745,28 +5745,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1472, + offset: 1474, line: 51, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 1517, + offset: 1519, line: 51, - col: 50, + col: 52, }, }, 'Prop_Initializer': { '@type': "CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1485, + offset: 1487, line: 51, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 1517, + offset: 1519, line: 51, - col: 50, + col: 52, }, }, 'Prop_Arguments': [ @@ -5774,14 +5774,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1486, + offset: 1488, line: 51, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 1516, + offset: 1518, line: 51, - col: 49, + col: 51, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -5793,14 +5793,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1501, + offset: 1503, line: 51, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 1515, + offset: 1517, line: 51, - col: 48, + col: 50, }, }, ExpressionType: "const char [13]", @@ -5813,14 +5813,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1486, + offset: 1488, line: 51, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 1500, + offset: 1502, line: 51, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -5831,14 +5831,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1486, + offset: 1488, line: 51, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 1500, + offset: 1502, line: 51, - col: 33, + col: 35, }, }, }, @@ -5849,14 +5849,14 @@ '@role': [Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1486, + offset: 1488, line: 51, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 1516, + offset: 1518, line: 51, - col: 49, + col: 51, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -5868,14 +5868,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1501, + offset: 1503, line: 51, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 1515, + offset: 1517, line: 51, - col: 48, + col: 50, }, }, ExpressionType: "const char [13]", @@ -5888,14 +5888,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1486, + offset: 1488, line: 51, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 1500, + offset: 1502, line: 51, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -5906,14 +5906,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1486, + offset: 1488, line: 51, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 1500, + offset: 1502, line: 51, - col: 33, + col: 35, }, }, }, @@ -5924,14 +5924,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1486, + offset: 1488, line: 51, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 1516, + offset: 1518, line: 51, - col: 49, + col: 51, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -5943,14 +5943,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1501, + offset: 1503, line: 51, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 1515, + offset: 1517, line: 51, - col: 48, + col: 50, }, }, ExpressionType: "const char [13]", @@ -5963,14 +5963,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1486, + offset: 1488, line: 51, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 1500, + offset: 1502, line: 51, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -5981,14 +5981,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1486, + offset: 1488, line: 51, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 1500, + offset: 1502, line: 51, - col: 33, + col: 35, }, }, }, @@ -5999,14 +5999,14 @@ '@role': [Declaration, Identifier, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1472, + offset: 1474, line: 51, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 1485, + offset: 1487, line: 51, - col: 18, + col: 20, }, }, }, @@ -6017,14 +6017,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2452, - line: 70, - col: 2, + offset: 2454, + line: 72, + col: 1, }, end: { '@type': "uast:Position", - offset: 2912, - line: 79, - col: 6, + offset: 2914, + line: 80, + col: 2, }, }, IsDefaulted: false, @@ -6033,14 +6033,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2514, - line: 72, - col: 61, + offset: 2516, + line: 73, + col: 1, }, end: { '@type': "uast:Position", - offset: 2912, - line: 79, - col: 6, + offset: 2914, + line: 80, + col: 2, }, }, 'Prop_Statements': [ @@ -6048,14 +6048,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2720, + offset: 2722, line: 76, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2910, + offset: 2912, line: 79, - col: 4, + col: 6, }, }, LeadingComments: [ @@ -6064,14 +6064,14 @@ '@role': [Comment, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2520, + offset: 2522, line: 74, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2607, + offset: 2609, line: 74, - col: 90, + col: 92, }, }, IsBlockComment: false, @@ -6081,14 +6081,14 @@ '@role': [Comment, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2612, + offset: 2614, line: 75, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2715, + offset: 2717, line: 75, - col: 106, + col: 108, }, }, IsBlockComment: false, @@ -6099,14 +6099,14 @@ '@role': [And, Binary, Boolean, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2724, + offset: 2726, line: 76, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2824, + offset: 2826, line: 76, - col: 107, + col: 109, }, }, ExpressionType: "", @@ -6116,14 +6116,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2816, + offset: 2818, line: 76, - col: 99, + col: 101, }, end: { '@type': "uast:Position", - offset: 2824, + offset: 2826, line: 76, - col: 107, + col: 109, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -6133,14 +6133,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2816, + offset: 2818, line: 76, - col: 99, + col: 101, }, end: { '@type': "uast:Position", - offset: 2822, + offset: 2824, line: 76, - col: 105, + col: 107, }, }, ExpressionType: "", @@ -6151,14 +6151,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2816, + offset: 2818, line: 76, - col: 99, + col: 101, }, end: { '@type': "uast:Position", - offset: 2822, + offset: 2824, line: 76, - col: 105, + col: 107, }, }, }, @@ -6169,14 +6169,14 @@ '@role': [And, Binary, Boolean, Expression, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2724, + offset: 2726, line: 76, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2812, + offset: 2814, line: 76, - col: 95, + col: 97, }, }, ExpressionType: "", @@ -6186,14 +6186,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2752, + offset: 2754, line: 76, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 2812, + offset: 2814, line: 76, - col: 95, + col: 97, }, }, ExpressionType: "", @@ -6204,14 +6204,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2798, + offset: 2800, line: 76, - col: 81, + col: 83, }, end: { '@type': "uast:Position", - offset: 2811, + offset: 2813, line: 76, - col: 94, + col: 96, }, }, ExpressionType: "", @@ -6222,14 +6222,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2798, + offset: 2800, line: 76, - col: 81, + col: 83, }, end: { '@type': "uast:Position", - offset: 2811, + offset: 2813, line: 76, - col: 94, + col: 96, }, }, }, @@ -6239,14 +6239,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2752, + offset: 2754, line: 76, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 2797, + offset: 2799, line: 76, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -6259,14 +6259,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2782, + offset: 2784, line: 76, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 2797, + offset: 2799, line: 76, - col: 80, + col: 82, }, }, }, @@ -6274,14 +6274,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2752, + offset: 2754, line: 76, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 2781, + offset: 2783, line: 76, - col: 64, + col: 66, }, }, ExpressionType: "Attempt to use symbol failed: sessionBus", @@ -6291,14 +6291,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2752, + offset: 2754, line: 76, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 2779, + offset: 2781, line: 76, - col: 62, + col: 64, }, }, ExpressionType: "", @@ -6308,14 +6308,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2752, + offset: 2754, line: 76, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 2779, + offset: 2781, line: 76, - col: 62, + col: 64, }, }, IsConversionOperator: false, @@ -6327,14 +6327,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2752, + offset: 2754, line: 76, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 2767, + offset: 2769, line: 76, - col: 50, + col: 52, }, }, }, @@ -6343,14 +6343,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2769, + offset: 2771, line: 76, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 2779, + offset: 2781, line: 76, - col: 62, + col: 64, }, }, }, @@ -6361,14 +6361,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2752, + offset: 2754, line: 76, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 2767, + offset: 2769, line: 76, - col: 50, + col: 52, }, }, }, @@ -6383,14 +6383,14 @@ '@role': [Binary, Equal, Expression, Left, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2724, + offset: 2726, line: 76, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2748, + offset: 2750, line: 76, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -6400,14 +6400,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2735, + offset: 2737, line: 76, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 2748, + offset: 2750, line: 76, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -6418,14 +6418,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2735, + offset: 2737, line: 76, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 2748, + offset: 2750, line: 76, - col: 31, + col: 33, }, }, }, @@ -6434,14 +6434,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2724, + offset: 2726, line: 76, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2731, + offset: 2733, line: 76, - col: 14, + col: 16, }, }, ExpressionType: "const ?", @@ -6452,14 +6452,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2724, + offset: 2726, line: 76, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2731, + offset: 2733, line: 76, - col: 14, + col: 16, }, }, }, @@ -6468,14 +6468,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2735, + offset: 2737, line: 76, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 2748, + offset: 2750, line: 76, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -6486,14 +6486,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2735, + offset: 2737, line: 76, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 2748, + offset: 2750, line: 76, - col: 31, + col: 33, }, }, }, @@ -6503,14 +6503,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2752, + offset: 2754, line: 76, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 2812, + offset: 2814, line: 76, - col: 95, + col: 97, }, }, ExpressionType: "", @@ -6521,14 +6521,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2798, + offset: 2800, line: 76, - col: 81, + col: 83, }, end: { '@type': "uast:Position", - offset: 2811, + offset: 2813, line: 76, - col: 94, + col: 96, }, }, ExpressionType: "", @@ -6539,14 +6539,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2798, + offset: 2800, line: 76, - col: 81, + col: 83, }, end: { '@type': "uast:Position", - offset: 2811, + offset: 2813, line: 76, - col: 94, + col: 96, }, }, }, @@ -6556,14 +6556,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2752, + offset: 2754, line: 76, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 2797, + offset: 2799, line: 76, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -6576,14 +6576,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2782, + offset: 2784, line: 76, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 2797, + offset: 2799, line: 76, - col: 80, + col: 82, }, }, }, @@ -6591,14 +6591,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2752, + offset: 2754, line: 76, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 2781, + offset: 2783, line: 76, - col: 64, + col: 66, }, }, ExpressionType: "Attempt to use symbol failed: sessionBus", @@ -6608,14 +6608,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2752, + offset: 2754, line: 76, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 2779, + offset: 2781, line: 76, - col: 62, + col: 64, }, }, ExpressionType: "", @@ -6625,14 +6625,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2752, + offset: 2754, line: 76, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 2779, + offset: 2781, line: 76, - col: 62, + col: 64, }, }, IsConversionOperator: false, @@ -6644,14 +6644,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2752, + offset: 2754, line: 76, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 2767, + offset: 2769, line: 76, - col: 50, + col: 52, }, }, }, @@ -6660,14 +6660,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2769, + offset: 2771, line: 76, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 2779, + offset: 2781, line: 76, - col: 62, + col: 64, }, }, }, @@ -6678,14 +6678,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2752, + offset: 2754, line: 76, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 2767, + offset: 2769, line: 76, - col: 50, + col: 52, }, }, }, @@ -6700,14 +6700,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2816, + offset: 2818, line: 76, - col: 99, + col: 101, }, end: { '@type': "uast:Position", - offset: 2824, + offset: 2826, line: 76, - col: 107, + col: 109, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -6717,14 +6717,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2816, + offset: 2818, line: 76, - col: 99, + col: 101, }, end: { '@type': "uast:Position", - offset: 2822, + offset: 2824, line: 76, - col: 105, + col: 107, }, }, ExpressionType: "", @@ -6735,14 +6735,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2816, + offset: 2818, line: 76, - col: 99, + col: 101, }, end: { '@type': "uast:Position", - offset: 2822, + offset: 2824, line: 76, - col: 105, + col: 107, }, }, }, @@ -6753,14 +6753,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2826, + offset: 2828, line: 76, - col: 109, + col: 111, }, end: { '@type': "uast:Position", - offset: 2910, + offset: 2912, line: 79, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -6768,28 +6768,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2836, + offset: 2838, line: 77, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2860, + offset: 2862, line: 77, - col: 31, + col: 33, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2836, + offset: 2838, line: 77, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2859, + offset: 2861, line: 77, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -6799,14 +6799,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2836, + offset: 2838, line: 77, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2857, + offset: 2859, line: 77, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -6819,14 +6819,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2846, + offset: 2848, line: 77, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 2857, + offset: 2859, line: 77, - col: 28, + col: 30, }, }, }, @@ -6834,14 +6834,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2836, + offset: 2838, line: 77, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2844, + offset: 2846, line: 77, - col: 15, + col: 17, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -6851,14 +6851,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2836, + offset: 2838, line: 77, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2842, + offset: 2844, line: 77, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -6869,14 +6869,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2836, + offset: 2838, line: 77, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2842, + offset: 2844, line: 77, - col: 13, + col: 15, }, }, }, @@ -6890,14 +6890,14 @@ '@role': [Comment, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2861, + offset: 2863, line: 77, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 2877, + offset: 2879, line: 77, - col: 48, + col: 50, }, }, IsBlockComment: false, @@ -6908,28 +6908,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2886, + offset: 2888, line: 78, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2904, + offset: 2906, line: 78, - col: 25, + col: 27, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2886, + offset: 2888, line: 78, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2903, + offset: 2905, line: 78, - col: 24, + col: 26, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -6939,14 +6939,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2886, + offset: 2888, line: 78, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2901, + offset: 2903, line: 78, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -6957,14 +6957,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2886, + offset: 2888, line: 78, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 2901, + offset: 2903, line: 78, - col: 22, + col: 24, }, }, }, @@ -6981,14 +6981,14 @@ '@role': [Declaration, Function, 'Null', Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2452, - line: 70, - col: 2, + offset: 2454, + line: 72, + col: 1, }, end: { '@type': "uast:Position", - offset: 2456, + offset: 2458, line: 72, - col: 3, + col: 5, }, }, IsComplex: false, @@ -7013,14 +7013,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2457, + offset: 2459, line: 72, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 2513, + offset: 2515, line: 72, - col: 60, + col: 62, }, }, IsConst: false, @@ -7033,14 +7033,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2457, + offset: 2459, line: 72, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 2489, + offset: 2491, line: 72, - col: 36, + col: 38, }, }, IsConversionOperator: false, @@ -7052,14 +7052,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2457, + offset: 2459, line: 72, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 2470, + offset: 2472, line: 72, - col: 17, + col: 19, }, }, }, @@ -7068,14 +7068,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2472, + offset: 2474, line: 72, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 2489, + offset: 2491, line: 72, - col: 36, + col: 38, }, }, }, @@ -7086,14 +7086,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2457, + offset: 2459, line: 72, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 2470, + offset: 2472, line: 72, - col: 17, + col: 19, }, }, }, @@ -7104,14 +7104,14 @@ '@role': [Argument, Declaration, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2504, + offset: 2506, line: 72, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 2512, + offset: 2514, line: 72, - col: 59, + col: 61, }, }, DeclaresParameterPack: false, @@ -7120,14 +7120,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2505, + offset: 2507, line: 72, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 2512, + offset: 2514, line: 72, - col: 59, + col: 61, }, }, }, @@ -7136,14 +7136,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2490, + offset: 2492, line: 72, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 2503, + offset: 2505, line: 72, - col: 50, + col: 52, }, }, IsConst: true, @@ -7161,14 +7161,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2496, + offset: 2498, line: 72, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 2503, + offset: 2505, line: 72, - col: 50, + col: 52, }, }, }, @@ -7183,14 +7183,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2914, - line: 80, - col: 2, + offset: 2916, + line: 82, + col: 1, }, end: { '@type': "uast:Position", - offset: 3379, - line: 89, - col: 6, + offset: 3381, + line: 90, + col: 2, }, }, IsDefaulted: false, @@ -7199,14 +7199,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2946, - line: 82, - col: 31, + offset: 2948, + line: 83, + col: 1, }, end: { '@type': "uast:Position", - offset: 3379, - line: 89, - col: 6, + offset: 3381, + line: 90, + col: 2, }, }, 'Prop_Statements': [ @@ -7214,28 +7214,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2952, + offset: 2954, line: 84, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3015, + offset: 3017, line: 84, - col: 66, + col: 68, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2952, + offset: 2954, line: 84, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3014, + offset: 3016, line: 84, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -7246,14 +7246,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3000, + offset: 3002, line: 84, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 3013, + offset: 3015, line: 84, - col: 64, + col: 66, }, }, ExpressionType: "", @@ -7264,14 +7264,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3000, + offset: 3002, line: 84, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 3013, + offset: 3015, line: 84, - col: 64, + col: 66, }, }, }, @@ -7281,14 +7281,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2952, + offset: 2954, line: 84, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2999, + offset: 3001, line: 84, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -7301,14 +7301,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2982, + offset: 2984, line: 84, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 2999, + offset: 3001, line: 84, - col: 50, + col: 52, }, }, }, @@ -7316,14 +7316,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2952, + offset: 2954, line: 84, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2981, + offset: 2983, line: 84, - col: 32, + col: 34, }, }, ExpressionType: "Attempt to use symbol failed: sessionBus", @@ -7333,14 +7333,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2952, + offset: 2954, line: 84, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2979, + offset: 2981, line: 84, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -7350,14 +7350,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2952, + offset: 2954, line: 84, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2979, + offset: 2981, line: 84, - col: 30, + col: 32, }, }, IsConversionOperator: false, @@ -7369,14 +7369,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2952, + offset: 2954, line: 84, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2967, + offset: 2969, line: 84, - col: 18, + col: 20, }, }, }, @@ -7385,14 +7385,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2969, + offset: 2971, line: 84, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 2979, + offset: 2981, line: 84, - col: 30, + col: 32, }, }, }, @@ -7403,14 +7403,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2952, + offset: 2954, line: 84, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2967, + offset: 2969, line: 84, - col: 18, + col: 20, }, }, }, @@ -7425,14 +7425,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3142, + offset: 3144, line: 86, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3222, + offset: 3224, line: 86, - col: 83, + col: 85, }, }, LeadingComments: [ @@ -7441,14 +7441,14 @@ '@role': [Comment, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3020, + offset: 3022, line: 85, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3137, + offset: 3139, line: 85, - col: 120, + col: 122, }, }, IsBlockComment: false, @@ -7458,14 +7458,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3142, + offset: 3144, line: 86, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3221, + offset: 3223, line: 86, - col: 82, + col: 84, }, }, ExpressionType: "", @@ -7476,14 +7476,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3190, + offset: 3192, line: 86, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 3220, + offset: 3222, line: 86, - col: 81, + col: 83, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -7495,14 +7495,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3205, + offset: 3207, line: 86, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 3219, + offset: 3221, line: 86, - col: 80, + col: 82, }, }, ExpressionType: "const char [13]", @@ -7515,14 +7515,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3190, + offset: 3192, line: 86, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 3204, + offset: 3206, line: 86, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -7533,14 +7533,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3190, + offset: 3192, line: 86, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 3204, + offset: 3206, line: 86, - col: 65, + col: 67, }, }, }, @@ -7551,14 +7551,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3142, + offset: 3144, line: 86, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3189, + offset: 3191, line: 86, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -7571,14 +7571,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3172, + offset: 3174, line: 86, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 3189, + offset: 3191, line: 86, - col: 50, + col: 52, }, }, }, @@ -7586,14 +7586,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3142, + offset: 3144, line: 86, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3171, + offset: 3173, line: 86, - col: 32, + col: 34, }, }, ExpressionType: "Attempt to use symbol failed: sessionBus", @@ -7603,14 +7603,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3142, + offset: 3144, line: 86, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3169, + offset: 3171, line: 86, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -7620,14 +7620,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3142, + offset: 3144, line: 86, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3169, + offset: 3171, line: 86, - col: 30, + col: 32, }, }, IsConversionOperator: false, @@ -7639,14 +7639,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3142, + offset: 3144, line: 86, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3157, + offset: 3159, line: 86, - col: 18, + col: 20, }, }, }, @@ -7655,14 +7655,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3159, + offset: 3161, line: 86, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 3169, + offset: 3171, line: 86, - col: 30, + col: 32, }, }, }, @@ -7673,14 +7673,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3142, + offset: 3144, line: 86, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3157, + offset: 3159, line: 86, - col: 18, + col: 20, }, }, }, @@ -7695,28 +7695,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3227, + offset: 3229, line: 87, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3377, + offset: 3379, line: 89, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3231, + offset: 3233, line: 87, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3257, + offset: 3259, line: 87, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -7726,14 +7726,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3231, + offset: 3233, line: 87, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3255, + offset: 3257, line: 87, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -7746,14 +7746,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3242, + offset: 3244, line: 87, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 3255, + offset: 3257, line: 87, - col: 31, + col: 33, }, }, }, @@ -7761,14 +7761,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3231, + offset: 3233, line: 87, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3240, + offset: 3242, line: 87, - col: 16, + col: 18, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -7778,14 +7778,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3231, + offset: 3233, line: 87, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3238, + offset: 3240, line: 87, - col: 14, + col: 16, }, }, ExpressionType: "", @@ -7796,14 +7796,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3231, + offset: 3233, line: 87, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3238, + offset: 3240, line: 87, - col: 14, + col: 16, }, }, }, @@ -7815,14 +7815,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3259, + offset: 3261, line: 87, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 3377, + offset: 3379, line: 89, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -7830,28 +7830,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3269, + offset: 3271, line: 88, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3371, + offset: 3373, line: 88, - col: 109, + col: 111, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3269, + offset: 3271, line: 88, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3370, + offset: 3372, line: 88, - col: 108, + col: 110, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -7862,14 +7862,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3289, + offset: 3291, line: 88, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 3315, + offset: 3317, line: 88, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -7879,14 +7879,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3289, + offset: 3291, line: 88, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 3313, + offset: 3315, line: 88, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -7899,14 +7899,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3300, + offset: 3302, line: 88, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 3313, + offset: 3315, line: 88, - col: 51, + col: 53, }, }, }, @@ -7914,14 +7914,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3289, + offset: 3291, line: 88, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 3298, + offset: 3300, line: 88, - col: 36, + col: 38, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -7931,14 +7931,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3289, + offset: 3291, line: 88, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 3296, + offset: 3298, line: 88, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -7949,14 +7949,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3289, + offset: 3291, line: 88, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 3296, + offset: 3298, line: 88, - col: 34, + col: 36, }, }, }, @@ -7968,14 +7968,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3317, + offset: 3319, line: 88, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 3343, + offset: 3345, line: 88, - col: 81, + col: 83, }, }, ExpressionType: "", @@ -7985,14 +7985,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3317, + offset: 3319, line: 88, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 3341, + offset: 3343, line: 88, - col: 79, + col: 81, }, }, ExpressionType: "", @@ -8005,14 +8005,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3328, + offset: 3330, line: 88, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 3341, + offset: 3343, line: 88, - col: 79, + col: 81, }, }, }, @@ -8020,14 +8020,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3317, + offset: 3319, line: 88, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 3326, + offset: 3328, line: 88, - col: 64, + col: 66, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -8037,14 +8037,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3317, + offset: 3319, line: 88, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 3324, + offset: 3326, line: 88, - col: 62, + col: 64, }, }, ExpressionType: "", @@ -8055,14 +8055,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3317, + offset: 3319, line: 88, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 3324, + offset: 3326, line: 88, - col: 62, + col: 64, }, }, }, @@ -8074,14 +8074,14 @@ '@role': [Argument, Call, Expression, Function, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3345, + offset: 3347, line: 88, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 3369, + offset: 3371, line: 88, - col: 107, + col: 109, }, }, ExpressionType: "", @@ -8094,14 +8094,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3352, + offset: 3354, line: 88, - col: 90, + col: 92, }, end: { '@type': "uast:Position", - offset: 3369, + offset: 3371, line: 88, - col: 107, + col: 109, }, }, }, @@ -8109,14 +8109,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3345, + offset: 3347, line: 88, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 3350, + offset: 3352, line: 88, - col: 88, + col: 90, }, }, ExpressionType: "", @@ -8127,14 +8127,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3345, + offset: 3347, line: 88, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 3350, + offset: 3352, line: 88, - col: 88, + col: 90, }, }, }, @@ -8145,14 +8145,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3269, + offset: 3271, line: 88, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3288, + offset: 3290, line: 88, - col: 26, + col: 28, }, }, ExpressionType: "", @@ -8163,14 +8163,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3269, + offset: 3271, line: 88, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3288, + offset: 3290, line: 88, - col: 26, + col: 28, }, }, }, @@ -8187,14 +8187,14 @@ '@role': [Declaration, Function, Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2914, - line: 80, - col: 2, + offset: 2916, + line: 82, + col: 1, }, end: { '@type': "uast:Position", - offset: 2914, - line: 80, - col: 2, + offset: 2916, + line: 82, + col: 1, }, }, IsComplex: false, @@ -8219,14 +8219,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2914, - line: 80, - col: 2, + offset: 2916, + line: 82, + col: 1, }, end: { '@type': "uast:Position", - offset: 2945, + offset: 2947, line: 82, - col: 30, + col: 32, }, }, IsConst: false, @@ -8239,14 +8239,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2914, - line: 80, - col: 2, + offset: 2916, + line: 82, + col: 1, }, end: { '@type': "uast:Position", - offset: 2943, + offset: 2945, line: 82, - col: 28, + col: 30, }, }, IsConversionOperator: false, @@ -8258,14 +8258,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2914, - line: 80, - col: 2, + offset: 2916, + line: 82, + col: 1, }, end: { '@type': "uast:Position", - offset: 2927, + offset: 2929, line: 82, - col: 12, + col: 14, }, }, }, @@ -8274,14 +8274,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2929, + offset: 2931, line: 82, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 2943, + offset: 2945, line: 82, - col: 28, + col: 30, }, }, }, @@ -8292,14 +8292,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2914, - line: 80, - col: 2, + offset: 2916, + line: 82, + col: 1, }, end: { '@type': "uast:Position", - offset: 2927, + offset: 2929, line: 82, - col: 12, + col: 14, }, }, }, @@ -8312,14 +8312,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3381, - line: 90, - col: 2, + offset: 3383, + line: 92, + col: 1, }, end: { '@type': "uast:Position", - offset: 3752, - line: 99, - col: 85, + offset: 3754, + line: 100, + col: 2, }, }, IsDefaulted: false, @@ -8328,14 +8328,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3419, - line: 92, - col: 37, + offset: 3421, + line: 93, + col: 1, }, end: { '@type': "uast:Position", - offset: 3752, - line: 99, - col: 85, + offset: 3754, + line: 100, + col: 2, }, }, 'Prop_Statements': [ @@ -8343,28 +8343,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3425, + offset: 3427, line: 94, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3481, + offset: 3483, line: 96, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTUnaryExpression", '@role': [Not, Relational, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3429, + offset: 3431, line: 94, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3456, + offset: 3458, line: 94, - col: 34, + col: 36, }, }, ExpressionType: "bool", @@ -8374,14 +8374,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3430, + offset: 3432, line: 94, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 3456, + offset: 3458, line: 94, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -8391,14 +8391,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3430, + offset: 3432, line: 94, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 3454, + offset: 3456, line: 94, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -8411,14 +8411,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3441, + offset: 3443, line: 94, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 3454, + offset: 3456, line: 94, - col: 32, + col: 34, }, }, }, @@ -8426,14 +8426,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3430, + offset: 3432, line: 94, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 3439, + offset: 3441, line: 94, - col: 17, + col: 19, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -8443,14 +8443,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3430, + offset: 3432, line: 94, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 3437, + offset: 3439, line: 94, - col: 15, + col: 17, }, }, ExpressionType: "", @@ -8461,14 +8461,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3430, + offset: 3432, line: 94, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 3437, + offset: 3439, line: 94, - col: 15, + col: 17, }, }, }, @@ -8482,14 +8482,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3458, + offset: 3460, line: 94, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 3481, + offset: 3483, line: 96, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -8497,14 +8497,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3468, + offset: 3470, line: 95, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3475, + offset: 3477, line: 95, - col: 14, + col: 16, }, }, }, @@ -8515,42 +8515,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3486, + offset: 3488, line: 97, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3536, + offset: 3538, line: 97, - col: 53, + col: 55, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3486, + offset: 3488, line: 97, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3536, + offset: 3538, line: 97, - col: 53, + col: 55, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3486, + offset: 3488, line: 97, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3502, + offset: 3504, line: 97, - col: 19, + col: 21, }, }, IsConst: true, @@ -8568,14 +8568,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3492, + offset: 3494, line: 97, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 3502, + offset: 3504, line: 97, - col: 19, + col: 21, }, }, }, @@ -8586,14 +8586,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3503, + offset: 3505, line: 97, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 3535, + offset: 3537, line: 97, - col: 52, + col: 54, }, }, DeclaresParameterPack: false, @@ -8601,28 +8601,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3511, + offset: 3513, line: 97, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 3535, + offset: 3537, line: 97, - col: 52, + col: 54, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3513, + offset: 3515, line: 97, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 3535, + offset: 3537, line: 97, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -8632,14 +8632,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3513, + offset: 3515, line: 97, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 3533, + offset: 3535, line: 97, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -8652,14 +8652,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3527, + offset: 3529, line: 97, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 3533, + offset: 3535, line: 97, - col: 50, + col: 52, }, }, }, @@ -8667,14 +8667,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3513, + offset: 3515, line: 97, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 3526, + offset: 3528, line: 97, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -8685,14 +8685,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3513, + offset: 3515, line: 97, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 3526, + offset: 3528, line: 97, - col: 43, + col: 45, }, }, }, @@ -8703,14 +8703,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3513, + offset: 3515, line: 97, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 3535, + offset: 3537, line: 97, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -8720,14 +8720,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3513, + offset: 3515, line: 97, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 3533, + offset: 3535, line: 97, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -8740,14 +8740,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3527, + offset: 3529, line: 97, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 3533, + offset: 3535, line: 97, - col: 50, + col: 52, }, }, }, @@ -8755,14 +8755,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3513, + offset: 3515, line: 97, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 3526, + offset: 3528, line: 97, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -8773,14 +8773,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3513, + offset: 3515, line: 97, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 3526, + offset: 3528, line: 97, - col: 43, + col: 45, }, }, }, @@ -8793,14 +8793,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3503, + offset: 3505, line: 97, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 3510, + offset: 3512, line: 97, - col: 27, + col: 29, }, }, }, @@ -8813,28 +8813,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3541, + offset: 3543, line: 98, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3750, + offset: 3752, line: 99, - col: 83, + col: 85, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3541, + offset: 3543, line: 98, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3749, + offset: 3751, line: 99, - col: 82, + col: 84, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -8845,14 +8845,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3561, + offset: 3563, line: 98, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 3587, + offset: 3589, line: 98, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -8862,14 +8862,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3561, + offset: 3563, line: 98, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 3585, + offset: 3587, line: 98, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -8882,14 +8882,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3572, + offset: 3574, line: 98, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 3585, + offset: 3587, line: 98, - col: 47, + col: 49, }, }, }, @@ -8897,14 +8897,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3561, + offset: 3563, line: 98, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 3570, + offset: 3572, line: 98, - col: 32, + col: 34, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -8914,14 +8914,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3561, + offset: 3563, line: 98, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 3568, + offset: 3570, line: 98, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -8932,14 +8932,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3561, + offset: 3563, line: 98, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 3568, + offset: 3570, line: 98, - col: 30, + col: 32, }, }, }, @@ -8951,14 +8951,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3589, + offset: 3591, line: 98, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 3610, + offset: 3612, line: 98, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -8969,14 +8969,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3589, + offset: 3591, line: 98, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 3610, + offset: 3612, line: 98, - col: 72, + col: 74, }, }, }, @@ -8985,14 +8985,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3612, + offset: 3614, line: 98, - col: 74, + col: 76, }, end: { '@type': "uast:Position", - offset: 3638, + offset: 3640, line: 98, - col: 100, + col: 102, }, }, ExpressionType: "", @@ -9002,14 +9002,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3612, + offset: 3614, line: 98, - col: 74, + col: 76, }, end: { '@type': "uast:Position", - offset: 3636, + offset: 3638, line: 98, - col: 98, + col: 100, }, }, ExpressionType: "", @@ -9022,14 +9022,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3623, + offset: 3625, line: 98, - col: 85, + col: 87, }, end: { '@type': "uast:Position", - offset: 3636, + offset: 3638, line: 98, - col: 98, + col: 100, }, }, }, @@ -9037,14 +9037,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3612, + offset: 3614, line: 98, - col: 74, + col: 76, }, end: { '@type': "uast:Position", - offset: 3621, + offset: 3623, line: 98, - col: 83, + col: 85, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -9054,14 +9054,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3612, + offset: 3614, line: 98, - col: 74, + col: 76, }, end: { '@type': "uast:Position", - offset: 3619, + offset: 3621, line: 98, - col: 81, + col: 83, }, }, ExpressionType: "", @@ -9072,14 +9072,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3612, + offset: 3614, line: 98, - col: 74, + col: 76, }, end: { '@type': "uast:Position", - offset: 3619, + offset: 3621, line: 98, - col: 81, + col: 83, }, }, }, @@ -9091,14 +9091,14 @@ '@role': [Argument, Call, Expression, Function, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3640, + offset: 3642, line: 98, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 3664, + offset: 3666, line: 98, - col: 126, + col: 128, }, }, ExpressionType: "", @@ -9111,14 +9111,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3647, + offset: 3649, line: 98, - col: 109, + col: 111, }, end: { '@type': "uast:Position", - offset: 3664, + offset: 3666, line: 98, - col: 126, + col: 128, }, }, }, @@ -9126,14 +9126,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3640, + offset: 3642, line: 98, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 3645, + offset: 3647, line: 98, - col: 107, + col: 109, }, }, ExpressionType: "", @@ -9144,14 +9144,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3640, + offset: 3642, line: 98, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 3645, + offset: 3647, line: 98, - col: 107, + col: 109, }, }, }, @@ -9161,14 +9161,14 @@ '@role': [Argument, Call, Expression, Function, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3690, + offset: 3692, line: 99, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 3708, + offset: 3710, line: 99, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -9181,14 +9181,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3697, + offset: 3699, line: 99, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 3708, + offset: 3710, line: 99, - col: 41, + col: 43, }, }, }, @@ -9196,14 +9196,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3690, + offset: 3692, line: 99, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 3695, + offset: 3697, line: 99, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -9214,14 +9214,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3690, + offset: 3692, line: 99, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 3695, + offset: 3697, line: 99, - col: 28, + col: 30, }, }, }, @@ -9232,14 +9232,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3710, + offset: 3712, line: 99, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 3711, + offset: 3713, line: 99, - col: 44, + col: 46, }, }, ExpressionType: "int", @@ -9251,14 +9251,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3713, + offset: 3715, line: 99, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 3727, + offset: 3729, line: 99, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -9268,14 +9268,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3713, + offset: 3715, line: 99, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 3725, + offset: 3727, line: 99, - col: 58, + col: 60, }, }, ExpressionType: "", @@ -9288,14 +9288,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3721, + offset: 3723, line: 99, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 3725, + offset: 3727, line: 99, - col: 58, + col: 60, }, }, }, @@ -9303,14 +9303,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3713, + offset: 3715, line: 99, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 3720, + offset: 3722, line: 99, - col: 53, + col: 55, }, }, ExpressionType: "const ?", @@ -9321,14 +9321,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3713, + offset: 3715, line: 99, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 3720, + offset: 3722, line: 99, - col: 53, + col: 55, }, }, }, @@ -9339,14 +9339,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3729, + offset: 3731, line: 99, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 3748, + offset: 3750, line: 99, - col: 81, + col: 83, }, }, ExpressionType: "", @@ -9356,14 +9356,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3729, + offset: 3731, line: 99, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 3746, + offset: 3748, line: 99, - col: 79, + col: 81, }, }, ExpressionType: "", @@ -9376,14 +9376,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3737, + offset: 3739, line: 99, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 3746, + offset: 3748, line: 99, - col: 79, + col: 81, }, }, }, @@ -9391,14 +9391,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3729, + offset: 3731, line: 99, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 3736, + offset: 3738, line: 99, - col: 69, + col: 71, }, }, ExpressionType: "const ?", @@ -9409,14 +9409,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3729, + offset: 3731, line: 99, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 3736, + offset: 3738, line: 99, - col: 69, + col: 71, }, }, }, @@ -9428,14 +9428,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3541, + offset: 3543, line: 98, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3560, + offset: 3562, line: 98, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -9446,14 +9446,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3541, + offset: 3543, line: 98, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3560, + offset: 3562, line: 98, - col: 22, + col: 24, }, }, }, @@ -9467,14 +9467,14 @@ '@role': [Declaration, Function, 'Null', Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3381, - line: 90, - col: 2, + offset: 3383, + line: 92, + col: 1, }, end: { '@type': "uast:Position", - offset: 3385, + offset: 3387, line: 92, - col: 3, + col: 5, }, }, IsComplex: false, @@ -9499,14 +9499,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3386, + offset: 3388, line: 92, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 3418, + offset: 3420, line: 92, - col: 36, + col: 38, }, }, IsConst: false, @@ -9519,14 +9519,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3386, + offset: 3388, line: 92, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 3416, + offset: 3418, line: 92, - col: 34, + col: 36, }, }, IsConversionOperator: false, @@ -9538,14 +9538,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3386, + offset: 3388, line: 92, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 3399, + offset: 3401, line: 92, - col: 17, + col: 19, }, }, }, @@ -9554,14 +9554,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3401, + offset: 3403, line: 92, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 3416, + offset: 3418, line: 92, - col: 34, + col: 36, }, }, }, @@ -9572,14 +9572,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3386, + offset: 3388, line: 92, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 3399, + offset: 3401, line: 92, - col: 17, + col: 19, }, }, }, @@ -9592,14 +9592,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3894, - line: 107, - col: 2, + offset: 3896, + line: 109, + col: 1, }, end: { '@type': "uast:Position", - offset: 3911, + offset: 3913, line: 109, - col: 16, + col: 18, }, }, ExpandedFromMacro: "WRAP_3806:3892", @@ -9609,14 +9609,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3894, - line: 107, - col: 2, + offset: 3896, + line: 109, + col: 1, }, end: { '@type': "uast:Position", - offset: 3911, + offset: 3913, line: 109, - col: 16, + col: 18, }, }, ExpandedFromMacro: "WRAP_3806:3892", @@ -9625,14 +9625,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3894, - line: 107, - col: 2, + offset: 3896, + line: 109, + col: 1, }, end: { '@type': "uast:Position", - offset: 3911, + offset: 3913, line: 109, - col: 16, + col: 18, }, }, ExpandedFromMacro: "WRAP_3806:3892", @@ -9640,14 +9640,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3894, - line: 107, - col: 2, + offset: 3896, + line: 109, + col: 1, }, end: { '@type': "uast:Position", - offset: 3911, + offset: 3913, line: 109, - col: 16, + col: 18, }, }, ExpandedFromMacro: "WRAP_3806:3892", @@ -9658,14 +9658,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3894, - line: 107, - col: 2, + offset: 3896, + line: 109, + col: 1, }, end: { '@type': "uast:Position", - offset: 3911, + offset: 3913, line: 109, - col: 16, + col: 18, }, }, ExpandedFromMacro: "WRAP_3806:3892", @@ -9679,14 +9679,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3894, - line: 107, - col: 2, + offset: 3896, + line: 109, + col: 1, }, end: { '@type': "uast:Position", - offset: 3911, + offset: 3913, line: 109, - col: 16, + col: 18, }, }, ExpandedFromMacro: "WRAP_3806:3892", @@ -9695,14 +9695,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3894, - line: 107, - col: 2, + offset: 3896, + line: 109, + col: 1, }, end: { '@type': "uast:Position", - offset: 3911, + offset: 3913, line: 109, - col: 16, + col: 18, }, }, ExpandedFromMacro: "WRAP_3806:3892", @@ -9713,14 +9713,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3894, - line: 107, - col: 2, + offset: 3896, + line: 109, + col: 1, }, end: { '@type': "uast:Position", - offset: 3911, + offset: 3913, line: 109, - col: 16, + col: 18, }, }, ExpandedFromMacro: "WRAP_3806:3892", @@ -9731,14 +9731,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3894, - line: 107, - col: 2, + offset: 3896, + line: 109, + col: 1, }, end: { '@type': "uast:Position", - offset: 3911, + offset: 3913, line: 109, - col: 16, + col: 18, }, }, ExpandedFromMacro: "WRAP_3806:3892", @@ -9751,14 +9751,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3894, - line: 107, - col: 2, + offset: 3896, + line: 109, + col: 1, }, end: { '@type': "uast:Position", - offset: 3911, + offset: 3913, line: 109, - col: 16, + col: 18, }, }, ExpandedFromMacro: "WRAP_3806:3892", @@ -9768,14 +9768,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3894, - line: 107, - col: 2, + offset: 3896, + line: 109, + col: 1, }, end: { '@type': "uast:Position", - offset: 3911, + offset: 3913, line: 109, - col: 16, + col: 18, }, }, ExpandedFromMacro: "WRAP_3806:3892", @@ -9787,14 +9787,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3894, - line: 107, - col: 2, + offset: 3896, + line: 109, + col: 1, }, end: { '@type': "uast:Position", - offset: 3911, + offset: 3913, line: 109, - col: 16, + col: 18, }, }, ExpandedFromMacro: "WRAP_3806:3892", @@ -9813,14 +9813,14 @@ '@role': [Declaration, Function, 'Null', Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3894, - line: 107, - col: 2, + offset: 3896, + line: 109, + col: 1, }, end: { '@type': "uast:Position", - offset: 3911, + offset: 3913, line: 109, - col: 16, + col: 18, }, }, ExpandedFromMacro: "WRAP_3806:3892", @@ -9846,14 +9846,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3894, - line: 107, - col: 2, + offset: 3896, + line: 109, + col: 1, }, end: { '@type': "uast:Position", - offset: 3911, + offset: 3913, line: 109, - col: 16, + col: 18, }, }, ExpandedFromMacro: "WRAP_3806:3892", @@ -9867,14 +9867,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3894, - line: 107, - col: 2, + offset: 3896, + line: 109, + col: 1, }, end: { '@type': "uast:Position", - offset: 3911, + offset: 3913, line: 109, - col: 16, + col: 18, }, }, ExpandedFromMacro: "WRAP_3806:3892", @@ -9887,14 +9887,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3894, - line: 107, - col: 2, + offset: 3896, + line: 109, + col: 1, }, end: { '@type': "uast:Position", - offset: 3911, + offset: 3913, line: 109, - col: 16, + col: 18, }, }, ExpandedFromMacro: "WRAP_3806:3892", @@ -9904,14 +9904,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3894, - line: 107, - col: 2, + offset: 3896, + line: 109, + col: 1, }, end: { '@type': "uast:Position", - offset: 3911, + offset: 3913, line: 109, - col: 16, + col: 18, }, }, ExpandedFromMacro: "WRAP_3806:3892", @@ -9923,14 +9923,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3894, - line: 107, - col: 2, + offset: 3896, + line: 109, + col: 1, }, end: { '@type': "uast:Position", - offset: 3911, + offset: 3913, line: 109, - col: 16, + col: 18, }, }, ExpandedFromMacro: "WRAP_3806:3892", @@ -9944,14 +9944,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3926, - line: 111, - col: 12, + offset: 3928, + line: 113, + col: 1, }, end: { '@type': "uast:Position", - offset: 4003, - line: 115, - col: 41, + offset: 4005, + line: 116, + col: 2, }, }, IsDefaulted: false, @@ -9960,14 +9960,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3959, - line: 113, - col: 32, + offset: 3961, + line: 114, + col: 1, }, end: { '@type': "uast:Position", - offset: 4003, - line: 115, - col: 41, + offset: 4005, + line: 116, + col: 2, }, }, 'Prop_Statements': [ @@ -9975,28 +9975,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3965, + offset: 3967, line: 115, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4001, + offset: 4003, line: 115, - col: 39, + col: 41, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3965, + offset: 3967, line: 115, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4000, + offset: 4002, line: 115, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -10006,14 +10006,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3965, + offset: 3967, line: 115, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3998, + offset: 4000, line: 115, - col: 36, + col: 38, }, }, ExpressionType: "", @@ -10026,14 +10026,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3984, + offset: 3986, line: 115, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 3998, + offset: 4000, line: 115, - col: 36, + col: 38, }, }, }, @@ -10041,14 +10041,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3965, + offset: 3967, line: 115, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3982, + offset: 3984, line: 115, - col: 20, + col: 22, }, }, ExpressionType: "Attempt to use symbol failed: self", @@ -10058,14 +10058,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3965, + offset: 3967, line: 115, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3980, + offset: 3982, line: 115, - col: 18, + col: 20, }, }, ExpressionType: "", @@ -10075,14 +10075,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3965, + offset: 3967, line: 115, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3980, + offset: 3982, line: 115, - col: 18, + col: 20, }, }, IsConversionOperator: false, @@ -10094,14 +10094,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3965, + offset: 3967, line: 115, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3974, + offset: 3976, line: 115, - col: 12, + col: 14, }, }, }, @@ -10110,14 +10110,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3976, + offset: 3978, line: 115, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 3980, + offset: 3982, line: 115, - col: 18, + col: 20, }, }, }, @@ -10128,14 +10128,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3965, + offset: 3967, line: 115, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3974, + offset: 3976, line: 115, - col: 12, + col: 14, }, }, }, @@ -10153,14 +10153,14 @@ '@role': [Declaration, Function, 'Null', Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3926, - line: 111, - col: 12, + offset: 3928, + line: 113, + col: 1, }, end: { '@type': "uast:Position", - offset: 3930, + offset: 3932, line: 113, - col: 3, + col: 5, }, }, IsComplex: false, @@ -10185,14 +10185,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3931, + offset: 3933, line: 113, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 3958, + offset: 3960, line: 113, - col: 31, + col: 33, }, }, IsConst: false, @@ -10205,14 +10205,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3931, + offset: 3933, line: 113, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 3956, + offset: 3958, line: 113, - col: 29, + col: 31, }, }, IsConversionOperator: false, @@ -10224,14 +10224,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3931, + offset: 3933, line: 113, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 3944, + offset: 3946, line: 113, - col: 17, + col: 19, }, }, }, @@ -10240,14 +10240,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3946, + offset: 3948, line: 113, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 3956, + offset: 3958, line: 113, - col: 29, + col: 31, }, }, }, @@ -10258,14 +10258,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3931, + offset: 3933, line: 113, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 3944, + offset: 3946, line: 113, - col: 17, + col: 19, }, }, }, @@ -10278,14 +10278,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4093, - line: 122, - col: 2, + offset: 4095, + line: 124, + col: 1, }, end: { '@type': "uast:Position", - offset: 4113, + offset: 4115, line: 124, - col: 19, + col: 21, }, }, ExpandedFromMacro: "WRAP_4005:4091", @@ -10295,14 +10295,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4093, - line: 122, - col: 2, + offset: 4095, + line: 124, + col: 1, }, end: { '@type': "uast:Position", - offset: 4113, + offset: 4115, line: 124, - col: 19, + col: 21, }, }, ExpandedFromMacro: "WRAP_4005:4091", @@ -10311,14 +10311,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4093, - line: 122, - col: 2, + offset: 4095, + line: 124, + col: 1, }, end: { '@type': "uast:Position", - offset: 4113, + offset: 4115, line: 124, - col: 19, + col: 21, }, }, ExpandedFromMacro: "WRAP_4005:4091", @@ -10326,14 +10326,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4093, - line: 122, - col: 2, + offset: 4095, + line: 124, + col: 1, }, end: { '@type': "uast:Position", - offset: 4113, + offset: 4115, line: 124, - col: 19, + col: 21, }, }, ExpandedFromMacro: "WRAP_4005:4091", @@ -10344,14 +10344,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4093, - line: 122, - col: 2, + offset: 4095, + line: 124, + col: 1, }, end: { '@type': "uast:Position", - offset: 4113, + offset: 4115, line: 124, - col: 19, + col: 21, }, }, ExpandedFromMacro: "WRAP_4005:4091", @@ -10365,14 +10365,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4093, - line: 122, - col: 2, + offset: 4095, + line: 124, + col: 1, }, end: { '@type': "uast:Position", - offset: 4113, + offset: 4115, line: 124, - col: 19, + col: 21, }, }, ExpandedFromMacro: "WRAP_4005:4091", @@ -10381,14 +10381,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4093, - line: 122, - col: 2, + offset: 4095, + line: 124, + col: 1, }, end: { '@type': "uast:Position", - offset: 4113, + offset: 4115, line: 124, - col: 19, + col: 21, }, }, ExpandedFromMacro: "WRAP_4005:4091", @@ -10399,14 +10399,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4093, - line: 122, - col: 2, + offset: 4095, + line: 124, + col: 1, }, end: { '@type': "uast:Position", - offset: 4113, + offset: 4115, line: 124, - col: 19, + col: 21, }, }, ExpandedFromMacro: "WRAP_4005:4091", @@ -10417,14 +10417,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4093, - line: 122, - col: 2, + offset: 4095, + line: 124, + col: 1, }, end: { '@type': "uast:Position", - offset: 4113, + offset: 4115, line: 124, - col: 19, + col: 21, }, }, ExpandedFromMacro: "WRAP_4005:4091", @@ -10437,14 +10437,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4093, - line: 122, - col: 2, + offset: 4095, + line: 124, + col: 1, }, end: { '@type': "uast:Position", - offset: 4113, + offset: 4115, line: 124, - col: 19, + col: 21, }, }, ExpandedFromMacro: "WRAP_4005:4091", @@ -10454,14 +10454,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4093, - line: 122, - col: 2, + offset: 4095, + line: 124, + col: 1, }, end: { '@type': "uast:Position", - offset: 4113, + offset: 4115, line: 124, - col: 19, + col: 21, }, }, ExpandedFromMacro: "WRAP_4005:4091", @@ -10473,14 +10473,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4093, - line: 122, - col: 2, + offset: 4095, + line: 124, + col: 1, }, end: { '@type': "uast:Position", - offset: 4113, + offset: 4115, line: 124, - col: 19, + col: 21, }, }, ExpandedFromMacro: "WRAP_4005:4091", @@ -10499,14 +10499,14 @@ '@role': [Declaration, Function, 'Null', Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4093, - line: 122, - col: 2, + offset: 4095, + line: 124, + col: 1, }, end: { '@type': "uast:Position", - offset: 4113, + offset: 4115, line: 124, - col: 19, + col: 21, }, }, ExpandedFromMacro: "WRAP_4005:4091", @@ -10532,14 +10532,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4093, - line: 122, - col: 2, + offset: 4095, + line: 124, + col: 1, }, end: { '@type': "uast:Position", - offset: 4113, + offset: 4115, line: 124, - col: 19, + col: 21, }, }, ExpandedFromMacro: "WRAP_4005:4091", @@ -10553,14 +10553,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4093, - line: 122, - col: 2, + offset: 4095, + line: 124, + col: 1, }, end: { '@type': "uast:Position", - offset: 4113, + offset: 4115, line: 124, - col: 19, + col: 21, }, }, ExpandedFromMacro: "WRAP_4005:4091", @@ -10573,14 +10573,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4093, - line: 122, - col: 2, + offset: 4095, + line: 124, + col: 1, }, end: { '@type': "uast:Position", - offset: 4113, + offset: 4115, line: 124, - col: 19, + col: 21, }, }, ExpandedFromMacro: "WRAP_4005:4091", @@ -10590,14 +10590,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4093, - line: 122, - col: 2, + offset: 4095, + line: 124, + col: 1, }, end: { '@type': "uast:Position", - offset: 4113, + offset: 4115, line: 124, - col: 19, + col: 21, }, }, ExpandedFromMacro: "WRAP_4005:4091", @@ -10609,14 +10609,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4093, - line: 122, - col: 2, + offset: 4095, + line: 124, + col: 1, }, end: { '@type': "uast:Position", - offset: 4113, + offset: 4115, line: 124, - col: 19, + col: 21, }, }, ExpandedFromMacro: "WRAP_4005:4091", @@ -10630,14 +10630,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4114, - line: 124, - col: 20, + offset: 4116, + line: 125, + col: 1, }, end: { '@type': "uast:Position", - offset: 4136, + offset: 4138, line: 125, - col: 21, + col: 23, }, }, ExpandedFromMacro: "WRAP_4005:4091", @@ -10647,14 +10647,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4114, - line: 124, - col: 20, + offset: 4116, + line: 125, + col: 1, }, end: { '@type': "uast:Position", - offset: 4136, + offset: 4138, line: 125, - col: 21, + col: 23, }, }, ExpandedFromMacro: "WRAP_4005:4091", @@ -10663,14 +10663,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4114, - line: 124, - col: 20, + offset: 4116, + line: 125, + col: 1, }, end: { '@type': "uast:Position", - offset: 4136, + offset: 4138, line: 125, - col: 21, + col: 23, }, }, ExpandedFromMacro: "WRAP_4005:4091", @@ -10678,14 +10678,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4114, - line: 124, - col: 20, + offset: 4116, + line: 125, + col: 1, }, end: { '@type': "uast:Position", - offset: 4136, + offset: 4138, line: 125, - col: 21, + col: 23, }, }, ExpandedFromMacro: "WRAP_4005:4091", @@ -10696,14 +10696,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4114, - line: 124, - col: 20, + offset: 4116, + line: 125, + col: 1, }, end: { '@type': "uast:Position", - offset: 4136, + offset: 4138, line: 125, - col: 21, + col: 23, }, }, ExpandedFromMacro: "WRAP_4005:4091", @@ -10717,14 +10717,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4114, - line: 124, - col: 20, + offset: 4116, + line: 125, + col: 1, }, end: { '@type': "uast:Position", - offset: 4136, + offset: 4138, line: 125, - col: 21, + col: 23, }, }, ExpandedFromMacro: "WRAP_4005:4091", @@ -10733,14 +10733,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4114, - line: 124, - col: 20, + offset: 4116, + line: 125, + col: 1, }, end: { '@type': "uast:Position", - offset: 4136, + offset: 4138, line: 125, - col: 21, + col: 23, }, }, ExpandedFromMacro: "WRAP_4005:4091", @@ -10751,14 +10751,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4114, - line: 124, - col: 20, + offset: 4116, + line: 125, + col: 1, }, end: { '@type': "uast:Position", - offset: 4136, + offset: 4138, line: 125, - col: 21, + col: 23, }, }, ExpandedFromMacro: "WRAP_4005:4091", @@ -10769,14 +10769,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4114, - line: 124, - col: 20, + offset: 4116, + line: 125, + col: 1, }, end: { '@type': "uast:Position", - offset: 4136, + offset: 4138, line: 125, - col: 21, + col: 23, }, }, ExpandedFromMacro: "WRAP_4005:4091", @@ -10789,14 +10789,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4114, - line: 124, - col: 20, + offset: 4116, + line: 125, + col: 1, }, end: { '@type': "uast:Position", - offset: 4136, + offset: 4138, line: 125, - col: 21, + col: 23, }, }, ExpandedFromMacro: "WRAP_4005:4091", @@ -10806,14 +10806,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4114, - line: 124, - col: 20, + offset: 4116, + line: 125, + col: 1, }, end: { '@type': "uast:Position", - offset: 4136, + offset: 4138, line: 125, - col: 21, + col: 23, }, }, ExpandedFromMacro: "WRAP_4005:4091", @@ -10825,14 +10825,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4114, - line: 124, - col: 20, + offset: 4116, + line: 125, + col: 1, }, end: { '@type': "uast:Position", - offset: 4136, + offset: 4138, line: 125, - col: 21, + col: 23, }, }, ExpandedFromMacro: "WRAP_4005:4091", @@ -10851,14 +10851,14 @@ '@role': [Declaration, Function, 'Null', Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4114, - line: 124, - col: 20, + offset: 4116, + line: 125, + col: 1, }, end: { '@type': "uast:Position", - offset: 4136, + offset: 4138, line: 125, - col: 21, + col: 23, }, }, ExpandedFromMacro: "WRAP_4005:4091", @@ -10884,14 +10884,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4114, - line: 124, - col: 20, + offset: 4116, + line: 125, + col: 1, }, end: { '@type': "uast:Position", - offset: 4136, + offset: 4138, line: 125, - col: 21, + col: 23, }, }, ExpandedFromMacro: "WRAP_4005:4091", @@ -10905,14 +10905,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4114, - line: 124, - col: 20, + offset: 4116, + line: 125, + col: 1, }, end: { '@type': "uast:Position", - offset: 4136, + offset: 4138, line: 125, - col: 21, + col: 23, }, }, ExpandedFromMacro: "WRAP_4005:4091", @@ -10925,14 +10925,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4114, - line: 124, - col: 20, + offset: 4116, + line: 125, + col: 1, }, end: { '@type': "uast:Position", - offset: 4136, + offset: 4138, line: 125, - col: 21, + col: 23, }, }, ExpandedFromMacro: "WRAP_4005:4091", @@ -10942,14 +10942,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4114, - line: 124, - col: 20, + offset: 4116, + line: 125, + col: 1, }, end: { '@type': "uast:Position", - offset: 4136, + offset: 4138, line: 125, - col: 21, + col: 23, }, }, ExpandedFromMacro: "WRAP_4005:4091", @@ -10961,14 +10961,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4114, - line: 124, - col: 20, + offset: 4116, + line: 125, + col: 1, }, end: { '@type': "uast:Position", - offset: 4136, + offset: 4138, line: 125, - col: 21, + col: 23, }, }, ExpandedFromMacro: "WRAP_4005:4091", @@ -10982,14 +10982,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, ExpandedFromMacro: "WRAP_4208:4317", @@ -10999,14 +10999,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, ExpandedFromMacro: "WRAP_4208:4317", @@ -11015,14 +11015,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, ExpandedFromMacro: "WRAP_4208:4317", @@ -11030,14 +11030,14 @@ '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, ExpandedFromMacro: "WRAP_4208:4317", @@ -11048,14 +11048,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, ExpandedFromMacro: "WRAP_4208:4317", @@ -11069,14 +11069,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, ExpandedFromMacro: "WRAP_4208:4317", @@ -11085,14 +11085,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, ExpandedFromMacro: "WRAP_4208:4317", @@ -11103,14 +11103,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, ExpandedFromMacro: "WRAP_4208:4317", @@ -11121,14 +11121,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, ExpandedFromMacro: "WRAP_4208:4317", @@ -11141,14 +11141,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, ExpandedFromMacro: "WRAP_4208:4317", @@ -11158,14 +11158,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, ExpandedFromMacro: "WRAP_4208:4317", @@ -11177,14 +11177,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, ExpandedFromMacro: "WRAP_4208:4317", @@ -11199,14 +11199,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, ExpandedFromMacro: "WRAP_4208:4317", @@ -11217,14 +11217,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, ExpandedFromMacro: "WRAP_4208:4317", @@ -11238,14 +11238,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, ExpandedFromMacro: "WRAP_4208:4317", @@ -11254,14 +11254,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, ExpandedFromMacro: "WRAP_4208:4317", @@ -11272,14 +11272,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, ExpandedFromMacro: "WRAP_4208:4317", @@ -11290,14 +11290,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, ExpandedFromMacro: "WRAP_4208:4317", @@ -11310,14 +11310,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, ExpandedFromMacro: "WRAP_4208:4317", @@ -11327,14 +11327,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, ExpandedFromMacro: "WRAP_4208:4317", @@ -11346,14 +11346,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, ExpandedFromMacro: "WRAP_4208:4317", @@ -11371,14 +11371,14 @@ '@role': [Declaration, Function, Instance, Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, ExpandedFromMacro: "WRAP_4208:4317", @@ -11397,14 +11397,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, ExpandedFromMacro: "WRAP_4208:4317", @@ -11415,14 +11415,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, ExpandedFromMacro: "WRAP_4208:4317", @@ -11436,14 +11436,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, ExpandedFromMacro: "WRAP_4208:4317", @@ -11456,14 +11456,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, ExpandedFromMacro: "WRAP_4208:4317", @@ -11473,14 +11473,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, ExpandedFromMacro: "WRAP_4208:4317", @@ -11492,14 +11492,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, ExpandedFromMacro: "WRAP_4208:4317", @@ -11513,14 +11513,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4367, - line: 138, - col: 12, + offset: 4369, + line: 140, + col: 1, }, end: { '@type': "uast:Position", - offset: 4604, - line: 150, - col: 7, + offset: 4606, + line: 151, + col: 2, }, }, IsDefaulted: false, @@ -11529,14 +11529,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4421, - line: 140, - col: 53, + offset: 4423, + line: 141, + col: 1, }, end: { '@type': "uast:Position", - offset: 4604, - line: 150, - col: 7, + offset: 4606, + line: 151, + col: 2, }, }, 'Prop_Statements': [ @@ -11544,42 +11544,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4564, + offset: 4566, line: 148, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4577, + offset: 4579, line: 148, - col: 16, + col: 18, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4564, + offset: 4566, line: 148, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4577, + offset: 4579, line: 148, - col: 16, + col: 18, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4564, + offset: 4566, line: 148, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4572, + offset: 4574, line: 148, - col: 11, + col: 13, }, }, IsConst: false, @@ -11597,14 +11597,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4564, + offset: 4566, line: 148, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4572, + offset: 4574, line: 148, - col: 11, + col: 13, }, }, }, @@ -11615,14 +11615,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4572, + offset: 4574, line: 148, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 4577, + offset: 4579, line: 148, - col: 16, + col: 18, }, }, DeclaresParameterPack: false, @@ -11634,14 +11634,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4573, + offset: 4575, line: 148, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 4576, + offset: 4578, line: 148, - col: 15, + col: 17, }, }, DeclaresParameterPack: false, @@ -11650,14 +11650,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4573, + offset: 4575, line: 148, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 4576, + offset: 4578, line: 148, - col: 15, + col: 17, }, }, }, @@ -11672,14 +11672,14 @@ '@role': [Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4576, + offset: 4578, line: 148, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 4577, + offset: 4579, line: 148, - col: 16, + col: 18, }, }, }, @@ -11687,14 +11687,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4582, + offset: 4584, line: 149, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4595, + offset: 4597, line: 149, - col: 16, + col: 18, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTLiteralExpression", @@ -11702,14 +11702,14 @@ '@role': [Boolean, Expression, Literal, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4589, + offset: 4591, line: 149, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 4594, + offset: 4596, line: 149, - col: 15, + col: 17, }, }, ExpressionType: "bool", @@ -11722,14 +11722,14 @@ '@role': [Boolean, Expression, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4589, + offset: 4591, line: 149, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 4594, + offset: 4596, line: 149, - col: 15, + col: 17, }, }, ExpressionType: "bool", @@ -11745,14 +11745,14 @@ '@role': [Boolean, Declaration, Function, Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4367, - line: 138, - col: 12, + offset: 4369, + line: 140, + col: 1, }, end: { '@type': "uast:Position", - offset: 4371, + offset: 4373, line: 140, - col: 3, + col: 5, }, }, IsComplex: false, @@ -11777,14 +11777,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4372, + offset: 4374, line: 140, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 4420, + offset: 4422, line: 140, - col: 52, + col: 54, }, }, IsConst: false, @@ -11797,14 +11797,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4372, + offset: 4374, line: 140, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 4400, + offset: 4402, line: 140, - col: 32, + col: 34, }, }, IsConversionOperator: false, @@ -11816,14 +11816,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4372, + offset: 4374, line: 140, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 4385, + offset: 4387, line: 140, - col: 17, + col: 19, }, }, }, @@ -11832,14 +11832,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4387, + offset: 4389, line: 140, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 4400, + offset: 4402, line: 140, - col: 32, + col: 34, }, }, }, @@ -11850,14 +11850,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4372, + offset: 4374, line: 140, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 4385, + offset: 4387, line: 140, - col: 17, + col: 19, }, }, }, @@ -11868,14 +11868,14 @@ '@role': [Argument, Declaration, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4415, + offset: 4417, line: 140, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 4419, + offset: 4421, line: 140, - col: 51, + col: 53, }, }, DeclaresParameterPack: false, @@ -11884,14 +11884,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4416, + offset: 4418, line: 140, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 4419, + offset: 4421, line: 140, - col: 51, + col: 53, }, }, }, @@ -11900,14 +11900,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4401, + offset: 4403, line: 140, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 4414, + offset: 4416, line: 140, - col: 46, + col: 48, }, }, IsConst: true, @@ -11925,14 +11925,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4407, + offset: 4409, line: 140, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 4414, + offset: 4416, line: 140, - col: 46, + col: 48, }, }, }, @@ -11947,14 +11947,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4606, - line: 151, - col: 2, + offset: 4608, + line: 153, + col: 1, }, end: { '@type': "uast:Position", - offset: 4841, - line: 163, - col: 7, + offset: 4843, + line: 164, + col: 2, }, }, IsDefaulted: false, @@ -11963,14 +11963,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4659, - line: 153, - col: 52, + offset: 4661, + line: 154, + col: 1, }, end: { '@type': "uast:Position", - offset: 4841, - line: 163, - col: 7, + offset: 4843, + line: 164, + col: 2, }, }, 'Prop_Statements': [ @@ -11978,42 +11978,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4801, + offset: 4803, line: 161, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4814, + offset: 4816, line: 161, - col: 16, + col: 18, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4801, + offset: 4803, line: 161, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4814, + offset: 4816, line: 161, - col: 16, + col: 18, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4801, + offset: 4803, line: 161, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4809, + offset: 4811, line: 161, - col: 11, + col: 13, }, }, IsConst: false, @@ -12031,14 +12031,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4801, + offset: 4803, line: 161, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4809, + offset: 4811, line: 161, - col: 11, + col: 13, }, }, }, @@ -12049,14 +12049,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4809, + offset: 4811, line: 161, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 4814, + offset: 4816, line: 161, - col: 16, + col: 18, }, }, DeclaresParameterPack: false, @@ -12068,14 +12068,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4810, + offset: 4812, line: 161, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 4813, + offset: 4815, line: 161, - col: 15, + col: 17, }, }, DeclaresParameterPack: false, @@ -12084,14 +12084,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4810, + offset: 4812, line: 161, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 4813, + offset: 4815, line: 161, - col: 15, + col: 17, }, }, }, @@ -12106,14 +12106,14 @@ '@role': [Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4813, + offset: 4815, line: 161, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 4814, + offset: 4816, line: 161, - col: 16, + col: 18, }, }, }, @@ -12121,14 +12121,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4819, + offset: 4821, line: 162, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4832, + offset: 4834, line: 162, - col: 16, + col: 18, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTLiteralExpression", @@ -12136,14 +12136,14 @@ '@role': [Boolean, Expression, Literal, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4826, + offset: 4828, line: 162, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 4831, + offset: 4833, line: 162, - col: 15, + col: 17, }, }, ExpressionType: "bool", @@ -12156,14 +12156,14 @@ '@role': [Boolean, Expression, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4826, + offset: 4828, line: 162, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 4831, + offset: 4833, line: 162, - col: 15, + col: 17, }, }, ExpressionType: "bool", @@ -12179,14 +12179,14 @@ '@role': [Boolean, Declaration, Function, Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4606, - line: 151, - col: 2, + offset: 4608, + line: 153, + col: 1, }, end: { '@type': "uast:Position", - offset: 4610, + offset: 4612, line: 153, - col: 3, + col: 5, }, }, IsComplex: false, @@ -12211,14 +12211,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4611, + offset: 4613, line: 153, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 4658, + offset: 4660, line: 153, - col: 51, + col: 53, }, }, IsConst: false, @@ -12231,14 +12231,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4611, + offset: 4613, line: 153, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 4638, + offset: 4640, line: 153, - col: 31, + col: 33, }, }, IsConversionOperator: false, @@ -12250,14 +12250,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4611, + offset: 4613, line: 153, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 4624, + offset: 4626, line: 153, - col: 17, + col: 19, }, }, }, @@ -12266,14 +12266,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4626, + offset: 4628, line: 153, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 4638, + offset: 4640, line: 153, - col: 31, + col: 33, }, }, }, @@ -12284,14 +12284,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4611, + offset: 4613, line: 153, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 4624, + offset: 4626, line: 153, - col: 17, + col: 19, }, }, }, @@ -12302,14 +12302,14 @@ '@role': [Argument, Declaration, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4653, + offset: 4655, line: 153, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 4657, + offset: 4659, line: 153, - col: 50, + col: 52, }, }, DeclaresParameterPack: false, @@ -12318,14 +12318,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4654, + offset: 4656, line: 153, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 4657, + offset: 4659, line: 153, - col: 50, + col: 52, }, }, }, @@ -12334,14 +12334,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4639, + offset: 4641, line: 153, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 4652, + offset: 4654, line: 153, - col: 45, + col: 47, }, }, IsConst: true, @@ -12359,14 +12359,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4645, + offset: 4647, line: 153, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 4652, + offset: 4654, line: 153, - col: 45, + col: 47, }, }, }, @@ -12381,14 +12381,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4843, - line: 164, - col: 2, + offset: 4845, + line: 166, + col: 1, }, end: { '@type': "uast:Position", - offset: 4935, - line: 168, - col: 53, + offset: 4937, + line: 169, + col: 2, }, }, IsDefaulted: false, @@ -12397,14 +12397,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4879, - line: 166, - col: 35, + offset: 4881, + line: 167, + col: 1, }, end: { '@type': "uast:Position", - offset: 4935, - line: 168, - col: 53, + offset: 4937, + line: 169, + col: 2, }, }, 'Prop_Statements': [ @@ -12412,28 +12412,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4885, + offset: 4887, line: 168, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4933, + offset: 4935, line: 168, - col: 51, + col: 53, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4892, + offset: 4894, line: 168, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 4932, + offset: 4934, line: 168, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -12443,14 +12443,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4892, + offset: 4894, line: 168, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 4930, + offset: 4932, line: 168, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -12463,14 +12463,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4923, + offset: 4925, line: 168, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 4930, + offset: 4932, line: 168, - col: 48, + col: 50, }, }, }, @@ -12478,14 +12478,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4892, + offset: 4894, line: 168, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 4921, + offset: 4923, line: 168, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: self", @@ -12495,14 +12495,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4892, + offset: 4894, line: 168, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 4919, + offset: 4921, line: 168, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -12512,14 +12512,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4892, + offset: 4894, line: 168, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 4919, + offset: 4921, line: 168, - col: 37, + col: 39, }, }, IsConversionOperator: false, @@ -12531,14 +12531,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4892, + offset: 4894, line: 168, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 4913, + offset: 4915, line: 168, - col: 31, + col: 33, }, }, }, @@ -12547,14 +12547,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4915, + offset: 4917, line: 168, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 4919, + offset: 4921, line: 168, - col: 37, + col: 39, }, }, }, @@ -12565,14 +12565,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4892, + offset: 4894, line: 168, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 4913, + offset: 4915, line: 168, - col: 31, + col: 33, }, }, }, @@ -12586,14 +12586,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4892, + offset: 4894, line: 168, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 4932, + offset: 4934, line: 168, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -12603,14 +12603,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4892, + offset: 4894, line: 168, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 4930, + offset: 4932, line: 168, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -12623,14 +12623,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4923, + offset: 4925, line: 168, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 4930, + offset: 4932, line: 168, - col: 48, + col: 50, }, }, }, @@ -12638,14 +12638,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4892, + offset: 4894, line: 168, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 4921, + offset: 4923, line: 168, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: self", @@ -12655,14 +12655,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4892, + offset: 4894, line: 168, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 4919, + offset: 4921, line: 168, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -12672,14 +12672,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4892, + offset: 4894, line: 168, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 4919, + offset: 4921, line: 168, - col: 37, + col: 39, }, }, IsConversionOperator: false, @@ -12691,14 +12691,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4892, + offset: 4894, line: 168, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 4913, + offset: 4915, line: 168, - col: 31, + col: 33, }, }, }, @@ -12707,14 +12707,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4915, + offset: 4917, line: 168, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 4919, + offset: 4921, line: 168, - col: 37, + col: 39, }, }, }, @@ -12725,14 +12725,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4892, + offset: 4894, line: 168, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 4913, + offset: 4915, line: 168, - col: 31, + col: 33, }, }, }, @@ -12750,14 +12750,14 @@ '@role': [Declaration, Function, Number, Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4843, - line: 164, - col: 2, + offset: 4845, + line: 166, + col: 1, }, end: { '@type': "uast:Position", - offset: 4846, + offset: 4848, line: 166, - col: 2, + col: 4, }, }, IsComplex: false, @@ -12782,14 +12782,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4847, + offset: 4849, line: 166, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4878, + offset: 4880, line: 166, - col: 34, + col: 36, }, }, IsConst: false, @@ -12802,14 +12802,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4847, + offset: 4849, line: 166, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4876, + offset: 4878, line: 166, - col: 32, + col: 34, }, }, IsConversionOperator: false, @@ -12821,14 +12821,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4847, + offset: 4849, line: 166, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4860, + offset: 4862, line: 166, - col: 16, + col: 18, }, }, }, @@ -12837,14 +12837,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4862, + offset: 4864, line: 166, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 4876, + offset: 4878, line: 166, - col: 32, + col: 34, }, }, }, @@ -12855,14 +12855,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4847, + offset: 4849, line: 166, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4860, + offset: 4862, line: 166, - col: 16, + col: 18, }, }, }, @@ -12875,14 +12875,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4937, - line: 169, - col: 2, + offset: 4939, + line: 171, + col: 1, }, end: { '@type': "uast:Position", - offset: 5054, - line: 173, - col: 63, + offset: 5056, + line: 174, + col: 2, }, }, IsDefaulted: false, @@ -12891,14 +12891,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4988, - line: 171, - col: 50, + offset: 4990, + line: 172, + col: 1, }, end: { '@type': "uast:Position", - offset: 5054, - line: 173, - col: 63, + offset: 5056, + line: 174, + col: 2, }, }, 'Prop_Statements': [ @@ -12906,28 +12906,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4994, + offset: 4996, line: 173, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5052, + offset: 5054, line: 173, - col: 61, + col: 63, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5001, + offset: 5003, line: 173, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 5051, + offset: 5053, line: 173, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -12938,14 +12938,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5043, + offset: 5045, line: 173, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 5050, + offset: 5052, line: 173, - col: 59, + col: 61, }, }, ExpressionType: "int", @@ -12956,14 +12956,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5043, + offset: 5045, line: 173, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 5050, + offset: 5052, line: 173, - col: 59, + col: 61, }, }, }, @@ -12973,14 +12973,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5001, + offset: 5003, line: 173, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 5042, + offset: 5044, line: 173, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -12993,14 +12993,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5032, + offset: 5034, line: 173, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5042, + offset: 5044, line: 173, - col: 51, + col: 53, }, }, }, @@ -13008,14 +13008,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5001, + offset: 5003, line: 173, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 5030, + offset: 5032, line: 173, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: self", @@ -13025,14 +13025,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5001, + offset: 5003, line: 173, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 5028, + offset: 5030, line: 173, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -13042,14 +13042,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5001, + offset: 5003, line: 173, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 5028, + offset: 5030, line: 173, - col: 37, + col: 39, }, }, IsConversionOperator: false, @@ -13061,14 +13061,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5001, + offset: 5003, line: 173, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 5022, + offset: 5024, line: 173, - col: 31, + col: 33, }, }, }, @@ -13077,14 +13077,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5024, + offset: 5026, line: 173, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5028, + offset: 5030, line: 173, - col: 37, + col: 39, }, }, }, @@ -13095,14 +13095,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5001, + offset: 5003, line: 173, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 5022, + offset: 5024, line: 173, - col: 31, + col: 33, }, }, }, @@ -13116,14 +13116,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5001, + offset: 5003, line: 173, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 5051, + offset: 5053, line: 173, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -13134,14 +13134,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5043, + offset: 5045, line: 173, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 5050, + offset: 5052, line: 173, - col: 59, + col: 61, }, }, ExpressionType: "int", @@ -13152,14 +13152,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5043, + offset: 5045, line: 173, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 5050, + offset: 5052, line: 173, - col: 59, + col: 61, }, }, }, @@ -13169,14 +13169,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5001, + offset: 5003, line: 173, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 5042, + offset: 5044, line: 173, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -13189,14 +13189,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5032, + offset: 5034, line: 173, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5042, + offset: 5044, line: 173, - col: 51, + col: 53, }, }, }, @@ -13204,14 +13204,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5001, + offset: 5003, line: 173, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 5030, + offset: 5032, line: 173, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: self", @@ -13221,14 +13221,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5001, + offset: 5003, line: 173, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 5028, + offset: 5030, line: 173, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -13238,14 +13238,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5001, + offset: 5003, line: 173, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 5028, + offset: 5030, line: 173, - col: 37, + col: 39, }, }, IsConversionOperator: false, @@ -13257,14 +13257,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5001, + offset: 5003, line: 173, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 5022, + offset: 5024, line: 173, - col: 31, + col: 33, }, }, }, @@ -13273,14 +13273,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5024, + offset: 5026, line: 173, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5028, + offset: 5030, line: 173, - col: 37, + col: 39, }, }, }, @@ -13291,14 +13291,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5001, + offset: 5003, line: 173, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 5022, + offset: 5024, line: 173, - col: 31, + col: 33, }, }, }, @@ -13316,14 +13316,14 @@ '@role': [Boolean, Declaration, Function, Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4937, - line: 169, - col: 2, + offset: 4939, + line: 171, + col: 1, }, end: { '@type': "uast:Position", - offset: 4941, + offset: 4943, line: 171, - col: 3, + col: 5, }, }, IsComplex: false, @@ -13348,14 +13348,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4942, + offset: 4944, line: 171, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 4987, + offset: 4989, line: 171, - col: 49, + col: 51, }, }, IsConst: false, @@ -13368,14 +13368,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4942, + offset: 4944, line: 171, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 4974, + offset: 4976, line: 171, - col: 36, + col: 38, }, }, IsConversionOperator: false, @@ -13387,14 +13387,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4942, + offset: 4944, line: 171, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 4955, + offset: 4957, line: 171, - col: 17, + col: 19, }, }, }, @@ -13403,14 +13403,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4957, + offset: 4959, line: 171, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 4974, + offset: 4976, line: 171, - col: 36, + col: 38, }, }, }, @@ -13421,14 +13421,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4942, + offset: 4944, line: 171, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 4955, + offset: 4957, line: 171, - col: 17, + col: 19, }, }, }, @@ -13439,14 +13439,14 @@ '@role': [Argument, Declaration, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4979, + offset: 4981, line: 171, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 4986, + offset: 4988, line: 171, - col: 48, + col: 50, }, }, DeclaresParameterPack: false, @@ -13455,14 +13455,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4979, + offset: 4981, line: 171, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 4986, + offset: 4988, line: 171, - col: 48, + col: 50, }, }, }, @@ -13471,14 +13471,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4975, + offset: 4977, line: 171, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 4978, + offset: 4980, line: 171, - col: 40, + col: 42, }, }, IsComplex: false, @@ -13508,14 +13508,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5056, - line: 174, - col: 2, + offset: 5058, + line: 176, + col: 1, }, end: { '@type': "uast:Position", - offset: 5151, - line: 178, - col: 58, + offset: 5153, + line: 179, + col: 2, }, }, IsDefaulted: false, @@ -13524,14 +13524,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5090, - line: 176, - col: 33, + offset: 5092, + line: 177, + col: 1, }, end: { '@type': "uast:Position", - offset: 5151, - line: 178, - col: 58, + offset: 5153, + line: 179, + col: 2, }, }, 'Prop_Statements': [ @@ -13539,28 +13539,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5096, + offset: 5098, line: 178, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5149, + offset: 5151, line: 178, - col: 56, + col: 58, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5096, + offset: 5098, line: 178, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5148, + offset: 5150, line: 178, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -13570,14 +13570,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5096, + offset: 5098, line: 178, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5146, + offset: 5148, line: 178, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -13589,14 +13589,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5127, + offset: 5129, line: 178, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 5146, + offset: 5148, line: 178, - col: 53, + col: 55, }, }, Name: "moveTo", @@ -13605,28 +13605,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5134, + offset: 5136, line: 178, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5145, + offset: 5147, line: 178, - col: 52, + col: 54, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5145, + offset: 5147, line: 178, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 5145, + offset: 5147, line: 178, - col: 52, + col: 54, }, }, DeclaresParameterPack: false, @@ -13640,14 +13640,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5134, + offset: 5136, line: 178, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5145, + offset: 5147, line: 178, - col: 52, + col: 54, }, }, IsConst: false, @@ -13665,14 +13665,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5134, + offset: 5136, line: 178, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5145, + offset: 5147, line: 178, - col: 52, + col: 54, }, }, }, @@ -13685,14 +13685,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5127, + offset: 5129, line: 178, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 5133, + offset: 5135, line: 178, - col: 40, + col: 42, }, }, }, @@ -13701,14 +13701,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5096, + offset: 5098, line: 178, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5125, + offset: 5127, line: 178, - col: 32, + col: 34, }, }, ExpressionType: "Attempt to use symbol failed: self", @@ -13718,14 +13718,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5096, + offset: 5098, line: 178, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5123, + offset: 5125, line: 178, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -13735,14 +13735,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5096, + offset: 5098, line: 178, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5123, + offset: 5125, line: 178, - col: 30, + col: 32, }, }, IsConversionOperator: false, @@ -13754,14 +13754,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5096, + offset: 5098, line: 178, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5117, + offset: 5119, line: 178, - col: 24, + col: 26, }, }, }, @@ -13770,14 +13770,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5119, + offset: 5121, line: 178, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 5123, + offset: 5125, line: 178, - col: 30, + col: 32, }, }, }, @@ -13788,14 +13788,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5096, + offset: 5098, line: 178, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5117, + offset: 5119, line: 178, - col: 24, + col: 26, }, }, }, @@ -13813,14 +13813,14 @@ '@role': [Declaration, Function, 'Null', Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5056, - line: 174, - col: 2, + offset: 5058, + line: 176, + col: 1, }, end: { '@type': "uast:Position", - offset: 5060, + offset: 5062, line: 176, - col: 3, + col: 5, }, }, IsComplex: false, @@ -13845,14 +13845,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5061, + offset: 5063, line: 176, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 5089, + offset: 5091, line: 176, - col: 32, + col: 34, }, }, IsConst: false, @@ -13865,14 +13865,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5061, + offset: 5063, line: 176, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 5087, + offset: 5089, line: 176, - col: 30, + col: 32, }, }, IsConversionOperator: false, @@ -13884,14 +13884,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5061, + offset: 5063, line: 176, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 5074, + offset: 5076, line: 176, - col: 17, + col: 19, }, }, }, @@ -13900,14 +13900,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5076, + offset: 5078, line: 176, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 5087, + offset: 5089, line: 176, - col: 30, + col: 32, }, }, }, @@ -13918,14 +13918,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5061, + offset: 5063, line: 176, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 5074, + offset: 5076, line: 176, - col: 17, + col: 19, }, }, }, @@ -13938,14 +13938,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5153, - line: 179, - col: 2, + offset: 5155, + line: 181, + col: 1, }, end: { '@type': "uast:Position", - offset: 5256, - line: 183, - col: 62, + offset: 5258, + line: 184, + col: 2, }, }, IsDefaulted: false, @@ -13954,14 +13954,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5191, - line: 181, - col: 37, + offset: 5193, + line: 182, + col: 1, }, end: { '@type': "uast:Position", - offset: 5256, - line: 183, - col: 62, + offset: 5258, + line: 184, + col: 2, }, }, 'Prop_Statements': [ @@ -13969,28 +13969,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5197, + offset: 5199, line: 183, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5254, + offset: 5256, line: 183, - col: 60, + col: 62, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5197, + offset: 5199, line: 183, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5253, + offset: 5255, line: 183, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -14000,14 +14000,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5197, + offset: 5199, line: 183, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5251, + offset: 5253, line: 183, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -14019,14 +14019,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5228, + offset: 5230, line: 183, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 5251, + offset: 5253, line: 183, - col: 57, + col: 59, }, }, Name: "moveTo", @@ -14035,28 +14035,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5235, + offset: 5237, line: 183, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5250, + offset: 5252, line: 183, - col: 56, + col: 58, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5250, + offset: 5252, line: 183, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 5250, + offset: 5252, line: 183, - col: 56, + col: 58, }, }, DeclaresParameterPack: false, @@ -14070,14 +14070,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5235, + offset: 5237, line: 183, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5250, + offset: 5252, line: 183, - col: 56, + col: 58, }, }, IsConst: false, @@ -14095,14 +14095,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5235, + offset: 5237, line: 183, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5250, + offset: 5252, line: 183, - col: 56, + col: 58, }, }, }, @@ -14115,14 +14115,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5228, + offset: 5230, line: 183, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 5234, + offset: 5236, line: 183, - col: 40, + col: 42, }, }, }, @@ -14131,14 +14131,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5197, + offset: 5199, line: 183, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5226, + offset: 5228, line: 183, - col: 32, + col: 34, }, }, ExpressionType: "Attempt to use symbol failed: self", @@ -14148,14 +14148,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5197, + offset: 5199, line: 183, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5224, + offset: 5226, line: 183, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -14165,14 +14165,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5197, + offset: 5199, line: 183, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5224, + offset: 5226, line: 183, - col: 30, + col: 32, }, }, IsConversionOperator: false, @@ -14184,14 +14184,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5197, + offset: 5199, line: 183, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5218, + offset: 5220, line: 183, - col: 24, + col: 26, }, }, }, @@ -14200,14 +14200,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5220, + offset: 5222, line: 183, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 5224, + offset: 5226, line: 183, - col: 30, + col: 32, }, }, }, @@ -14218,14 +14218,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5197, + offset: 5199, line: 183, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5218, + offset: 5220, line: 183, - col: 24, + col: 26, }, }, }, @@ -14243,14 +14243,14 @@ '@role': [Declaration, Function, 'Null', Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5153, - line: 179, - col: 2, + offset: 5155, + line: 181, + col: 1, }, end: { '@type': "uast:Position", - offset: 5157, + offset: 5159, line: 181, - col: 3, + col: 5, }, }, IsComplex: false, @@ -14275,14 +14275,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5158, + offset: 5160, line: 181, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 5190, + offset: 5192, line: 181, - col: 36, + col: 38, }, }, IsConst: false, @@ -14295,14 +14295,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5158, + offset: 5160, line: 181, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 5188, + offset: 5190, line: 181, - col: 34, + col: 36, }, }, IsConversionOperator: false, @@ -14314,14 +14314,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5158, + offset: 5160, line: 181, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 5171, + offset: 5173, line: 181, - col: 17, + col: 19, }, }, }, @@ -14330,14 +14330,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5173, + offset: 5175, line: 181, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 5188, + offset: 5190, line: 181, - col: 34, + col: 36, }, }, }, @@ -14348,14 +14348,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5158, + offset: 5160, line: 181, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 5171, + offset: 5173, line: 181, - col: 17, + col: 19, }, }, }, @@ -14368,14 +14368,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5258, - line: 184, - col: 2, + offset: 5260, + line: 186, + col: 1, }, end: { '@type': "uast:Position", - offset: 5367, - line: 189, - col: 21, + offset: 5369, + line: 190, + col: 2, }, }, IsDefaulted: false, @@ -14384,14 +14384,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5297, - line: 186, - col: 38, + offset: 5299, + line: 187, + col: 1, }, end: { '@type': "uast:Position", - offset: 5367, - line: 189, - col: 21, + offset: 5369, + line: 190, + col: 2, }, }, 'Prop_Statements': [ @@ -14399,42 +14399,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5303, + offset: 5305, line: 188, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5344, + offset: 5346, line: 188, - col: 44, + col: 46, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5303, + offset: 5305, line: 188, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5344, + offset: 5346, line: 188, - col: 44, + col: 46, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5303, + offset: 5305, line: 188, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5315, + offset: 5317, line: 188, - col: 15, + col: 17, }, }, IsConst: false, @@ -14452,14 +14452,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5303, + offset: 5305, line: 188, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5315, + offset: 5317, line: 188, - col: 15, + col: 17, }, }, }, @@ -14470,14 +14470,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5316, + offset: 5318, line: 188, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 5343, + offset: 5345, line: 188, - col: 43, + col: 45, }, }, DeclaresParameterPack: false, @@ -14485,28 +14485,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5325, + offset: 5327, line: 188, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 5343, + offset: 5345, line: 188, - col: 43, + col: 45, }, }, 'Prop_Expression': { '@type': "CPPASTNewExpression", '@role': [Instance, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5327, + offset: 5329, line: 188, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 5343, + offset: 5345, line: 188, - col: 43, + col: 45, }, }, ExpressionType: "? *", @@ -14519,28 +14519,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5331, + offset: 5333, line: 188, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 5343, + offset: 5345, line: 188, - col: 43, + col: 45, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5343, + offset: 5345, line: 188, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 5343, + offset: 5345, line: 188, - col: 43, + col: 45, }, }, DeclaresParameterPack: false, @@ -14554,14 +14554,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5331, + offset: 5333, line: 188, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 5343, + offset: 5345, line: 188, - col: 43, + col: 45, }, }, IsConst: false, @@ -14579,14 +14579,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5331, + offset: 5333, line: 188, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 5343, + offset: 5345, line: 188, - col: 43, + col: 45, }, }, }, @@ -14598,14 +14598,14 @@ '@role': [Instance, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5327, + offset: 5329, line: 188, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 5343, + offset: 5345, line: 188, - col: 43, + col: 45, }, }, ExpressionType: "? *", @@ -14618,28 +14618,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5331, + offset: 5333, line: 188, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 5343, + offset: 5345, line: 188, - col: 43, + col: 45, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5343, + offset: 5345, line: 188, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 5343, + offset: 5345, line: 188, - col: 43, + col: 45, }, }, DeclaresParameterPack: false, @@ -14653,14 +14653,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5331, + offset: 5333, line: 188, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 5343, + offset: 5345, line: 188, - col: 43, + col: 45, }, }, IsConst: false, @@ -14678,14 +14678,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5331, + offset: 5333, line: 188, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 5343, + offset: 5345, line: 188, - col: 43, + col: 45, }, }, }, @@ -14699,14 +14699,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5317, + offset: 5319, line: 188, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 5324, + offset: 5326, line: 188, - col: 24, + col: 26, }, }, }, @@ -14720,28 +14720,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5349, + offset: 5351, line: 189, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5365, + offset: 5367, line: 189, - col: 19, + col: 21, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5349, + offset: 5351, line: 189, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5364, + offset: 5366, line: 189, - col: 18, + col: 20, }, }, ExpressionType: "", @@ -14751,14 +14751,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5349, + offset: 5351, line: 189, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5362, + offset: 5364, line: 189, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -14771,14 +14771,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5358, + offset: 5360, line: 189, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 5362, + offset: 5364, line: 189, - col: 16, + col: 18, }, }, }, @@ -14786,14 +14786,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5349, + offset: 5351, line: 189, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5356, + offset: 5358, line: 189, - col: 10, + col: 12, }, }, ExpressionType: "? *", @@ -14804,14 +14804,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5349, + offset: 5351, line: 189, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5356, + offset: 5358, line: 189, - col: 10, + col: 12, }, }, }, @@ -14826,14 +14826,14 @@ '@role': [Declaration, Function, 'Null', Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5258, - line: 184, - col: 2, + offset: 5260, + line: 186, + col: 1, }, end: { '@type': "uast:Position", - offset: 5262, + offset: 5264, line: 186, - col: 3, + col: 5, }, }, IsComplex: false, @@ -14858,14 +14858,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5263, + offset: 5265, line: 186, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 5296, + offset: 5298, line: 186, - col: 37, + col: 39, }, }, IsConst: false, @@ -14878,14 +14878,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5263, + offset: 5265, line: 186, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 5294, + offset: 5296, line: 186, - col: 35, + col: 37, }, }, IsConversionOperator: false, @@ -14897,14 +14897,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5263, + offset: 5265, line: 186, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 5276, + offset: 5278, line: 186, - col: 17, + col: 19, }, }, }, @@ -14913,14 +14913,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5278, + offset: 5280, line: 186, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 5294, + offset: 5296, line: 186, - col: 35, + col: 37, }, }, }, @@ -14931,14 +14931,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5263, + offset: 5265, line: 186, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 5276, + offset: 5278, line: 186, - col: 17, + col: 19, }, }, }, @@ -14955,14 +14955,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5381, - line: 192, - col: 11, + offset: 5383, + line: 193, + col: 1, }, end: { '@type': "uast:Position", - offset: 6784, - line: 219, - col: 7, + offset: 6786, + line: 220, + col: 2, }, }, IsDefaulted: false, @@ -14971,14 +14971,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5437, - line: 193, - col: 55, + offset: 5439, + line: 194, + col: 1, }, end: { '@type': "uast:Position", - offset: 6784, - line: 219, - col: 7, + offset: 6786, + line: 220, + col: 2, }, }, 'Prop_Statements': [ @@ -14986,28 +14986,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5443, + offset: 5445, line: 195, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6782, + offset: 6784, line: 219, - col: 5, + col: 7, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTInitializerList", '@role': [Initialization, List, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5450, + offset: 5452, line: 195, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 6781, + offset: 6783, line: 219, - col: 4, + col: 6, }, }, 'Prop_Clauses': [ @@ -15015,14 +15015,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5460, + offset: 5462, line: 196, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5513, + offset: 5515, line: 196, - col: 60, + col: 62, }, }, 'Prop_Clauses': [ @@ -15030,14 +15030,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5461, + offset: 5463, line: 196, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5492, + offset: 5494, line: 196, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -15049,14 +15049,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5476, + offset: 5478, line: 196, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5491, + offset: 5493, line: 196, - col: 38, + col: 40, }, }, ExpressionType: "const char [14]", @@ -15069,14 +15069,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5461, + offset: 5463, line: 196, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5475, + offset: 5477, line: 196, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -15087,14 +15087,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5461, + offset: 5463, line: 196, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5475, + offset: 5477, line: 196, - col: 22, + col: 24, }, }, }, @@ -15104,14 +15104,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5512, + offset: 5514, line: 196, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -15121,14 +15121,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5510, + offset: 5512, line: 196, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -15141,14 +15141,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5497, + offset: 5499, line: 196, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 5510, + offset: 5512, line: 196, - col: 57, + col: 59, }, }, }, @@ -15156,14 +15156,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5495, + offset: 5497, line: 196, - col: 42, + col: 44, }, }, ExpressionType: "const ? *", @@ -15174,14 +15174,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5495, + offset: 5497, line: 196, - col: 42, + col: 44, }, }, }, @@ -15196,14 +15196,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5461, + offset: 5463, line: 196, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5492, + offset: 5494, line: 196, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -15215,14 +15215,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5476, + offset: 5478, line: 196, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5491, + offset: 5493, line: 196, - col: 38, + col: 40, }, }, ExpressionType: "const char [14]", @@ -15235,14 +15235,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5461, + offset: 5463, line: 196, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5475, + offset: 5477, line: 196, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -15253,14 +15253,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5461, + offset: 5463, line: 196, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5475, + offset: 5477, line: 196, - col: 22, + col: 24, }, }, }, @@ -15270,14 +15270,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5461, + offset: 5463, line: 196, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5492, + offset: 5494, line: 196, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -15289,14 +15289,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5476, + offset: 5478, line: 196, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5491, + offset: 5493, line: 196, - col: 38, + col: 40, }, }, ExpressionType: "const char [14]", @@ -15309,14 +15309,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5461, + offset: 5463, line: 196, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5475, + offset: 5477, line: 196, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -15327,14 +15327,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5461, + offset: 5463, line: 196, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5475, + offset: 5477, line: 196, - col: 22, + col: 24, }, }, }, @@ -15347,14 +15347,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5512, + offset: 5514, line: 196, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -15364,14 +15364,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5510, + offset: 5512, line: 196, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -15384,14 +15384,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5497, + offset: 5499, line: 196, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 5510, + offset: 5512, line: 196, - col: 57, + col: 59, }, }, }, @@ -15399,14 +15399,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5495, + offset: 5497, line: 196, - col: 42, + col: 44, }, }, ExpressionType: "const ? *", @@ -15417,14 +15417,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5495, + offset: 5497, line: 196, - col: 42, + col: 44, }, }, }, @@ -15435,14 +15435,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5512, + offset: 5514, line: 196, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -15452,14 +15452,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5510, + offset: 5512, line: 196, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -15472,14 +15472,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5497, + offset: 5499, line: 196, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 5510, + offset: 5512, line: 196, - col: 57, + col: 59, }, }, }, @@ -15487,14 +15487,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5495, + offset: 5497, line: 196, - col: 42, + col: 44, }, }, ExpressionType: "const ? *", @@ -15505,14 +15505,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5495, + offset: 5497, line: 196, - col: 42, + col: 44, }, }, }, @@ -15527,14 +15527,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5523, + offset: 5525, line: 197, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5574, + offset: 5576, line: 197, - col: 58, + col: 60, }, }, 'Prop_Clauses': [ @@ -15542,14 +15542,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5524, + offset: 5526, line: 197, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5554, + offset: 5556, line: 197, - col: 38, + col: 40, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -15561,14 +15561,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5539, + offset: 5541, line: 197, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5553, + offset: 5555, line: 197, - col: 37, + col: 39, }, }, ExpressionType: "const char [13]", @@ -15581,14 +15581,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5524, + offset: 5526, line: 197, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5538, + offset: 5540, line: 197, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -15599,14 +15599,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5524, + offset: 5526, line: 197, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5538, + offset: 5540, line: 197, - col: 22, + col: 24, }, }, }, @@ -15616,14 +15616,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5573, + offset: 5575, line: 197, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -15633,14 +15633,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5571, + offset: 5573, line: 197, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -15653,14 +15653,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5559, + offset: 5561, line: 197, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 5571, + offset: 5573, line: 197, - col: 55, + col: 57, }, }, }, @@ -15668,14 +15668,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5557, + offset: 5559, line: 197, - col: 41, + col: 43, }, }, ExpressionType: "const ? *", @@ -15686,14 +15686,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5557, + offset: 5559, line: 197, - col: 41, + col: 43, }, }, }, @@ -15708,14 +15708,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5524, + offset: 5526, line: 197, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5554, + offset: 5556, line: 197, - col: 38, + col: 40, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -15727,14 +15727,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5539, + offset: 5541, line: 197, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5553, + offset: 5555, line: 197, - col: 37, + col: 39, }, }, ExpressionType: "const char [13]", @@ -15747,14 +15747,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5524, + offset: 5526, line: 197, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5538, + offset: 5540, line: 197, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -15765,14 +15765,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5524, + offset: 5526, line: 197, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5538, + offset: 5540, line: 197, - col: 22, + col: 24, }, }, }, @@ -15782,14 +15782,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5524, + offset: 5526, line: 197, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5554, + offset: 5556, line: 197, - col: 38, + col: 40, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -15801,14 +15801,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5539, + offset: 5541, line: 197, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5553, + offset: 5555, line: 197, - col: 37, + col: 39, }, }, ExpressionType: "const char [13]", @@ -15821,14 +15821,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5524, + offset: 5526, line: 197, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5538, + offset: 5540, line: 197, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -15839,14 +15839,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5524, + offset: 5526, line: 197, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5538, + offset: 5540, line: 197, - col: 22, + col: 24, }, }, }, @@ -15859,14 +15859,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5573, + offset: 5575, line: 197, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -15876,14 +15876,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5571, + offset: 5573, line: 197, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -15896,14 +15896,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5559, + offset: 5561, line: 197, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 5571, + offset: 5573, line: 197, - col: 55, + col: 57, }, }, }, @@ -15911,14 +15911,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5557, + offset: 5559, line: 197, - col: 41, + col: 43, }, }, ExpressionType: "const ? *", @@ -15929,14 +15929,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5557, + offset: 5559, line: 197, - col: 41, + col: 43, }, }, }, @@ -15947,14 +15947,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5573, + offset: 5575, line: 197, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -15964,14 +15964,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5571, + offset: 5573, line: 197, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -15984,14 +15984,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5559, + offset: 5561, line: 197, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 5571, + offset: 5573, line: 197, - col: 55, + col: 57, }, }, }, @@ -15999,14 +15999,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5557, + offset: 5559, line: 197, - col: 41, + col: 43, }, }, ExpressionType: "const ? *", @@ -16017,14 +16017,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5557, + offset: 5559, line: 197, - col: 41, + col: 43, }, }, }, @@ -16039,14 +16039,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5584, + offset: 5586, line: 198, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5637, + offset: 5639, line: 198, - col: 60, + col: 62, }, }, 'Prop_Clauses': [ @@ -16054,14 +16054,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5585, + offset: 5587, line: 198, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5614, + offset: 5616, line: 198, - col: 37, + col: 39, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -16073,14 +16073,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5600, + offset: 5602, line: 198, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5613, + offset: 5615, line: 198, - col: 36, + col: 38, }, }, ExpressionType: "const char [12]", @@ -16093,14 +16093,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5585, + offset: 5587, line: 198, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5599, + offset: 5601, line: 198, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -16111,14 +16111,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5585, + offset: 5587, line: 198, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5599, + offset: 5601, line: 198, - col: 22, + col: 24, }, }, }, @@ -16128,14 +16128,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5636, + offset: 5638, line: 198, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -16145,14 +16145,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5634, + offset: 5636, line: 198, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -16165,14 +16165,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5619, + offset: 5621, line: 198, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 5634, + offset: 5636, line: 198, - col: 57, + col: 59, }, }, }, @@ -16180,14 +16180,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5617, + offset: 5619, line: 198, - col: 40, + col: 42, }, }, ExpressionType: "const ? *", @@ -16198,14 +16198,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5617, + offset: 5619, line: 198, - col: 40, + col: 42, }, }, }, @@ -16220,14 +16220,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5585, + offset: 5587, line: 198, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5614, + offset: 5616, line: 198, - col: 37, + col: 39, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -16239,14 +16239,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5600, + offset: 5602, line: 198, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5613, + offset: 5615, line: 198, - col: 36, + col: 38, }, }, ExpressionType: "const char [12]", @@ -16259,14 +16259,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5585, + offset: 5587, line: 198, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5599, + offset: 5601, line: 198, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -16277,14 +16277,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5585, + offset: 5587, line: 198, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5599, + offset: 5601, line: 198, - col: 22, + col: 24, }, }, }, @@ -16294,14 +16294,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5585, + offset: 5587, line: 198, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5614, + offset: 5616, line: 198, - col: 37, + col: 39, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -16313,14 +16313,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5600, + offset: 5602, line: 198, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5613, + offset: 5615, line: 198, - col: 36, + col: 38, }, }, ExpressionType: "const char [12]", @@ -16333,14 +16333,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5585, + offset: 5587, line: 198, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5599, + offset: 5601, line: 198, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -16351,14 +16351,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5585, + offset: 5587, line: 198, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5599, + offset: 5601, line: 198, - col: 22, + col: 24, }, }, }, @@ -16371,14 +16371,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5636, + offset: 5638, line: 198, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -16388,14 +16388,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5634, + offset: 5636, line: 198, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -16408,14 +16408,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5619, + offset: 5621, line: 198, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 5634, + offset: 5636, line: 198, - col: 57, + col: 59, }, }, }, @@ -16423,14 +16423,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5617, + offset: 5619, line: 198, - col: 40, + col: 42, }, }, ExpressionType: "const ? *", @@ -16441,14 +16441,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5617, + offset: 5619, line: 198, - col: 40, + col: 42, }, }, }, @@ -16459,14 +16459,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5636, + offset: 5638, line: 198, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -16476,14 +16476,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5634, + offset: 5636, line: 198, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -16496,14 +16496,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5619, + offset: 5621, line: 198, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 5634, + offset: 5636, line: 198, - col: 57, + col: 59, }, }, }, @@ -16511,14 +16511,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5617, + offset: 5619, line: 198, - col: 40, + col: 42, }, }, ExpressionType: "const ? *", @@ -16529,14 +16529,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5617, + offset: 5619, line: 198, - col: 40, + col: 42, }, }, }, @@ -16551,14 +16551,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5647, + offset: 5649, line: 199, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5688, + offset: 5690, line: 199, - col: 48, + col: 50, }, }, 'Prop_Clauses': [ @@ -16566,14 +16566,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5648, + offset: 5650, line: 199, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5670, + offset: 5672, line: 199, - col: 30, + col: 32, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -16585,14 +16585,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5663, + offset: 5665, line: 199, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5669, + offset: 5671, line: 199, - col: 29, + col: 31, }, }, ExpressionType: "const char [5]", @@ -16605,14 +16605,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5648, + offset: 5650, line: 199, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5662, + offset: 5664, line: 199, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -16623,14 +16623,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5648, + offset: 5650, line: 199, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5662, + offset: 5664, line: 199, - col: 22, + col: 24, }, }, }, @@ -16640,14 +16640,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5687, + offset: 5689, line: 199, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -16657,14 +16657,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5685, + offset: 5687, line: 199, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -16677,14 +16677,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5675, + offset: 5677, line: 199, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5685, + offset: 5687, line: 199, - col: 45, + col: 47, }, }, }, @@ -16692,14 +16692,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5673, + offset: 5675, line: 199, - col: 33, + col: 35, }, }, ExpressionType: "const ? *", @@ -16710,14 +16710,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5673, + offset: 5675, line: 199, - col: 33, + col: 35, }, }, }, @@ -16732,14 +16732,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5648, + offset: 5650, line: 199, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5670, + offset: 5672, line: 199, - col: 30, + col: 32, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -16751,14 +16751,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5663, + offset: 5665, line: 199, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5669, + offset: 5671, line: 199, - col: 29, + col: 31, }, }, ExpressionType: "const char [5]", @@ -16771,14 +16771,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5648, + offset: 5650, line: 199, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5662, + offset: 5664, line: 199, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -16789,14 +16789,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5648, + offset: 5650, line: 199, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5662, + offset: 5664, line: 199, - col: 22, + col: 24, }, }, }, @@ -16806,14 +16806,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5648, + offset: 5650, line: 199, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5670, + offset: 5672, line: 199, - col: 30, + col: 32, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -16825,14 +16825,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5663, + offset: 5665, line: 199, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5669, + offset: 5671, line: 199, - col: 29, + col: 31, }, }, ExpressionType: "const char [5]", @@ -16845,14 +16845,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5648, + offset: 5650, line: 199, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5662, + offset: 5664, line: 199, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -16863,14 +16863,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5648, + offset: 5650, line: 199, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5662, + offset: 5664, line: 199, - col: 22, + col: 24, }, }, }, @@ -16883,14 +16883,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5687, + offset: 5689, line: 199, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -16900,14 +16900,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5685, + offset: 5687, line: 199, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -16920,14 +16920,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5675, + offset: 5677, line: 199, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5685, + offset: 5687, line: 199, - col: 45, + col: 47, }, }, }, @@ -16935,14 +16935,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5673, + offset: 5675, line: 199, - col: 33, + col: 35, }, }, ExpressionType: "const ? *", @@ -16953,14 +16953,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5673, + offset: 5675, line: 199, - col: 33, + col: 35, }, }, }, @@ -16971,14 +16971,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5687, + offset: 5689, line: 199, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -16988,14 +16988,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5685, + offset: 5687, line: 199, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -17008,14 +17008,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5675, + offset: 5677, line: 199, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5685, + offset: 5687, line: 199, - col: 45, + col: 47, }, }, }, @@ -17023,14 +17023,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5673, + offset: 5675, line: 199, - col: 33, + col: 35, }, }, ExpressionType: "const ? *", @@ -17041,14 +17041,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5673, + offset: 5675, line: 199, - col: 33, + col: 35, }, }, }, @@ -17063,14 +17063,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5698, + offset: 5700, line: 200, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5745, + offset: 5747, line: 200, - col: 54, + col: 56, }, }, 'Prop_Clauses': [ @@ -17078,14 +17078,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5699, + offset: 5701, line: 200, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5724, + offset: 5726, line: 200, - col: 33, + col: 35, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -17097,14 +17097,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5714, + offset: 5716, line: 200, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5723, + offset: 5725, line: 200, - col: 32, + col: 34, }, }, ExpressionType: "const char [8]", @@ -17117,14 +17117,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5699, + offset: 5701, line: 200, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5713, + offset: 5715, line: 200, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -17135,14 +17135,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5699, + offset: 5701, line: 200, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5713, + offset: 5715, line: 200, - col: 22, + col: 24, }, }, }, @@ -17152,14 +17152,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5744, + offset: 5746, line: 200, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -17169,14 +17169,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5742, + offset: 5744, line: 200, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -17189,14 +17189,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5729, + offset: 5731, line: 200, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 5742, + offset: 5744, line: 200, - col: 51, + col: 53, }, }, }, @@ -17204,14 +17204,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5727, + offset: 5729, line: 200, - col: 36, + col: 38, }, }, ExpressionType: "const ? *", @@ -17222,14 +17222,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5727, + offset: 5729, line: 200, - col: 36, + col: 38, }, }, }, @@ -17244,14 +17244,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5699, + offset: 5701, line: 200, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5724, + offset: 5726, line: 200, - col: 33, + col: 35, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -17263,14 +17263,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5714, + offset: 5716, line: 200, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5723, + offset: 5725, line: 200, - col: 32, + col: 34, }, }, ExpressionType: "const char [8]", @@ -17283,14 +17283,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5699, + offset: 5701, line: 200, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5713, + offset: 5715, line: 200, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -17301,14 +17301,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5699, + offset: 5701, line: 200, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5713, + offset: 5715, line: 200, - col: 22, + col: 24, }, }, }, @@ -17318,14 +17318,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5699, + offset: 5701, line: 200, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5724, + offset: 5726, line: 200, - col: 33, + col: 35, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -17337,14 +17337,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5714, + offset: 5716, line: 200, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5723, + offset: 5725, line: 200, - col: 32, + col: 34, }, }, ExpressionType: "const char [8]", @@ -17357,14 +17357,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5699, + offset: 5701, line: 200, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5713, + offset: 5715, line: 200, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -17375,14 +17375,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5699, + offset: 5701, line: 200, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5713, + offset: 5715, line: 200, - col: 22, + col: 24, }, }, }, @@ -17395,14 +17395,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5744, + offset: 5746, line: 200, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -17412,14 +17412,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5742, + offset: 5744, line: 200, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -17432,14 +17432,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5729, + offset: 5731, line: 200, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 5742, + offset: 5744, line: 200, - col: 51, + col: 53, }, }, }, @@ -17447,14 +17447,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5727, + offset: 5729, line: 200, - col: 36, + col: 38, }, }, ExpressionType: "const ? *", @@ -17465,14 +17465,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5727, + offset: 5729, line: 200, - col: 36, + col: 38, }, }, }, @@ -17483,14 +17483,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5744, + offset: 5746, line: 200, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -17500,14 +17500,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5742, + offset: 5744, line: 200, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -17520,14 +17520,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5729, + offset: 5731, line: 200, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 5742, + offset: 5744, line: 200, - col: 51, + col: 53, }, }, }, @@ -17535,14 +17535,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5727, + offset: 5729, line: 200, - col: 36, + col: 38, }, }, ExpressionType: "const ? *", @@ -17553,14 +17553,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5727, + offset: 5729, line: 200, - col: 36, + col: 38, }, }, }, @@ -17575,14 +17575,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5755, + offset: 5757, line: 201, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5814, + offset: 5816, line: 201, - col: 66, + col: 68, }, }, 'Prop_Clauses': [ @@ -17590,14 +17590,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5756, + offset: 5758, line: 201, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5787, + offset: 5789, line: 201, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -17609,14 +17609,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5771, + offset: 5773, line: 201, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5786, + offset: 5788, line: 201, - col: 38, + col: 40, }, }, ExpressionType: "const char [14]", @@ -17629,14 +17629,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5756, + offset: 5758, line: 201, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5770, + offset: 5772, line: 201, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -17647,14 +17647,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5756, + offset: 5758, line: 201, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5770, + offset: 5772, line: 201, - col: 22, + col: 24, }, }, }, @@ -17664,14 +17664,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5813, + offset: 5815, line: 201, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -17683,14 +17683,14 @@ '@role': [Argument, Boolean, Call, Expression, Function, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5808, + offset: 5810, line: 201, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 5812, + offset: 5814, line: 201, - col: 64, + col: 66, }, }, ExpressionType: "bool", @@ -17703,14 +17703,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5807, + offset: 5809, line: 201, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -17723,14 +17723,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5792, + offset: 5794, line: 201, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 5807, + offset: 5809, line: 201, - col: 59, + col: 61, }, }, }, @@ -17738,14 +17738,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5790, + offset: 5792, line: 201, - col: 42, + col: 44, }, }, ExpressionType: "const ? *", @@ -17756,14 +17756,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5790, + offset: 5792, line: 201, - col: 42, + col: 44, }, }, }, @@ -17778,14 +17778,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5756, + offset: 5758, line: 201, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5787, + offset: 5789, line: 201, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -17797,14 +17797,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5771, + offset: 5773, line: 201, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5786, + offset: 5788, line: 201, - col: 38, + col: 40, }, }, ExpressionType: "const char [14]", @@ -17817,14 +17817,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5756, + offset: 5758, line: 201, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5770, + offset: 5772, line: 201, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -17835,14 +17835,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5756, + offset: 5758, line: 201, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5770, + offset: 5772, line: 201, - col: 22, + col: 24, }, }, }, @@ -17852,14 +17852,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5756, + offset: 5758, line: 201, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5787, + offset: 5789, line: 201, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -17871,14 +17871,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5771, + offset: 5773, line: 201, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5786, + offset: 5788, line: 201, - col: 38, + col: 40, }, }, ExpressionType: "const char [14]", @@ -17891,14 +17891,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5756, + offset: 5758, line: 201, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5770, + offset: 5772, line: 201, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -17909,14 +17909,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5756, + offset: 5758, line: 201, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5770, + offset: 5772, line: 201, - col: 22, + col: 24, }, }, }, @@ -17929,14 +17929,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5813, + offset: 5815, line: 201, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -17948,14 +17948,14 @@ '@role': [Argument, Boolean, Call, Expression, Function, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5808, + offset: 5810, line: 201, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 5812, + offset: 5814, line: 201, - col: 64, + col: 66, }, }, ExpressionType: "bool", @@ -17968,14 +17968,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5807, + offset: 5809, line: 201, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -17988,14 +17988,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5792, + offset: 5794, line: 201, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 5807, + offset: 5809, line: 201, - col: 59, + col: 61, }, }, }, @@ -18003,14 +18003,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5790, + offset: 5792, line: 201, - col: 42, + col: 44, }, }, ExpressionType: "const ? *", @@ -18021,14 +18021,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5790, + offset: 5792, line: 201, - col: 42, + col: 44, }, }, }, @@ -18039,14 +18039,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5813, + offset: 5815, line: 201, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -18058,14 +18058,14 @@ '@role': [Argument, Boolean, Call, Expression, Function, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5808, + offset: 5810, line: 201, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 5812, + offset: 5814, line: 201, - col: 64, + col: 66, }, }, ExpressionType: "bool", @@ -18078,14 +18078,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5807, + offset: 5809, line: 201, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -18098,14 +18098,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5792, + offset: 5794, line: 201, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 5807, + offset: 5809, line: 201, - col: 59, + col: 61, }, }, }, @@ -18113,14 +18113,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5790, + offset: 5792, line: 201, - col: 42, + col: 44, }, }, ExpressionType: "const ? *", @@ -18131,14 +18131,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5790, + offset: 5792, line: 201, - col: 42, + col: 44, }, }, }, @@ -18153,14 +18153,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5824, + offset: 5826, line: 202, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5865, + offset: 5867, line: 202, - col: 48, + col: 50, }, }, 'Prop_Clauses': [ @@ -18168,14 +18168,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5825, + offset: 5827, line: 202, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5847, + offset: 5849, line: 202, - col: 30, + col: 32, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -18187,14 +18187,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5840, + offset: 5842, line: 202, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5846, + offset: 5848, line: 202, - col: 29, + col: 31, }, }, ExpressionType: "const char [5]", @@ -18207,14 +18207,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5825, + offset: 5827, line: 202, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5839, + offset: 5841, line: 202, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -18225,14 +18225,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5825, + offset: 5827, line: 202, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5839, + offset: 5841, line: 202, - col: 22, + col: 24, }, }, }, @@ -18242,14 +18242,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5864, + offset: 5866, line: 202, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -18259,14 +18259,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5862, + offset: 5864, line: 202, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -18279,14 +18279,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5852, + offset: 5854, line: 202, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5862, + offset: 5864, line: 202, - col: 45, + col: 47, }, }, }, @@ -18294,14 +18294,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5850, + offset: 5852, line: 202, - col: 33, + col: 35, }, }, ExpressionType: "const ? *", @@ -18312,14 +18312,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5850, + offset: 5852, line: 202, - col: 33, + col: 35, }, }, }, @@ -18334,14 +18334,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5825, + offset: 5827, line: 202, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5847, + offset: 5849, line: 202, - col: 30, + col: 32, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -18353,14 +18353,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5840, + offset: 5842, line: 202, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5846, + offset: 5848, line: 202, - col: 29, + col: 31, }, }, ExpressionType: "const char [5]", @@ -18373,14 +18373,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5825, + offset: 5827, line: 202, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5839, + offset: 5841, line: 202, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -18391,14 +18391,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5825, + offset: 5827, line: 202, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5839, + offset: 5841, line: 202, - col: 22, + col: 24, }, }, }, @@ -18408,14 +18408,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5825, + offset: 5827, line: 202, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5847, + offset: 5849, line: 202, - col: 30, + col: 32, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -18427,14 +18427,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5840, + offset: 5842, line: 202, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5846, + offset: 5848, line: 202, - col: 29, + col: 31, }, }, ExpressionType: "const char [5]", @@ -18447,14 +18447,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5825, + offset: 5827, line: 202, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5839, + offset: 5841, line: 202, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -18465,14 +18465,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5825, + offset: 5827, line: 202, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5839, + offset: 5841, line: 202, - col: 22, + col: 24, }, }, }, @@ -18485,14 +18485,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5864, + offset: 5866, line: 202, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -18502,14 +18502,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5862, + offset: 5864, line: 202, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -18522,14 +18522,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5852, + offset: 5854, line: 202, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5862, + offset: 5864, line: 202, - col: 45, + col: 47, }, }, }, @@ -18537,14 +18537,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5850, + offset: 5852, line: 202, - col: 33, + col: 35, }, }, ExpressionType: "const ? *", @@ -18555,14 +18555,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5850, + offset: 5852, line: 202, - col: 33, + col: 35, }, }, }, @@ -18573,14 +18573,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5864, + offset: 5866, line: 202, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -18590,14 +18590,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5862, + offset: 5864, line: 202, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -18610,14 +18610,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5852, + offset: 5854, line: 202, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5862, + offset: 5864, line: 202, - col: 45, + col: 47, }, }, }, @@ -18625,14 +18625,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5850, + offset: 5852, line: 202, - col: 33, + col: 35, }, }, ExpressionType: "const ? *", @@ -18643,14 +18643,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5850, + offset: 5852, line: 202, - col: 33, + col: 35, }, }, }, @@ -18665,14 +18665,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5875, + offset: 5877, line: 203, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5904, + offset: 5906, line: 203, - col: 36, + col: 38, }, }, 'Prop_Clauses': [ @@ -18680,14 +18680,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5876, + offset: 5878, line: 203, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5895, + offset: 5897, line: 203, - col: 27, + col: 29, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -18699,14 +18699,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5891, + offset: 5893, line: 203, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5894, + offset: 5896, line: 203, - col: 26, + col: 28, }, }, ExpressionType: "const char [2]", @@ -18719,14 +18719,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5876, + offset: 5878, line: 203, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5890, + offset: 5892, line: 203, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -18737,14 +18737,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5876, + offset: 5878, line: 203, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5890, + offset: 5892, line: 203, - col: 22, + col: 24, }, }, }, @@ -18754,14 +18754,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5903, + offset: 5905, line: 203, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -18771,14 +18771,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5901, + offset: 5903, line: 203, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -18791,14 +18791,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5900, + offset: 5902, line: 203, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5901, + offset: 5903, line: 203, - col: 33, + col: 35, }, }, }, @@ -18806,14 +18806,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5898, + offset: 5900, line: 203, - col: 30, + col: 32, }, }, ExpressionType: "const ? *", @@ -18824,14 +18824,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5898, + offset: 5900, line: 203, - col: 30, + col: 32, }, }, }, @@ -18846,14 +18846,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5876, + offset: 5878, line: 203, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5895, + offset: 5897, line: 203, - col: 27, + col: 29, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -18865,14 +18865,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5891, + offset: 5893, line: 203, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5894, + offset: 5896, line: 203, - col: 26, + col: 28, }, }, ExpressionType: "const char [2]", @@ -18885,14 +18885,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5876, + offset: 5878, line: 203, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5890, + offset: 5892, line: 203, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -18903,14 +18903,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5876, + offset: 5878, line: 203, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5890, + offset: 5892, line: 203, - col: 22, + col: 24, }, }, }, @@ -18920,14 +18920,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5876, + offset: 5878, line: 203, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5895, + offset: 5897, line: 203, - col: 27, + col: 29, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -18939,14 +18939,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5891, + offset: 5893, line: 203, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5894, + offset: 5896, line: 203, - col: 26, + col: 28, }, }, ExpressionType: "const char [2]", @@ -18959,14 +18959,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5876, + offset: 5878, line: 203, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5890, + offset: 5892, line: 203, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -18977,14 +18977,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5876, + offset: 5878, line: 203, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5890, + offset: 5892, line: 203, - col: 22, + col: 24, }, }, }, @@ -18997,14 +18997,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5903, + offset: 5905, line: 203, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -19014,14 +19014,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5901, + offset: 5903, line: 203, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -19034,14 +19034,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5900, + offset: 5902, line: 203, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5901, + offset: 5903, line: 203, - col: 33, + col: 35, }, }, }, @@ -19049,14 +19049,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5898, + offset: 5900, line: 203, - col: 30, + col: 32, }, }, ExpressionType: "const ? *", @@ -19067,14 +19067,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5898, + offset: 5900, line: 203, - col: 30, + col: 32, }, }, }, @@ -19085,14 +19085,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5903, + offset: 5905, line: 203, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -19102,14 +19102,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5901, + offset: 5903, line: 203, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -19122,14 +19122,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5900, + offset: 5902, line: 203, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5901, + offset: 5903, line: 203, - col: 33, + col: 35, }, }, }, @@ -19137,14 +19137,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5898, + offset: 5900, line: 203, - col: 30, + col: 32, }, }, ExpressionType: "const ? *", @@ -19155,14 +19155,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5898, + offset: 5900, line: 203, - col: 30, + col: 32, }, }, }, @@ -19177,14 +19177,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5914, + offset: 5916, line: 204, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5943, + offset: 5945, line: 204, - col: 36, + col: 38, }, }, 'Prop_Clauses': [ @@ -19192,14 +19192,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5915, + offset: 5917, line: 204, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5934, + offset: 5936, line: 204, - col: 27, + col: 29, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -19211,14 +19211,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5930, + offset: 5932, line: 204, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5933, + offset: 5935, line: 204, - col: 26, + col: 28, }, }, ExpressionType: "const char [2]", @@ -19231,14 +19231,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5915, + offset: 5917, line: 204, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5929, + offset: 5931, line: 204, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -19249,14 +19249,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5915, + offset: 5917, line: 204, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5929, + offset: 5931, line: 204, - col: 22, + col: 24, }, }, }, @@ -19266,14 +19266,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5942, + offset: 5944, line: 204, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -19283,14 +19283,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5940, + offset: 5942, line: 204, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -19303,14 +19303,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5939, + offset: 5941, line: 204, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5940, + offset: 5942, line: 204, - col: 33, + col: 35, }, }, }, @@ -19318,14 +19318,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5937, + offset: 5939, line: 204, - col: 30, + col: 32, }, }, ExpressionType: "const ? *", @@ -19336,14 +19336,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5937, + offset: 5939, line: 204, - col: 30, + col: 32, }, }, }, @@ -19358,14 +19358,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5915, + offset: 5917, line: 204, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5934, + offset: 5936, line: 204, - col: 27, + col: 29, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -19377,14 +19377,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5930, + offset: 5932, line: 204, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5933, + offset: 5935, line: 204, - col: 26, + col: 28, }, }, ExpressionType: "const char [2]", @@ -19397,14 +19397,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5915, + offset: 5917, line: 204, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5929, + offset: 5931, line: 204, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -19415,14 +19415,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5915, + offset: 5917, line: 204, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5929, + offset: 5931, line: 204, - col: 22, + col: 24, }, }, }, @@ -19432,14 +19432,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5915, + offset: 5917, line: 204, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5934, + offset: 5936, line: 204, - col: 27, + col: 29, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -19451,14 +19451,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5930, + offset: 5932, line: 204, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5933, + offset: 5935, line: 204, - col: 26, + col: 28, }, }, ExpressionType: "const char [2]", @@ -19471,14 +19471,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5915, + offset: 5917, line: 204, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5929, + offset: 5931, line: 204, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -19489,14 +19489,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5915, + offset: 5917, line: 204, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5929, + offset: 5931, line: 204, - col: 22, + col: 24, }, }, }, @@ -19509,14 +19509,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5942, + offset: 5944, line: 204, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -19526,14 +19526,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5940, + offset: 5942, line: 204, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -19546,14 +19546,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5939, + offset: 5941, line: 204, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5940, + offset: 5942, line: 204, - col: 33, + col: 35, }, }, }, @@ -19561,14 +19561,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5937, + offset: 5939, line: 204, - col: 30, + col: 32, }, }, ExpressionType: "const ? *", @@ -19579,14 +19579,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5937, + offset: 5939, line: 204, - col: 30, + col: 32, }, }, }, @@ -19597,14 +19597,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5942, + offset: 5944, line: 204, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -19614,14 +19614,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5940, + offset: 5942, line: 204, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -19634,14 +19634,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5939, + offset: 5941, line: 204, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5940, + offset: 5942, line: 204, - col: 33, + col: 35, }, }, }, @@ -19649,14 +19649,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5937, + offset: 5939, line: 204, - col: 30, + col: 32, }, }, ExpressionType: "const ? *", @@ -19667,14 +19667,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5937, + offset: 5939, line: 204, - col: 30, + col: 32, }, }, }, @@ -19689,14 +19689,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5953, + offset: 5955, line: 205, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5990, + offset: 5992, line: 205, - col: 44, + col: 46, }, }, 'Prop_Clauses': [ @@ -19704,14 +19704,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5954, + offset: 5956, line: 205, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5977, + offset: 5979, line: 205, - col: 31, + col: 33, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -19723,14 +19723,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5969, + offset: 5971, line: 205, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5976, + offset: 5978, line: 205, - col: 30, + col: 32, }, }, ExpressionType: "const char [6]", @@ -19743,14 +19743,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5954, + offset: 5956, line: 205, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5968, + offset: 5970, line: 205, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -19761,14 +19761,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5954, + offset: 5956, line: 205, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5968, + offset: 5970, line: 205, - col: 22, + col: 24, }, }, }, @@ -19778,14 +19778,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5989, + offset: 5991, line: 205, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -19795,14 +19795,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5987, + offset: 5989, line: 205, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -19815,14 +19815,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5982, + offset: 5984, line: 205, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 5987, + offset: 5989, line: 205, - col: 41, + col: 43, }, }, }, @@ -19830,14 +19830,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5980, + offset: 5982, line: 205, - col: 34, + col: 36, }, }, ExpressionType: "const ? *", @@ -19848,14 +19848,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5980, + offset: 5982, line: 205, - col: 34, + col: 36, }, }, }, @@ -19870,14 +19870,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5954, + offset: 5956, line: 205, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5977, + offset: 5979, line: 205, - col: 31, + col: 33, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -19889,14 +19889,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5969, + offset: 5971, line: 205, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5976, + offset: 5978, line: 205, - col: 30, + col: 32, }, }, ExpressionType: "const char [6]", @@ -19909,14 +19909,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5954, + offset: 5956, line: 205, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5968, + offset: 5970, line: 205, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -19927,14 +19927,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5954, + offset: 5956, line: 205, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5968, + offset: 5970, line: 205, - col: 22, + col: 24, }, }, }, @@ -19944,14 +19944,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5954, + offset: 5956, line: 205, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5977, + offset: 5979, line: 205, - col: 31, + col: 33, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -19963,14 +19963,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5969, + offset: 5971, line: 205, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5976, + offset: 5978, line: 205, - col: 30, + col: 32, }, }, ExpressionType: "const char [6]", @@ -19983,14 +19983,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5954, + offset: 5956, line: 205, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5968, + offset: 5970, line: 205, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -20001,14 +20001,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5954, + offset: 5956, line: 205, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5968, + offset: 5970, line: 205, - col: 22, + col: 24, }, }, }, @@ -20021,14 +20021,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5989, + offset: 5991, line: 205, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -20038,14 +20038,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5987, + offset: 5989, line: 205, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -20058,14 +20058,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5982, + offset: 5984, line: 205, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 5987, + offset: 5989, line: 205, - col: 41, + col: 43, }, }, }, @@ -20073,14 +20073,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5980, + offset: 5982, line: 205, - col: 34, + col: 36, }, }, ExpressionType: "const ? *", @@ -20091,14 +20091,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5980, + offset: 5982, line: 205, - col: 34, + col: 36, }, }, }, @@ -20109,14 +20109,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5989, + offset: 5991, line: 205, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -20126,14 +20126,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5987, + offset: 5989, line: 205, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -20146,14 +20146,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5982, + offset: 5984, line: 205, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 5987, + offset: 5989, line: 205, - col: 41, + col: 43, }, }, }, @@ -20161,14 +20161,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5980, + offset: 5982, line: 205, - col: 34, + col: 36, }, }, ExpressionType: "const ? *", @@ -20179,14 +20179,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5980, + offset: 5982, line: 205, - col: 34, + col: 36, }, }, }, @@ -20201,14 +20201,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6000, + offset: 6002, line: 206, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6039, + offset: 6041, line: 206, - col: 46, + col: 48, }, }, 'Prop_Clauses': [ @@ -20216,14 +20216,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6001, + offset: 6003, line: 206, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6025, + offset: 6027, line: 206, - col: 32, + col: 34, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -20235,14 +20235,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6016, + offset: 6018, line: 206, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6024, + offset: 6026, line: 206, - col: 31, + col: 33, }, }, ExpressionType: "const char [7]", @@ -20255,14 +20255,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6001, + offset: 6003, line: 206, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6015, + offset: 6017, line: 206, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -20273,14 +20273,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6001, + offset: 6003, line: 206, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6015, + offset: 6017, line: 206, - col: 22, + col: 24, }, }, }, @@ -20290,14 +20290,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6038, + offset: 6040, line: 206, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -20307,14 +20307,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6036, + offset: 6038, line: 206, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -20327,14 +20327,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6030, + offset: 6032, line: 206, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6036, + offset: 6038, line: 206, - col: 43, + col: 45, }, }, }, @@ -20342,14 +20342,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6028, + offset: 6030, line: 206, - col: 35, + col: 37, }, }, ExpressionType: "const ? *", @@ -20360,14 +20360,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6028, + offset: 6030, line: 206, - col: 35, + col: 37, }, }, }, @@ -20382,14 +20382,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6001, + offset: 6003, line: 206, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6025, + offset: 6027, line: 206, - col: 32, + col: 34, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -20401,14 +20401,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6016, + offset: 6018, line: 206, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6024, + offset: 6026, line: 206, - col: 31, + col: 33, }, }, ExpressionType: "const char [7]", @@ -20421,14 +20421,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6001, + offset: 6003, line: 206, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6015, + offset: 6017, line: 206, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -20439,14 +20439,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6001, + offset: 6003, line: 206, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6015, + offset: 6017, line: 206, - col: 22, + col: 24, }, }, }, @@ -20456,14 +20456,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6001, + offset: 6003, line: 206, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6025, + offset: 6027, line: 206, - col: 32, + col: 34, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -20475,14 +20475,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6016, + offset: 6018, line: 206, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6024, + offset: 6026, line: 206, - col: 31, + col: 33, }, }, ExpressionType: "const char [7]", @@ -20495,14 +20495,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6001, + offset: 6003, line: 206, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6015, + offset: 6017, line: 206, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -20513,14 +20513,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6001, + offset: 6003, line: 206, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6015, + offset: 6017, line: 206, - col: 22, + col: 24, }, }, }, @@ -20533,14 +20533,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6038, + offset: 6040, line: 206, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -20550,14 +20550,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6036, + offset: 6038, line: 206, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -20570,14 +20570,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6030, + offset: 6032, line: 206, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6036, + offset: 6038, line: 206, - col: 43, + col: 45, }, }, }, @@ -20585,14 +20585,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6028, + offset: 6030, line: 206, - col: 35, + col: 37, }, }, ExpressionType: "const ? *", @@ -20603,14 +20603,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6028, + offset: 6030, line: 206, - col: 35, + col: 37, }, }, }, @@ -20621,14 +20621,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6038, + offset: 6040, line: 206, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -20638,14 +20638,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6036, + offset: 6038, line: 206, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -20658,14 +20658,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6030, + offset: 6032, line: 206, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6036, + offset: 6038, line: 206, - col: 43, + col: 45, }, }, }, @@ -20673,14 +20673,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6028, + offset: 6030, line: 206, - col: 35, + col: 37, }, }, ExpressionType: "const ? *", @@ -20691,14 +20691,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6028, + offset: 6030, line: 206, - col: 35, + col: 37, }, }, }, @@ -20713,14 +20713,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6049, + offset: 6051, line: 207, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6099, + offset: 6101, line: 207, - col: 57, + col: 59, }, }, 'Prop_Clauses': [ @@ -20728,14 +20728,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6050, + offset: 6052, line: 207, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6084, + offset: 6086, line: 207, - col: 42, + col: 44, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -20747,14 +20747,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6065, + offset: 6067, line: 207, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6083, + offset: 6085, line: 207, - col: 41, + col: 43, }, }, ExpressionType: "const char [17]", @@ -20767,14 +20767,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6050, + offset: 6052, line: 207, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6064, + offset: 6066, line: 207, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -20785,14 +20785,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6050, + offset: 6052, line: 207, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6064, + offset: 6066, line: 207, - col: 22, + col: 24, }, }, }, @@ -20802,14 +20802,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6098, + offset: 6100, line: 207, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -20819,14 +20819,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6096, + offset: 6098, line: 207, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -20839,14 +20839,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6089, + offset: 6091, line: 207, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 6096, + offset: 6098, line: 207, - col: 54, + col: 56, }, }, }, @@ -20854,14 +20854,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6087, + offset: 6089, line: 207, - col: 45, + col: 47, }, }, ExpressionType: "const ? *", @@ -20872,14 +20872,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6087, + offset: 6089, line: 207, - col: 45, + col: 47, }, }, }, @@ -20894,14 +20894,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6050, + offset: 6052, line: 207, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6084, + offset: 6086, line: 207, - col: 42, + col: 44, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -20913,14 +20913,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6065, + offset: 6067, line: 207, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6083, + offset: 6085, line: 207, - col: 41, + col: 43, }, }, ExpressionType: "const char [17]", @@ -20933,14 +20933,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6050, + offset: 6052, line: 207, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6064, + offset: 6066, line: 207, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -20951,14 +20951,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6050, + offset: 6052, line: 207, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6064, + offset: 6066, line: 207, - col: 22, + col: 24, }, }, }, @@ -20968,14 +20968,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6050, + offset: 6052, line: 207, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6084, + offset: 6086, line: 207, - col: 42, + col: 44, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -20987,14 +20987,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6065, + offset: 6067, line: 207, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6083, + offset: 6085, line: 207, - col: 41, + col: 43, }, }, ExpressionType: "const char [17]", @@ -21007,14 +21007,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6050, + offset: 6052, line: 207, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6064, + offset: 6066, line: 207, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -21025,14 +21025,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6050, + offset: 6052, line: 207, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6064, + offset: 6066, line: 207, - col: 22, + col: 24, }, }, }, @@ -21045,14 +21045,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6098, + offset: 6100, line: 207, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -21062,14 +21062,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6096, + offset: 6098, line: 207, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -21082,14 +21082,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6089, + offset: 6091, line: 207, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 6096, + offset: 6098, line: 207, - col: 54, + col: 56, }, }, }, @@ -21097,14 +21097,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6087, + offset: 6089, line: 207, - col: 45, + col: 47, }, }, ExpressionType: "const ? *", @@ -21115,14 +21115,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6087, + offset: 6089, line: 207, - col: 45, + col: 47, }, }, }, @@ -21133,14 +21133,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6098, + offset: 6100, line: 207, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -21150,14 +21150,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6096, + offset: 6098, line: 207, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -21170,14 +21170,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6089, + offset: 6091, line: 207, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 6096, + offset: 6098, line: 207, - col: 54, + col: 56, }, }, }, @@ -21185,14 +21185,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6087, + offset: 6089, line: 207, - col: 45, + col: 47, }, }, ExpressionType: "const ? *", @@ -21203,14 +21203,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6087, + offset: 6089, line: 207, - col: 45, + col: 47, }, }, }, @@ -21225,14 +21225,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6109, + offset: 6111, line: 208, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6156, + offset: 6158, line: 208, - col: 54, + col: 56, }, }, 'Prop_Clauses': [ @@ -21240,14 +21240,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6110, + offset: 6112, line: 208, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6137, + offset: 6139, line: 208, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -21259,14 +21259,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6125, + offset: 6127, line: 208, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6136, + offset: 6138, line: 208, - col: 34, + col: 36, }, }, ExpressionType: "const char [10]", @@ -21279,14 +21279,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6110, + offset: 6112, line: 208, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6124, + offset: 6126, line: 208, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -21297,14 +21297,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6110, + offset: 6112, line: 208, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6124, + offset: 6126, line: 208, - col: 22, + col: 24, }, }, }, @@ -21314,14 +21314,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6155, + offset: 6157, line: 208, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -21331,14 +21331,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6153, + offset: 6155, line: 208, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -21351,14 +21351,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6142, + offset: 6144, line: 208, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6153, + offset: 6155, line: 208, - col: 51, + col: 53, }, }, }, @@ -21366,14 +21366,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6140, + offset: 6142, line: 208, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -21384,14 +21384,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6140, + offset: 6142, line: 208, - col: 38, + col: 40, }, }, }, @@ -21406,14 +21406,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6110, + offset: 6112, line: 208, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6137, + offset: 6139, line: 208, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -21425,14 +21425,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6125, + offset: 6127, line: 208, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6136, + offset: 6138, line: 208, - col: 34, + col: 36, }, }, ExpressionType: "const char [10]", @@ -21445,14 +21445,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6110, + offset: 6112, line: 208, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6124, + offset: 6126, line: 208, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -21463,14 +21463,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6110, + offset: 6112, line: 208, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6124, + offset: 6126, line: 208, - col: 22, + col: 24, }, }, }, @@ -21480,14 +21480,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6110, + offset: 6112, line: 208, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6137, + offset: 6139, line: 208, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -21499,14 +21499,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6125, + offset: 6127, line: 208, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6136, + offset: 6138, line: 208, - col: 34, + col: 36, }, }, ExpressionType: "const char [10]", @@ -21519,14 +21519,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6110, + offset: 6112, line: 208, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6124, + offset: 6126, line: 208, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -21537,14 +21537,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6110, + offset: 6112, line: 208, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6124, + offset: 6126, line: 208, - col: 22, + col: 24, }, }, }, @@ -21557,14 +21557,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6155, + offset: 6157, line: 208, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -21574,14 +21574,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6153, + offset: 6155, line: 208, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -21594,14 +21594,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6142, + offset: 6144, line: 208, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6153, + offset: 6155, line: 208, - col: 51, + col: 53, }, }, }, @@ -21609,14 +21609,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6140, + offset: 6142, line: 208, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -21627,14 +21627,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6140, + offset: 6142, line: 208, - col: 38, + col: 40, }, }, }, @@ -21645,14 +21645,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6155, + offset: 6157, line: 208, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -21662,14 +21662,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6153, + offset: 6155, line: 208, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -21682,14 +21682,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6142, + offset: 6144, line: 208, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6153, + offset: 6155, line: 208, - col: 51, + col: 53, }, }, }, @@ -21697,14 +21697,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6140, + offset: 6142, line: 208, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -21715,14 +21715,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6140, + offset: 6142, line: 208, - col: 38, + col: 40, }, }, }, @@ -21737,14 +21737,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6166, + offset: 6168, line: 209, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6206, + offset: 6208, line: 209, - col: 47, + col: 49, }, }, 'Prop_Clauses': [ @@ -21752,14 +21752,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6167, + offset: 6169, line: 209, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6191, + offset: 6193, line: 209, - col: 32, + col: 34, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -21771,14 +21771,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6182, + offset: 6184, line: 209, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6190, + offset: 6192, line: 209, - col: 31, + col: 33, }, }, ExpressionType: "const char [7]", @@ -21791,14 +21791,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6167, + offset: 6169, line: 209, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6181, + offset: 6183, line: 209, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -21809,14 +21809,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6167, + offset: 6169, line: 209, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6181, + offset: 6183, line: 209, - col: 22, + col: 24, }, }, }, @@ -21826,14 +21826,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6205, + offset: 6207, line: 209, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -21843,14 +21843,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6203, + offset: 6205, line: 209, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -21863,14 +21863,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6196, + offset: 6198, line: 209, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6203, + offset: 6205, line: 209, - col: 44, + col: 46, }, }, }, @@ -21878,14 +21878,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6194, + offset: 6196, line: 209, - col: 35, + col: 37, }, }, ExpressionType: "const ? *", @@ -21896,14 +21896,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6194, + offset: 6196, line: 209, - col: 35, + col: 37, }, }, }, @@ -21918,14 +21918,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6167, + offset: 6169, line: 209, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6191, + offset: 6193, line: 209, - col: 32, + col: 34, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -21937,14 +21937,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6182, + offset: 6184, line: 209, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6190, + offset: 6192, line: 209, - col: 31, + col: 33, }, }, ExpressionType: "const char [7]", @@ -21957,14 +21957,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6167, + offset: 6169, line: 209, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6181, + offset: 6183, line: 209, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -21975,14 +21975,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6167, + offset: 6169, line: 209, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6181, + offset: 6183, line: 209, - col: 22, + col: 24, }, }, }, @@ -21992,14 +21992,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6167, + offset: 6169, line: 209, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6191, + offset: 6193, line: 209, - col: 32, + col: 34, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -22011,14 +22011,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6182, + offset: 6184, line: 209, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6190, + offset: 6192, line: 209, - col: 31, + col: 33, }, }, ExpressionType: "const char [7]", @@ -22031,14 +22031,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6167, + offset: 6169, line: 209, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6181, + offset: 6183, line: 209, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -22049,14 +22049,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6167, + offset: 6169, line: 209, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6181, + offset: 6183, line: 209, - col: 22, + col: 24, }, }, }, @@ -22069,14 +22069,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6205, + offset: 6207, line: 209, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -22086,14 +22086,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6203, + offset: 6205, line: 209, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -22106,14 +22106,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6196, + offset: 6198, line: 209, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6203, + offset: 6205, line: 209, - col: 44, + col: 46, }, }, }, @@ -22121,14 +22121,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6194, + offset: 6196, line: 209, - col: 35, + col: 37, }, }, ExpressionType: "const ? *", @@ -22139,14 +22139,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6194, + offset: 6196, line: 209, - col: 35, + col: 37, }, }, }, @@ -22157,14 +22157,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6205, + offset: 6207, line: 209, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -22174,14 +22174,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6203, + offset: 6205, line: 209, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -22194,14 +22194,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6196, + offset: 6198, line: 209, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6203, + offset: 6205, line: 209, - col: 44, + col: 46, }, }, }, @@ -22209,14 +22209,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6194, + offset: 6196, line: 209, - col: 35, + col: 37, }, }, ExpressionType: "const ? *", @@ -22227,14 +22227,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6194, + offset: 6196, line: 209, - col: 35, + col: 37, }, }, }, @@ -22249,14 +22249,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6216, + offset: 6218, line: 210, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6265, + offset: 6267, line: 210, - col: 56, + col: 58, }, }, 'Prop_Clauses': [ @@ -22264,14 +22264,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6217, + offset: 6219, line: 210, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6245, + offset: 6247, line: 210, - col: 36, + col: 38, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -22283,14 +22283,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6232, + offset: 6234, line: 210, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6244, + offset: 6246, line: 210, - col: 35, + col: 37, }, }, ExpressionType: "const char [11]", @@ -22303,14 +22303,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6217, + offset: 6219, line: 210, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6231, + offset: 6233, line: 210, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -22321,14 +22321,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6217, + offset: 6219, line: 210, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6231, + offset: 6233, line: 210, - col: 22, + col: 24, }, }, }, @@ -22338,14 +22338,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6264, + offset: 6266, line: 210, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -22355,14 +22355,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6262, + offset: 6264, line: 210, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -22375,14 +22375,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6250, + offset: 6252, line: 210, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 6262, + offset: 6264, line: 210, - col: 53, + col: 55, }, }, }, @@ -22390,14 +22390,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6248, + offset: 6250, line: 210, - col: 39, + col: 41, }, }, ExpressionType: "const ? *", @@ -22408,14 +22408,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6248, + offset: 6250, line: 210, - col: 39, + col: 41, }, }, }, @@ -22430,14 +22430,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6217, + offset: 6219, line: 210, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6245, + offset: 6247, line: 210, - col: 36, + col: 38, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -22449,14 +22449,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6232, + offset: 6234, line: 210, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6244, + offset: 6246, line: 210, - col: 35, + col: 37, }, }, ExpressionType: "const char [11]", @@ -22469,14 +22469,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6217, + offset: 6219, line: 210, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6231, + offset: 6233, line: 210, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -22487,14 +22487,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6217, + offset: 6219, line: 210, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6231, + offset: 6233, line: 210, - col: 22, + col: 24, }, }, }, @@ -22504,14 +22504,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6217, + offset: 6219, line: 210, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6245, + offset: 6247, line: 210, - col: 36, + col: 38, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -22523,14 +22523,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6232, + offset: 6234, line: 210, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6244, + offset: 6246, line: 210, - col: 35, + col: 37, }, }, ExpressionType: "const char [11]", @@ -22543,14 +22543,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6217, + offset: 6219, line: 210, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6231, + offset: 6233, line: 210, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -22561,14 +22561,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6217, + offset: 6219, line: 210, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6231, + offset: 6233, line: 210, - col: 22, + col: 24, }, }, }, @@ -22581,14 +22581,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6264, + offset: 6266, line: 210, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -22598,14 +22598,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6262, + offset: 6264, line: 210, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -22618,14 +22618,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6250, + offset: 6252, line: 210, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 6262, + offset: 6264, line: 210, - col: 53, + col: 55, }, }, }, @@ -22633,14 +22633,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6248, + offset: 6250, line: 210, - col: 39, + col: 41, }, }, ExpressionType: "const ? *", @@ -22651,14 +22651,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6248, + offset: 6250, line: 210, - col: 39, + col: 41, }, }, }, @@ -22669,14 +22669,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6264, + offset: 6266, line: 210, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -22686,14 +22686,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6262, + offset: 6264, line: 210, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -22706,14 +22706,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6250, + offset: 6252, line: 210, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 6262, + offset: 6264, line: 210, - col: 53, + col: 55, }, }, }, @@ -22721,14 +22721,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6248, + offset: 6250, line: 210, - col: 39, + col: 41, }, }, ExpressionType: "const ? *", @@ -22739,14 +22739,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6248, + offset: 6250, line: 210, - col: 39, + col: 41, }, }, }, @@ -22761,14 +22761,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6275, + offset: 6277, line: 211, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6320, + offset: 6322, line: 211, - col: 52, + col: 54, }, }, 'Prop_Clauses': [ @@ -22776,14 +22776,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6276, + offset: 6278, line: 211, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6303, + offset: 6305, line: 211, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -22795,14 +22795,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6291, + offset: 6293, line: 211, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6302, + offset: 6304, line: 211, - col: 34, + col: 36, }, }, ExpressionType: "const char [10]", @@ -22815,14 +22815,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6276, + offset: 6278, line: 211, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6290, + offset: 6292, line: 211, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -22833,14 +22833,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6276, + offset: 6278, line: 211, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6290, + offset: 6292, line: 211, - col: 22, + col: 24, }, }, }, @@ -22850,14 +22850,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6319, + offset: 6321, line: 211, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -22867,14 +22867,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6317, + offset: 6319, line: 211, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -22887,14 +22887,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6308, + offset: 6310, line: 211, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6317, + offset: 6319, line: 211, - col: 49, + col: 51, }, }, }, @@ -22902,14 +22902,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6306, + offset: 6308, line: 211, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -22920,14 +22920,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6306, + offset: 6308, line: 211, - col: 38, + col: 40, }, }, }, @@ -22942,14 +22942,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6276, + offset: 6278, line: 211, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6303, + offset: 6305, line: 211, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -22961,14 +22961,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6291, + offset: 6293, line: 211, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6302, + offset: 6304, line: 211, - col: 34, + col: 36, }, }, ExpressionType: "const char [10]", @@ -22981,14 +22981,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6276, + offset: 6278, line: 211, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6290, + offset: 6292, line: 211, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -22999,14 +22999,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6276, + offset: 6278, line: 211, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6290, + offset: 6292, line: 211, - col: 22, + col: 24, }, }, }, @@ -23016,14 +23016,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6276, + offset: 6278, line: 211, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6303, + offset: 6305, line: 211, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -23035,14 +23035,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6291, + offset: 6293, line: 211, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6302, + offset: 6304, line: 211, - col: 34, + col: 36, }, }, ExpressionType: "const char [10]", @@ -23055,14 +23055,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6276, + offset: 6278, line: 211, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6290, + offset: 6292, line: 211, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -23073,14 +23073,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6276, + offset: 6278, line: 211, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6290, + offset: 6292, line: 211, - col: 22, + col: 24, }, }, }, @@ -23093,14 +23093,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6319, + offset: 6321, line: 211, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -23110,14 +23110,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6317, + offset: 6319, line: 211, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -23130,14 +23130,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6308, + offset: 6310, line: 211, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6317, + offset: 6319, line: 211, - col: 49, + col: 51, }, }, }, @@ -23145,14 +23145,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6306, + offset: 6308, line: 211, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -23163,14 +23163,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6306, + offset: 6308, line: 211, - col: 38, + col: 40, }, }, }, @@ -23181,14 +23181,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6319, + offset: 6321, line: 211, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -23198,14 +23198,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6317, + offset: 6319, line: 211, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -23218,14 +23218,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6308, + offset: 6310, line: 211, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6317, + offset: 6319, line: 211, - col: 49, + col: 51, }, }, }, @@ -23233,14 +23233,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6306, + offset: 6308, line: 211, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -23251,14 +23251,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6306, + offset: 6308, line: 211, - col: 38, + col: 40, }, }, }, @@ -23273,14 +23273,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6330, + offset: 6332, line: 212, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6375, + offset: 6377, line: 212, - col: 52, + col: 54, }, }, 'Prop_Clauses': [ @@ -23288,14 +23288,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6331, + offset: 6333, line: 212, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6358, + offset: 6360, line: 212, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -23307,14 +23307,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6346, + offset: 6348, line: 212, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6357, + offset: 6359, line: 212, - col: 34, + col: 36, }, }, ExpressionType: "const char [10]", @@ -23327,14 +23327,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6331, + offset: 6333, line: 212, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6345, + offset: 6347, line: 212, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -23345,14 +23345,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6331, + offset: 6333, line: 212, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6345, + offset: 6347, line: 212, - col: 22, + col: 24, }, }, }, @@ -23362,14 +23362,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6374, + offset: 6376, line: 212, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -23379,14 +23379,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6372, + offset: 6374, line: 212, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -23399,14 +23399,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6363, + offset: 6365, line: 212, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6372, + offset: 6374, line: 212, - col: 49, + col: 51, }, }, }, @@ -23414,14 +23414,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6361, + offset: 6363, line: 212, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -23432,14 +23432,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6361, + offset: 6363, line: 212, - col: 38, + col: 40, }, }, }, @@ -23454,14 +23454,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6331, + offset: 6333, line: 212, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6358, + offset: 6360, line: 212, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -23473,14 +23473,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6346, + offset: 6348, line: 212, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6357, + offset: 6359, line: 212, - col: 34, + col: 36, }, }, ExpressionType: "const char [10]", @@ -23493,14 +23493,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6331, + offset: 6333, line: 212, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6345, + offset: 6347, line: 212, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -23511,14 +23511,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6331, + offset: 6333, line: 212, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6345, + offset: 6347, line: 212, - col: 22, + col: 24, }, }, }, @@ -23528,14 +23528,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6331, + offset: 6333, line: 212, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6358, + offset: 6360, line: 212, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -23547,14 +23547,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6346, + offset: 6348, line: 212, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6357, + offset: 6359, line: 212, - col: 34, + col: 36, }, }, ExpressionType: "const char [10]", @@ -23567,14 +23567,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6331, + offset: 6333, line: 212, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6345, + offset: 6347, line: 212, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -23585,14 +23585,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6331, + offset: 6333, line: 212, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6345, + offset: 6347, line: 212, - col: 22, + col: 24, }, }, }, @@ -23605,14 +23605,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6374, + offset: 6376, line: 212, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -23622,14 +23622,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6372, + offset: 6374, line: 212, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -23642,14 +23642,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6363, + offset: 6365, line: 212, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6372, + offset: 6374, line: 212, - col: 49, + col: 51, }, }, }, @@ -23657,14 +23657,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6361, + offset: 6363, line: 212, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -23675,14 +23675,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6361, + offset: 6363, line: 212, - col: 38, + col: 40, }, }, }, @@ -23693,14 +23693,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6374, + offset: 6376, line: 212, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -23710,14 +23710,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6372, + offset: 6374, line: 212, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -23730,14 +23730,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6363, + offset: 6365, line: 212, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6372, + offset: 6374, line: 212, - col: 49, + col: 51, }, }, }, @@ -23745,14 +23745,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6361, + offset: 6363, line: 212, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -23763,14 +23763,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6361, + offset: 6363, line: 212, - col: 38, + col: 40, }, }, }, @@ -23785,14 +23785,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6385, + offset: 6387, line: 213, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6428, + offset: 6430, line: 213, - col: 50, + col: 52, }, }, 'Prop_Clauses': [ @@ -23800,14 +23800,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6386, + offset: 6388, line: 213, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6412, + offset: 6414, line: 213, - col: 34, + col: 36, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -23819,14 +23819,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6401, + offset: 6403, line: 213, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6411, + offset: 6413, line: 213, - col: 33, + col: 35, }, }, ExpressionType: "const char [9]", @@ -23839,14 +23839,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6386, + offset: 6388, line: 213, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6400, + offset: 6402, line: 213, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -23857,14 +23857,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6386, + offset: 6388, line: 213, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6400, + offset: 6402, line: 213, - col: 22, + col: 24, }, }, }, @@ -23874,14 +23874,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6427, + offset: 6429, line: 213, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -23891,14 +23891,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6425, + offset: 6427, line: 213, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -23911,14 +23911,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6417, + offset: 6419, line: 213, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6425, + offset: 6427, line: 213, - col: 47, + col: 49, }, }, }, @@ -23926,14 +23926,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6415, + offset: 6417, line: 213, - col: 37, + col: 39, }, }, ExpressionType: "const ? *", @@ -23944,14 +23944,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6415, + offset: 6417, line: 213, - col: 37, + col: 39, }, }, }, @@ -23966,14 +23966,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6386, + offset: 6388, line: 213, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6412, + offset: 6414, line: 213, - col: 34, + col: 36, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -23985,14 +23985,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6401, + offset: 6403, line: 213, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6411, + offset: 6413, line: 213, - col: 33, + col: 35, }, }, ExpressionType: "const char [9]", @@ -24005,14 +24005,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6386, + offset: 6388, line: 213, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6400, + offset: 6402, line: 213, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -24023,14 +24023,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6386, + offset: 6388, line: 213, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6400, + offset: 6402, line: 213, - col: 22, + col: 24, }, }, }, @@ -24040,14 +24040,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6386, + offset: 6388, line: 213, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6412, + offset: 6414, line: 213, - col: 34, + col: 36, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -24059,14 +24059,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6401, + offset: 6403, line: 213, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6411, + offset: 6413, line: 213, - col: 33, + col: 35, }, }, ExpressionType: "const char [9]", @@ -24079,14 +24079,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6386, + offset: 6388, line: 213, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6400, + offset: 6402, line: 213, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -24097,14 +24097,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6386, + offset: 6388, line: 213, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6400, + offset: 6402, line: 213, - col: 22, + col: 24, }, }, }, @@ -24117,14 +24117,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6427, + offset: 6429, line: 213, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -24134,14 +24134,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6425, + offset: 6427, line: 213, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -24154,14 +24154,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6417, + offset: 6419, line: 213, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6425, + offset: 6427, line: 213, - col: 47, + col: 49, }, }, }, @@ -24169,14 +24169,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6415, + offset: 6417, line: 213, - col: 37, + col: 39, }, }, ExpressionType: "const ? *", @@ -24187,14 +24187,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6415, + offset: 6417, line: 213, - col: 37, + col: 39, }, }, }, @@ -24205,14 +24205,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6427, + offset: 6429, line: 213, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -24222,14 +24222,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6425, + offset: 6427, line: 213, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -24242,14 +24242,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6417, + offset: 6419, line: 213, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6425, + offset: 6427, line: 213, - col: 47, + col: 49, }, }, }, @@ -24257,14 +24257,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6415, + offset: 6417, line: 213, - col: 37, + col: 39, }, }, ExpressionType: "const ? *", @@ -24275,14 +24275,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6415, + offset: 6417, line: 213, - col: 37, + col: 39, }, }, }, @@ -24297,14 +24297,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6438, + offset: 6440, line: 214, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6487, + offset: 6489, line: 214, - col: 56, + col: 58, }, }, 'Prop_Clauses': [ @@ -24312,14 +24312,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 214, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6468, + offset: 6470, line: 214, - col: 37, + col: 39, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -24331,14 +24331,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6454, + offset: 6456, line: 214, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6467, + offset: 6469, line: 214, - col: 36, + col: 38, }, }, ExpressionType: "const char [12]", @@ -24351,14 +24351,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 214, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6453, + offset: 6455, line: 214, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -24369,14 +24369,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 214, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6453, + offset: 6455, line: 214, - col: 22, + col: 24, }, }, }, @@ -24386,14 +24386,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6486, + offset: 6488, line: 214, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -24403,14 +24403,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6484, + offset: 6486, line: 214, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -24423,14 +24423,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6473, + offset: 6475, line: 214, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 6484, + offset: 6486, line: 214, - col: 53, + col: 55, }, }, }, @@ -24438,14 +24438,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6471, + offset: 6473, line: 214, - col: 40, + col: 42, }, }, ExpressionType: "const ? *", @@ -24456,14 +24456,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6471, + offset: 6473, line: 214, - col: 40, + col: 42, }, }, }, @@ -24478,14 +24478,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 214, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6468, + offset: 6470, line: 214, - col: 37, + col: 39, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -24497,14 +24497,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6454, + offset: 6456, line: 214, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6467, + offset: 6469, line: 214, - col: 36, + col: 38, }, }, ExpressionType: "const char [12]", @@ -24517,14 +24517,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 214, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6453, + offset: 6455, line: 214, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -24535,14 +24535,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 214, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6453, + offset: 6455, line: 214, - col: 22, + col: 24, }, }, }, @@ -24552,14 +24552,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 214, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6468, + offset: 6470, line: 214, - col: 37, + col: 39, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -24571,14 +24571,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6454, + offset: 6456, line: 214, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6467, + offset: 6469, line: 214, - col: 36, + col: 38, }, }, ExpressionType: "const char [12]", @@ -24591,14 +24591,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 214, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6453, + offset: 6455, line: 214, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -24609,14 +24609,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 214, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6453, + offset: 6455, line: 214, - col: 22, + col: 24, }, }, }, @@ -24629,14 +24629,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6486, + offset: 6488, line: 214, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -24646,14 +24646,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6484, + offset: 6486, line: 214, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -24666,14 +24666,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6473, + offset: 6475, line: 214, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 6484, + offset: 6486, line: 214, - col: 53, + col: 55, }, }, }, @@ -24681,14 +24681,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6471, + offset: 6473, line: 214, - col: 40, + col: 42, }, }, ExpressionType: "const ? *", @@ -24699,14 +24699,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6471, + offset: 6473, line: 214, - col: 40, + col: 42, }, }, }, @@ -24717,14 +24717,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6486, + offset: 6488, line: 214, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -24734,14 +24734,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6484, + offset: 6486, line: 214, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -24754,14 +24754,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6473, + offset: 6475, line: 214, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 6484, + offset: 6486, line: 214, - col: 53, + col: 55, }, }, }, @@ -24769,14 +24769,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6471, + offset: 6473, line: 214, - col: 40, + col: 42, }, }, ExpressionType: "const ? *", @@ -24787,14 +24787,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6471, + offset: 6473, line: 214, - col: 40, + col: 42, }, }, }, @@ -24809,14 +24809,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6497, + offset: 6499, line: 215, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6542, + offset: 6544, line: 215, - col: 52, + col: 54, }, }, 'Prop_Clauses': [ @@ -24824,14 +24824,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6498, + offset: 6500, line: 215, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6525, + offset: 6527, line: 215, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -24843,14 +24843,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6513, + offset: 6515, line: 215, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6524, + offset: 6526, line: 215, - col: 34, + col: 36, }, }, ExpressionType: "const char [10]", @@ -24863,14 +24863,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6498, + offset: 6500, line: 215, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6512, + offset: 6514, line: 215, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -24881,14 +24881,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6498, + offset: 6500, line: 215, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6512, + offset: 6514, line: 215, - col: 22, + col: 24, }, }, }, @@ -24898,14 +24898,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6541, + offset: 6543, line: 215, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -24915,14 +24915,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6539, + offset: 6541, line: 215, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -24935,14 +24935,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6530, + offset: 6532, line: 215, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6539, + offset: 6541, line: 215, - col: 49, + col: 51, }, }, }, @@ -24950,14 +24950,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6528, + offset: 6530, line: 215, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -24968,14 +24968,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6528, + offset: 6530, line: 215, - col: 38, + col: 40, }, }, }, @@ -24990,14 +24990,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6498, + offset: 6500, line: 215, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6525, + offset: 6527, line: 215, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -25009,14 +25009,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6513, + offset: 6515, line: 215, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6524, + offset: 6526, line: 215, - col: 34, + col: 36, }, }, ExpressionType: "const char [10]", @@ -25029,14 +25029,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6498, + offset: 6500, line: 215, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6512, + offset: 6514, line: 215, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -25047,14 +25047,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6498, + offset: 6500, line: 215, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6512, + offset: 6514, line: 215, - col: 22, + col: 24, }, }, }, @@ -25064,14 +25064,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6498, + offset: 6500, line: 215, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6525, + offset: 6527, line: 215, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -25083,14 +25083,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6513, + offset: 6515, line: 215, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6524, + offset: 6526, line: 215, - col: 34, + col: 36, }, }, ExpressionType: "const char [10]", @@ -25103,14 +25103,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6498, + offset: 6500, line: 215, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6512, + offset: 6514, line: 215, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -25121,14 +25121,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6498, + offset: 6500, line: 215, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6512, + offset: 6514, line: 215, - col: 22, + col: 24, }, }, }, @@ -25141,14 +25141,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6541, + offset: 6543, line: 215, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -25158,14 +25158,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6539, + offset: 6541, line: 215, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -25178,14 +25178,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6530, + offset: 6532, line: 215, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6539, + offset: 6541, line: 215, - col: 49, + col: 51, }, }, }, @@ -25193,14 +25193,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6528, + offset: 6530, line: 215, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -25211,14 +25211,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6528, + offset: 6530, line: 215, - col: 38, + col: 40, }, }, }, @@ -25229,14 +25229,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6541, + offset: 6543, line: 215, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -25246,14 +25246,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6539, + offset: 6541, line: 215, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -25266,14 +25266,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6530, + offset: 6532, line: 215, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6539, + offset: 6541, line: 215, - col: 49, + col: 51, }, }, }, @@ -25281,14 +25281,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6528, + offset: 6530, line: 215, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -25299,14 +25299,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6528, + offset: 6530, line: 215, - col: 38, + col: 40, }, }, }, @@ -25321,14 +25321,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6552, + offset: 6554, line: 216, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6603, + offset: 6605, line: 216, - col: 58, + col: 60, }, }, 'Prop_Clauses': [ @@ -25336,14 +25336,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6553, + offset: 6555, line: 216, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6583, + offset: 6585, line: 216, - col: 38, + col: 40, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -25355,14 +25355,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6568, + offset: 6570, line: 216, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6582, + offset: 6584, line: 216, - col: 37, + col: 39, }, }, ExpressionType: "const char [13]", @@ -25375,14 +25375,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6553, + offset: 6555, line: 216, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6567, + offset: 6569, line: 216, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -25393,14 +25393,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6553, + offset: 6555, line: 216, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6567, + offset: 6569, line: 216, - col: 22, + col: 24, }, }, }, @@ -25410,14 +25410,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6602, + offset: 6604, line: 216, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -25427,14 +25427,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6600, + offset: 6602, line: 216, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -25447,14 +25447,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6588, + offset: 6590, line: 216, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 6600, + offset: 6602, line: 216, - col: 55, + col: 57, }, }, }, @@ -25462,14 +25462,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6586, + offset: 6588, line: 216, - col: 41, + col: 43, }, }, ExpressionType: "const ? *", @@ -25480,14 +25480,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6586, + offset: 6588, line: 216, - col: 41, + col: 43, }, }, }, @@ -25502,14 +25502,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6553, + offset: 6555, line: 216, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6583, + offset: 6585, line: 216, - col: 38, + col: 40, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -25521,14 +25521,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6568, + offset: 6570, line: 216, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6582, + offset: 6584, line: 216, - col: 37, + col: 39, }, }, ExpressionType: "const char [13]", @@ -25541,14 +25541,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6553, + offset: 6555, line: 216, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6567, + offset: 6569, line: 216, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -25559,14 +25559,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6553, + offset: 6555, line: 216, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6567, + offset: 6569, line: 216, - col: 22, + col: 24, }, }, }, @@ -25576,14 +25576,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6553, + offset: 6555, line: 216, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6583, + offset: 6585, line: 216, - col: 38, + col: 40, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -25595,14 +25595,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6568, + offset: 6570, line: 216, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6582, + offset: 6584, line: 216, - col: 37, + col: 39, }, }, ExpressionType: "const char [13]", @@ -25615,14 +25615,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6553, + offset: 6555, line: 216, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6567, + offset: 6569, line: 216, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -25633,14 +25633,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6553, + offset: 6555, line: 216, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6567, + offset: 6569, line: 216, - col: 22, + col: 24, }, }, }, @@ -25653,14 +25653,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6602, + offset: 6604, line: 216, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -25670,14 +25670,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6600, + offset: 6602, line: 216, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -25690,14 +25690,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6588, + offset: 6590, line: 216, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 6600, + offset: 6602, line: 216, - col: 55, + col: 57, }, }, }, @@ -25705,14 +25705,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6586, + offset: 6588, line: 216, - col: 41, + col: 43, }, }, ExpressionType: "const ? *", @@ -25723,14 +25723,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6586, + offset: 6588, line: 216, - col: 41, + col: 43, }, }, }, @@ -25741,14 +25741,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6602, + offset: 6604, line: 216, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -25758,14 +25758,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6600, + offset: 6602, line: 216, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -25778,14 +25778,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6588, + offset: 6590, line: 216, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 6600, + offset: 6602, line: 216, - col: 55, + col: 57, }, }, }, @@ -25793,14 +25793,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6586, + offset: 6588, line: 216, - col: 41, + col: 43, }, }, ExpressionType: "const ? *", @@ -25811,14 +25811,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6586, + offset: 6588, line: 216, - col: 41, + col: 43, }, }, }, @@ -25833,14 +25833,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6613, + offset: 6615, line: 217, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6691, + offset: 6693, line: 217, - col: 85, + col: 87, }, }, 'Prop_Clauses': [ @@ -25848,14 +25848,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6614, + offset: 6616, line: 217, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6650, + offset: 6652, line: 217, - col: 44, + col: 46, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -25867,14 +25867,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6629, + offset: 6631, line: 217, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6649, + offset: 6651, line: 217, - col: 43, + col: 45, }, }, ExpressionType: "const char [19]", @@ -25887,14 +25887,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6614, + offset: 6616, line: 217, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6628, + offset: 6630, line: 217, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -25905,14 +25905,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6614, + offset: 6616, line: 217, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6628, + offset: 6630, line: 217, - col: 22, + col: 24, }, }, }, @@ -25923,14 +25923,14 @@ '@role': [And, Binary, Bitwise, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -25940,14 +25940,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -25958,14 +25958,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, }, @@ -25974,14 +25974,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6669, + offset: 6671, line: 217, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -25991,14 +25991,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6667, + offset: 6669, line: 217, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -26011,14 +26011,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6655, + offset: 6657, line: 217, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 6667, + offset: 6669, line: 217, - col: 61, + col: 63, }, }, }, @@ -26026,14 +26026,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6653, + offset: 6655, line: 217, - col: 47, + col: 49, }, }, ExpressionType: "const ? *", @@ -26044,14 +26044,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6653, + offset: 6655, line: 217, - col: 47, + col: 49, }, }, }, @@ -26062,14 +26062,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -26080,14 +26080,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, }, @@ -26101,14 +26101,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6614, + offset: 6616, line: 217, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6650, + offset: 6652, line: 217, - col: 44, + col: 46, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -26120,14 +26120,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6629, + offset: 6631, line: 217, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6649, + offset: 6651, line: 217, - col: 43, + col: 45, }, }, ExpressionType: "const char [19]", @@ -26140,14 +26140,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6614, + offset: 6616, line: 217, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6628, + offset: 6630, line: 217, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -26158,14 +26158,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6614, + offset: 6616, line: 217, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6628, + offset: 6630, line: 217, - col: 22, + col: 24, }, }, }, @@ -26175,14 +26175,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6614, + offset: 6616, line: 217, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6650, + offset: 6652, line: 217, - col: 44, + col: 46, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -26194,14 +26194,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6629, + offset: 6631, line: 217, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6649, + offset: 6651, line: 217, - col: 43, + col: 45, }, }, ExpressionType: "const char [19]", @@ -26214,14 +26214,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6614, + offset: 6616, line: 217, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6628, + offset: 6630, line: 217, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -26232,14 +26232,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6614, + offset: 6616, line: 217, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6628, + offset: 6630, line: 217, - col: 22, + col: 24, }, }, }, @@ -26253,14 +26253,14 @@ '@role': [And, Binary, Bitwise, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -26270,14 +26270,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -26288,14 +26288,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, }, @@ -26304,14 +26304,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6669, + offset: 6671, line: 217, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -26321,14 +26321,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6667, + offset: 6669, line: 217, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -26341,14 +26341,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6655, + offset: 6657, line: 217, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 6667, + offset: 6669, line: 217, - col: 61, + col: 63, }, }, }, @@ -26356,14 +26356,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6653, + offset: 6655, line: 217, - col: 47, + col: 49, }, }, ExpressionType: "const ? *", @@ -26374,14 +26374,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6653, + offset: 6655, line: 217, - col: 47, + col: 49, }, }, }, @@ -26392,14 +26392,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -26410,14 +26410,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, }, @@ -26428,14 +26428,14 @@ '@role': [And, Binary, Bitwise, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -26445,14 +26445,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -26463,14 +26463,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, }, @@ -26479,14 +26479,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6669, + offset: 6671, line: 217, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -26496,14 +26496,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6667, + offset: 6669, line: 217, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -26516,14 +26516,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6655, + offset: 6657, line: 217, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 6667, + offset: 6669, line: 217, - col: 61, + col: 63, }, }, }, @@ -26531,14 +26531,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6653, + offset: 6655, line: 217, - col: 47, + col: 49, }, }, ExpressionType: "const ? *", @@ -26549,14 +26549,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6653, + offset: 6655, line: 217, - col: 47, + col: 49, }, }, }, @@ -26567,14 +26567,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -26585,14 +26585,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, }, @@ -26606,14 +26606,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6701, + offset: 6703, line: 218, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6775, + offset: 6777, line: 218, - col: 81, + col: 83, }, }, 'Prop_Clauses': [ @@ -26621,14 +26621,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6702, + offset: 6704, line: 218, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6736, + offset: 6738, line: 218, - col: 42, + col: 44, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -26640,14 +26640,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6717, + offset: 6719, line: 218, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6735, + offset: 6737, line: 218, - col: 41, + col: 43, }, }, ExpressionType: "const char [17]", @@ -26660,14 +26660,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6702, + offset: 6704, line: 218, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6716, + offset: 6718, line: 218, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -26678,14 +26678,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6702, + offset: 6704, line: 218, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6716, + offset: 6718, line: 218, - col: 22, + col: 24, }, }, }, @@ -26696,14 +26696,14 @@ '@role': [And, Binary, Bitwise, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -26713,14 +26713,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -26731,14 +26731,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, }, @@ -26747,14 +26747,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6755, + offset: 6757, line: 218, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -26764,14 +26764,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6753, + offset: 6755, line: 218, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -26784,14 +26784,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6741, + offset: 6743, line: 218, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 6753, + offset: 6755, line: 218, - col: 59, + col: 61, }, }, }, @@ -26799,14 +26799,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6739, + offset: 6741, line: 218, - col: 45, + col: 47, }, }, ExpressionType: "const ? *", @@ -26817,14 +26817,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6739, + offset: 6741, line: 218, - col: 45, + col: 47, }, }, }, @@ -26835,14 +26835,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -26853,14 +26853,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, }, @@ -26874,14 +26874,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6702, + offset: 6704, line: 218, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6736, + offset: 6738, line: 218, - col: 42, + col: 44, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -26893,14 +26893,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6717, + offset: 6719, line: 218, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6735, + offset: 6737, line: 218, - col: 41, + col: 43, }, }, ExpressionType: "const char [17]", @@ -26913,14 +26913,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6702, + offset: 6704, line: 218, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6716, + offset: 6718, line: 218, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -26931,14 +26931,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6702, + offset: 6704, line: 218, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6716, + offset: 6718, line: 218, - col: 22, + col: 24, }, }, }, @@ -26948,14 +26948,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6702, + offset: 6704, line: 218, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6736, + offset: 6738, line: 218, - col: 42, + col: 44, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -26967,14 +26967,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6717, + offset: 6719, line: 218, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6735, + offset: 6737, line: 218, - col: 41, + col: 43, }, }, ExpressionType: "const char [17]", @@ -26987,14 +26987,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6702, + offset: 6704, line: 218, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6716, + offset: 6718, line: 218, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -27005,14 +27005,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6702, + offset: 6704, line: 218, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6716, + offset: 6718, line: 218, - col: 22, + col: 24, }, }, }, @@ -27026,14 +27026,14 @@ '@role': [And, Binary, Bitwise, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -27043,14 +27043,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -27061,14 +27061,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, }, @@ -27077,14 +27077,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6755, + offset: 6757, line: 218, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -27094,14 +27094,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6753, + offset: 6755, line: 218, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -27114,14 +27114,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6741, + offset: 6743, line: 218, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 6753, + offset: 6755, line: 218, - col: 59, + col: 61, }, }, }, @@ -27129,14 +27129,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6739, + offset: 6741, line: 218, - col: 45, + col: 47, }, }, ExpressionType: "const ? *", @@ -27147,14 +27147,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6739, + offset: 6741, line: 218, - col: 45, + col: 47, }, }, }, @@ -27165,14 +27165,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -27183,14 +27183,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, }, @@ -27201,14 +27201,14 @@ '@role': [And, Binary, Bitwise, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -27218,14 +27218,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -27236,14 +27236,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, }, @@ -27252,14 +27252,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6755, + offset: 6757, line: 218, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -27269,14 +27269,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6753, + offset: 6755, line: 218, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -27289,14 +27289,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6741, + offset: 6743, line: 218, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 6753, + offset: 6755, line: 218, - col: 59, + col: 61, }, }, }, @@ -27304,14 +27304,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6739, + offset: 6741, line: 218, - col: 45, + col: 47, }, }, ExpressionType: "const ? *", @@ -27322,14 +27322,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6739, + offset: 6741, line: 218, - col: 45, + col: 47, }, }, }, @@ -27340,14 +27340,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -27358,14 +27358,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, }, @@ -27381,14 +27381,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5460, + offset: 5462, line: 196, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5513, + offset: 5515, line: 196, - col: 60, + col: 62, }, }, 'Prop_Clauses': [ @@ -27396,14 +27396,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5461, + offset: 5463, line: 196, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5492, + offset: 5494, line: 196, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -27415,14 +27415,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5476, + offset: 5478, line: 196, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5491, + offset: 5493, line: 196, - col: 38, + col: 40, }, }, ExpressionType: "const char [14]", @@ -27435,14 +27435,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5461, + offset: 5463, line: 196, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5475, + offset: 5477, line: 196, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -27453,14 +27453,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5461, + offset: 5463, line: 196, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5475, + offset: 5477, line: 196, - col: 22, + col: 24, }, }, }, @@ -27470,14 +27470,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5512, + offset: 5514, line: 196, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -27487,14 +27487,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5510, + offset: 5512, line: 196, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -27507,14 +27507,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5497, + offset: 5499, line: 196, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 5510, + offset: 5512, line: 196, - col: 57, + col: 59, }, }, }, @@ -27522,14 +27522,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5495, + offset: 5497, line: 196, - col: 42, + col: 44, }, }, ExpressionType: "const ? *", @@ -27540,14 +27540,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5495, + offset: 5497, line: 196, - col: 42, + col: 44, }, }, }, @@ -27562,14 +27562,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5461, + offset: 5463, line: 196, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5492, + offset: 5494, line: 196, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -27581,14 +27581,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5476, + offset: 5478, line: 196, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5491, + offset: 5493, line: 196, - col: 38, + col: 40, }, }, ExpressionType: "const char [14]", @@ -27601,14 +27601,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5461, + offset: 5463, line: 196, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5475, + offset: 5477, line: 196, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -27619,14 +27619,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5461, + offset: 5463, line: 196, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5475, + offset: 5477, line: 196, - col: 22, + col: 24, }, }, }, @@ -27636,14 +27636,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5461, + offset: 5463, line: 196, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5492, + offset: 5494, line: 196, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -27655,14 +27655,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5476, + offset: 5478, line: 196, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5491, + offset: 5493, line: 196, - col: 38, + col: 40, }, }, ExpressionType: "const char [14]", @@ -27675,14 +27675,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5461, + offset: 5463, line: 196, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5475, + offset: 5477, line: 196, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -27693,14 +27693,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5461, + offset: 5463, line: 196, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5475, + offset: 5477, line: 196, - col: 22, + col: 24, }, }, }, @@ -27713,14 +27713,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5512, + offset: 5514, line: 196, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -27730,14 +27730,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5510, + offset: 5512, line: 196, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -27750,14 +27750,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5497, + offset: 5499, line: 196, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 5510, + offset: 5512, line: 196, - col: 57, + col: 59, }, }, }, @@ -27765,14 +27765,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5495, + offset: 5497, line: 196, - col: 42, + col: 44, }, }, ExpressionType: "const ? *", @@ -27783,14 +27783,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5495, + offset: 5497, line: 196, - col: 42, + col: 44, }, }, }, @@ -27801,14 +27801,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5512, + offset: 5514, line: 196, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -27818,14 +27818,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5510, + offset: 5512, line: 196, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -27838,14 +27838,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5497, + offset: 5499, line: 196, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 5510, + offset: 5512, line: 196, - col: 57, + col: 59, }, }, }, @@ -27853,14 +27853,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5495, + offset: 5497, line: 196, - col: 42, + col: 44, }, }, ExpressionType: "const ? *", @@ -27871,14 +27871,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5494, + offset: 5496, line: 196, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5495, + offset: 5497, line: 196, - col: 42, + col: 44, }, }, }, @@ -27893,14 +27893,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5523, + offset: 5525, line: 197, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5574, + offset: 5576, line: 197, - col: 58, + col: 60, }, }, 'Prop_Clauses': [ @@ -27908,14 +27908,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5524, + offset: 5526, line: 197, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5554, + offset: 5556, line: 197, - col: 38, + col: 40, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -27927,14 +27927,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5539, + offset: 5541, line: 197, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5553, + offset: 5555, line: 197, - col: 37, + col: 39, }, }, ExpressionType: "const char [13]", @@ -27947,14 +27947,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5524, + offset: 5526, line: 197, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5538, + offset: 5540, line: 197, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -27965,14 +27965,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5524, + offset: 5526, line: 197, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5538, + offset: 5540, line: 197, - col: 22, + col: 24, }, }, }, @@ -27982,14 +27982,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5573, + offset: 5575, line: 197, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -27999,14 +27999,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5571, + offset: 5573, line: 197, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -28019,14 +28019,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5559, + offset: 5561, line: 197, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 5571, + offset: 5573, line: 197, - col: 55, + col: 57, }, }, }, @@ -28034,14 +28034,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5557, + offset: 5559, line: 197, - col: 41, + col: 43, }, }, ExpressionType: "const ? *", @@ -28052,14 +28052,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5557, + offset: 5559, line: 197, - col: 41, + col: 43, }, }, }, @@ -28074,14 +28074,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5524, + offset: 5526, line: 197, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5554, + offset: 5556, line: 197, - col: 38, + col: 40, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -28093,14 +28093,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5539, + offset: 5541, line: 197, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5553, + offset: 5555, line: 197, - col: 37, + col: 39, }, }, ExpressionType: "const char [13]", @@ -28113,14 +28113,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5524, + offset: 5526, line: 197, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5538, + offset: 5540, line: 197, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -28131,14 +28131,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5524, + offset: 5526, line: 197, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5538, + offset: 5540, line: 197, - col: 22, + col: 24, }, }, }, @@ -28148,14 +28148,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5524, + offset: 5526, line: 197, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5554, + offset: 5556, line: 197, - col: 38, + col: 40, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -28167,14 +28167,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5539, + offset: 5541, line: 197, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5553, + offset: 5555, line: 197, - col: 37, + col: 39, }, }, ExpressionType: "const char [13]", @@ -28187,14 +28187,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5524, + offset: 5526, line: 197, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5538, + offset: 5540, line: 197, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -28205,14 +28205,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5524, + offset: 5526, line: 197, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5538, + offset: 5540, line: 197, - col: 22, + col: 24, }, }, }, @@ -28225,14 +28225,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5573, + offset: 5575, line: 197, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -28242,14 +28242,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5571, + offset: 5573, line: 197, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -28262,14 +28262,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5559, + offset: 5561, line: 197, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 5571, + offset: 5573, line: 197, - col: 55, + col: 57, }, }, }, @@ -28277,14 +28277,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5557, + offset: 5559, line: 197, - col: 41, + col: 43, }, }, ExpressionType: "const ? *", @@ -28295,14 +28295,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5557, + offset: 5559, line: 197, - col: 41, + col: 43, }, }, }, @@ -28313,14 +28313,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5573, + offset: 5575, line: 197, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -28330,14 +28330,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5571, + offset: 5573, line: 197, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -28350,14 +28350,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5559, + offset: 5561, line: 197, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 5571, + offset: 5573, line: 197, - col: 55, + col: 57, }, }, }, @@ -28365,14 +28365,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5557, + offset: 5559, line: 197, - col: 41, + col: 43, }, }, ExpressionType: "const ? *", @@ -28383,14 +28383,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5556, + offset: 5558, line: 197, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 5557, + offset: 5559, line: 197, - col: 41, + col: 43, }, }, }, @@ -28405,14 +28405,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5584, + offset: 5586, line: 198, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5637, + offset: 5639, line: 198, - col: 60, + col: 62, }, }, 'Prop_Clauses': [ @@ -28420,14 +28420,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5585, + offset: 5587, line: 198, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5614, + offset: 5616, line: 198, - col: 37, + col: 39, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -28439,14 +28439,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5600, + offset: 5602, line: 198, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5613, + offset: 5615, line: 198, - col: 36, + col: 38, }, }, ExpressionType: "const char [12]", @@ -28459,14 +28459,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5585, + offset: 5587, line: 198, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5599, + offset: 5601, line: 198, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -28477,14 +28477,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5585, + offset: 5587, line: 198, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5599, + offset: 5601, line: 198, - col: 22, + col: 24, }, }, }, @@ -28494,14 +28494,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5636, + offset: 5638, line: 198, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -28511,14 +28511,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5634, + offset: 5636, line: 198, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -28531,14 +28531,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5619, + offset: 5621, line: 198, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 5634, + offset: 5636, line: 198, - col: 57, + col: 59, }, }, }, @@ -28546,14 +28546,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5617, + offset: 5619, line: 198, - col: 40, + col: 42, }, }, ExpressionType: "const ? *", @@ -28564,14 +28564,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5617, + offset: 5619, line: 198, - col: 40, + col: 42, }, }, }, @@ -28586,14 +28586,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5585, + offset: 5587, line: 198, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5614, + offset: 5616, line: 198, - col: 37, + col: 39, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -28605,14 +28605,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5600, + offset: 5602, line: 198, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5613, + offset: 5615, line: 198, - col: 36, + col: 38, }, }, ExpressionType: "const char [12]", @@ -28625,14 +28625,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5585, + offset: 5587, line: 198, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5599, + offset: 5601, line: 198, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -28643,14 +28643,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5585, + offset: 5587, line: 198, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5599, + offset: 5601, line: 198, - col: 22, + col: 24, }, }, }, @@ -28660,14 +28660,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5585, + offset: 5587, line: 198, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5614, + offset: 5616, line: 198, - col: 37, + col: 39, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -28679,14 +28679,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5600, + offset: 5602, line: 198, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5613, + offset: 5615, line: 198, - col: 36, + col: 38, }, }, ExpressionType: "const char [12]", @@ -28699,14 +28699,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5585, + offset: 5587, line: 198, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5599, + offset: 5601, line: 198, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -28717,14 +28717,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5585, + offset: 5587, line: 198, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5599, + offset: 5601, line: 198, - col: 22, + col: 24, }, }, }, @@ -28737,14 +28737,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5636, + offset: 5638, line: 198, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -28754,14 +28754,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5634, + offset: 5636, line: 198, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -28774,14 +28774,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5619, + offset: 5621, line: 198, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 5634, + offset: 5636, line: 198, - col: 57, + col: 59, }, }, }, @@ -28789,14 +28789,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5617, + offset: 5619, line: 198, - col: 40, + col: 42, }, }, ExpressionType: "const ? *", @@ -28807,14 +28807,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5617, + offset: 5619, line: 198, - col: 40, + col: 42, }, }, }, @@ -28825,14 +28825,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5636, + offset: 5638, line: 198, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -28842,14 +28842,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5634, + offset: 5636, line: 198, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -28862,14 +28862,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5619, + offset: 5621, line: 198, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 5634, + offset: 5636, line: 198, - col: 57, + col: 59, }, }, }, @@ -28877,14 +28877,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5617, + offset: 5619, line: 198, - col: 40, + col: 42, }, }, ExpressionType: "const ? *", @@ -28895,14 +28895,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 198, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 5617, + offset: 5619, line: 198, - col: 40, + col: 42, }, }, }, @@ -28917,14 +28917,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5647, + offset: 5649, line: 199, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5688, + offset: 5690, line: 199, - col: 48, + col: 50, }, }, 'Prop_Clauses': [ @@ -28932,14 +28932,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5648, + offset: 5650, line: 199, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5670, + offset: 5672, line: 199, - col: 30, + col: 32, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -28951,14 +28951,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5663, + offset: 5665, line: 199, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5669, + offset: 5671, line: 199, - col: 29, + col: 31, }, }, ExpressionType: "const char [5]", @@ -28971,14 +28971,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5648, + offset: 5650, line: 199, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5662, + offset: 5664, line: 199, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -28989,14 +28989,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5648, + offset: 5650, line: 199, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5662, + offset: 5664, line: 199, - col: 22, + col: 24, }, }, }, @@ -29006,14 +29006,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5687, + offset: 5689, line: 199, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -29023,14 +29023,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5685, + offset: 5687, line: 199, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -29043,14 +29043,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5675, + offset: 5677, line: 199, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5685, + offset: 5687, line: 199, - col: 45, + col: 47, }, }, }, @@ -29058,14 +29058,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5673, + offset: 5675, line: 199, - col: 33, + col: 35, }, }, ExpressionType: "const ? *", @@ -29076,14 +29076,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5673, + offset: 5675, line: 199, - col: 33, + col: 35, }, }, }, @@ -29098,14 +29098,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5648, + offset: 5650, line: 199, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5670, + offset: 5672, line: 199, - col: 30, + col: 32, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -29117,14 +29117,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5663, + offset: 5665, line: 199, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5669, + offset: 5671, line: 199, - col: 29, + col: 31, }, }, ExpressionType: "const char [5]", @@ -29137,14 +29137,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5648, + offset: 5650, line: 199, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5662, + offset: 5664, line: 199, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -29155,14 +29155,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5648, + offset: 5650, line: 199, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5662, + offset: 5664, line: 199, - col: 22, + col: 24, }, }, }, @@ -29172,14 +29172,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5648, + offset: 5650, line: 199, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5670, + offset: 5672, line: 199, - col: 30, + col: 32, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -29191,14 +29191,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5663, + offset: 5665, line: 199, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5669, + offset: 5671, line: 199, - col: 29, + col: 31, }, }, ExpressionType: "const char [5]", @@ -29211,14 +29211,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5648, + offset: 5650, line: 199, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5662, + offset: 5664, line: 199, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -29229,14 +29229,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5648, + offset: 5650, line: 199, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5662, + offset: 5664, line: 199, - col: 22, + col: 24, }, }, }, @@ -29249,14 +29249,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5687, + offset: 5689, line: 199, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -29266,14 +29266,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5685, + offset: 5687, line: 199, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -29286,14 +29286,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5675, + offset: 5677, line: 199, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5685, + offset: 5687, line: 199, - col: 45, + col: 47, }, }, }, @@ -29301,14 +29301,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5673, + offset: 5675, line: 199, - col: 33, + col: 35, }, }, ExpressionType: "const ? *", @@ -29319,14 +29319,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5673, + offset: 5675, line: 199, - col: 33, + col: 35, }, }, }, @@ -29337,14 +29337,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5687, + offset: 5689, line: 199, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -29354,14 +29354,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5685, + offset: 5687, line: 199, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -29374,14 +29374,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5675, + offset: 5677, line: 199, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5685, + offset: 5687, line: 199, - col: 45, + col: 47, }, }, }, @@ -29389,14 +29389,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5673, + offset: 5675, line: 199, - col: 33, + col: 35, }, }, ExpressionType: "const ? *", @@ -29407,14 +29407,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5672, + offset: 5674, line: 199, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5673, + offset: 5675, line: 199, - col: 33, + col: 35, }, }, }, @@ -29429,14 +29429,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5698, + offset: 5700, line: 200, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5745, + offset: 5747, line: 200, - col: 54, + col: 56, }, }, 'Prop_Clauses': [ @@ -29444,14 +29444,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5699, + offset: 5701, line: 200, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5724, + offset: 5726, line: 200, - col: 33, + col: 35, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -29463,14 +29463,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5714, + offset: 5716, line: 200, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5723, + offset: 5725, line: 200, - col: 32, + col: 34, }, }, ExpressionType: "const char [8]", @@ -29483,14 +29483,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5699, + offset: 5701, line: 200, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5713, + offset: 5715, line: 200, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -29501,14 +29501,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5699, + offset: 5701, line: 200, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5713, + offset: 5715, line: 200, - col: 22, + col: 24, }, }, }, @@ -29518,14 +29518,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5744, + offset: 5746, line: 200, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -29535,14 +29535,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5742, + offset: 5744, line: 200, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -29555,14 +29555,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5729, + offset: 5731, line: 200, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 5742, + offset: 5744, line: 200, - col: 51, + col: 53, }, }, }, @@ -29570,14 +29570,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5727, + offset: 5729, line: 200, - col: 36, + col: 38, }, }, ExpressionType: "const ? *", @@ -29588,14 +29588,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5727, + offset: 5729, line: 200, - col: 36, + col: 38, }, }, }, @@ -29610,14 +29610,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5699, + offset: 5701, line: 200, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5724, + offset: 5726, line: 200, - col: 33, + col: 35, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -29629,14 +29629,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5714, + offset: 5716, line: 200, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5723, + offset: 5725, line: 200, - col: 32, + col: 34, }, }, ExpressionType: "const char [8]", @@ -29649,14 +29649,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5699, + offset: 5701, line: 200, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5713, + offset: 5715, line: 200, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -29667,14 +29667,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5699, + offset: 5701, line: 200, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5713, + offset: 5715, line: 200, - col: 22, + col: 24, }, }, }, @@ -29684,14 +29684,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5699, + offset: 5701, line: 200, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5724, + offset: 5726, line: 200, - col: 33, + col: 35, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -29703,14 +29703,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5714, + offset: 5716, line: 200, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5723, + offset: 5725, line: 200, - col: 32, + col: 34, }, }, ExpressionType: "const char [8]", @@ -29723,14 +29723,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5699, + offset: 5701, line: 200, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5713, + offset: 5715, line: 200, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -29741,14 +29741,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5699, + offset: 5701, line: 200, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5713, + offset: 5715, line: 200, - col: 22, + col: 24, }, }, }, @@ -29761,14 +29761,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5744, + offset: 5746, line: 200, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -29778,14 +29778,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5742, + offset: 5744, line: 200, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -29798,14 +29798,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5729, + offset: 5731, line: 200, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 5742, + offset: 5744, line: 200, - col: 51, + col: 53, }, }, }, @@ -29813,14 +29813,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5727, + offset: 5729, line: 200, - col: 36, + col: 38, }, }, ExpressionType: "const ? *", @@ -29831,14 +29831,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5727, + offset: 5729, line: 200, - col: 36, + col: 38, }, }, }, @@ -29849,14 +29849,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5744, + offset: 5746, line: 200, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -29866,14 +29866,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5742, + offset: 5744, line: 200, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -29886,14 +29886,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5729, + offset: 5731, line: 200, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 5742, + offset: 5744, line: 200, - col: 51, + col: 53, }, }, }, @@ -29901,14 +29901,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5727, + offset: 5729, line: 200, - col: 36, + col: 38, }, }, ExpressionType: "const ? *", @@ -29919,14 +29919,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5726, + offset: 5728, line: 200, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5727, + offset: 5729, line: 200, - col: 36, + col: 38, }, }, }, @@ -29941,14 +29941,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5755, + offset: 5757, line: 201, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5814, + offset: 5816, line: 201, - col: 66, + col: 68, }, }, 'Prop_Clauses': [ @@ -29956,14 +29956,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5756, + offset: 5758, line: 201, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5787, + offset: 5789, line: 201, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -29975,14 +29975,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5771, + offset: 5773, line: 201, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5786, + offset: 5788, line: 201, - col: 38, + col: 40, }, }, ExpressionType: "const char [14]", @@ -29995,14 +29995,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5756, + offset: 5758, line: 201, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5770, + offset: 5772, line: 201, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -30013,14 +30013,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5756, + offset: 5758, line: 201, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5770, + offset: 5772, line: 201, - col: 22, + col: 24, }, }, }, @@ -30030,14 +30030,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5813, + offset: 5815, line: 201, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -30049,14 +30049,14 @@ '@role': [Argument, Boolean, Call, Expression, Function, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5808, + offset: 5810, line: 201, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 5812, + offset: 5814, line: 201, - col: 64, + col: 66, }, }, ExpressionType: "bool", @@ -30069,14 +30069,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5807, + offset: 5809, line: 201, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -30089,14 +30089,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5792, + offset: 5794, line: 201, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 5807, + offset: 5809, line: 201, - col: 59, + col: 61, }, }, }, @@ -30104,14 +30104,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5790, + offset: 5792, line: 201, - col: 42, + col: 44, }, }, ExpressionType: "const ? *", @@ -30122,14 +30122,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5790, + offset: 5792, line: 201, - col: 42, + col: 44, }, }, }, @@ -30144,14 +30144,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5756, + offset: 5758, line: 201, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5787, + offset: 5789, line: 201, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -30163,14 +30163,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5771, + offset: 5773, line: 201, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5786, + offset: 5788, line: 201, - col: 38, + col: 40, }, }, ExpressionType: "const char [14]", @@ -30183,14 +30183,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5756, + offset: 5758, line: 201, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5770, + offset: 5772, line: 201, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -30201,14 +30201,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5756, + offset: 5758, line: 201, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5770, + offset: 5772, line: 201, - col: 22, + col: 24, }, }, }, @@ -30218,14 +30218,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5756, + offset: 5758, line: 201, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5787, + offset: 5789, line: 201, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -30237,14 +30237,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5771, + offset: 5773, line: 201, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5786, + offset: 5788, line: 201, - col: 38, + col: 40, }, }, ExpressionType: "const char [14]", @@ -30257,14 +30257,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5756, + offset: 5758, line: 201, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5770, + offset: 5772, line: 201, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -30275,14 +30275,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5756, + offset: 5758, line: 201, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5770, + offset: 5772, line: 201, - col: 22, + col: 24, }, }, }, @@ -30295,14 +30295,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5813, + offset: 5815, line: 201, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -30314,14 +30314,14 @@ '@role': [Argument, Boolean, Call, Expression, Function, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5808, + offset: 5810, line: 201, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 5812, + offset: 5814, line: 201, - col: 64, + col: 66, }, }, ExpressionType: "bool", @@ -30334,14 +30334,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5807, + offset: 5809, line: 201, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -30354,14 +30354,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5792, + offset: 5794, line: 201, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 5807, + offset: 5809, line: 201, - col: 59, + col: 61, }, }, }, @@ -30369,14 +30369,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5790, + offset: 5792, line: 201, - col: 42, + col: 44, }, }, ExpressionType: "const ? *", @@ -30387,14 +30387,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5790, + offset: 5792, line: 201, - col: 42, + col: 44, }, }, }, @@ -30405,14 +30405,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5813, + offset: 5815, line: 201, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -30424,14 +30424,14 @@ '@role': [Argument, Boolean, Call, Expression, Function, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5808, + offset: 5810, line: 201, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 5812, + offset: 5814, line: 201, - col: 64, + col: 66, }, }, ExpressionType: "bool", @@ -30444,14 +30444,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5807, + offset: 5809, line: 201, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -30464,14 +30464,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5792, + offset: 5794, line: 201, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 5807, + offset: 5809, line: 201, - col: 59, + col: 61, }, }, }, @@ -30479,14 +30479,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5790, + offset: 5792, line: 201, - col: 42, + col: 44, }, }, ExpressionType: "const ? *", @@ -30497,14 +30497,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5789, + offset: 5791, line: 201, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 5790, + offset: 5792, line: 201, - col: 42, + col: 44, }, }, }, @@ -30519,14 +30519,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5824, + offset: 5826, line: 202, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5865, + offset: 5867, line: 202, - col: 48, + col: 50, }, }, 'Prop_Clauses': [ @@ -30534,14 +30534,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5825, + offset: 5827, line: 202, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5847, + offset: 5849, line: 202, - col: 30, + col: 32, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -30553,14 +30553,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5840, + offset: 5842, line: 202, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5846, + offset: 5848, line: 202, - col: 29, + col: 31, }, }, ExpressionType: "const char [5]", @@ -30573,14 +30573,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5825, + offset: 5827, line: 202, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5839, + offset: 5841, line: 202, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -30591,14 +30591,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5825, + offset: 5827, line: 202, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5839, + offset: 5841, line: 202, - col: 22, + col: 24, }, }, }, @@ -30608,14 +30608,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5864, + offset: 5866, line: 202, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -30625,14 +30625,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5862, + offset: 5864, line: 202, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -30645,14 +30645,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5852, + offset: 5854, line: 202, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5862, + offset: 5864, line: 202, - col: 45, + col: 47, }, }, }, @@ -30660,14 +30660,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5850, + offset: 5852, line: 202, - col: 33, + col: 35, }, }, ExpressionType: "const ? *", @@ -30678,14 +30678,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5850, + offset: 5852, line: 202, - col: 33, + col: 35, }, }, }, @@ -30700,14 +30700,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5825, + offset: 5827, line: 202, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5847, + offset: 5849, line: 202, - col: 30, + col: 32, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -30719,14 +30719,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5840, + offset: 5842, line: 202, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5846, + offset: 5848, line: 202, - col: 29, + col: 31, }, }, ExpressionType: "const char [5]", @@ -30739,14 +30739,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5825, + offset: 5827, line: 202, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5839, + offset: 5841, line: 202, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -30757,14 +30757,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5825, + offset: 5827, line: 202, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5839, + offset: 5841, line: 202, - col: 22, + col: 24, }, }, }, @@ -30774,14 +30774,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5825, + offset: 5827, line: 202, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5847, + offset: 5849, line: 202, - col: 30, + col: 32, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -30793,14 +30793,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5840, + offset: 5842, line: 202, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5846, + offset: 5848, line: 202, - col: 29, + col: 31, }, }, ExpressionType: "const char [5]", @@ -30813,14 +30813,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5825, + offset: 5827, line: 202, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5839, + offset: 5841, line: 202, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -30831,14 +30831,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5825, + offset: 5827, line: 202, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5839, + offset: 5841, line: 202, - col: 22, + col: 24, }, }, }, @@ -30851,14 +30851,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5864, + offset: 5866, line: 202, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -30868,14 +30868,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5862, + offset: 5864, line: 202, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -30888,14 +30888,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5852, + offset: 5854, line: 202, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5862, + offset: 5864, line: 202, - col: 45, + col: 47, }, }, }, @@ -30903,14 +30903,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5850, + offset: 5852, line: 202, - col: 33, + col: 35, }, }, ExpressionType: "const ? *", @@ -30921,14 +30921,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5850, + offset: 5852, line: 202, - col: 33, + col: 35, }, }, }, @@ -30939,14 +30939,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5864, + offset: 5866, line: 202, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -30956,14 +30956,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5862, + offset: 5864, line: 202, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -30976,14 +30976,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5852, + offset: 5854, line: 202, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5862, + offset: 5864, line: 202, - col: 45, + col: 47, }, }, }, @@ -30991,14 +30991,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5850, + offset: 5852, line: 202, - col: 33, + col: 35, }, }, ExpressionType: "const ? *", @@ -31009,14 +31009,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5849, + offset: 5851, line: 202, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5850, + offset: 5852, line: 202, - col: 33, + col: 35, }, }, }, @@ -31031,14 +31031,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5875, + offset: 5877, line: 203, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5904, + offset: 5906, line: 203, - col: 36, + col: 38, }, }, 'Prop_Clauses': [ @@ -31046,14 +31046,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5876, + offset: 5878, line: 203, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5895, + offset: 5897, line: 203, - col: 27, + col: 29, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -31065,14 +31065,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5891, + offset: 5893, line: 203, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5894, + offset: 5896, line: 203, - col: 26, + col: 28, }, }, ExpressionType: "const char [2]", @@ -31085,14 +31085,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5876, + offset: 5878, line: 203, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5890, + offset: 5892, line: 203, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -31103,14 +31103,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5876, + offset: 5878, line: 203, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5890, + offset: 5892, line: 203, - col: 22, + col: 24, }, }, }, @@ -31120,14 +31120,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5903, + offset: 5905, line: 203, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -31137,14 +31137,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5901, + offset: 5903, line: 203, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -31157,14 +31157,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5900, + offset: 5902, line: 203, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5901, + offset: 5903, line: 203, - col: 33, + col: 35, }, }, }, @@ -31172,14 +31172,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5898, + offset: 5900, line: 203, - col: 30, + col: 32, }, }, ExpressionType: "const ? *", @@ -31190,14 +31190,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5898, + offset: 5900, line: 203, - col: 30, + col: 32, }, }, }, @@ -31212,14 +31212,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5876, + offset: 5878, line: 203, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5895, + offset: 5897, line: 203, - col: 27, + col: 29, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -31231,14 +31231,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5891, + offset: 5893, line: 203, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5894, + offset: 5896, line: 203, - col: 26, + col: 28, }, }, ExpressionType: "const char [2]", @@ -31251,14 +31251,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5876, + offset: 5878, line: 203, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5890, + offset: 5892, line: 203, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -31269,14 +31269,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5876, + offset: 5878, line: 203, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5890, + offset: 5892, line: 203, - col: 22, + col: 24, }, }, }, @@ -31286,14 +31286,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5876, + offset: 5878, line: 203, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5895, + offset: 5897, line: 203, - col: 27, + col: 29, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -31305,14 +31305,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5891, + offset: 5893, line: 203, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5894, + offset: 5896, line: 203, - col: 26, + col: 28, }, }, ExpressionType: "const char [2]", @@ -31325,14 +31325,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5876, + offset: 5878, line: 203, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5890, + offset: 5892, line: 203, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -31343,14 +31343,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5876, + offset: 5878, line: 203, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5890, + offset: 5892, line: 203, - col: 22, + col: 24, }, }, }, @@ -31363,14 +31363,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5903, + offset: 5905, line: 203, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -31380,14 +31380,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5901, + offset: 5903, line: 203, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -31400,14 +31400,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5900, + offset: 5902, line: 203, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5901, + offset: 5903, line: 203, - col: 33, + col: 35, }, }, }, @@ -31415,14 +31415,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5898, + offset: 5900, line: 203, - col: 30, + col: 32, }, }, ExpressionType: "const ? *", @@ -31433,14 +31433,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5898, + offset: 5900, line: 203, - col: 30, + col: 32, }, }, }, @@ -31451,14 +31451,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5903, + offset: 5905, line: 203, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -31468,14 +31468,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5901, + offset: 5903, line: 203, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -31488,14 +31488,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5900, + offset: 5902, line: 203, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5901, + offset: 5903, line: 203, - col: 33, + col: 35, }, }, }, @@ -31503,14 +31503,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5898, + offset: 5900, line: 203, - col: 30, + col: 32, }, }, ExpressionType: "const ? *", @@ -31521,14 +31521,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 203, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5898, + offset: 5900, line: 203, - col: 30, + col: 32, }, }, }, @@ -31543,14 +31543,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5914, + offset: 5916, line: 204, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5943, + offset: 5945, line: 204, - col: 36, + col: 38, }, }, 'Prop_Clauses': [ @@ -31558,14 +31558,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5915, + offset: 5917, line: 204, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5934, + offset: 5936, line: 204, - col: 27, + col: 29, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -31577,14 +31577,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5930, + offset: 5932, line: 204, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5933, + offset: 5935, line: 204, - col: 26, + col: 28, }, }, ExpressionType: "const char [2]", @@ -31597,14 +31597,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5915, + offset: 5917, line: 204, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5929, + offset: 5931, line: 204, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -31615,14 +31615,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5915, + offset: 5917, line: 204, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5929, + offset: 5931, line: 204, - col: 22, + col: 24, }, }, }, @@ -31632,14 +31632,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5942, + offset: 5944, line: 204, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -31649,14 +31649,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5940, + offset: 5942, line: 204, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -31669,14 +31669,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5939, + offset: 5941, line: 204, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5940, + offset: 5942, line: 204, - col: 33, + col: 35, }, }, }, @@ -31684,14 +31684,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5937, + offset: 5939, line: 204, - col: 30, + col: 32, }, }, ExpressionType: "const ? *", @@ -31702,14 +31702,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5937, + offset: 5939, line: 204, - col: 30, + col: 32, }, }, }, @@ -31724,14 +31724,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5915, + offset: 5917, line: 204, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5934, + offset: 5936, line: 204, - col: 27, + col: 29, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -31743,14 +31743,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5930, + offset: 5932, line: 204, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5933, + offset: 5935, line: 204, - col: 26, + col: 28, }, }, ExpressionType: "const char [2]", @@ -31763,14 +31763,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5915, + offset: 5917, line: 204, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5929, + offset: 5931, line: 204, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -31781,14 +31781,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5915, + offset: 5917, line: 204, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5929, + offset: 5931, line: 204, - col: 22, + col: 24, }, }, }, @@ -31798,14 +31798,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5915, + offset: 5917, line: 204, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5934, + offset: 5936, line: 204, - col: 27, + col: 29, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -31817,14 +31817,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5930, + offset: 5932, line: 204, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5933, + offset: 5935, line: 204, - col: 26, + col: 28, }, }, ExpressionType: "const char [2]", @@ -31837,14 +31837,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5915, + offset: 5917, line: 204, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5929, + offset: 5931, line: 204, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -31855,14 +31855,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5915, + offset: 5917, line: 204, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5929, + offset: 5931, line: 204, - col: 22, + col: 24, }, }, }, @@ -31875,14 +31875,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5942, + offset: 5944, line: 204, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -31892,14 +31892,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5940, + offset: 5942, line: 204, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -31912,14 +31912,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5939, + offset: 5941, line: 204, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5940, + offset: 5942, line: 204, - col: 33, + col: 35, }, }, }, @@ -31927,14 +31927,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5937, + offset: 5939, line: 204, - col: 30, + col: 32, }, }, ExpressionType: "const ? *", @@ -31945,14 +31945,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5937, + offset: 5939, line: 204, - col: 30, + col: 32, }, }, }, @@ -31963,14 +31963,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5942, + offset: 5944, line: 204, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -31980,14 +31980,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5940, + offset: 5942, line: 204, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -32000,14 +32000,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5939, + offset: 5941, line: 204, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5940, + offset: 5942, line: 204, - col: 33, + col: 35, }, }, }, @@ -32015,14 +32015,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5937, + offset: 5939, line: 204, - col: 30, + col: 32, }, }, ExpressionType: "const ? *", @@ -32033,14 +32033,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5936, + offset: 5938, line: 204, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5937, + offset: 5939, line: 204, - col: 30, + col: 32, }, }, }, @@ -32055,14 +32055,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5953, + offset: 5955, line: 205, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5990, + offset: 5992, line: 205, - col: 44, + col: 46, }, }, 'Prop_Clauses': [ @@ -32070,14 +32070,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5954, + offset: 5956, line: 205, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5977, + offset: 5979, line: 205, - col: 31, + col: 33, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -32089,14 +32089,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5969, + offset: 5971, line: 205, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5976, + offset: 5978, line: 205, - col: 30, + col: 32, }, }, ExpressionType: "const char [6]", @@ -32109,14 +32109,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5954, + offset: 5956, line: 205, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5968, + offset: 5970, line: 205, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -32127,14 +32127,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5954, + offset: 5956, line: 205, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5968, + offset: 5970, line: 205, - col: 22, + col: 24, }, }, }, @@ -32144,14 +32144,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5989, + offset: 5991, line: 205, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -32161,14 +32161,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5987, + offset: 5989, line: 205, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -32181,14 +32181,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5982, + offset: 5984, line: 205, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 5987, + offset: 5989, line: 205, - col: 41, + col: 43, }, }, }, @@ -32196,14 +32196,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5980, + offset: 5982, line: 205, - col: 34, + col: 36, }, }, ExpressionType: "const ? *", @@ -32214,14 +32214,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5980, + offset: 5982, line: 205, - col: 34, + col: 36, }, }, }, @@ -32236,14 +32236,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5954, + offset: 5956, line: 205, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5977, + offset: 5979, line: 205, - col: 31, + col: 33, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -32255,14 +32255,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5969, + offset: 5971, line: 205, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5976, + offset: 5978, line: 205, - col: 30, + col: 32, }, }, ExpressionType: "const char [6]", @@ -32275,14 +32275,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5954, + offset: 5956, line: 205, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5968, + offset: 5970, line: 205, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -32293,14 +32293,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5954, + offset: 5956, line: 205, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5968, + offset: 5970, line: 205, - col: 22, + col: 24, }, }, }, @@ -32310,14 +32310,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5954, + offset: 5956, line: 205, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5977, + offset: 5979, line: 205, - col: 31, + col: 33, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -32329,14 +32329,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5969, + offset: 5971, line: 205, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5976, + offset: 5978, line: 205, - col: 30, + col: 32, }, }, ExpressionType: "const char [6]", @@ -32349,14 +32349,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5954, + offset: 5956, line: 205, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5968, + offset: 5970, line: 205, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -32367,14 +32367,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5954, + offset: 5956, line: 205, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 5968, + offset: 5970, line: 205, - col: 22, + col: 24, }, }, }, @@ -32387,14 +32387,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5989, + offset: 5991, line: 205, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -32404,14 +32404,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5987, + offset: 5989, line: 205, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -32424,14 +32424,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5982, + offset: 5984, line: 205, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 5987, + offset: 5989, line: 205, - col: 41, + col: 43, }, }, }, @@ -32439,14 +32439,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5980, + offset: 5982, line: 205, - col: 34, + col: 36, }, }, ExpressionType: "const ? *", @@ -32457,14 +32457,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5980, + offset: 5982, line: 205, - col: 34, + col: 36, }, }, }, @@ -32475,14 +32475,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5989, + offset: 5991, line: 205, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -32492,14 +32492,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5987, + offset: 5989, line: 205, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -32512,14 +32512,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5982, + offset: 5984, line: 205, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 5987, + offset: 5989, line: 205, - col: 41, + col: 43, }, }, }, @@ -32527,14 +32527,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5980, + offset: 5982, line: 205, - col: 34, + col: 36, }, }, ExpressionType: "const ? *", @@ -32545,14 +32545,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5979, + offset: 5981, line: 205, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 5980, + offset: 5982, line: 205, - col: 34, + col: 36, }, }, }, @@ -32567,14 +32567,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6000, + offset: 6002, line: 206, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6039, + offset: 6041, line: 206, - col: 46, + col: 48, }, }, 'Prop_Clauses': [ @@ -32582,14 +32582,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6001, + offset: 6003, line: 206, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6025, + offset: 6027, line: 206, - col: 32, + col: 34, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -32601,14 +32601,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6016, + offset: 6018, line: 206, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6024, + offset: 6026, line: 206, - col: 31, + col: 33, }, }, ExpressionType: "const char [7]", @@ -32621,14 +32621,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6001, + offset: 6003, line: 206, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6015, + offset: 6017, line: 206, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -32639,14 +32639,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6001, + offset: 6003, line: 206, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6015, + offset: 6017, line: 206, - col: 22, + col: 24, }, }, }, @@ -32656,14 +32656,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6038, + offset: 6040, line: 206, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -32673,14 +32673,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6036, + offset: 6038, line: 206, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -32693,14 +32693,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6030, + offset: 6032, line: 206, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6036, + offset: 6038, line: 206, - col: 43, + col: 45, }, }, }, @@ -32708,14 +32708,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6028, + offset: 6030, line: 206, - col: 35, + col: 37, }, }, ExpressionType: "const ? *", @@ -32726,14 +32726,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6028, + offset: 6030, line: 206, - col: 35, + col: 37, }, }, }, @@ -32748,14 +32748,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6001, + offset: 6003, line: 206, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6025, + offset: 6027, line: 206, - col: 32, + col: 34, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -32767,14 +32767,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6016, + offset: 6018, line: 206, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6024, + offset: 6026, line: 206, - col: 31, + col: 33, }, }, ExpressionType: "const char [7]", @@ -32787,14 +32787,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6001, + offset: 6003, line: 206, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6015, + offset: 6017, line: 206, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -32805,14 +32805,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6001, + offset: 6003, line: 206, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6015, + offset: 6017, line: 206, - col: 22, + col: 24, }, }, }, @@ -32822,14 +32822,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6001, + offset: 6003, line: 206, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6025, + offset: 6027, line: 206, - col: 32, + col: 34, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -32841,14 +32841,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6016, + offset: 6018, line: 206, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6024, + offset: 6026, line: 206, - col: 31, + col: 33, }, }, ExpressionType: "const char [7]", @@ -32861,14 +32861,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6001, + offset: 6003, line: 206, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6015, + offset: 6017, line: 206, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -32879,14 +32879,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6001, + offset: 6003, line: 206, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6015, + offset: 6017, line: 206, - col: 22, + col: 24, }, }, }, @@ -32899,14 +32899,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6038, + offset: 6040, line: 206, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -32916,14 +32916,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6036, + offset: 6038, line: 206, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -32936,14 +32936,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6030, + offset: 6032, line: 206, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6036, + offset: 6038, line: 206, - col: 43, + col: 45, }, }, }, @@ -32951,14 +32951,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6028, + offset: 6030, line: 206, - col: 35, + col: 37, }, }, ExpressionType: "const ? *", @@ -32969,14 +32969,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6028, + offset: 6030, line: 206, - col: 35, + col: 37, }, }, }, @@ -32987,14 +32987,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6038, + offset: 6040, line: 206, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -33004,14 +33004,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6036, + offset: 6038, line: 206, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -33024,14 +33024,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6030, + offset: 6032, line: 206, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6036, + offset: 6038, line: 206, - col: 43, + col: 45, }, }, }, @@ -33039,14 +33039,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6028, + offset: 6030, line: 206, - col: 35, + col: 37, }, }, ExpressionType: "const ? *", @@ -33057,14 +33057,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6027, + offset: 6029, line: 206, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6028, + offset: 6030, line: 206, - col: 35, + col: 37, }, }, }, @@ -33079,14 +33079,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6049, + offset: 6051, line: 207, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6099, + offset: 6101, line: 207, - col: 57, + col: 59, }, }, 'Prop_Clauses': [ @@ -33094,14 +33094,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6050, + offset: 6052, line: 207, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6084, + offset: 6086, line: 207, - col: 42, + col: 44, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -33113,14 +33113,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6065, + offset: 6067, line: 207, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6083, + offset: 6085, line: 207, - col: 41, + col: 43, }, }, ExpressionType: "const char [17]", @@ -33133,14 +33133,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6050, + offset: 6052, line: 207, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6064, + offset: 6066, line: 207, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -33151,14 +33151,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6050, + offset: 6052, line: 207, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6064, + offset: 6066, line: 207, - col: 22, + col: 24, }, }, }, @@ -33168,14 +33168,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6098, + offset: 6100, line: 207, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -33185,14 +33185,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6096, + offset: 6098, line: 207, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -33205,14 +33205,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6089, + offset: 6091, line: 207, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 6096, + offset: 6098, line: 207, - col: 54, + col: 56, }, }, }, @@ -33220,14 +33220,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6087, + offset: 6089, line: 207, - col: 45, + col: 47, }, }, ExpressionType: "const ? *", @@ -33238,14 +33238,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6087, + offset: 6089, line: 207, - col: 45, + col: 47, }, }, }, @@ -33260,14 +33260,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6050, + offset: 6052, line: 207, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6084, + offset: 6086, line: 207, - col: 42, + col: 44, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -33279,14 +33279,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6065, + offset: 6067, line: 207, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6083, + offset: 6085, line: 207, - col: 41, + col: 43, }, }, ExpressionType: "const char [17]", @@ -33299,14 +33299,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6050, + offset: 6052, line: 207, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6064, + offset: 6066, line: 207, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -33317,14 +33317,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6050, + offset: 6052, line: 207, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6064, + offset: 6066, line: 207, - col: 22, + col: 24, }, }, }, @@ -33334,14 +33334,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6050, + offset: 6052, line: 207, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6084, + offset: 6086, line: 207, - col: 42, + col: 44, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -33353,14 +33353,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6065, + offset: 6067, line: 207, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6083, + offset: 6085, line: 207, - col: 41, + col: 43, }, }, ExpressionType: "const char [17]", @@ -33373,14 +33373,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6050, + offset: 6052, line: 207, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6064, + offset: 6066, line: 207, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -33391,14 +33391,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6050, + offset: 6052, line: 207, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6064, + offset: 6066, line: 207, - col: 22, + col: 24, }, }, }, @@ -33411,14 +33411,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6098, + offset: 6100, line: 207, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -33428,14 +33428,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6096, + offset: 6098, line: 207, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -33448,14 +33448,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6089, + offset: 6091, line: 207, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 6096, + offset: 6098, line: 207, - col: 54, + col: 56, }, }, }, @@ -33463,14 +33463,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6087, + offset: 6089, line: 207, - col: 45, + col: 47, }, }, ExpressionType: "const ? *", @@ -33481,14 +33481,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6087, + offset: 6089, line: 207, - col: 45, + col: 47, }, }, }, @@ -33499,14 +33499,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6098, + offset: 6100, line: 207, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -33516,14 +33516,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6096, + offset: 6098, line: 207, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -33536,14 +33536,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6089, + offset: 6091, line: 207, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 6096, + offset: 6098, line: 207, - col: 54, + col: 56, }, }, }, @@ -33551,14 +33551,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6087, + offset: 6089, line: 207, - col: 45, + col: 47, }, }, ExpressionType: "const ? *", @@ -33569,14 +33569,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 207, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6087, + offset: 6089, line: 207, - col: 45, + col: 47, }, }, }, @@ -33591,14 +33591,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6109, + offset: 6111, line: 208, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6156, + offset: 6158, line: 208, - col: 54, + col: 56, }, }, 'Prop_Clauses': [ @@ -33606,14 +33606,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6110, + offset: 6112, line: 208, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6137, + offset: 6139, line: 208, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -33625,14 +33625,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6125, + offset: 6127, line: 208, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6136, + offset: 6138, line: 208, - col: 34, + col: 36, }, }, ExpressionType: "const char [10]", @@ -33645,14 +33645,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6110, + offset: 6112, line: 208, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6124, + offset: 6126, line: 208, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -33663,14 +33663,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6110, + offset: 6112, line: 208, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6124, + offset: 6126, line: 208, - col: 22, + col: 24, }, }, }, @@ -33680,14 +33680,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6155, + offset: 6157, line: 208, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -33697,14 +33697,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6153, + offset: 6155, line: 208, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -33717,14 +33717,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6142, + offset: 6144, line: 208, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6153, + offset: 6155, line: 208, - col: 51, + col: 53, }, }, }, @@ -33732,14 +33732,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6140, + offset: 6142, line: 208, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -33750,14 +33750,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6140, + offset: 6142, line: 208, - col: 38, + col: 40, }, }, }, @@ -33772,14 +33772,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6110, + offset: 6112, line: 208, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6137, + offset: 6139, line: 208, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -33791,14 +33791,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6125, + offset: 6127, line: 208, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6136, + offset: 6138, line: 208, - col: 34, + col: 36, }, }, ExpressionType: "const char [10]", @@ -33811,14 +33811,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6110, + offset: 6112, line: 208, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6124, + offset: 6126, line: 208, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -33829,14 +33829,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6110, + offset: 6112, line: 208, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6124, + offset: 6126, line: 208, - col: 22, + col: 24, }, }, }, @@ -33846,14 +33846,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6110, + offset: 6112, line: 208, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6137, + offset: 6139, line: 208, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -33865,14 +33865,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6125, + offset: 6127, line: 208, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6136, + offset: 6138, line: 208, - col: 34, + col: 36, }, }, ExpressionType: "const char [10]", @@ -33885,14 +33885,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6110, + offset: 6112, line: 208, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6124, + offset: 6126, line: 208, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -33903,14 +33903,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6110, + offset: 6112, line: 208, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6124, + offset: 6126, line: 208, - col: 22, + col: 24, }, }, }, @@ -33923,14 +33923,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6155, + offset: 6157, line: 208, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -33940,14 +33940,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6153, + offset: 6155, line: 208, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -33960,14 +33960,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6142, + offset: 6144, line: 208, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6153, + offset: 6155, line: 208, - col: 51, + col: 53, }, }, }, @@ -33975,14 +33975,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6140, + offset: 6142, line: 208, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -33993,14 +33993,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6140, + offset: 6142, line: 208, - col: 38, + col: 40, }, }, }, @@ -34011,14 +34011,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6155, + offset: 6157, line: 208, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -34028,14 +34028,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6153, + offset: 6155, line: 208, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -34048,14 +34048,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6142, + offset: 6144, line: 208, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6153, + offset: 6155, line: 208, - col: 51, + col: 53, }, }, }, @@ -34063,14 +34063,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6140, + offset: 6142, line: 208, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -34081,14 +34081,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6139, + offset: 6141, line: 208, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6140, + offset: 6142, line: 208, - col: 38, + col: 40, }, }, }, @@ -34103,14 +34103,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6166, + offset: 6168, line: 209, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6206, + offset: 6208, line: 209, - col: 47, + col: 49, }, }, 'Prop_Clauses': [ @@ -34118,14 +34118,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6167, + offset: 6169, line: 209, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6191, + offset: 6193, line: 209, - col: 32, + col: 34, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -34137,14 +34137,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6182, + offset: 6184, line: 209, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6190, + offset: 6192, line: 209, - col: 31, + col: 33, }, }, ExpressionType: "const char [7]", @@ -34157,14 +34157,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6167, + offset: 6169, line: 209, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6181, + offset: 6183, line: 209, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -34175,14 +34175,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6167, + offset: 6169, line: 209, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6181, + offset: 6183, line: 209, - col: 22, + col: 24, }, }, }, @@ -34192,14 +34192,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6205, + offset: 6207, line: 209, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -34209,14 +34209,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6203, + offset: 6205, line: 209, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -34229,14 +34229,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6196, + offset: 6198, line: 209, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6203, + offset: 6205, line: 209, - col: 44, + col: 46, }, }, }, @@ -34244,14 +34244,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6194, + offset: 6196, line: 209, - col: 35, + col: 37, }, }, ExpressionType: "const ? *", @@ -34262,14 +34262,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6194, + offset: 6196, line: 209, - col: 35, + col: 37, }, }, }, @@ -34284,14 +34284,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6167, + offset: 6169, line: 209, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6191, + offset: 6193, line: 209, - col: 32, + col: 34, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -34303,14 +34303,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6182, + offset: 6184, line: 209, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6190, + offset: 6192, line: 209, - col: 31, + col: 33, }, }, ExpressionType: "const char [7]", @@ -34323,14 +34323,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6167, + offset: 6169, line: 209, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6181, + offset: 6183, line: 209, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -34341,14 +34341,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6167, + offset: 6169, line: 209, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6181, + offset: 6183, line: 209, - col: 22, + col: 24, }, }, }, @@ -34358,14 +34358,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6167, + offset: 6169, line: 209, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6191, + offset: 6193, line: 209, - col: 32, + col: 34, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -34377,14 +34377,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6182, + offset: 6184, line: 209, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6190, + offset: 6192, line: 209, - col: 31, + col: 33, }, }, ExpressionType: "const char [7]", @@ -34397,14 +34397,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6167, + offset: 6169, line: 209, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6181, + offset: 6183, line: 209, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -34415,14 +34415,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6167, + offset: 6169, line: 209, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6181, + offset: 6183, line: 209, - col: 22, + col: 24, }, }, }, @@ -34435,14 +34435,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6205, + offset: 6207, line: 209, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -34452,14 +34452,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6203, + offset: 6205, line: 209, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -34472,14 +34472,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6196, + offset: 6198, line: 209, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6203, + offset: 6205, line: 209, - col: 44, + col: 46, }, }, }, @@ -34487,14 +34487,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6194, + offset: 6196, line: 209, - col: 35, + col: 37, }, }, ExpressionType: "const ? *", @@ -34505,14 +34505,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6194, + offset: 6196, line: 209, - col: 35, + col: 37, }, }, }, @@ -34523,14 +34523,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6205, + offset: 6207, line: 209, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -34540,14 +34540,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6203, + offset: 6205, line: 209, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -34560,14 +34560,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6196, + offset: 6198, line: 209, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6203, + offset: 6205, line: 209, - col: 44, + col: 46, }, }, }, @@ -34575,14 +34575,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6194, + offset: 6196, line: 209, - col: 35, + col: 37, }, }, ExpressionType: "const ? *", @@ -34593,14 +34593,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6193, + offset: 6195, line: 209, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6194, + offset: 6196, line: 209, - col: 35, + col: 37, }, }, }, @@ -34615,14 +34615,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6216, + offset: 6218, line: 210, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6265, + offset: 6267, line: 210, - col: 56, + col: 58, }, }, 'Prop_Clauses': [ @@ -34630,14 +34630,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6217, + offset: 6219, line: 210, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6245, + offset: 6247, line: 210, - col: 36, + col: 38, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -34649,14 +34649,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6232, + offset: 6234, line: 210, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6244, + offset: 6246, line: 210, - col: 35, + col: 37, }, }, ExpressionType: "const char [11]", @@ -34669,14 +34669,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6217, + offset: 6219, line: 210, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6231, + offset: 6233, line: 210, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -34687,14 +34687,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6217, + offset: 6219, line: 210, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6231, + offset: 6233, line: 210, - col: 22, + col: 24, }, }, }, @@ -34704,14 +34704,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6264, + offset: 6266, line: 210, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -34721,14 +34721,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6262, + offset: 6264, line: 210, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -34741,14 +34741,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6250, + offset: 6252, line: 210, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 6262, + offset: 6264, line: 210, - col: 53, + col: 55, }, }, }, @@ -34756,14 +34756,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6248, + offset: 6250, line: 210, - col: 39, + col: 41, }, }, ExpressionType: "const ? *", @@ -34774,14 +34774,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6248, + offset: 6250, line: 210, - col: 39, + col: 41, }, }, }, @@ -34796,14 +34796,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6217, + offset: 6219, line: 210, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6245, + offset: 6247, line: 210, - col: 36, + col: 38, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -34815,14 +34815,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6232, + offset: 6234, line: 210, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6244, + offset: 6246, line: 210, - col: 35, + col: 37, }, }, ExpressionType: "const char [11]", @@ -34835,14 +34835,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6217, + offset: 6219, line: 210, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6231, + offset: 6233, line: 210, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -34853,14 +34853,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6217, + offset: 6219, line: 210, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6231, + offset: 6233, line: 210, - col: 22, + col: 24, }, }, }, @@ -34870,14 +34870,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6217, + offset: 6219, line: 210, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6245, + offset: 6247, line: 210, - col: 36, + col: 38, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -34889,14 +34889,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6232, + offset: 6234, line: 210, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6244, + offset: 6246, line: 210, - col: 35, + col: 37, }, }, ExpressionType: "const char [11]", @@ -34909,14 +34909,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6217, + offset: 6219, line: 210, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6231, + offset: 6233, line: 210, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -34927,14 +34927,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6217, + offset: 6219, line: 210, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6231, + offset: 6233, line: 210, - col: 22, + col: 24, }, }, }, @@ -34947,14 +34947,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6264, + offset: 6266, line: 210, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -34964,14 +34964,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6262, + offset: 6264, line: 210, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -34984,14 +34984,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6250, + offset: 6252, line: 210, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 6262, + offset: 6264, line: 210, - col: 53, + col: 55, }, }, }, @@ -34999,14 +34999,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6248, + offset: 6250, line: 210, - col: 39, + col: 41, }, }, ExpressionType: "const ? *", @@ -35017,14 +35017,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6248, + offset: 6250, line: 210, - col: 39, + col: 41, }, }, }, @@ -35035,14 +35035,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6264, + offset: 6266, line: 210, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -35052,14 +35052,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6262, + offset: 6264, line: 210, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -35072,14 +35072,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6250, + offset: 6252, line: 210, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 6262, + offset: 6264, line: 210, - col: 53, + col: 55, }, }, }, @@ -35087,14 +35087,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6248, + offset: 6250, line: 210, - col: 39, + col: 41, }, }, ExpressionType: "const ? *", @@ -35105,14 +35105,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 210, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 6248, + offset: 6250, line: 210, - col: 39, + col: 41, }, }, }, @@ -35127,14 +35127,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6275, + offset: 6277, line: 211, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6320, + offset: 6322, line: 211, - col: 52, + col: 54, }, }, 'Prop_Clauses': [ @@ -35142,14 +35142,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6276, + offset: 6278, line: 211, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6303, + offset: 6305, line: 211, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -35161,14 +35161,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6291, + offset: 6293, line: 211, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6302, + offset: 6304, line: 211, - col: 34, + col: 36, }, }, ExpressionType: "const char [10]", @@ -35181,14 +35181,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6276, + offset: 6278, line: 211, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6290, + offset: 6292, line: 211, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -35199,14 +35199,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6276, + offset: 6278, line: 211, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6290, + offset: 6292, line: 211, - col: 22, + col: 24, }, }, }, @@ -35216,14 +35216,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6319, + offset: 6321, line: 211, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -35233,14 +35233,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6317, + offset: 6319, line: 211, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -35253,14 +35253,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6308, + offset: 6310, line: 211, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6317, + offset: 6319, line: 211, - col: 49, + col: 51, }, }, }, @@ -35268,14 +35268,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6306, + offset: 6308, line: 211, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -35286,14 +35286,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6306, + offset: 6308, line: 211, - col: 38, + col: 40, }, }, }, @@ -35308,14 +35308,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6276, + offset: 6278, line: 211, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6303, + offset: 6305, line: 211, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -35327,14 +35327,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6291, + offset: 6293, line: 211, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6302, + offset: 6304, line: 211, - col: 34, + col: 36, }, }, ExpressionType: "const char [10]", @@ -35347,14 +35347,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6276, + offset: 6278, line: 211, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6290, + offset: 6292, line: 211, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -35365,14 +35365,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6276, + offset: 6278, line: 211, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6290, + offset: 6292, line: 211, - col: 22, + col: 24, }, }, }, @@ -35382,14 +35382,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6276, + offset: 6278, line: 211, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6303, + offset: 6305, line: 211, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -35401,14 +35401,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6291, + offset: 6293, line: 211, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6302, + offset: 6304, line: 211, - col: 34, + col: 36, }, }, ExpressionType: "const char [10]", @@ -35421,14 +35421,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6276, + offset: 6278, line: 211, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6290, + offset: 6292, line: 211, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -35439,14 +35439,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6276, + offset: 6278, line: 211, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6290, + offset: 6292, line: 211, - col: 22, + col: 24, }, }, }, @@ -35459,14 +35459,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6319, + offset: 6321, line: 211, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -35476,14 +35476,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6317, + offset: 6319, line: 211, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -35496,14 +35496,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6308, + offset: 6310, line: 211, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6317, + offset: 6319, line: 211, - col: 49, + col: 51, }, }, }, @@ -35511,14 +35511,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6306, + offset: 6308, line: 211, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -35529,14 +35529,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6306, + offset: 6308, line: 211, - col: 38, + col: 40, }, }, }, @@ -35547,14 +35547,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6319, + offset: 6321, line: 211, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -35564,14 +35564,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6317, + offset: 6319, line: 211, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -35584,14 +35584,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6308, + offset: 6310, line: 211, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6317, + offset: 6319, line: 211, - col: 49, + col: 51, }, }, }, @@ -35599,14 +35599,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6306, + offset: 6308, line: 211, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -35617,14 +35617,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6305, + offset: 6307, line: 211, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6306, + offset: 6308, line: 211, - col: 38, + col: 40, }, }, }, @@ -35639,14 +35639,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6330, + offset: 6332, line: 212, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6375, + offset: 6377, line: 212, - col: 52, + col: 54, }, }, 'Prop_Clauses': [ @@ -35654,14 +35654,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6331, + offset: 6333, line: 212, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6358, + offset: 6360, line: 212, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -35673,14 +35673,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6346, + offset: 6348, line: 212, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6357, + offset: 6359, line: 212, - col: 34, + col: 36, }, }, ExpressionType: "const char [10]", @@ -35693,14 +35693,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6331, + offset: 6333, line: 212, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6345, + offset: 6347, line: 212, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -35711,14 +35711,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6331, + offset: 6333, line: 212, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6345, + offset: 6347, line: 212, - col: 22, + col: 24, }, }, }, @@ -35728,14 +35728,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6374, + offset: 6376, line: 212, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -35745,14 +35745,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6372, + offset: 6374, line: 212, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -35765,14 +35765,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6363, + offset: 6365, line: 212, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6372, + offset: 6374, line: 212, - col: 49, + col: 51, }, }, }, @@ -35780,14 +35780,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6361, + offset: 6363, line: 212, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -35798,14 +35798,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6361, + offset: 6363, line: 212, - col: 38, + col: 40, }, }, }, @@ -35820,14 +35820,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6331, + offset: 6333, line: 212, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6358, + offset: 6360, line: 212, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -35839,14 +35839,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6346, + offset: 6348, line: 212, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6357, + offset: 6359, line: 212, - col: 34, + col: 36, }, }, ExpressionType: "const char [10]", @@ -35859,14 +35859,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6331, + offset: 6333, line: 212, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6345, + offset: 6347, line: 212, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -35877,14 +35877,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6331, + offset: 6333, line: 212, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6345, + offset: 6347, line: 212, - col: 22, + col: 24, }, }, }, @@ -35894,14 +35894,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6331, + offset: 6333, line: 212, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6358, + offset: 6360, line: 212, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -35913,14 +35913,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6346, + offset: 6348, line: 212, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6357, + offset: 6359, line: 212, - col: 34, + col: 36, }, }, ExpressionType: "const char [10]", @@ -35933,14 +35933,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6331, + offset: 6333, line: 212, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6345, + offset: 6347, line: 212, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -35951,14 +35951,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6331, + offset: 6333, line: 212, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6345, + offset: 6347, line: 212, - col: 22, + col: 24, }, }, }, @@ -35971,14 +35971,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6374, + offset: 6376, line: 212, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -35988,14 +35988,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6372, + offset: 6374, line: 212, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -36008,14 +36008,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6363, + offset: 6365, line: 212, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6372, + offset: 6374, line: 212, - col: 49, + col: 51, }, }, }, @@ -36023,14 +36023,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6361, + offset: 6363, line: 212, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -36041,14 +36041,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6361, + offset: 6363, line: 212, - col: 38, + col: 40, }, }, }, @@ -36059,14 +36059,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6374, + offset: 6376, line: 212, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -36076,14 +36076,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6372, + offset: 6374, line: 212, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -36096,14 +36096,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6363, + offset: 6365, line: 212, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6372, + offset: 6374, line: 212, - col: 49, + col: 51, }, }, }, @@ -36111,14 +36111,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6361, + offset: 6363, line: 212, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -36129,14 +36129,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6360, + offset: 6362, line: 212, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6361, + offset: 6363, line: 212, - col: 38, + col: 40, }, }, }, @@ -36151,14 +36151,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6385, + offset: 6387, line: 213, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6428, + offset: 6430, line: 213, - col: 50, + col: 52, }, }, 'Prop_Clauses': [ @@ -36166,14 +36166,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6386, + offset: 6388, line: 213, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6412, + offset: 6414, line: 213, - col: 34, + col: 36, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -36185,14 +36185,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6401, + offset: 6403, line: 213, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6411, + offset: 6413, line: 213, - col: 33, + col: 35, }, }, ExpressionType: "const char [9]", @@ -36205,14 +36205,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6386, + offset: 6388, line: 213, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6400, + offset: 6402, line: 213, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -36223,14 +36223,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6386, + offset: 6388, line: 213, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6400, + offset: 6402, line: 213, - col: 22, + col: 24, }, }, }, @@ -36240,14 +36240,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6427, + offset: 6429, line: 213, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -36257,14 +36257,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6425, + offset: 6427, line: 213, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -36277,14 +36277,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6417, + offset: 6419, line: 213, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6425, + offset: 6427, line: 213, - col: 47, + col: 49, }, }, }, @@ -36292,14 +36292,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6415, + offset: 6417, line: 213, - col: 37, + col: 39, }, }, ExpressionType: "const ? *", @@ -36310,14 +36310,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6415, + offset: 6417, line: 213, - col: 37, + col: 39, }, }, }, @@ -36332,14 +36332,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6386, + offset: 6388, line: 213, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6412, + offset: 6414, line: 213, - col: 34, + col: 36, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -36351,14 +36351,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6401, + offset: 6403, line: 213, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6411, + offset: 6413, line: 213, - col: 33, + col: 35, }, }, ExpressionType: "const char [9]", @@ -36371,14 +36371,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6386, + offset: 6388, line: 213, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6400, + offset: 6402, line: 213, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -36389,14 +36389,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6386, + offset: 6388, line: 213, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6400, + offset: 6402, line: 213, - col: 22, + col: 24, }, }, }, @@ -36406,14 +36406,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6386, + offset: 6388, line: 213, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6412, + offset: 6414, line: 213, - col: 34, + col: 36, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -36425,14 +36425,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6401, + offset: 6403, line: 213, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6411, + offset: 6413, line: 213, - col: 33, + col: 35, }, }, ExpressionType: "const char [9]", @@ -36445,14 +36445,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6386, + offset: 6388, line: 213, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6400, + offset: 6402, line: 213, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -36463,14 +36463,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6386, + offset: 6388, line: 213, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6400, + offset: 6402, line: 213, - col: 22, + col: 24, }, }, }, @@ -36483,14 +36483,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6427, + offset: 6429, line: 213, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -36500,14 +36500,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6425, + offset: 6427, line: 213, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -36520,14 +36520,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6417, + offset: 6419, line: 213, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6425, + offset: 6427, line: 213, - col: 47, + col: 49, }, }, }, @@ -36535,14 +36535,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6415, + offset: 6417, line: 213, - col: 37, + col: 39, }, }, ExpressionType: "const ? *", @@ -36553,14 +36553,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6415, + offset: 6417, line: 213, - col: 37, + col: 39, }, }, }, @@ -36571,14 +36571,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6427, + offset: 6429, line: 213, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -36588,14 +36588,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6425, + offset: 6427, line: 213, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -36608,14 +36608,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6417, + offset: 6419, line: 213, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6425, + offset: 6427, line: 213, - col: 47, + col: 49, }, }, }, @@ -36623,14 +36623,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6415, + offset: 6417, line: 213, - col: 37, + col: 39, }, }, ExpressionType: "const ? *", @@ -36641,14 +36641,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6414, + offset: 6416, line: 213, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 6415, + offset: 6417, line: 213, - col: 37, + col: 39, }, }, }, @@ -36663,14 +36663,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6438, + offset: 6440, line: 214, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6487, + offset: 6489, line: 214, - col: 56, + col: 58, }, }, 'Prop_Clauses': [ @@ -36678,14 +36678,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 214, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6468, + offset: 6470, line: 214, - col: 37, + col: 39, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -36697,14 +36697,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6454, + offset: 6456, line: 214, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6467, + offset: 6469, line: 214, - col: 36, + col: 38, }, }, ExpressionType: "const char [12]", @@ -36717,14 +36717,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 214, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6453, + offset: 6455, line: 214, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -36735,14 +36735,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 214, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6453, + offset: 6455, line: 214, - col: 22, + col: 24, }, }, }, @@ -36752,14 +36752,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6486, + offset: 6488, line: 214, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -36769,14 +36769,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6484, + offset: 6486, line: 214, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -36789,14 +36789,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6473, + offset: 6475, line: 214, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 6484, + offset: 6486, line: 214, - col: 53, + col: 55, }, }, }, @@ -36804,14 +36804,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6471, + offset: 6473, line: 214, - col: 40, + col: 42, }, }, ExpressionType: "const ? *", @@ -36822,14 +36822,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6471, + offset: 6473, line: 214, - col: 40, + col: 42, }, }, }, @@ -36844,14 +36844,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 214, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6468, + offset: 6470, line: 214, - col: 37, + col: 39, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -36863,14 +36863,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6454, + offset: 6456, line: 214, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6467, + offset: 6469, line: 214, - col: 36, + col: 38, }, }, ExpressionType: "const char [12]", @@ -36883,14 +36883,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 214, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6453, + offset: 6455, line: 214, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -36901,14 +36901,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 214, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6453, + offset: 6455, line: 214, - col: 22, + col: 24, }, }, }, @@ -36918,14 +36918,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 214, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6468, + offset: 6470, line: 214, - col: 37, + col: 39, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -36937,14 +36937,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6454, + offset: 6456, line: 214, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6467, + offset: 6469, line: 214, - col: 36, + col: 38, }, }, ExpressionType: "const char [12]", @@ -36957,14 +36957,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 214, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6453, + offset: 6455, line: 214, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -36975,14 +36975,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 214, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6453, + offset: 6455, line: 214, - col: 22, + col: 24, }, }, }, @@ -36995,14 +36995,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6486, + offset: 6488, line: 214, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -37012,14 +37012,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6484, + offset: 6486, line: 214, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -37032,14 +37032,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6473, + offset: 6475, line: 214, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 6484, + offset: 6486, line: 214, - col: 53, + col: 55, }, }, }, @@ -37047,14 +37047,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6471, + offset: 6473, line: 214, - col: 40, + col: 42, }, }, ExpressionType: "const ? *", @@ -37065,14 +37065,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6471, + offset: 6473, line: 214, - col: 40, + col: 42, }, }, }, @@ -37083,14 +37083,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6486, + offset: 6488, line: 214, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -37100,14 +37100,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6484, + offset: 6486, line: 214, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -37120,14 +37120,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6473, + offset: 6475, line: 214, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 6484, + offset: 6486, line: 214, - col: 53, + col: 55, }, }, }, @@ -37135,14 +37135,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6471, + offset: 6473, line: 214, - col: 40, + col: 42, }, }, ExpressionType: "const ? *", @@ -37153,14 +37153,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 214, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6471, + offset: 6473, line: 214, - col: 40, + col: 42, }, }, }, @@ -37175,14 +37175,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6497, + offset: 6499, line: 215, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6542, + offset: 6544, line: 215, - col: 52, + col: 54, }, }, 'Prop_Clauses': [ @@ -37190,14 +37190,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6498, + offset: 6500, line: 215, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6525, + offset: 6527, line: 215, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -37209,14 +37209,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6513, + offset: 6515, line: 215, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6524, + offset: 6526, line: 215, - col: 34, + col: 36, }, }, ExpressionType: "const char [10]", @@ -37229,14 +37229,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6498, + offset: 6500, line: 215, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6512, + offset: 6514, line: 215, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -37247,14 +37247,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6498, + offset: 6500, line: 215, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6512, + offset: 6514, line: 215, - col: 22, + col: 24, }, }, }, @@ -37264,14 +37264,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6541, + offset: 6543, line: 215, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -37281,14 +37281,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6539, + offset: 6541, line: 215, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -37301,14 +37301,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6530, + offset: 6532, line: 215, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6539, + offset: 6541, line: 215, - col: 49, + col: 51, }, }, }, @@ -37316,14 +37316,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6528, + offset: 6530, line: 215, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -37334,14 +37334,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6528, + offset: 6530, line: 215, - col: 38, + col: 40, }, }, }, @@ -37356,14 +37356,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6498, + offset: 6500, line: 215, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6525, + offset: 6527, line: 215, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -37375,14 +37375,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6513, + offset: 6515, line: 215, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6524, + offset: 6526, line: 215, - col: 34, + col: 36, }, }, ExpressionType: "const char [10]", @@ -37395,14 +37395,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6498, + offset: 6500, line: 215, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6512, + offset: 6514, line: 215, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -37413,14 +37413,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6498, + offset: 6500, line: 215, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6512, + offset: 6514, line: 215, - col: 22, + col: 24, }, }, }, @@ -37430,14 +37430,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6498, + offset: 6500, line: 215, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6525, + offset: 6527, line: 215, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -37449,14 +37449,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6513, + offset: 6515, line: 215, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6524, + offset: 6526, line: 215, - col: 34, + col: 36, }, }, ExpressionType: "const char [10]", @@ -37469,14 +37469,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6498, + offset: 6500, line: 215, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6512, + offset: 6514, line: 215, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -37487,14 +37487,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6498, + offset: 6500, line: 215, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6512, + offset: 6514, line: 215, - col: 22, + col: 24, }, }, }, @@ -37507,14 +37507,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6541, + offset: 6543, line: 215, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -37524,14 +37524,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6539, + offset: 6541, line: 215, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -37544,14 +37544,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6530, + offset: 6532, line: 215, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6539, + offset: 6541, line: 215, - col: 49, + col: 51, }, }, }, @@ -37559,14 +37559,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6528, + offset: 6530, line: 215, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -37577,14 +37577,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6528, + offset: 6530, line: 215, - col: 38, + col: 40, }, }, }, @@ -37595,14 +37595,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6541, + offset: 6543, line: 215, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -37612,14 +37612,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6539, + offset: 6541, line: 215, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -37632,14 +37632,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6530, + offset: 6532, line: 215, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6539, + offset: 6541, line: 215, - col: 49, + col: 51, }, }, }, @@ -37647,14 +37647,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6528, + offset: 6530, line: 215, - col: 38, + col: 40, }, }, ExpressionType: "const ? *", @@ -37665,14 +37665,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6527, + offset: 6529, line: 215, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6528, + offset: 6530, line: 215, - col: 38, + col: 40, }, }, }, @@ -37687,14 +37687,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6552, + offset: 6554, line: 216, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6603, + offset: 6605, line: 216, - col: 58, + col: 60, }, }, 'Prop_Clauses': [ @@ -37702,14 +37702,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6553, + offset: 6555, line: 216, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6583, + offset: 6585, line: 216, - col: 38, + col: 40, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -37721,14 +37721,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6568, + offset: 6570, line: 216, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6582, + offset: 6584, line: 216, - col: 37, + col: 39, }, }, ExpressionType: "const char [13]", @@ -37741,14 +37741,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6553, + offset: 6555, line: 216, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6567, + offset: 6569, line: 216, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -37759,14 +37759,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6553, + offset: 6555, line: 216, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6567, + offset: 6569, line: 216, - col: 22, + col: 24, }, }, }, @@ -37776,14 +37776,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6602, + offset: 6604, line: 216, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -37793,14 +37793,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6600, + offset: 6602, line: 216, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -37813,14 +37813,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6588, + offset: 6590, line: 216, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 6600, + offset: 6602, line: 216, - col: 55, + col: 57, }, }, }, @@ -37828,14 +37828,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6586, + offset: 6588, line: 216, - col: 41, + col: 43, }, }, ExpressionType: "const ? *", @@ -37846,14 +37846,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6586, + offset: 6588, line: 216, - col: 41, + col: 43, }, }, }, @@ -37868,14 +37868,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6553, + offset: 6555, line: 216, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6583, + offset: 6585, line: 216, - col: 38, + col: 40, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -37887,14 +37887,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6568, + offset: 6570, line: 216, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6582, + offset: 6584, line: 216, - col: 37, + col: 39, }, }, ExpressionType: "const char [13]", @@ -37907,14 +37907,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6553, + offset: 6555, line: 216, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6567, + offset: 6569, line: 216, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -37925,14 +37925,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6553, + offset: 6555, line: 216, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6567, + offset: 6569, line: 216, - col: 22, + col: 24, }, }, }, @@ -37942,14 +37942,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6553, + offset: 6555, line: 216, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6583, + offset: 6585, line: 216, - col: 38, + col: 40, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -37961,14 +37961,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6568, + offset: 6570, line: 216, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6582, + offset: 6584, line: 216, - col: 37, + col: 39, }, }, ExpressionType: "const char [13]", @@ -37981,14 +37981,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6553, + offset: 6555, line: 216, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6567, + offset: 6569, line: 216, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -37999,14 +37999,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6553, + offset: 6555, line: 216, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6567, + offset: 6569, line: 216, - col: 22, + col: 24, }, }, }, @@ -38019,14 +38019,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6602, + offset: 6604, line: 216, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -38036,14 +38036,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6600, + offset: 6602, line: 216, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -38056,14 +38056,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6588, + offset: 6590, line: 216, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 6600, + offset: 6602, line: 216, - col: 55, + col: 57, }, }, }, @@ -38071,14 +38071,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6586, + offset: 6588, line: 216, - col: 41, + col: 43, }, }, ExpressionType: "const ? *", @@ -38089,14 +38089,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6586, + offset: 6588, line: 216, - col: 41, + col: 43, }, }, }, @@ -38107,14 +38107,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6602, + offset: 6604, line: 216, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -38124,14 +38124,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6600, + offset: 6602, line: 216, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -38144,14 +38144,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6588, + offset: 6590, line: 216, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 6600, + offset: 6602, line: 216, - col: 55, + col: 57, }, }, }, @@ -38159,14 +38159,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6586, + offset: 6588, line: 216, - col: 41, + col: 43, }, }, ExpressionType: "const ? *", @@ -38177,14 +38177,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 216, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 6586, + offset: 6588, line: 216, - col: 41, + col: 43, }, }, }, @@ -38199,14 +38199,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6613, + offset: 6615, line: 217, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6691, + offset: 6693, line: 217, - col: 85, + col: 87, }, }, 'Prop_Clauses': [ @@ -38214,14 +38214,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6614, + offset: 6616, line: 217, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6650, + offset: 6652, line: 217, - col: 44, + col: 46, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -38233,14 +38233,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6629, + offset: 6631, line: 217, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6649, + offset: 6651, line: 217, - col: 43, + col: 45, }, }, ExpressionType: "const char [19]", @@ -38253,14 +38253,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6614, + offset: 6616, line: 217, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6628, + offset: 6630, line: 217, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -38271,14 +38271,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6614, + offset: 6616, line: 217, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6628, + offset: 6630, line: 217, - col: 22, + col: 24, }, }, }, @@ -38289,14 +38289,14 @@ '@role': [And, Binary, Bitwise, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -38306,14 +38306,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -38324,14 +38324,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, }, @@ -38340,14 +38340,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6669, + offset: 6671, line: 217, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -38357,14 +38357,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6667, + offset: 6669, line: 217, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -38377,14 +38377,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6655, + offset: 6657, line: 217, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 6667, + offset: 6669, line: 217, - col: 61, + col: 63, }, }, }, @@ -38392,14 +38392,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6653, + offset: 6655, line: 217, - col: 47, + col: 49, }, }, ExpressionType: "const ? *", @@ -38410,14 +38410,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6653, + offset: 6655, line: 217, - col: 47, + col: 49, }, }, }, @@ -38428,14 +38428,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -38446,14 +38446,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, }, @@ -38467,14 +38467,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6614, + offset: 6616, line: 217, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6650, + offset: 6652, line: 217, - col: 44, + col: 46, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -38486,14 +38486,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6629, + offset: 6631, line: 217, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6649, + offset: 6651, line: 217, - col: 43, + col: 45, }, }, ExpressionType: "const char [19]", @@ -38506,14 +38506,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6614, + offset: 6616, line: 217, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6628, + offset: 6630, line: 217, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -38524,14 +38524,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6614, + offset: 6616, line: 217, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6628, + offset: 6630, line: 217, - col: 22, + col: 24, }, }, }, @@ -38541,14 +38541,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6614, + offset: 6616, line: 217, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6650, + offset: 6652, line: 217, - col: 44, + col: 46, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -38560,14 +38560,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6629, + offset: 6631, line: 217, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6649, + offset: 6651, line: 217, - col: 43, + col: 45, }, }, ExpressionType: "const char [19]", @@ -38580,14 +38580,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6614, + offset: 6616, line: 217, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6628, + offset: 6630, line: 217, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -38598,14 +38598,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6614, + offset: 6616, line: 217, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6628, + offset: 6630, line: 217, - col: 22, + col: 24, }, }, }, @@ -38619,14 +38619,14 @@ '@role': [And, Binary, Bitwise, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -38636,14 +38636,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -38654,14 +38654,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, }, @@ -38670,14 +38670,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6669, + offset: 6671, line: 217, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -38687,14 +38687,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6667, + offset: 6669, line: 217, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -38707,14 +38707,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6655, + offset: 6657, line: 217, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 6667, + offset: 6669, line: 217, - col: 61, + col: 63, }, }, }, @@ -38722,14 +38722,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6653, + offset: 6655, line: 217, - col: 47, + col: 49, }, }, ExpressionType: "const ? *", @@ -38740,14 +38740,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6653, + offset: 6655, line: 217, - col: 47, + col: 49, }, }, }, @@ -38758,14 +38758,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -38776,14 +38776,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, }, @@ -38794,14 +38794,14 @@ '@role': [And, Binary, Bitwise, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -38811,14 +38811,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -38829,14 +38829,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, }, @@ -38845,14 +38845,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6669, + offset: 6671, line: 217, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -38862,14 +38862,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6667, + offset: 6669, line: 217, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -38882,14 +38882,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6655, + offset: 6657, line: 217, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 6667, + offset: 6669, line: 217, - col: 61, + col: 63, }, }, }, @@ -38897,14 +38897,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6653, + offset: 6655, line: 217, - col: 47, + col: 49, }, }, ExpressionType: "const ? *", @@ -38915,14 +38915,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6652, + offset: 6654, line: 217, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6653, + offset: 6655, line: 217, - col: 47, + col: 49, }, }, }, @@ -38933,14 +38933,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -38951,14 +38951,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 217, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 217, - col: 84, + col: 86, }, }, }, @@ -38972,14 +38972,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6701, + offset: 6703, line: 218, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6775, + offset: 6777, line: 218, - col: 81, + col: 83, }, }, 'Prop_Clauses': [ @@ -38987,14 +38987,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6702, + offset: 6704, line: 218, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6736, + offset: 6738, line: 218, - col: 42, + col: 44, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -39006,14 +39006,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6717, + offset: 6719, line: 218, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6735, + offset: 6737, line: 218, - col: 41, + col: 43, }, }, ExpressionType: "const char [17]", @@ -39026,14 +39026,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6702, + offset: 6704, line: 218, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6716, + offset: 6718, line: 218, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -39044,14 +39044,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6702, + offset: 6704, line: 218, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6716, + offset: 6718, line: 218, - col: 22, + col: 24, }, }, }, @@ -39062,14 +39062,14 @@ '@role': [And, Binary, Bitwise, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -39079,14 +39079,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -39097,14 +39097,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, }, @@ -39113,14 +39113,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6755, + offset: 6757, line: 218, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -39130,14 +39130,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6753, + offset: 6755, line: 218, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -39150,14 +39150,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6741, + offset: 6743, line: 218, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 6753, + offset: 6755, line: 218, - col: 59, + col: 61, }, }, }, @@ -39165,14 +39165,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6739, + offset: 6741, line: 218, - col: 45, + col: 47, }, }, ExpressionType: "const ? *", @@ -39183,14 +39183,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6739, + offset: 6741, line: 218, - col: 45, + col: 47, }, }, }, @@ -39201,14 +39201,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -39219,14 +39219,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, }, @@ -39240,14 +39240,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6702, + offset: 6704, line: 218, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6736, + offset: 6738, line: 218, - col: 42, + col: 44, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -39259,14 +39259,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6717, + offset: 6719, line: 218, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6735, + offset: 6737, line: 218, - col: 41, + col: 43, }, }, ExpressionType: "const char [17]", @@ -39279,14 +39279,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6702, + offset: 6704, line: 218, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6716, + offset: 6718, line: 218, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -39297,14 +39297,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6702, + offset: 6704, line: 218, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6716, + offset: 6718, line: 218, - col: 22, + col: 24, }, }, }, @@ -39314,14 +39314,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6702, + offset: 6704, line: 218, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6736, + offset: 6738, line: 218, - col: 42, + col: 44, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -39333,14 +39333,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6717, + offset: 6719, line: 218, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6735, + offset: 6737, line: 218, - col: 41, + col: 43, }, }, ExpressionType: "const char [17]", @@ -39353,14 +39353,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6702, + offset: 6704, line: 218, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6716, + offset: 6718, line: 218, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -39371,14 +39371,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6702, + offset: 6704, line: 218, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6716, + offset: 6718, line: 218, - col: 22, + col: 24, }, }, }, @@ -39392,14 +39392,14 @@ '@role': [And, Binary, Bitwise, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -39409,14 +39409,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -39427,14 +39427,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, }, @@ -39443,14 +39443,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6755, + offset: 6757, line: 218, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -39460,14 +39460,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6753, + offset: 6755, line: 218, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -39480,14 +39480,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6741, + offset: 6743, line: 218, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 6753, + offset: 6755, line: 218, - col: 59, + col: 61, }, }, }, @@ -39495,14 +39495,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6739, + offset: 6741, line: 218, - col: 45, + col: 47, }, }, ExpressionType: "const ? *", @@ -39513,14 +39513,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6739, + offset: 6741, line: 218, - col: 45, + col: 47, }, }, }, @@ -39531,14 +39531,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -39549,14 +39549,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, }, @@ -39567,14 +39567,14 @@ '@role': [And, Binary, Bitwise, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -39584,14 +39584,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -39602,14 +39602,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, }, @@ -39618,14 +39618,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6755, + offset: 6757, line: 218, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -39635,14 +39635,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6753, + offset: 6755, line: 218, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -39655,14 +39655,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6741, + offset: 6743, line: 218, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 6753, + offset: 6755, line: 218, - col: 59, + col: 61, }, }, }, @@ -39670,14 +39670,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6739, + offset: 6741, line: 218, - col: 45, + col: 47, }, }, ExpressionType: "const ? *", @@ -39688,14 +39688,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6738, + offset: 6740, line: 218, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 6739, + offset: 6741, line: 218, - col: 45, + col: 47, }, }, }, @@ -39706,14 +39706,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -39724,14 +39724,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6758, + offset: 6760, line: 218, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 6774, + offset: 6776, line: 218, - col: 80, + col: 82, }, }, }, @@ -39751,14 +39751,14 @@ '@role': [Declaration, Function, Instance, Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5381, - line: 192, - col: 11, + offset: 5383, + line: 193, + col: 1, }, end: { '@type': "uast:Position", - offset: 5392, + offset: 5394, line: 193, - col: 10, + col: 12, }, }, IsConst: false, @@ -39776,14 +39776,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5381, - line: 192, - col: 11, + offset: 5383, + line: 193, + col: 1, }, end: { '@type': "uast:Position", - offset: 5392, + offset: 5394, line: 193, - col: 10, + col: 12, }, }, }, @@ -39793,14 +39793,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5393, + offset: 5395, line: 193, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 5436, + offset: 5438, line: 193, - col: 54, + col: 56, }, }, IsConst: false, @@ -39814,14 +39814,14 @@ '@role': [Declaration, Function, Identifier, Name], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5393, + offset: 5395, line: 193, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 5411, + offset: 5413, line: 193, - col: 29, + col: 31, }, }, }, @@ -39830,14 +39830,14 @@ '@role': [Argument, Declaration, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5433, + offset: 5435, line: 193, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 5435, + offset: 5437, line: 193, - col: 53, + col: 55, }, }, DeclaresParameterPack: false, @@ -39846,14 +39846,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5434, + offset: 5436, line: 193, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 5435, + offset: 5437, line: 193, - col: 53, + col: 55, }, }, }, @@ -39862,14 +39862,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5412, + offset: 5414, line: 193, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 5432, + offset: 5434, line: 193, - col: 50, + col: 52, }, }, IsConst: true, @@ -39887,14 +39887,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5418, + offset: 5420, line: 193, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 5432, + offset: 5434, line: 193, - col: 50, + col: 52, }, }, }, @@ -39909,14 +39909,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6788, - line: 221, - col: 2, + offset: 6790, + line: 223, + col: 1, }, end: { '@type': "uast:Position", - offset: 7359, - line: 236, - col: 26, + offset: 7361, + line: 237, + col: 2, }, }, IsDefaulted: false, @@ -39925,14 +39925,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6833, - line: 223, - col: 44, + offset: 6835, + line: 224, + col: 1, }, end: { '@type': "uast:Position", - offset: 7359, - line: 236, - col: 26, + offset: 7361, + line: 237, + col: 2, }, }, 'Prop_Statements': [ @@ -39940,14 +39940,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6839, + offset: 6841, line: 225, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6874, + offset: 6876, line: 225, - col: 38, + col: 40, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -39955,14 +39955,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6839, + offset: 6841, line: 225, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6873, + offset: 6875, line: 225, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -39972,14 +39972,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6864, + offset: 6866, line: 225, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 6873, + offset: 6875, line: 225, - col: 37, + col: 39, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -39989,14 +39989,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6864, + offset: 6866, line: 225, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 6871, + offset: 6873, line: 225, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -40007,14 +40007,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6864, + offset: 6866, line: 225, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 6871, + offset: 6873, line: 225, - col: 35, + col: 37, }, }, }, @@ -40024,14 +40024,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6839, + offset: 6841, line: 225, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6861, + offset: 6863, line: 225, - col: 25, + col: 27, }, }, ExpressionType: "", @@ -40042,14 +40042,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6839, + offset: 6841, line: 225, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6861, + offset: 6863, line: 225, - col: 25, + col: 27, }, }, }, @@ -40058,14 +40058,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6864, + offset: 6866, line: 225, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 6873, + offset: 6875, line: 225, - col: 37, + col: 39, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -40075,14 +40075,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6864, + offset: 6866, line: 225, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 6871, + offset: 6873, line: 225, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -40093,14 +40093,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6864, + offset: 6866, line: 225, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 6871, + offset: 6873, line: 225, - col: 35, + col: 37, }, }, }, @@ -40112,28 +40112,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6879, + offset: 6881, line: 226, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6901, + offset: 6903, line: 226, - col: 25, + col: 27, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6879, + offset: 6881, line: 226, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6900, + offset: 6902, line: 226, - col: 24, + col: 26, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -40145,14 +40145,14 @@ '@role': [Argument, Boolean, Call, Expression, Function, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6895, + offset: 6897, line: 226, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 6899, + offset: 6901, line: 226, - col: 23, + col: 25, }, }, ExpressionType: "bool", @@ -40165,14 +40165,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6879, + offset: 6881, line: 226, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6894, + offset: 6896, line: 226, - col: 18, + col: 20, }, }, ExpressionType: "", @@ -40183,14 +40183,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6879, + offset: 6881, line: 226, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6894, + offset: 6896, line: 226, - col: 18, + col: 20, }, }, }, @@ -40201,28 +40201,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6906, + offset: 6908, line: 227, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7331, + offset: 7333, line: 235, - col: 5, + col: 7, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6906, + offset: 6908, line: 227, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7330, + offset: 7332, line: 235, - col: 4, + col: 6, }, }, ExpressionType: "", @@ -40233,14 +40233,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6970, + offset: 6972, line: 228, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 7324, + offset: 7326, line: 234, - col: 8, + col: 10, }, }, ExpressionType: "[this] (Toplevel *t) {\n if (auto c = qobject_cast(t)) {\n QDBusConnection::sessionBus().send(m_replyQueryWindowInfo.createReply(clientToVariantMap(c)));\n } else {\n QDBusConnection::sessionBus().send(m_replyQueryWindowInfo.createErrorReply(QString(), QString()));\n }\n }", @@ -40250,14 +40250,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6991, + offset: 6993, line: 228, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 7324, + offset: 7326, line: 234, - col: 8, + col: 10, }, }, 'Prop_Statements': [ @@ -40265,28 +40265,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7005, + offset: 7007, line: 229, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 7314, + offset: 7316, line: 233, - col: 12, + col: 14, }, }, 'Prop_ConditionDeclaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7009, + offset: 7011, line: 229, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 7050, + offset: 7052, line: 229, - col: 56, + col: 58, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -40294,14 +40294,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7009, + offset: 7011, line: 229, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 7013, + offset: 7015, line: 229, - col: 19, + col: 21, }, }, IsComplex: false, @@ -40327,14 +40327,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7014, + offset: 7016, line: 229, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 7050, + offset: 7052, line: 229, - col: 56, + col: 58, }, }, DeclaresParameterPack: false, @@ -40342,28 +40342,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7016, + offset: 7018, line: 229, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 7050, + offset: 7052, line: 229, - col: 56, + col: 58, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7018, + offset: 7020, line: 229, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 7050, + offset: 7052, line: 229, - col: 56, + col: 58, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -40374,14 +40374,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7048, + offset: 7050, line: 229, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 7049, + offset: 7051, line: 229, - col: 55, + col: 57, }, }, ExpressionType: "? *", @@ -40392,14 +40392,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7048, + offset: 7050, line: 229, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 7049, + offset: 7051, line: 229, - col: 55, + col: 57, }, }, }, @@ -40409,14 +40409,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7018, + offset: 7020, line: 229, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 7047, + offset: 7049, line: 229, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -40426,14 +40426,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7018, + offset: 7020, line: 229, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 7047, + offset: 7049, line: 229, - col: 53, + col: 55, }, }, Name: "qobject_cast", @@ -40442,28 +40442,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7031, + offset: 7033, line: 229, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 7046, + offset: 7048, line: 229, - col: 52, + col: 54, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7045, + offset: 7047, line: 229, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 7046, + offset: 7048, line: 229, - col: 52, + col: 54, }, }, DeclaresParameterPack: false, @@ -40478,14 +40478,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7031, + offset: 7033, line: 229, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 7045, + offset: 7047, line: 229, - col: 51, + col: 53, }, }, IsConst: false, @@ -40503,14 +40503,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7031, + offset: 7033, line: 229, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 7045, + offset: 7047, line: 229, - col: 51, + col: 53, }, }, }, @@ -40523,14 +40523,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7018, + offset: 7020, line: 229, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 7030, + offset: 7032, line: 229, - col: 36, + col: 38, }, }, }, @@ -40541,14 +40541,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7018, + offset: 7020, line: 229, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 7050, + offset: 7052, line: 229, - col: 56, + col: 58, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -40559,14 +40559,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7048, + offset: 7050, line: 229, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 7049, + offset: 7051, line: 229, - col: 55, + col: 57, }, }, ExpressionType: "? *", @@ -40577,14 +40577,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7048, + offset: 7050, line: 229, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 7049, + offset: 7051, line: 229, - col: 55, + col: 57, }, }, }, @@ -40594,14 +40594,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7018, + offset: 7020, line: 229, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 7047, + offset: 7049, line: 229, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -40611,14 +40611,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7018, + offset: 7020, line: 229, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 7047, + offset: 7049, line: 229, - col: 53, + col: 55, }, }, Name: "qobject_cast", @@ -40627,28 +40627,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7031, + offset: 7033, line: 229, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 7046, + offset: 7048, line: 229, - col: 52, + col: 54, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7045, + offset: 7047, line: 229, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 7046, + offset: 7048, line: 229, - col: 52, + col: 54, }, }, DeclaresParameterPack: false, @@ -40663,14 +40663,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7031, + offset: 7033, line: 229, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 7045, + offset: 7047, line: 229, - col: 51, + col: 53, }, }, IsConst: false, @@ -40688,14 +40688,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7031, + offset: 7033, line: 229, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 7045, + offset: 7047, line: 229, - col: 51, + col: 53, }, }, }, @@ -40708,14 +40708,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7018, + offset: 7020, line: 229, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 7030, + offset: 7032, line: 229, - col: 36, + col: 38, }, }, }, @@ -40728,14 +40728,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7014, + offset: 7016, line: 229, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 7015, + offset: 7017, line: 229, - col: 21, + col: 23, }, }, }, @@ -40747,14 +40747,14 @@ '@role': [Body, Else, If], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7184, + offset: 7186, line: 231, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 7314, + offset: 7316, line: 233, - col: 12, + col: 14, }, }, 'Prop_Statements': [ @@ -40762,28 +40762,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7202, + offset: 7204, line: 232, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 7300, + offset: 7302, line: 232, - col: 113, + col: 115, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7202, + offset: 7204, line: 232, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 7299, + offset: 7301, line: 232, - col: 112, + col: 114, }, }, ExpressionType: "", @@ -40794,14 +40794,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7237, + offset: 7239, line: 232, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 7298, + offset: 7300, line: 232, - col: 111, + col: 113, }, }, ExpressionType: "", @@ -40812,14 +40812,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7277, + offset: 7279, line: 232, - col: 90, + col: 92, }, end: { '@type': "uast:Position", - offset: 7286, + offset: 7288, line: 232, - col: 99, + col: 101, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -40829,14 +40829,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7277, + offset: 7279, line: 232, - col: 90, + col: 92, }, end: { '@type': "uast:Position", - offset: 7284, + offset: 7286, line: 232, - col: 97, + col: 99, }, }, ExpressionType: "", @@ -40847,14 +40847,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7277, + offset: 7279, line: 232, - col: 90, + col: 92, }, end: { '@type': "uast:Position", - offset: 7284, + offset: 7286, line: 232, - col: 97, + col: 99, }, }, }, @@ -40864,14 +40864,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7288, + offset: 7290, line: 232, - col: 101, + col: 103, }, end: { '@type': "uast:Position", - offset: 7297, + offset: 7299, line: 232, - col: 110, + col: 112, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -40881,14 +40881,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7288, + offset: 7290, line: 232, - col: 101, + col: 103, }, end: { '@type': "uast:Position", - offset: 7295, + offset: 7297, line: 232, - col: 108, + col: 110, }, }, ExpressionType: "", @@ -40899,14 +40899,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7288, + offset: 7290, line: 232, - col: 101, + col: 103, }, end: { '@type': "uast:Position", - offset: 7295, + offset: 7297, line: 232, - col: 108, + col: 110, }, }, }, @@ -40917,14 +40917,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7237, + offset: 7239, line: 232, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 7276, + offset: 7278, line: 232, - col: 89, + col: 91, }, }, ExpressionType: "", @@ -40937,14 +40937,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7260, + offset: 7262, line: 232, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 7276, + offset: 7278, line: 232, - col: 89, + col: 91, }, }, }, @@ -40952,14 +40952,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7237, + offset: 7239, line: 232, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 7259, + offset: 7261, line: 232, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -40970,14 +40970,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7237, + offset: 7239, line: 232, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 7259, + offset: 7261, line: 232, - col: 72, + col: 74, }, }, }, @@ -40989,14 +40989,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7202, + offset: 7204, line: 232, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 7236, + offset: 7238, line: 232, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -41009,14 +41009,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7232, + offset: 7234, line: 232, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 7236, + offset: 7238, line: 232, - col: 49, + col: 51, }, }, }, @@ -41024,14 +41024,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7202, + offset: 7204, line: 232, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 7231, + offset: 7233, line: 232, - col: 44, + col: 46, }, }, ExpressionType: "Attempt to use symbol failed: sessionBus", @@ -41041,14 +41041,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7202, + offset: 7204, line: 232, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 7229, + offset: 7231, line: 232, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -41058,14 +41058,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7202, + offset: 7204, line: 232, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 7229, + offset: 7231, line: 232, - col: 42, + col: 44, }, }, IsConversionOperator: false, @@ -41077,14 +41077,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7202, + offset: 7204, line: 232, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 7217, + offset: 7219, line: 232, - col: 30, + col: 32, }, }, }, @@ -41093,14 +41093,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7219, + offset: 7221, line: 232, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 7229, + offset: 7231, line: 232, - col: 42, + col: 44, }, }, }, @@ -41111,14 +41111,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7202, + offset: 7204, line: 232, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 7217, + offset: 7219, line: 232, - col: 30, + col: 32, }, }, }, @@ -41135,14 +41135,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7052, + offset: 7054, line: 229, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 7178, + offset: 7180, line: 231, - col: 12, + col: 14, }, }, 'Prop_Statements': [ @@ -41150,28 +41150,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7070, + offset: 7072, line: 230, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 7164, + offset: 7166, line: 230, - col: 109, + col: 111, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7070, + offset: 7072, line: 230, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 7163, + offset: 7165, line: 230, - col: 108, + col: 110, }, }, ExpressionType: "", @@ -41182,14 +41182,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7105, + offset: 7107, line: 230, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 7162, + offset: 7164, line: 230, - col: 107, + col: 109, }, }, ExpressionType: "", @@ -41200,14 +41200,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7140, + offset: 7142, line: 230, - col: 85, + col: 87, }, end: { '@type': "uast:Position", - offset: 7161, + offset: 7163, line: 230, - col: 106, + col: 108, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -41218,14 +41218,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7159, + offset: 7161, line: 230, - col: 104, + col: 106, }, end: { '@type': "uast:Position", - offset: 7160, + offset: 7162, line: 230, - col: 105, + col: 107, }, }, ExpressionType: "", @@ -41236,14 +41236,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7159, + offset: 7161, line: 230, - col: 104, + col: 106, }, end: { '@type': "uast:Position", - offset: 7160, + offset: 7162, line: 230, - col: 105, + col: 107, }, }, }, @@ -41253,14 +41253,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7140, + offset: 7142, line: 230, - col: 85, + col: 87, }, end: { '@type': "uast:Position", - offset: 7158, + offset: 7160, line: 230, - col: 103, + col: 105, }, }, ExpressionType: "", @@ -41271,14 +41271,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7140, + offset: 7142, line: 230, - col: 85, + col: 87, }, end: { '@type': "uast:Position", - offset: 7158, + offset: 7160, line: 230, - col: 103, + col: 105, }, }, }, @@ -41289,14 +41289,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7105, + offset: 7107, line: 230, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 7139, + offset: 7141, line: 230, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -41309,14 +41309,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7128, + offset: 7130, line: 230, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 7139, + offset: 7141, line: 230, - col: 84, + col: 86, }, }, }, @@ -41324,14 +41324,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7105, + offset: 7107, line: 230, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 7127, + offset: 7129, line: 230, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -41342,14 +41342,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7105, + offset: 7107, line: 230, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 7127, + offset: 7129, line: 230, - col: 72, + col: 74, }, }, }, @@ -41361,14 +41361,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7070, + offset: 7072, line: 230, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 7104, + offset: 7106, line: 230, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -41381,14 +41381,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7100, + offset: 7102, line: 230, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 7104, + offset: 7106, line: 230, - col: 49, + col: 51, }, }, }, @@ -41396,14 +41396,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7070, + offset: 7072, line: 230, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 7099, + offset: 7101, line: 230, - col: 44, + col: 46, }, }, ExpressionType: "Attempt to use symbol failed: sessionBus", @@ -41413,14 +41413,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7070, + offset: 7072, line: 230, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 7097, + offset: 7099, line: 230, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -41430,14 +41430,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7070, + offset: 7072, line: 230, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 7097, + offset: 7099, line: 230, - col: 42, + col: 44, }, }, IsConversionOperator: false, @@ -41449,14 +41449,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7070, + offset: 7072, line: 230, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 7085, + offset: 7087, line: 230, - col: 30, + col: 32, }, }, }, @@ -41465,14 +41465,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7087, + offset: 7089, line: 230, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 7097, + offset: 7099, line: 230, - col: 42, + col: 44, }, }, }, @@ -41483,14 +41483,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7070, + offset: 7072, line: 230, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 7085, + offset: 7087, line: 230, - col: 30, + col: 32, }, }, }, @@ -41511,14 +41511,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6977, + offset: 6979, line: 228, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 6990, + offset: 6992, line: 228, - col: 27, + col: 29, }, }, IsConst: false, @@ -41532,14 +41532,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6987, + offset: 6989, line: 228, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 6989, + offset: 6991, line: 228, - col: 26, + col: 28, }, }, DeclaresParameterPack: false, @@ -41548,14 +41548,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6988, + offset: 6990, line: 228, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 6989, + offset: 6991, line: 228, - col: 26, + col: 28, }, }, }, @@ -41564,14 +41564,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6978, + offset: 6980, line: 228, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 6986, + offset: 6988, line: 228, - col: 23, + col: 25, }, }, IsConst: false, @@ -41589,14 +41589,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6978, + offset: 6980, line: 228, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 6986, + offset: 6988, line: 228, - col: 23, + col: 25, }, }, }, @@ -41612,14 +41612,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6906, + offset: 6908, line: 227, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6960, + offset: 6962, line: 227, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -41632,14 +41632,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6929, + offset: 6931, line: 227, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 6960, + offset: 6962, line: 227, - col: 57, + col: 59, }, }, }, @@ -41647,14 +41647,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6906, + offset: 6908, line: 227, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6927, + offset: 6929, line: 227, - col: 24, + col: 26, }, }, ExpressionType: "", @@ -41664,14 +41664,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6906, + offset: 6908, line: 227, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6925, + offset: 6927, line: 227, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -41684,14 +41684,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6917, + offset: 6919, line: 227, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 6925, + offset: 6927, line: 227, - col: 22, + col: 24, }, }, }, @@ -41699,14 +41699,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6906, + offset: 6908, line: 227, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6915, + offset: 6917, line: 227, - col: 12, + col: 14, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -41716,14 +41716,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6906, + offset: 6908, line: 227, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6913, + offset: 6915, line: 227, - col: 10, + col: 12, }, }, ExpressionType: "", @@ -41734,14 +41734,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6906, + offset: 6908, line: 227, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6913, + offset: 6915, line: 227, - col: 10, + col: 12, }, }, }, @@ -41756,28 +41756,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7336, + offset: 7338, line: 236, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7357, + offset: 7359, line: 236, - col: 24, + col: 26, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTSimpleTypeConstructorExpression", '@role': [Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7343, + offset: 7345, line: 236, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 7356, + offset: 7358, line: 236, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -41787,14 +41787,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7343, + offset: 7345, line: 236, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 7354, + offset: 7356, line: 236, - col: 21, + col: 23, }, }, IsConst: false, @@ -41812,14 +41812,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7343, + offset: 7345, line: 236, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 7354, + offset: 7356, line: 236, - col: 21, + col: 23, }, }, }, @@ -41829,14 +41829,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7354, + offset: 7356, line: 236, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 7356, + offset: 7358, line: 236, - col: 23, + col: 25, }, }, Size: 0, @@ -41846,14 +41846,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7343, + offset: 7345, line: 236, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 7356, + offset: 7358, line: 236, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -41863,14 +41863,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7343, + offset: 7345, line: 236, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 7354, + offset: 7356, line: 236, - col: 21, + col: 23, }, }, IsConst: false, @@ -41888,14 +41888,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7343, + offset: 7345, line: 236, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 7354, + offset: 7356, line: 236, - col: 21, + col: 23, }, }, }, @@ -41905,14 +41905,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7354, + offset: 7356, line: 236, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 7356, + offset: 7358, line: 236, - col: 23, + col: 25, }, }, Size: 0, @@ -41925,14 +41925,14 @@ '@role': [Declaration, Function, Instance, Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6788, - line: 221, - col: 2, + offset: 6790, + line: 223, + col: 1, }, end: { '@type': "uast:Position", - offset: 6799, + offset: 6801, line: 223, - col: 10, + col: 12, }, }, IsConst: false, @@ -41950,14 +41950,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6788, - line: 221, - col: 2, + offset: 6790, + line: 223, + col: 1, }, end: { '@type': "uast:Position", - offset: 6799, + offset: 6801, line: 223, - col: 10, + col: 12, }, }, }, @@ -41967,14 +41967,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6800, + offset: 6802, line: 223, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6832, + offset: 6834, line: 223, - col: 43, + col: 45, }, }, IsConst: false, @@ -41987,14 +41987,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6800, + offset: 6802, line: 223, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6830, + offset: 6832, line: 223, - col: 41, + col: 43, }, }, IsConversionOperator: false, @@ -42006,14 +42006,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6800, + offset: 6802, line: 223, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6813, + offset: 6815, line: 223, - col: 24, + col: 26, }, }, }, @@ -42022,14 +42022,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6815, + offset: 6817, line: 223, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 6830, + offset: 6832, line: 223, - col: 41, + col: 43, }, }, }, @@ -42040,14 +42040,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6800, + offset: 6802, line: 223, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6813, + offset: 6815, line: 223, - col: 24, + col: 26, }, }, }, @@ -42060,14 +42060,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7361, - line: 237, - col: 2, + offset: 7363, + line: 239, + col: 1, }, end: { '@type': "uast:Position", - offset: 7694, - line: 247, - col: 6, + offset: 7696, + line: 248, + col: 2, }, }, IsDefaulted: false, @@ -42076,14 +42076,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7423, - line: 239, - col: 61, + offset: 7425, + line: 240, + col: 1, }, end: { '@type': "uast:Position", - offset: 7694, - line: 247, - col: 6, + offset: 7696, + line: 248, + col: 2, }, }, 'Prop_Statements': [ @@ -42091,28 +42091,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7429, + offset: 7431, line: 241, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7469, + offset: 7471, line: 241, - col: 43, + col: 45, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7429, + offset: 7431, line: 241, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7469, + offset: 7471, line: 241, - col: 43, + col: 45, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -42120,14 +42120,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7429, + offset: 7431, line: 241, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7439, + offset: 7441, line: 241, - col: 13, + col: 15, }, }, IsComplex: false, @@ -42153,14 +42153,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7440, + offset: 7442, line: 241, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 7468, + offset: 7470, line: 241, - col: 42, + col: 44, }, }, DeclaresParameterPack: false, @@ -42168,28 +42168,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7443, + offset: 7445, line: 241, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 7468, + offset: 7470, line: 241, - col: 42, + col: 44, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7445, + offset: 7447, line: 241, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 7468, + offset: 7470, line: 241, - col: 42, + col: 44, }, }, ExpressionType: "Attempt to use symbol failed: fromString", @@ -42200,14 +42200,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7463, + offset: 7465, line: 241, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 7467, + offset: 7469, line: 241, - col: 41, + col: 43, }, }, ExpressionType: "const ?", @@ -42218,14 +42218,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7463, + offset: 7465, line: 241, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 7467, + offset: 7469, line: 241, - col: 41, + col: 43, }, }, }, @@ -42235,14 +42235,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7445, + offset: 7447, line: 241, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 7462, + offset: 7464, line: 241, - col: 36, + col: 38, }, }, ExpressionType: "", @@ -42252,14 +42252,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7445, + offset: 7447, line: 241, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 7462, + offset: 7464, line: 241, - col: 36, + col: 38, }, }, IsConversionOperator: false, @@ -42271,14 +42271,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7445, + offset: 7447, line: 241, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 7450, + offset: 7452, line: 241, - col: 24, + col: 26, }, }, }, @@ -42287,14 +42287,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7452, + offset: 7454, line: 241, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 7462, + offset: 7464, line: 241, - col: 36, + col: 38, }, }, }, @@ -42305,14 +42305,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7445, + offset: 7447, line: 241, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 7450, + offset: 7452, line: 241, - col: 24, + col: 26, }, }, }, @@ -42324,14 +42324,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7445, + offset: 7447, line: 241, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 7468, + offset: 7470, line: 241, - col: 42, + col: 44, }, }, ExpressionType: "Attempt to use symbol failed: fromString", @@ -42342,14 +42342,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7463, + offset: 7465, line: 241, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 7467, + offset: 7469, line: 241, - col: 41, + col: 43, }, }, ExpressionType: "const ?", @@ -42360,14 +42360,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7463, + offset: 7465, line: 241, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 7467, + offset: 7469, line: 241, - col: 41, + col: 43, }, }, }, @@ -42377,14 +42377,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7445, + offset: 7447, line: 241, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 7462, + offset: 7464, line: 241, - col: 36, + col: 38, }, }, ExpressionType: "", @@ -42394,14 +42394,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7445, + offset: 7447, line: 241, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 7462, + offset: 7464, line: 241, - col: 36, + col: 38, }, }, IsConversionOperator: false, @@ -42413,14 +42413,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7445, + offset: 7447, line: 241, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 7450, + offset: 7452, line: 241, - col: 24, + col: 26, }, }, }, @@ -42429,14 +42429,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7452, + offset: 7454, line: 241, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 7462, + offset: 7464, line: 241, - col: 36, + col: 38, }, }, }, @@ -42447,14 +42447,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7445, + offset: 7447, line: 241, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 7450, + offset: 7452, line: 241, - col: 24, + col: 26, }, }, }, @@ -42468,14 +42468,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7440, + offset: 7442, line: 241, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 7442, + offset: 7444, line: 241, - col: 16, + col: 18, }, }, }, @@ -42488,28 +42488,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7474, + offset: 7476, line: 242, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7593, + offset: 7595, line: 242, - col: 122, + col: 124, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7474, + offset: 7476, line: 242, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7593, + offset: 7595, line: 242, - col: 122, + col: 124, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -42517,14 +42517,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7474, + offset: 7476, line: 242, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7484, + offset: 7486, line: 242, - col: 13, + col: 15, }, }, IsComplex: false, @@ -42550,14 +42550,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7485, + offset: 7487, line: 242, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 7592, + offset: 7594, line: 242, - col: 121, + col: 123, }, }, DeclaresParameterPack: false, @@ -42565,28 +42565,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7492, + offset: 7494, line: 242, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 7592, + offset: 7594, line: 242, - col: 121, + col: 123, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7494, + offset: 7496, line: 242, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 7592, + offset: 7594, line: 242, - col: 121, + col: 123, }, }, ExpressionType: "", @@ -42597,14 +42597,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7526, + offset: 7528, line: 242, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 7591, + offset: 7593, line: 242, - col: 120, + col: 122, }, }, ExpressionType: "[&id] (const AbstractClient *c) { return c->internalId() == id; }", @@ -42614,14 +42614,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7558, + offset: 7560, line: 242, - col: 87, + col: 89, }, end: { '@type': "uast:Position", - offset: 7591, + offset: 7593, line: 242, - col: 120, + col: 122, }, }, 'Prop_Statements': [ @@ -42629,14 +42629,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7560, + offset: 7562, line: 242, - col: 89, + col: 91, }, end: { '@type': "uast:Position", - offset: 7589, + offset: 7591, line: 242, - col: 118, + col: 120, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTBinaryExpression", @@ -42644,14 +42644,14 @@ '@role': [Binary, Equal, Expression, Relational, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7567, + offset: 7569, line: 242, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 7588, + offset: 7590, line: 242, - col: 117, + col: 119, }, }, ExpressionType: "", @@ -42661,14 +42661,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7586, + offset: 7588, line: 242, - col: 115, + col: 117, }, end: { '@type': "uast:Position", - offset: 7588, + offset: 7590, line: 242, - col: 117, + col: 119, }, }, ExpressionType: "", @@ -42679,14 +42679,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7586, + offset: 7588, line: 242, - col: 115, + col: 117, }, end: { '@type': "uast:Position", - offset: 7588, + offset: 7590, line: 242, - col: 117, + col: 119, }, }, }, @@ -42695,14 +42695,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7567, + offset: 7569, line: 242, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 7582, + offset: 7584, line: 242, - col: 111, + col: 113, }, }, ExpressionType: "", @@ -42712,14 +42712,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7567, + offset: 7569, line: 242, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 7580, + offset: 7582, line: 242, - col: 109, + col: 111, }, }, ExpressionType: "", @@ -42732,14 +42732,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7570, + offset: 7572, line: 242, - col: 99, + col: 101, }, end: { '@type': "uast:Position", - offset: 7580, + offset: 7582, line: 242, - col: 109, + col: 111, }, }, }, @@ -42747,14 +42747,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7567, + offset: 7569, line: 242, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 7568, + offset: 7570, line: 242, - col: 97, + col: 99, }, }, ExpressionType: "const ? *", @@ -42765,14 +42765,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7567, + offset: 7569, line: 242, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 7568, + offset: 7570, line: 242, - col: 97, + col: 99, }, }, }, @@ -42783,14 +42783,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7586, + offset: 7588, line: 242, - col: 115, + col: 117, }, end: { '@type': "uast:Position", - offset: 7588, + offset: 7590, line: 242, - col: 117, + col: 119, }, }, ExpressionType: "", @@ -42801,14 +42801,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7586, + offset: 7588, line: 242, - col: 115, + col: 117, }, end: { '@type': "uast:Position", - offset: 7588, + offset: 7590, line: 242, - col: 117, + col: 119, }, }, }, @@ -42819,14 +42819,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7567, + offset: 7569, line: 242, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 7588, + offset: 7590, line: 242, - col: 117, + col: 119, }, }, ExpressionType: "", @@ -42836,14 +42836,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7586, + offset: 7588, line: 242, - col: 115, + col: 117, }, end: { '@type': "uast:Position", - offset: 7588, + offset: 7590, line: 242, - col: 117, + col: 119, }, }, ExpressionType: "", @@ -42854,14 +42854,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7586, + offset: 7588, line: 242, - col: 115, + col: 117, }, end: { '@type': "uast:Position", - offset: 7588, + offset: 7590, line: 242, - col: 117, + col: 119, }, }, }, @@ -42870,14 +42870,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7567, + offset: 7569, line: 242, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 7582, + offset: 7584, line: 242, - col: 111, + col: 113, }, }, ExpressionType: "", @@ -42887,14 +42887,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7567, + offset: 7569, line: 242, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 7580, + offset: 7582, line: 242, - col: 109, + col: 111, }, }, ExpressionType: "", @@ -42907,14 +42907,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7570, + offset: 7572, line: 242, - col: 99, + col: 101, }, end: { '@type': "uast:Position", - offset: 7580, + offset: 7582, line: 242, - col: 109, + col: 111, }, }, }, @@ -42922,14 +42922,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7567, + offset: 7569, line: 242, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 7568, + offset: 7570, line: 242, - col: 97, + col: 99, }, }, ExpressionType: "const ? *", @@ -42940,14 +42940,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7567, + offset: 7569, line: 242, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 7568, + offset: 7570, line: 242, - col: 97, + col: 99, }, }, }, @@ -42958,14 +42958,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7586, + offset: 7588, line: 242, - col: 115, + col: 117, }, end: { '@type': "uast:Position", - offset: 7588, + offset: 7590, line: 242, - col: 117, + col: 119, }, }, ExpressionType: "", @@ -42976,14 +42976,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7586, + offset: 7588, line: 242, - col: 115, + col: 117, }, end: { '@type': "uast:Position", - offset: 7588, + offset: 7590, line: 242, - col: 117, + col: 119, }, }, }, @@ -42998,14 +42998,14 @@ '@role': [Declaration, Function, Identifier, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7528, + offset: 7530, line: 242, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 7530, + offset: 7532, line: 242, - col: 59, + col: 61, }, }, }, @@ -43014,14 +43014,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7532, + offset: 7534, line: 242, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 7557, + offset: 7559, line: 242, - col: 86, + col: 88, }, }, IsConst: false, @@ -43035,14 +43035,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7554, + offset: 7556, line: 242, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 7556, + offset: 7558, line: 242, - col: 85, + col: 87, }, }, DeclaresParameterPack: false, @@ -43051,14 +43051,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7555, + offset: 7557, line: 242, - col: 84, + col: 86, }, end: { '@type': "uast:Position", - offset: 7556, + offset: 7558, line: 242, - col: 85, + col: 87, }, }, }, @@ -43067,14 +43067,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7533, + offset: 7535, line: 242, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 7553, + offset: 7555, line: 242, - col: 82, + col: 84, }, }, IsConst: true, @@ -43092,14 +43092,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7539, + offset: 7541, line: 242, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 7553, + offset: 7555, line: 242, - col: 82, + col: 84, }, }, }, @@ -43115,14 +43115,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7494, + offset: 7496, line: 242, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 7525, + offset: 7527, line: 242, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -43135,14 +43135,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7507, + offset: 7509, line: 242, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 7525, + offset: 7527, line: 242, - col: 54, + col: 56, }, }, }, @@ -43150,14 +43150,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7494, + offset: 7496, line: 242, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 7505, + offset: 7507, line: 242, - col: 34, + col: 36, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -43167,14 +43167,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7494, + offset: 7496, line: 242, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 7503, + offset: 7505, line: 242, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -43185,14 +43185,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7494, + offset: 7496, line: 242, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 7503, + offset: 7505, line: 242, - col: 32, + col: 34, }, }, }, @@ -43204,14 +43204,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7494, + offset: 7496, line: 242, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 7592, + offset: 7594, line: 242, - col: 121, + col: 123, }, }, ExpressionType: "", @@ -43222,14 +43222,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7526, + offset: 7528, line: 242, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 7591, + offset: 7593, line: 242, - col: 120, + col: 122, }, }, ExpressionType: "[&id] (const AbstractClient *c) { return c->internalId() == id; }", @@ -43239,14 +43239,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7558, + offset: 7560, line: 242, - col: 87, + col: 89, }, end: { '@type': "uast:Position", - offset: 7591, + offset: 7593, line: 242, - col: 120, + col: 122, }, }, 'Prop_Statements': [ @@ -43254,14 +43254,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7560, + offset: 7562, line: 242, - col: 89, + col: 91, }, end: { '@type': "uast:Position", - offset: 7589, + offset: 7591, line: 242, - col: 118, + col: 120, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTBinaryExpression", @@ -43269,14 +43269,14 @@ '@role': [Binary, Equal, Expression, Relational, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7567, + offset: 7569, line: 242, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 7588, + offset: 7590, line: 242, - col: 117, + col: 119, }, }, ExpressionType: "", @@ -43286,14 +43286,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7586, + offset: 7588, line: 242, - col: 115, + col: 117, }, end: { '@type': "uast:Position", - offset: 7588, + offset: 7590, line: 242, - col: 117, + col: 119, }, }, ExpressionType: "", @@ -43304,14 +43304,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7586, + offset: 7588, line: 242, - col: 115, + col: 117, }, end: { '@type': "uast:Position", - offset: 7588, + offset: 7590, line: 242, - col: 117, + col: 119, }, }, }, @@ -43320,14 +43320,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7567, + offset: 7569, line: 242, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 7582, + offset: 7584, line: 242, - col: 111, + col: 113, }, }, ExpressionType: "", @@ -43337,14 +43337,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7567, + offset: 7569, line: 242, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 7580, + offset: 7582, line: 242, - col: 109, + col: 111, }, }, ExpressionType: "", @@ -43357,14 +43357,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7570, + offset: 7572, line: 242, - col: 99, + col: 101, }, end: { '@type': "uast:Position", - offset: 7580, + offset: 7582, line: 242, - col: 109, + col: 111, }, }, }, @@ -43372,14 +43372,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7567, + offset: 7569, line: 242, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 7568, + offset: 7570, line: 242, - col: 97, + col: 99, }, }, ExpressionType: "const ? *", @@ -43390,14 +43390,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7567, + offset: 7569, line: 242, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 7568, + offset: 7570, line: 242, - col: 97, + col: 99, }, }, }, @@ -43408,14 +43408,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7586, + offset: 7588, line: 242, - col: 115, + col: 117, }, end: { '@type': "uast:Position", - offset: 7588, + offset: 7590, line: 242, - col: 117, + col: 119, }, }, ExpressionType: "", @@ -43426,14 +43426,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7586, + offset: 7588, line: 242, - col: 115, + col: 117, }, end: { '@type': "uast:Position", - offset: 7588, + offset: 7590, line: 242, - col: 117, + col: 119, }, }, }, @@ -43444,14 +43444,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7567, + offset: 7569, line: 242, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 7588, + offset: 7590, line: 242, - col: 117, + col: 119, }, }, ExpressionType: "", @@ -43461,14 +43461,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7586, + offset: 7588, line: 242, - col: 115, + col: 117, }, end: { '@type': "uast:Position", - offset: 7588, + offset: 7590, line: 242, - col: 117, + col: 119, }, }, ExpressionType: "", @@ -43479,14 +43479,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7586, + offset: 7588, line: 242, - col: 115, + col: 117, }, end: { '@type': "uast:Position", - offset: 7588, + offset: 7590, line: 242, - col: 117, + col: 119, }, }, }, @@ -43495,14 +43495,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7567, + offset: 7569, line: 242, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 7582, + offset: 7584, line: 242, - col: 111, + col: 113, }, }, ExpressionType: "", @@ -43512,14 +43512,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7567, + offset: 7569, line: 242, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 7580, + offset: 7582, line: 242, - col: 109, + col: 111, }, }, ExpressionType: "", @@ -43532,14 +43532,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7570, + offset: 7572, line: 242, - col: 99, + col: 101, }, end: { '@type': "uast:Position", - offset: 7580, + offset: 7582, line: 242, - col: 109, + col: 111, }, }, }, @@ -43547,14 +43547,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7567, + offset: 7569, line: 242, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 7568, + offset: 7570, line: 242, - col: 97, + col: 99, }, }, ExpressionType: "const ? *", @@ -43565,14 +43565,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7567, + offset: 7569, line: 242, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 7568, + offset: 7570, line: 242, - col: 97, + col: 99, }, }, }, @@ -43583,14 +43583,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7586, + offset: 7588, line: 242, - col: 115, + col: 117, }, end: { '@type': "uast:Position", - offset: 7588, + offset: 7590, line: 242, - col: 117, + col: 119, }, }, ExpressionType: "", @@ -43601,14 +43601,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7586, + offset: 7588, line: 242, - col: 115, + col: 117, }, end: { '@type': "uast:Position", - offset: 7588, + offset: 7590, line: 242, - col: 117, + col: 119, }, }, }, @@ -43623,14 +43623,14 @@ '@role': [Declaration, Function, Identifier, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7528, + offset: 7530, line: 242, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 7530, + offset: 7532, line: 242, - col: 59, + col: 61, }, }, }, @@ -43639,14 +43639,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7532, + offset: 7534, line: 242, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 7557, + offset: 7559, line: 242, - col: 86, + col: 88, }, }, IsConst: false, @@ -43660,14 +43660,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7554, + offset: 7556, line: 242, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 7556, + offset: 7558, line: 242, - col: 85, + col: 87, }, }, DeclaresParameterPack: false, @@ -43676,14 +43676,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7555, + offset: 7557, line: 242, - col: 84, + col: 86, }, end: { '@type': "uast:Position", - offset: 7556, + offset: 7558, line: 242, - col: 85, + col: 87, }, }, }, @@ -43692,14 +43692,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7533, + offset: 7535, line: 242, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 7553, + offset: 7555, line: 242, - col: 82, + col: 84, }, }, IsConst: true, @@ -43717,14 +43717,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7539, + offset: 7541, line: 242, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 7553, + offset: 7555, line: 242, - col: 82, + col: 84, }, }, }, @@ -43740,14 +43740,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7494, + offset: 7496, line: 242, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 7525, + offset: 7527, line: 242, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -43760,14 +43760,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7507, + offset: 7509, line: 242, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 7525, + offset: 7527, line: 242, - col: 54, + col: 56, }, }, }, @@ -43775,14 +43775,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7494, + offset: 7496, line: 242, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 7505, + offset: 7507, line: 242, - col: 34, + col: 36, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -43792,14 +43792,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7494, + offset: 7496, line: 242, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 7503, + offset: 7505, line: 242, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -43810,14 +43810,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7494, + offset: 7496, line: 242, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 7503, + offset: 7505, line: 242, - col: 32, + col: 34, }, }, }, @@ -43831,14 +43831,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7485, + offset: 7487, line: 242, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 7491, + offset: 7493, line: 242, - col: 20, + col: 22, }, }, }, @@ -43851,28 +43851,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7598, + offset: 7600, line: 243, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7692, + offset: 7694, line: 247, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7602, + offset: 7604, line: 243, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 7608, + offset: 7610, line: 243, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -43883,14 +43883,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7602, + offset: 7604, line: 243, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 7608, + offset: 7610, line: 243, - col: 13, + col: 15, }, }, }, @@ -43899,14 +43899,14 @@ '@role': [Body, Else, If], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7666, + offset: 7668, line: 245, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 7692, + offset: 7694, line: 247, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -43914,28 +43914,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7676, + offset: 7678, line: 246, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 7686, + offset: 7688, line: 246, - col: 17, + col: 19, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTInitializerList", '@role': [Initialization, List, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7683, + offset: 7685, line: 246, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 7685, + offset: 7687, line: 246, - col: 16, + col: 18, }, }, Size: 0, @@ -43947,14 +43947,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7610, + offset: 7612, line: 243, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 7660, + offset: 7662, line: 245, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -43962,28 +43962,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7620, + offset: 7622, line: 244, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 7654, + offset: 7656, line: 244, - col: 41, + col: 43, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7627, + offset: 7629, line: 244, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 7653, + offset: 7655, line: 244, - col: 40, + col: 42, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -43994,14 +43994,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7646, + offset: 7648, line: 244, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 7652, + offset: 7654, line: 244, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -44012,14 +44012,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7646, + offset: 7648, line: 244, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 7652, + offset: 7654, line: 244, - col: 39, + col: 41, }, }, }, @@ -44029,14 +44029,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7627, + offset: 7629, line: 244, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 7645, + offset: 7647, line: 244, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -44047,14 +44047,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7627, + offset: 7629, line: 244, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 7645, + offset: 7647, line: 244, - col: 32, + col: 34, }, }, }, @@ -44064,14 +44064,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7627, + offset: 7629, line: 244, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 7653, + offset: 7655, line: 244, - col: 40, + col: 42, }, }, ExpressionType: "A scope could not be created to represent the name DBusInterface", @@ -44082,14 +44082,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7646, + offset: 7648, line: 244, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 7652, + offset: 7654, line: 244, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -44100,14 +44100,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7646, + offset: 7648, line: 244, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 7652, + offset: 7654, line: 244, - col: 39, + col: 41, }, }, }, @@ -44117,14 +44117,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7627, + offset: 7629, line: 244, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 7645, + offset: 7647, line: 244, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -44135,14 +44135,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7627, + offset: 7629, line: 244, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 7645, + offset: 7647, line: 244, - col: 32, + col: 34, }, }, }, @@ -44158,14 +44158,14 @@ '@role': [Declaration, Function, Instance, Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7361, - line: 237, - col: 2, + offset: 7363, + line: 239, + col: 1, }, end: { '@type': "uast:Position", - offset: 7372, + offset: 7374, line: 239, - col: 10, + col: 12, }, }, IsConst: false, @@ -44183,14 +44183,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7361, - line: 237, - col: 2, + offset: 7363, + line: 239, + col: 1, }, end: { '@type': "uast:Position", - offset: 7372, + offset: 7374, line: 239, - col: 10, + col: 12, }, }, }, @@ -44200,14 +44200,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7373, + offset: 7375, line: 239, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 7422, + offset: 7424, line: 239, - col: 60, + col: 62, }, }, IsConst: false, @@ -44220,14 +44220,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7373, + offset: 7375, line: 239, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 7401, + offset: 7403, line: 239, - col: 39, + col: 41, }, }, IsConversionOperator: false, @@ -44239,14 +44239,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7373, + offset: 7375, line: 239, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 7386, + offset: 7388, line: 239, - col: 24, + col: 26, }, }, }, @@ -44255,14 +44255,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7388, + offset: 7390, line: 239, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 7401, + offset: 7403, line: 239, - col: 39, + col: 41, }, }, }, @@ -44273,14 +44273,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7373, + offset: 7375, line: 239, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 7386, + offset: 7388, line: 239, - col: 24, + col: 26, }, }, }, @@ -44291,14 +44291,14 @@ '@role': [Argument, Declaration, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7416, + offset: 7418, line: 239, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 7421, + offset: 7423, line: 239, - col: 59, + col: 61, }, }, DeclaresParameterPack: false, @@ -44307,14 +44307,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7417, + offset: 7419, line: 239, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 7421, + offset: 7423, line: 239, - col: 59, + col: 61, }, }, }, @@ -44323,14 +44323,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7402, + offset: 7404, line: 239, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 7415, + offset: 7417, line: 239, - col: 53, + col: 55, }, }, IsConst: true, @@ -44348,14 +44348,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7408, + offset: 7410, line: 239, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 7415, + offset: 7417, line: 239, - col: 53, + col: 55, }, }, }, @@ -44370,14 +44370,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7696, - line: 248, - col: 2, + offset: 7698, + line: 250, + col: 1, }, end: { '@type': "uast:Position", - offset: 8270, - line: 259, - col: 84, + offset: 8272, + line: 260, + col: 2, }, }, IsDefaulted: false, @@ -44386,14 +44386,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7814, - line: 252, - col: 26, + offset: 7816, + line: 253, + col: 1, }, end: { '@type': "uast:Position", - offset: 8270, - line: 259, - col: 84, + offset: 8272, + line: 260, + col: 2, }, }, 'Prop_Statements': [ @@ -44401,28 +44401,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7820, + offset: 7822, line: 254, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7927, + offset: 7929, line: 254, - col: 110, + col: 112, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7820, + offset: 7822, line: 254, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7926, + offset: 7928, line: 254, - col: 109, + col: 111, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -44433,14 +44433,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7828, + offset: 7830, line: 254, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 7840, + offset: 7842, line: 254, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -44451,14 +44451,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7828, + offset: 7830, line: 254, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 7840, + offset: 7842, line: 254, - col: 23, + col: 25, }, }, }, @@ -44467,14 +44467,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7842, + offset: 7844, line: 254, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 7873, + offset: 7875, line: 254, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -44484,14 +44484,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7843, + offset: 7845, line: 254, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 7873, + offset: 7875, line: 254, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -44501,14 +44501,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7843, + offset: 7845, line: 254, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 7873, + offset: 7875, line: 254, - col: 56, + col: 58, }, }, IsConversionOperator: false, @@ -44520,14 +44520,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7843, + offset: 7845, line: 254, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 7853, + offset: 7855, line: 254, - col: 36, + col: 38, }, }, }, @@ -44536,14 +44536,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7855, + offset: 7857, line: 254, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 7873, + offset: 7875, line: 254, - col: 56, + col: 58, }, }, }, @@ -44554,14 +44554,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7843, + offset: 7845, line: 254, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 7853, + offset: 7855, line: 254, - col: 36, + col: 38, }, }, }, @@ -44575,14 +44575,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7875, + offset: 7877, line: 254, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 7879, + offset: 7881, line: 254, - col: 62, + col: 64, }, }, ExpressionType: "", @@ -44594,14 +44594,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7881, + offset: 7883, line: 254, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 7925, + offset: 7927, line: 254, - col: 108, + col: 110, }, }, ExpressionType: "", @@ -44611,14 +44611,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7882, + offset: 7884, line: 254, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 7925, + offset: 7927, line: 254, - col: 108, + col: 110, }, }, ExpressionType: "", @@ -44628,14 +44628,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7882, + offset: 7884, line: 254, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 7925, + offset: 7927, line: 254, - col: 108, + col: 110, }, }, IsConversionOperator: false, @@ -44647,14 +44647,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7882, + offset: 7884, line: 254, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 7905, + offset: 7907, line: 254, - col: 88, + col: 90, }, }, }, @@ -44663,14 +44663,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7907, + offset: 7909, line: 254, - col: 90, + col: 92, }, end: { '@type': "uast:Position", - offset: 7925, + offset: 7927, line: 254, - col: 108, + col: 110, }, }, }, @@ -44681,14 +44681,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7882, + offset: 7884, line: 254, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 7905, + offset: 7907, line: 254, - col: 88, + col: 90, }, }, }, @@ -44702,14 +44702,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7820, + offset: 7822, line: 254, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7827, + offset: 7829, line: 254, - col: 10, + col: 12, }, }, ExpressionType: "", @@ -44720,14 +44720,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7820, + offset: 7822, line: 254, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7827, + offset: 7829, line: 254, - col: 10, + col: 12, }, }, }, @@ -44738,28 +44738,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7932, + offset: 7934, line: 255, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7961, + offset: 7963, line: 255, - col: 32, + col: 34, }, }, 'Prop_Expression': { '@type': "CPPASTNewExpression", '@role': [Instance, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7932, + offset: 7934, line: 255, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7960, + offset: 7962, line: 255, - col: 31, + col: 33, }, }, ExpressionType: "? *", @@ -44772,14 +44772,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7954, + offset: 7956, line: 255, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 7960, + offset: 7962, line: 255, - col: 31, + col: 33, }, }, 'Prop_Arguments': [ @@ -44788,14 +44788,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7955, + offset: 7957, line: 255, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 7959, + offset: 7961, line: 255, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -44809,14 +44809,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7955, + offset: 7957, line: 255, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 7959, + offset: 7961, line: 255, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -44830,14 +44830,14 @@ '@role': [Expression, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7955, + offset: 7957, line: 255, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 7959, + offset: 7961, line: 255, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -44849,28 +44849,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7936, + offset: 7938, line: 255, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 7954, + offset: 7956, line: 255, - col: 25, + col: 27, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7954, + offset: 7956, line: 255, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 7954, + offset: 7956, line: 255, - col: 25, + col: 27, }, }, DeclaresParameterPack: false, @@ -44884,14 +44884,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7936, + offset: 7938, line: 255, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 7954, + offset: 7956, line: 255, - col: 25, + col: 27, }, }, IsConst: false, @@ -44909,14 +44909,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7936, + offset: 7938, line: 255, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 7954, + offset: 7956, line: 255, - col: 25, + col: 27, }, }, }, @@ -44929,42 +44929,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7966, + offset: 7968, line: 256, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8019, + offset: 8021, line: 256, - col: 56, + col: 58, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7966, + offset: 7968, line: 256, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8019, + offset: 8021, line: 256, - col: 56, + col: 58, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7966, + offset: 7968, line: 256, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7981, + offset: 7983, line: 256, - col: 18, + col: 20, }, }, IsConst: false, @@ -44982,14 +44982,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7966, + offset: 7968, line: 256, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7981, + offset: 7983, line: 256, - col: 18, + col: 20, }, }, }, @@ -45000,14 +45000,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7982, + offset: 7984, line: 256, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 8018, + offset: 8020, line: 256, - col: 55, + col: 57, }, }, DeclaresParameterPack: false, @@ -45015,28 +45015,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7987, + offset: 7989, line: 256, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 8018, + offset: 8020, line: 256, - col: 55, + col: 57, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7989, + offset: 7991, line: 256, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 8018, + offset: 8020, line: 256, - col: 55, + col: 57, }, }, ExpressionType: "Attempt to use symbol failed: sessionBus", @@ -45046,14 +45046,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7989, + offset: 7991, line: 256, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 8016, + offset: 8018, line: 256, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -45063,14 +45063,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7989, + offset: 7991, line: 256, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 8016, + offset: 8018, line: 256, - col: 53, + col: 55, }, }, IsConversionOperator: false, @@ -45082,14 +45082,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7989, + offset: 7991, line: 256, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 8004, + offset: 8006, line: 256, - col: 41, + col: 43, }, }, }, @@ -45098,14 +45098,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8006, + offset: 8008, line: 256, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 8016, + offset: 8018, line: 256, - col: 53, + col: 55, }, }, }, @@ -45116,14 +45116,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7989, + offset: 7991, line: 256, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 8004, + offset: 8006, line: 256, - col: 41, + col: 43, }, }, }, @@ -45135,14 +45135,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7989, + offset: 7991, line: 256, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 8018, + offset: 8020, line: 256, - col: 55, + col: 57, }, }, ExpressionType: "Attempt to use symbol failed: sessionBus", @@ -45152,14 +45152,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7989, + offset: 7991, line: 256, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 8016, + offset: 8018, line: 256, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -45169,14 +45169,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7989, + offset: 7991, line: 256, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 8016, + offset: 8018, line: 256, - col: 53, + col: 55, }, }, IsConversionOperator: false, @@ -45188,14 +45188,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7989, + offset: 7991, line: 256, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 8004, + offset: 8006, line: 256, - col: 41, + col: 43, }, }, }, @@ -45204,14 +45204,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8006, + offset: 8008, line: 256, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 8016, + offset: 8018, line: 256, - col: 53, + col: 55, }, }, }, @@ -45222,14 +45222,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7989, + offset: 7991, line: 256, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 8004, + offset: 8006, line: 256, - col: 41, + col: 43, }, }, }, @@ -45243,14 +45243,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7982, + offset: 7984, line: 256, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 7986, + offset: 7988, line: 256, - col: 23, + col: 25, }, }, }, @@ -45263,28 +45263,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8024, + offset: 8026, line: 257, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8081, + offset: 8083, line: 257, - col: 60, + col: 62, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8024, + offset: 8026, line: 257, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8080, + offset: 8082, line: 257, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -45295,14 +45295,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8044, + offset: 8046, line: 257, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 8073, + offset: 8075, line: 257, - col: 52, + col: 54, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -45314,14 +45314,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8059, + offset: 8061, line: 257, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 8072, + offset: 8074, line: 257, - col: 51, + col: 53, }, }, ExpressionType: "const char [12]", @@ -45334,14 +45334,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8044, + offset: 8046, line: 257, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 8058, + offset: 8060, line: 257, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -45352,14 +45352,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8044, + offset: 8046, line: 257, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 8058, + offset: 8060, line: 257, - col: 37, + col: 39, }, }, }, @@ -45370,14 +45370,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8075, + offset: 8077, line: 257, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 8079, + offset: 8081, line: 257, - col: 58, + col: 60, }, }, ExpressionType: "", @@ -45390,14 +45390,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8024, + offset: 8026, line: 257, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8043, + offset: 8045, line: 257, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -45410,14 +45410,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8029, + offset: 8031, line: 257, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 8043, + offset: 8045, line: 257, - col: 22, + col: 24, }, }, }, @@ -45425,14 +45425,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8024, + offset: 8026, line: 257, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8028, + offset: 8030, line: 257, - col: 7, + col: 9, }, }, ExpressionType: "", @@ -45443,14 +45443,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8024, + offset: 8026, line: 257, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8028, + offset: 8030, line: 257, - col: 7, + col: 9, }, }, }, @@ -45462,28 +45462,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8086, + offset: 8088, line: 258, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8268, + offset: 8270, line: 259, - col: 82, + col: 84, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8086, + offset: 8088, line: 258, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8267, + offset: 8269, line: 259, - col: 81, + col: 83, }, }, ExpressionType: "", @@ -45494,14 +45494,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8099, + offset: 8101, line: 258, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 8108, + offset: 8110, line: 258, - col: 25, + col: 27, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -45511,14 +45511,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8099, + offset: 8101, line: 258, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 8106, + offset: 8108, line: 258, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -45529,14 +45529,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8099, + offset: 8101, line: 258, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 8106, + offset: 8108, line: 258, - col: 23, + col: 25, }, }, }, @@ -45546,14 +45546,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8110, + offset: 8112, line: 258, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 8139, + offset: 8141, line: 258, - col: 56, + col: 58, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -45565,14 +45565,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8125, + offset: 8127, line: 258, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 8138, + offset: 8140, line: 258, - col: 55, + col: 57, }, }, ExpressionType: "const char [12]", @@ -45585,14 +45585,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8110, + offset: 8112, line: 258, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 8124, + offset: 8126, line: 258, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -45603,14 +45603,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8110, + offset: 8112, line: 258, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 8124, + offset: 8126, line: 258, - col: 41, + col: 43, }, }, }, @@ -45620,14 +45620,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8141, + offset: 8143, line: 258, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 8183, + offset: 8185, line: 258, - col: 100, + col: 102, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -45639,14 +45639,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8156, + offset: 8158, line: 258, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 8182, + offset: 8184, line: 258, - col: 99, + col: 101, }, }, ExpressionType: "const char [25]", @@ -45659,14 +45659,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8141, + offset: 8143, line: 258, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 8155, + offset: 8157, line: 258, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -45677,14 +45677,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8141, + offset: 8143, line: 258, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 8155, + offset: 8157, line: 258, - col: 72, + col: 74, }, }, }, @@ -45694,14 +45694,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8202, + offset: 8204, line: 259, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 8226, + offset: 8228, line: 259, - col: 40, + col: 42, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -45713,14 +45713,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8217, + offset: 8219, line: 259, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 8225, + offset: 8227, line: 259, - col: 39, + col: 41, }, }, ExpressionType: "const char [7]", @@ -45733,14 +45733,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8202, + offset: 8204, line: 259, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 8216, + offset: 8218, line: 259, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -45751,14 +45751,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8202, + offset: 8204, line: 259, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 8216, + offset: 8218, line: 259, - col: 30, + col: 32, }, }, }, @@ -45768,14 +45768,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8228, + offset: 8230, line: 259, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 8240, + offset: 8242, line: 259, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -45786,14 +45786,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8228, + offset: 8230, line: 259, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 8240, + offset: 8242, line: 259, - col: 54, + col: 56, }, }, }, @@ -45802,14 +45802,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8242, + offset: 8244, line: 259, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 8266, + offset: 8268, line: 259, - col: 80, + col: 82, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -45820,14 +45820,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8247, + offset: 8249, line: 259, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 8265, + offset: 8267, line: 259, - col: 79, + col: 81, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -45837,14 +45837,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8247, + offset: 8249, line: 259, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 8263, + offset: 8265, line: 259, - col: 77, + col: 79, }, }, ExpressionType: "", @@ -45855,14 +45855,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8247, + offset: 8249, line: 259, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 8263, + offset: 8265, line: 259, - col: 77, + col: 79, }, }, }, @@ -45873,14 +45873,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8242, + offset: 8244, line: 259, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 8246, + offset: 8248, line: 259, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -45891,14 +45891,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8242, + offset: 8244, line: 259, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 8246, + offset: 8248, line: 259, - col: 60, + col: 62, }, }, }, @@ -45909,14 +45909,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8086, + offset: 8088, line: 258, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8098, + offset: 8100, line: 258, - col: 15, + col: 17, }, }, ExpressionType: "", @@ -45929,14 +45929,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8091, + offset: 8093, line: 258, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 8098, + offset: 8100, line: 258, - col: 15, + col: 17, }, }, }, @@ -45944,14 +45944,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8086, + offset: 8088, line: 258, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8090, + offset: 8092, line: 258, - col: 7, + col: 9, }, }, ExpressionType: "", @@ -45962,14 +45962,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8086, + offset: 8088, line: 258, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8090, + offset: 8092, line: 258, - col: 7, + col: 9, }, }, }, @@ -45984,14 +45984,14 @@ '@role': [Declaration, Function, Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7696, - line: 248, - col: 2, + offset: 7698, + line: 250, + col: 1, }, end: { '@type': "uast:Position", - offset: 7696, - line: 248, - col: 2, + offset: 7698, + line: 250, + col: 1, }, }, IsComplex: false, @@ -46016,14 +46016,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7696, - line: 248, - col: 2, + offset: 7698, + line: 250, + col: 1, }, end: { '@type': "uast:Position", - offset: 7764, + offset: 7766, line: 250, - col: 67, + col: 69, }, }, IsConst: false, @@ -46037,28 +46037,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7771, + offset: 7773, line: 251, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 7786, + offset: 7788, line: 251, - col: 20, + col: 22, }, }, 'Prop_Initializer': { '@type': "CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7778, + offset: 7780, line: 251, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 7786, + offset: 7788, line: 251, - col: 20, + col: 22, }, }, 'Prop_Arguments': [ @@ -46066,14 +46066,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7779, + offset: 7781, line: 251, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 7785, + offset: 7787, line: 251, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -46084,14 +46084,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7779, + offset: 7781, line: 251, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 7785, + offset: 7787, line: 251, - col: 19, + col: 21, }, }, }, @@ -46101,14 +46101,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7779, + offset: 7781, line: 251, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 7785, + offset: 7787, line: 251, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -46119,14 +46119,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7779, + offset: 7781, line: 251, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 7785, + offset: 7787, line: 251, - col: 19, + col: 21, }, }, }, @@ -46136,14 +46136,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7779, + offset: 7781, line: 251, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 7785, + offset: 7787, line: 251, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -46154,14 +46154,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7779, + offset: 7781, line: 251, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 7785, + offset: 7787, line: 251, - col: 19, + col: 21, }, }, }, @@ -46171,14 +46171,14 @@ '@role': [Declaration, Identifier, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7771, + offset: 7773, line: 251, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 7778, + offset: 7780, line: 251, - col: 12, + col: 14, }, }, }, @@ -46187,28 +46187,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7793, + offset: 7795, line: 252, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 7813, + offset: 7815, line: 252, - col: 25, + col: 27, }, }, 'Prop_Initializer': { '@type': "CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7805, + offset: 7807, line: 252, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 7813, + offset: 7815, line: 252, - col: 25, + col: 27, }, }, 'Prop_Arguments': [ @@ -46216,14 +46216,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7806, + offset: 7808, line: 252, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 7812, + offset: 7814, line: 252, - col: 24, + col: 26, }, }, ExpressionType: "? *", @@ -46234,14 +46234,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7806, + offset: 7808, line: 252, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 7812, + offset: 7814, line: 252, - col: 24, + col: 26, }, }, }, @@ -46251,14 +46251,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7806, + offset: 7808, line: 252, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 7812, + offset: 7814, line: 252, - col: 24, + col: 26, }, }, ExpressionType: "? *", @@ -46269,14 +46269,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7806, + offset: 7808, line: 252, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 7812, + offset: 7814, line: 252, - col: 24, + col: 26, }, }, }, @@ -46286,14 +46286,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7806, + offset: 7808, line: 252, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 7812, + offset: 7814, line: 252, - col: 24, + col: 26, }, }, ExpressionType: "", @@ -46304,14 +46304,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7806, + offset: 7808, line: 252, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 7812, + offset: 7814, line: 252, - col: 24, + col: 26, }, }, }, @@ -46321,14 +46321,14 @@ '@role': [Declaration, Identifier, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7793, + offset: 7795, line: 252, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 7805, + offset: 7807, line: 252, - col: 17, + col: 19, }, }, }, @@ -46338,14 +46338,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7696, - line: 248, - col: 2, + offset: 7698, + line: 250, + col: 1, }, end: { '@type': "uast:Position", - offset: 7744, + offset: 7746, line: 250, - col: 47, + col: 49, }, }, IsConversionOperator: false, @@ -46357,14 +46357,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7696, - line: 248, - col: 2, + offset: 7698, + line: 250, + col: 1, }, end: { '@type': "uast:Position", - offset: 7719, + offset: 7721, line: 250, - col: 22, + col: 24, }, }, }, @@ -46373,14 +46373,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7721, + offset: 7723, line: 250, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 7744, + offset: 7746, line: 250, - col: 47, + col: 49, }, }, }, @@ -46391,14 +46391,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7696, - line: 248, - col: 2, + offset: 7698, + line: 250, + col: 1, }, end: { '@type': "uast:Position", - offset: 7719, + offset: 7721, line: 250, - col: 22, + col: 24, }, }, }, @@ -46409,14 +46409,14 @@ '@role': [Argument, Declaration, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7756, + offset: 7758, line: 250, - col: 59, + col: 61, }, end: { '@type': "uast:Position", - offset: 7763, + offset: 7765, line: 250, - col: 66, + col: 68, }, }, DeclaresParameterPack: false, @@ -46425,14 +46425,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7757, + offset: 7759, line: 250, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 7763, + offset: 7765, line: 250, - col: 66, + col: 68, }, }, }, @@ -46441,14 +46441,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7745, + offset: 7747, line: 250, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 7755, + offset: 7757, line: 250, - col: 58, + col: 60, }, }, IsConst: false, @@ -46466,14 +46466,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7745, + offset: 7747, line: 250, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 7755, + offset: 7757, line: 250, - col: 58, + col: 60, }, }, }, @@ -46488,28 +46488,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7771, + offset: 7773, line: 251, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 7786, + offset: 7788, line: 251, - col: 20, + col: 22, }, }, 'Prop_Initializer': { '@type': "CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7778, + offset: 7780, line: 251, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 7786, + offset: 7788, line: 251, - col: 20, + col: 22, }, }, 'Prop_Arguments': [ @@ -46517,14 +46517,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7779, + offset: 7781, line: 251, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 7785, + offset: 7787, line: 251, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -46535,14 +46535,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7779, + offset: 7781, line: 251, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 7785, + offset: 7787, line: 251, - col: 19, + col: 21, }, }, }, @@ -46552,14 +46552,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7779, + offset: 7781, line: 251, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 7785, + offset: 7787, line: 251, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -46570,14 +46570,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7779, + offset: 7781, line: 251, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 7785, + offset: 7787, line: 251, - col: 19, + col: 21, }, }, }, @@ -46587,14 +46587,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7779, + offset: 7781, line: 251, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 7785, + offset: 7787, line: 251, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -46605,14 +46605,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7779, + offset: 7781, line: 251, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 7785, + offset: 7787, line: 251, - col: 19, + col: 21, }, }, }, @@ -46622,14 +46622,14 @@ '@role': [Declaration, Identifier, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7771, + offset: 7773, line: 251, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 7778, + offset: 7780, line: 251, - col: 12, + col: 14, }, }, }, @@ -46638,28 +46638,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7793, + offset: 7795, line: 252, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 7813, + offset: 7815, line: 252, - col: 25, + col: 27, }, }, 'Prop_Initializer': { '@type': "CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7805, + offset: 7807, line: 252, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 7813, + offset: 7815, line: 252, - col: 25, + col: 27, }, }, 'Prop_Arguments': [ @@ -46667,14 +46667,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7806, + offset: 7808, line: 252, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 7812, + offset: 7814, line: 252, - col: 24, + col: 26, }, }, ExpressionType: "? *", @@ -46685,14 +46685,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7806, + offset: 7808, line: 252, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 7812, + offset: 7814, line: 252, - col: 24, + col: 26, }, }, }, @@ -46702,14 +46702,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7806, + offset: 7808, line: 252, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 7812, + offset: 7814, line: 252, - col: 24, + col: 26, }, }, ExpressionType: "? *", @@ -46720,14 +46720,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7806, + offset: 7808, line: 252, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 7812, + offset: 7814, line: 252, - col: 24, + col: 26, }, }, }, @@ -46737,14 +46737,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7806, + offset: 7808, line: 252, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 7812, + offset: 7814, line: 252, - col: 24, + col: 26, }, }, ExpressionType: "", @@ -46755,14 +46755,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7806, + offset: 7808, line: 252, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 7812, + offset: 7814, line: 252, - col: 24, + col: 26, }, }, }, @@ -46772,14 +46772,14 @@ '@role': [Declaration, Identifier, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7793, + offset: 7795, line: 252, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 7805, + offset: 7807, line: 252, - col: 17, + col: 19, }, }, }, @@ -46790,14 +46790,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8272, - line: 260, - col: 2, + offset: 8274, + line: 262, + col: 1, }, end: { '@type': "uast:Position", - offset: 8411, - line: 264, - col: 66, + offset: 8413, + line: 265, + col: 2, }, }, IsDefaulted: false, @@ -46806,14 +46806,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8342, - line: 262, - col: 69, + offset: 8344, + line: 263, + col: 1, }, end: { '@type': "uast:Position", - offset: 8411, - line: 264, - col: 66, + offset: 8413, + line: 265, + col: 2, }, }, 'Prop_Statements': [ @@ -46821,28 +46821,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8348, + offset: 8350, line: 264, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8409, + offset: 8411, line: 264, - col: 64, + col: 66, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8355, + offset: 8357, line: 264, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 8408, + offset: 8410, line: 264, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -46852,14 +46852,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8355, + offset: 8357, line: 264, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 8406, + offset: 8408, line: 264, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -46872,14 +46872,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8378, + offset: 8380, line: 264, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 8406, + offset: 8408, line: 264, - col: 61, + col: 63, }, }, }, @@ -46887,14 +46887,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8355, + offset: 8357, line: 264, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 8376, + offset: 8378, line: 264, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -46904,14 +46904,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8355, + offset: 8357, line: 264, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 8374, + offset: 8376, line: 264, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -46924,14 +46924,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8366, + offset: 8368, line: 264, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 8374, + offset: 8376, line: 264, - col: 29, + col: 31, }, }, }, @@ -46939,14 +46939,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8355, + offset: 8357, line: 264, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 8364, + offset: 8366, line: 264, - col: 19, + col: 21, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -46956,14 +46956,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8355, + offset: 8357, line: 264, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 8362, + offset: 8364, line: 264, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -46974,14 +46974,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8355, + offset: 8357, line: 264, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 8362, + offset: 8364, line: 264, - col: 17, + col: 19, }, }, }, @@ -46995,14 +46995,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8355, + offset: 8357, line: 264, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 8408, + offset: 8410, line: 264, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -47012,14 +47012,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8355, + offset: 8357, line: 264, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 8406, + offset: 8408, line: 264, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -47032,14 +47032,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8378, + offset: 8380, line: 264, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 8406, + offset: 8408, line: 264, - col: 61, + col: 63, }, }, }, @@ -47047,14 +47047,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8355, + offset: 8357, line: 264, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 8376, + offset: 8378, line: 264, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -47064,14 +47064,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8355, + offset: 8357, line: 264, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 8374, + offset: 8376, line: 264, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -47084,14 +47084,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8366, + offset: 8368, line: 264, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 8374, + offset: 8376, line: 264, - col: 29, + col: 31, }, }, }, @@ -47099,14 +47099,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8355, + offset: 8357, line: 264, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 8364, + offset: 8366, line: 264, - col: 19, + col: 21, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -47116,14 +47116,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8355, + offset: 8357, line: 264, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 8362, + offset: 8364, line: 264, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -47134,14 +47134,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8355, + offset: 8357, line: 264, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 8362, + offset: 8364, line: 264, - col: 17, + col: 19, }, }, }, @@ -47158,14 +47158,14 @@ '@role': [Declaration, Function, Instance, Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8272, - line: 260, - col: 2, + offset: 8274, + line: 262, + col: 1, }, end: { '@type': "uast:Position", - offset: 8279, + offset: 8281, line: 262, - col: 6, + col: 8, }, }, IsConst: false, @@ -47183,14 +47183,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8272, - line: 260, - col: 2, + offset: 8274, + line: 262, + col: 1, }, end: { '@type': "uast:Position", - offset: 8279, + offset: 8281, line: 262, - col: 6, + col: 8, }, }, }, @@ -47200,14 +47200,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8280, + offset: 8282, line: 262, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 8341, + offset: 8343, line: 262, - col: 68, + col: 70, }, }, IsConst: true, @@ -47220,14 +47220,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8280, + offset: 8282, line: 262, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 8333, + offset: 8335, line: 262, - col: 60, + col: 62, }, }, IsConversionOperator: false, @@ -47239,14 +47239,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8280, + offset: 8282, line: 262, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 8303, + offset: 8305, line: 262, - col: 30, + col: 32, }, }, }, @@ -47255,14 +47255,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8305, + offset: 8307, line: 262, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 8333, + offset: 8335, line: 262, - col: 60, + col: 62, }, }, }, @@ -47273,14 +47273,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8280, + offset: 8282, line: 262, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 8303, + offset: 8305, line: 262, - col: 30, + col: 32, }, }, }, @@ -47293,14 +47293,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8413, - line: 265, - col: 2, + offset: 8415, + line: 267, + col: 1, }, end: { '@type': "uast:Position", - offset: 9055, - line: 286, - col: 6, + offset: 9057, + line: 287, + col: 2, }, }, IsDefaulted: false, @@ -47309,14 +47309,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8470, - line: 267, - col: 56, + offset: 8472, + line: 268, + col: 1, }, end: { '@type': "uast:Position", - offset: 9055, - line: 286, - col: 6, + offset: 9057, + line: 287, + col: 2, }, }, 'Prop_Statements': [ @@ -47324,28 +47324,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8476, + offset: 8478, line: 269, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8553, + offset: 8555, line: 271, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTUnaryExpression", '@role': [Not, Relational, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8480, + offset: 8482, line: 269, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 8505, + offset: 8507, line: 269, - col: 32, + col: 34, }, }, ExpressionType: "bool", @@ -47355,14 +47355,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8481, + offset: 8483, line: 269, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 8505, + offset: 8507, line: 269, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -47372,14 +47372,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8481, + offset: 8483, line: 269, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 8503, + offset: 8505, line: 269, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -47392,14 +47392,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8495, + offset: 8497, line: 269, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 8503, + offset: 8505, line: 269, - col: 30, + col: 32, }, }, }, @@ -47407,14 +47407,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8481, + offset: 8483, line: 269, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 8493, + offset: 8495, line: 269, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -47425,14 +47425,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8481, + offset: 8483, line: 269, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 8493, + offset: 8495, line: 269, - col: 20, + col: 22, }, }, }, @@ -47445,14 +47445,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8507, + offset: 8509, line: 269, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 8553, + offset: 8555, line: 271, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -47460,28 +47460,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8517, + offset: 8519, line: 270, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 8547, + offset: 8549, line: 270, - col: 37, + col: 39, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8524, + offset: 8526, line: 270, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 8546, + offset: 8548, line: 270, - col: 36, + col: 38, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -47493,14 +47493,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8539, + offset: 8541, line: 270, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 8545, + offset: 8547, line: 270, - col: 35, + col: 37, }, }, ExpressionType: "const char [5]", @@ -47513,14 +47513,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8524, + offset: 8526, line: 270, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 8538, + offset: 8540, line: 270, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -47531,14 +47531,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8524, + offset: 8526, line: 270, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 8538, + offset: 8540, line: 270, - col: 28, + col: 30, }, }, }, @@ -47548,14 +47548,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8524, + offset: 8526, line: 270, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 8546, + offset: 8548, line: 270, - col: 36, + col: 38, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -47567,14 +47567,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8539, + offset: 8541, line: 270, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 8545, + offset: 8547, line: 270, - col: 35, + col: 37, }, }, ExpressionType: "const char [5]", @@ -47587,14 +47587,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8524, + offset: 8526, line: 270, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 8538, + offset: 8540, line: 270, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -47605,14 +47605,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8524, + offset: 8526, line: 270, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 8538, + offset: 8540, line: 270, - col: 28, + col: 30, }, }, }, @@ -47626,28 +47626,28 @@ '@role': [Statement, Switch], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8558, + offset: 8560, line: 272, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9053, + offset: 9055, line: 286, - col: 4, + col: 6, }, }, 'Prop_Body': { '@type': "CPPASTCompoundStatement", '@role': [Body, Switch], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8608, + offset: 8610, line: 272, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 9053, + offset: 9055, line: 286, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -47655,28 +47655,28 @@ '@role': [Case, Switch], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8614, + offset: 8616, line: 273, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8638, + offset: 8640, line: 273, - col: 27, + col: 29, }, }, 'Prop_Expression': { '@type': "CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8619, + offset: 8621, line: 273, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 8637, + offset: 8639, line: 273, - col: 26, + col: 28, }, }, ExpressionType: "", @@ -47687,14 +47687,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8619, + offset: 8621, line: 273, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 8637, + offset: 8639, line: 273, - col: 26, + col: 28, }, }, }, @@ -47704,28 +47704,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8647, + offset: 8649, line: 274, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 8680, + offset: 8682, line: 274, - col: 40, + col: 42, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8654, + offset: 8656, line: 274, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 8679, + offset: 8681, line: 274, - col: 39, + col: 41, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -47737,14 +47737,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8669, + offset: 8671, line: 274, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 8678, + offset: 8680, line: 274, - col: 38, + col: 40, }, }, ExpressionType: "const char [8]", @@ -47757,14 +47757,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8654, + offset: 8656, line: 274, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 8668, + offset: 8670, line: 274, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -47775,14 +47775,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8654, + offset: 8656, line: 274, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 8668, + offset: 8670, line: 274, - col: 28, + col: 30, }, }, }, @@ -47792,14 +47792,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8654, + offset: 8656, line: 274, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 8679, + offset: 8681, line: 274, - col: 39, + col: 41, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -47811,14 +47811,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8669, + offset: 8671, line: 274, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 8678, + offset: 8680, line: 274, - col: 38, + col: 40, }, }, ExpressionType: "const char [8]", @@ -47831,14 +47831,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8654, + offset: 8656, line: 274, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 8668, + offset: 8670, line: 274, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -47849,14 +47849,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8654, + offset: 8656, line: 274, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 8668, + offset: 8670, line: 274, - col: 28, + col: 30, }, }, }, @@ -47867,28 +47867,28 @@ '@role': [Case, Switch], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8685, + offset: 8687, line: 275, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8709, + offset: 8711, line: 275, - col: 27, + col: 29, }, }, 'Prop_Expression': { '@type': "CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8690, + offset: 8692, line: 275, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 8708, + offset: 8710, line: 275, - col: 26, + col: 28, }, }, ExpressionType: "", @@ -47899,14 +47899,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8690, + offset: 8692, line: 275, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 8708, + offset: 8710, line: 275, - col: 26, + col: 28, }, }, }, @@ -47916,14 +47916,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8718, + offset: 8720, line: 276, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 8898, + offset: 8900, line: 280, - col: 8, + col: 10, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTBinaryExpression", @@ -47931,14 +47931,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8722, + offset: 8724, line: 276, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8783, + offset: 8785, line: 276, - col: 72, + col: 74, }, }, ExpressionType: "Attempt to use symbol failed: openGLModuleType", @@ -47948,14 +47948,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8760, + offset: 8762, line: 276, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 8783, + offset: 8785, line: 276, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -47965,14 +47965,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8760, + offset: 8762, line: 276, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 8783, + offset: 8785, line: 276, - col: 72, + col: 74, }, }, IsConversionOperator: false, @@ -47984,14 +47984,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8760, + offset: 8762, line: 276, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 8774, + offset: 8776, line: 276, - col: 63, + col: 65, }, }, }, @@ -48000,14 +48000,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8776, + offset: 8778, line: 276, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 8783, + offset: 8785, line: 276, - col: 72, + col: 74, }, }, }, @@ -48018,14 +48018,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8760, + offset: 8762, line: 276, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 8774, + offset: 8776, line: 276, - col: 63, + col: 65, }, }, }, @@ -48036,14 +48036,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8722, + offset: 8724, line: 276, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8756, + offset: 8758, line: 276, - col: 45, + col: 47, }, }, ExpressionType: "Attempt to use symbol failed: openGLModuleType", @@ -48053,14 +48053,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8722, + offset: 8724, line: 276, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8754, + offset: 8756, line: 276, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -48070,14 +48070,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8722, + offset: 8724, line: 276, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8754, + offset: 8756, line: 276, - col: 43, + col: 45, }, }, IsConversionOperator: false, @@ -48089,14 +48089,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8722, + offset: 8724, line: 276, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8736, + offset: 8738, line: 276, - col: 25, + col: 27, }, }, }, @@ -48105,14 +48105,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8738, + offset: 8740, line: 276, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 8754, + offset: 8756, line: 276, - col: 43, + col: 45, }, }, }, @@ -48123,14 +48123,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8722, + offset: 8724, line: 276, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8736, + offset: 8738, line: 276, - col: 25, + col: 27, }, }, }, @@ -48142,14 +48142,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8760, + offset: 8762, line: 276, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 8783, + offset: 8785, line: 276, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -48159,14 +48159,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8760, + offset: 8762, line: 276, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 8783, + offset: 8785, line: 276, - col: 72, + col: 74, }, }, IsConversionOperator: false, @@ -48178,14 +48178,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8760, + offset: 8762, line: 276, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 8774, + offset: 8776, line: 276, - col: 63, + col: 65, }, }, }, @@ -48194,14 +48194,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8776, + offset: 8778, line: 276, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 8783, + offset: 8785, line: 276, - col: 72, + col: 74, }, }, }, @@ -48212,14 +48212,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8760, + offset: 8762, line: 276, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 8774, + offset: 8776, line: 276, - col: 63, + col: 65, }, }, }, @@ -48231,14 +48231,14 @@ '@role': [Body, Else, If], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8845, + offset: 8847, line: 278, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 8898, + offset: 8900, line: 280, - col: 8, + col: 10, }, }, 'Prop_Statements': [ @@ -48246,28 +48246,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8859, + offset: 8861, line: 279, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8888, + offset: 8890, line: 279, - col: 40, + col: 42, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8866, + offset: 8868, line: 279, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 8887, + offset: 8889, line: 279, - col: 39, + col: 41, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -48279,14 +48279,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8881, + offset: 8883, line: 279, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 8886, + offset: 8888, line: 279, - col: 38, + col: 40, }, }, ExpressionType: "const char [4]", @@ -48299,14 +48299,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8866, + offset: 8868, line: 279, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 8880, + offset: 8882, line: 279, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -48317,14 +48317,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8866, + offset: 8868, line: 279, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 8880, + offset: 8882, line: 279, - col: 32, + col: 34, }, }, }, @@ -48334,14 +48334,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8866, + offset: 8868, line: 279, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 8887, + offset: 8889, line: 279, - col: 39, + col: 41, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -48353,14 +48353,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8881, + offset: 8883, line: 279, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 8886, + offset: 8888, line: 279, - col: 38, + col: 40, }, }, ExpressionType: "const char [4]", @@ -48373,14 +48373,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8866, + offset: 8868, line: 279, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 8880, + offset: 8882, line: 279, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -48391,14 +48391,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8866, + offset: 8868, line: 279, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 8880, + offset: 8882, line: 279, - col: 32, + col: 34, }, }, }, @@ -48411,14 +48411,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8785, + offset: 8787, line: 276, - col: 74, + col: 76, }, end: { '@type': "uast:Position", - offset: 8839, + offset: 8841, line: 278, - col: 8, + col: 10, }, }, 'Prop_Statements': [ @@ -48426,28 +48426,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8799, + offset: 8801, line: 277, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8829, + offset: 8831, line: 277, - col: 41, + col: 43, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8806, + offset: 8808, line: 277, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 8828, + offset: 8830, line: 277, - col: 40, + col: 42, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -48459,14 +48459,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8821, + offset: 8823, line: 277, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 8827, + offset: 8829, line: 277, - col: 39, + col: 41, }, }, ExpressionType: "const char [5]", @@ -48479,14 +48479,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8806, + offset: 8808, line: 277, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 8820, + offset: 8822, line: 277, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -48497,14 +48497,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8806, + offset: 8808, line: 277, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 8820, + offset: 8822, line: 277, - col: 32, + col: 34, }, }, }, @@ -48514,14 +48514,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8806, + offset: 8808, line: 277, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 8828, + offset: 8830, line: 277, - col: 40, + col: 42, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -48533,14 +48533,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8821, + offset: 8823, line: 277, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 8827, + offset: 8829, line: 277, - col: 39, + col: 41, }, }, ExpressionType: "const char [5]", @@ -48553,14 +48553,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8806, + offset: 8808, line: 277, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 8820, + offset: 8822, line: 277, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -48571,14 +48571,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8806, + offset: 8808, line: 277, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 8820, + offset: 8822, line: 277, - col: 32, + col: 34, }, }, }, @@ -48592,28 +48592,28 @@ '@role': [Case, Switch], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8903, + offset: 8905, line: 281, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8928, + offset: 8930, line: 281, - col: 28, + col: 30, }, }, 'Prop_Expression': { '@type': "CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8908, + offset: 8910, line: 281, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 8927, + offset: 8929, line: 281, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -48624,14 +48624,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8908, + offset: 8910, line: 281, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 8927, + offset: 8929, line: 281, - col: 27, + col: 29, }, }, }, @@ -48641,28 +48641,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8937, + offset: 8939, line: 282, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 8971, + offset: 8973, line: 282, - col: 41, + col: 43, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8944, + offset: 8946, line: 282, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 8970, + offset: 8972, line: 282, - col: 40, + col: 42, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -48674,14 +48674,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8959, + offset: 8961, line: 282, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 8969, + offset: 8971, line: 282, - col: 39, + col: 41, }, }, ExpressionType: "const char [9]", @@ -48694,14 +48694,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8944, + offset: 8946, line: 282, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 8958, + offset: 8960, line: 282, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -48712,14 +48712,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8944, + offset: 8946, line: 282, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 8958, + offset: 8960, line: 282, - col: 28, + col: 30, }, }, }, @@ -48729,14 +48729,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8944, + offset: 8946, line: 282, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 8970, + offset: 8972, line: 282, - col: 40, + col: 42, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -48748,14 +48748,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8959, + offset: 8961, line: 282, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 8969, + offset: 8971, line: 282, - col: 39, + col: 41, }, }, ExpressionType: "const char [9]", @@ -48768,14 +48768,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8944, + offset: 8946, line: 282, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 8958, + offset: 8960, line: 282, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -48786,14 +48786,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8944, + offset: 8946, line: 282, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 8958, + offset: 8960, line: 282, - col: 28, + col: 30, }, }, }, @@ -48804,28 +48804,28 @@ '@role': [Case, Switch], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8976, + offset: 8978, line: 283, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8995, + offset: 8997, line: 283, - col: 22, + col: 24, }, }, 'Prop_Expression': { '@type': "CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8981, + offset: 8983, line: 283, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 8994, + offset: 8996, line: 283, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -48836,14 +48836,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8981, + offset: 8983, line: 283, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 8994, + offset: 8996, line: 283, - col: 21, + col: 23, }, }, }, @@ -48853,14 +48853,14 @@ '@role': [Case, Default, Switch], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9000, + offset: 9002, line: 284, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9008, + offset: 9010, line: 284, - col: 11, + col: 13, }, }, }, @@ -48868,28 +48868,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9017, + offset: 9019, line: 285, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9047, + offset: 9049, line: 285, - col: 37, + col: 39, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9024, + offset: 9026, line: 285, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 9046, + offset: 9048, line: 285, - col: 36, + col: 38, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -48901,14 +48901,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9039, + offset: 9041, line: 285, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 9045, + offset: 9047, line: 285, - col: 35, + col: 37, }, }, ExpressionType: "const char [5]", @@ -48921,14 +48921,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9024, + offset: 9026, line: 285, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 9038, + offset: 9040, line: 285, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -48939,14 +48939,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9024, + offset: 9026, line: 285, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 9038, + offset: 9040, line: 285, - col: 28, + col: 30, }, }, }, @@ -48956,14 +48956,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9024, + offset: 9026, line: 285, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 9046, + offset: 9048, line: 285, - col: 36, + col: 38, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -48975,14 +48975,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9039, + offset: 9041, line: 285, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 9045, + offset: 9047, line: 285, - col: 35, + col: 37, }, }, ExpressionType: "const char [5]", @@ -48995,14 +48995,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9024, + offset: 9026, line: 285, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 9038, + offset: 9040, line: 285, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -49013,14 +49013,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9024, + offset: 9026, line: 285, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 9038, + offset: 9040, line: 285, - col: 28, + col: 30, }, }, }, @@ -49033,14 +49033,14 @@ '@role': [Call, Condition, Expression, Function, Switch], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8566, + offset: 8568, line: 272, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8606, + offset: 8608, line: 272, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -49050,14 +49050,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8566, + offset: 8568, line: 272, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8604, + offset: 8606, line: 272, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -49070,14 +49070,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8589, + offset: 8591, line: 272, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 8604, + offset: 8606, line: 272, - col: 49, + col: 51, }, }, }, @@ -49085,14 +49085,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8566, + offset: 8568, line: 272, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8587, + offset: 8589, line: 272, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -49102,14 +49102,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8566, + offset: 8568, line: 272, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8585, + offset: 8587, line: 272, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -49122,14 +49122,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8580, + offset: 8582, line: 272, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 8585, + offset: 8587, line: 272, - col: 30, + col: 32, }, }, }, @@ -49137,14 +49137,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8566, + offset: 8568, line: 272, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8578, + offset: 8580, line: 272, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -49155,14 +49155,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8566, + offset: 8568, line: 272, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8578, + offset: 8580, line: 272, - col: 23, + col: 25, }, }, }, @@ -49178,14 +49178,14 @@ '@role': [Declaration, Function, Instance, Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8413, - line: 265, - col: 2, + offset: 8415, + line: 267, + col: 1, }, end: { '@type': "uast:Position", - offset: 8420, + offset: 8422, line: 267, - col: 6, + col: 8, }, }, IsConst: false, @@ -49203,14 +49203,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8413, - line: 265, - col: 2, + offset: 8415, + line: 267, + col: 1, }, end: { '@type': "uast:Position", - offset: 8420, + offset: 8422, line: 267, - col: 6, + col: 8, }, }, }, @@ -49220,14 +49220,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8421, + offset: 8423, line: 267, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 8469, + offset: 8471, line: 267, - col: 55, + col: 57, }, }, IsConst: true, @@ -49240,14 +49240,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8421, + offset: 8423, line: 267, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 8461, + offset: 8463, line: 267, - col: 47, + col: 49, }, }, IsConversionOperator: false, @@ -49259,14 +49259,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8421, + offset: 8423, line: 267, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 8444, + offset: 8446, line: 267, - col: 30, + col: 32, }, }, }, @@ -49275,14 +49275,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8446, + offset: 8448, line: 267, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 8461, + offset: 8463, line: 267, - col: 47, + col: 49, }, }, }, @@ -49293,14 +49293,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8421, + offset: 8423, line: 267, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 8444, + offset: 8446, line: 267, - col: 30, + col: 32, }, }, }, @@ -49313,14 +49313,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9057, - line: 287, - col: 2, + offset: 9059, + line: 289, + col: 1, }, end: { '@type': "uast:Position", - offset: 9144, - line: 291, - col: 37, + offset: 9146, + line: 292, + col: 2, }, }, IsDefaulted: false, @@ -49329,14 +49329,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9104, - line: 289, - col: 46, + offset: 9106, + line: 290, + col: 1, }, end: { '@type': "uast:Position", - offset: 9144, - line: 291, - col: 37, + offset: 9146, + line: 292, + col: 2, }, }, 'Prop_Statements': [ @@ -49344,28 +49344,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9110, + offset: 9112, line: 291, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9142, + offset: 9144, line: 291, - col: 35, + col: 37, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9117, + offset: 9119, line: 291, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9141, + offset: 9143, line: 291, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -49375,14 +49375,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9117, + offset: 9119, line: 291, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9139, + offset: 9141, line: 291, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -49395,14 +49395,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9131, + offset: 9133, line: 291, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 9139, + offset: 9141, line: 291, - col: 32, + col: 34, }, }, }, @@ -49410,14 +49410,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9117, + offset: 9119, line: 291, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9129, + offset: 9131, line: 291, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -49428,14 +49428,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9117, + offset: 9119, line: 291, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9129, + offset: 9131, line: 291, - col: 22, + col: 24, }, }, }, @@ -49446,14 +49446,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9117, + offset: 9119, line: 291, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9141, + offset: 9143, line: 291, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -49463,14 +49463,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9117, + offset: 9119, line: 291, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9139, + offset: 9141, line: 291, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -49483,14 +49483,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9131, + offset: 9133, line: 291, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 9139, + offset: 9141, line: 291, - col: 32, + col: 34, }, }, }, @@ -49498,14 +49498,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9117, + offset: 9119, line: 291, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9129, + offset: 9131, line: 291, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -49516,14 +49516,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9117, + offset: 9119, line: 291, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9129, + offset: 9131, line: 291, - col: 22, + col: 24, }, }, }, @@ -49538,14 +49538,14 @@ '@role': [Boolean, Declaration, Function, Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9057, - line: 287, - col: 2, + offset: 9059, + line: 289, + col: 1, }, end: { '@type': "uast:Position", - offset: 9061, + offset: 9063, line: 289, - col: 3, + col: 5, }, }, IsComplex: false, @@ -49570,14 +49570,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9062, + offset: 9064, line: 289, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 9103, + offset: 9105, line: 289, - col: 45, + col: 47, }, }, IsConst: true, @@ -49590,14 +49590,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9062, + offset: 9064, line: 289, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 9095, + offset: 9097, line: 289, - col: 37, + col: 39, }, }, IsConversionOperator: false, @@ -49609,14 +49609,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9062, + offset: 9064, line: 289, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 9085, + offset: 9087, line: 289, - col: 27, + col: 29, }, }, }, @@ -49625,14 +49625,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9087, + offset: 9089, line: 289, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 9095, + offset: 9097, line: 289, - col: 37, + col: 39, }, }, }, @@ -49643,14 +49643,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9062, + offset: 9064, line: 289, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 9085, + offset: 9087, line: 289, - col: 27, + col: 29, }, }, }, @@ -49663,14 +49663,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9146, - line: 292, - col: 2, + offset: 9148, + line: 294, + col: 1, }, end: { '@type': "uast:Position", - offset: 9266, - line: 296, - col: 57, + offset: 9268, + line: 297, + col: 2, }, }, IsDefaulted: false, @@ -49679,14 +49679,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9206, - line: 294, - col: 59, + offset: 9208, + line: 295, + col: 1, }, end: { '@type': "uast:Position", - offset: 9266, - line: 296, - col: 57, + offset: 9268, + line: 297, + col: 2, }, }, 'Prop_Statements': [ @@ -49694,28 +49694,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9212, + offset: 9214, line: 296, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9264, + offset: 9266, line: 296, - col: 55, + col: 57, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9219, + offset: 9221, line: 296, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9263, + offset: 9265, line: 296, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -49725,14 +49725,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9219, + offset: 9221, line: 296, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9261, + offset: 9263, line: 296, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -49745,14 +49745,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9242, + offset: 9244, line: 296, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 9261, + offset: 9263, line: 296, - col: 52, + col: 54, }, }, }, @@ -49760,14 +49760,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9219, + offset: 9221, line: 296, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9240, + offset: 9242, line: 296, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -49777,14 +49777,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9219, + offset: 9221, line: 296, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9238, + offset: 9240, line: 296, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -49797,14 +49797,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9230, + offset: 9232, line: 296, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 9238, + offset: 9240, line: 296, - col: 29, + col: 31, }, }, }, @@ -49812,14 +49812,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9219, + offset: 9221, line: 296, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9228, + offset: 9230, line: 296, - col: 19, + col: 21, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -49829,14 +49829,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9219, + offset: 9221, line: 296, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9226, + offset: 9228, line: 296, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -49847,14 +49847,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9219, + offset: 9221, line: 296, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9226, + offset: 9228, line: 296, - col: 17, + col: 19, }, }, }, @@ -49868,14 +49868,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9219, + offset: 9221, line: 296, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9263, + offset: 9265, line: 296, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -49885,14 +49885,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9219, + offset: 9221, line: 296, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9261, + offset: 9263, line: 296, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -49905,14 +49905,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9242, + offset: 9244, line: 296, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 9261, + offset: 9263, line: 296, - col: 52, + col: 54, }, }, }, @@ -49920,14 +49920,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9219, + offset: 9221, line: 296, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9240, + offset: 9242, line: 296, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -49937,14 +49937,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9219, + offset: 9221, line: 296, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9238, + offset: 9240, line: 296, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -49957,14 +49957,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9230, + offset: 9232, line: 296, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 9238, + offset: 9240, line: 296, - col: 29, + col: 31, }, }, }, @@ -49972,14 +49972,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9219, + offset: 9221, line: 296, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9228, + offset: 9230, line: 296, - col: 19, + col: 21, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -49989,14 +49989,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9219, + offset: 9221, line: 296, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9226, + offset: 9228, line: 296, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -50007,14 +50007,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9219, + offset: 9221, line: 296, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9226, + offset: 9228, line: 296, - col: 17, + col: 19, }, }, }, @@ -50032,14 +50032,14 @@ '@role': [Boolean, Declaration, Function, Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9146, - line: 292, - col: 2, + offset: 9148, + line: 294, + col: 1, }, end: { '@type': "uast:Position", - offset: 9150, + offset: 9152, line: 294, - col: 3, + col: 5, }, }, IsComplex: false, @@ -50064,14 +50064,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9151, + offset: 9153, line: 294, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 9205, + offset: 9207, line: 294, - col: 58, + col: 60, }, }, IsConst: true, @@ -50084,14 +50084,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9151, + offset: 9153, line: 294, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 9197, + offset: 9199, line: 294, - col: 50, + col: 52, }, }, IsConversionOperator: false, @@ -50103,14 +50103,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9151, + offset: 9153, line: 294, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 9174, + offset: 9176, line: 294, - col: 27, + col: 29, }, }, }, @@ -50119,14 +50119,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9176, + offset: 9178, line: 294, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 9197, + offset: 9199, line: 294, - col: 50, + col: 52, }, }, }, @@ -50137,14 +50137,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9151, + offset: 9153, line: 294, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 9174, + offset: 9176, line: 294, - col: 27, + col: 29, }, }, }, @@ -50157,14 +50157,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9268, - line: 297, - col: 2, + offset: 9270, + line: 299, + col: 1, }, end: { '@type': "uast:Position", - offset: 9387, - line: 301, - col: 63, + offset: 9389, + line: 302, + col: 2, }, }, IsDefaulted: false, @@ -50173,14 +50173,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9321, - line: 299, - col: 52, + offset: 9323, + line: 300, + col: 1, }, end: { '@type': "uast:Position", - offset: 9387, - line: 301, - col: 63, + offset: 9389, + line: 302, + col: 2, }, }, 'Prop_Statements': [ @@ -50188,28 +50188,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9327, + offset: 9329, line: 301, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9385, + offset: 9387, line: 301, - col: 61, + col: 63, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9334, + offset: 9336, line: 301, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9384, + offset: 9386, line: 301, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -50219,14 +50219,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9334, + offset: 9336, line: 301, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9382, + offset: 9384, line: 301, - col: 58, + col: 60, }, }, ExpressionType: "", @@ -50239,14 +50239,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9357, + offset: 9359, line: 301, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 9382, + offset: 9384, line: 301, - col: 58, + col: 60, }, }, }, @@ -50254,14 +50254,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9334, + offset: 9336, line: 301, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9355, + offset: 9357, line: 301, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -50271,14 +50271,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9334, + offset: 9336, line: 301, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9353, + offset: 9355, line: 301, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -50291,14 +50291,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9345, + offset: 9347, line: 301, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 9353, + offset: 9355, line: 301, - col: 29, + col: 31, }, }, }, @@ -50306,14 +50306,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9334, + offset: 9336, line: 301, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9343, + offset: 9345, line: 301, - col: 19, + col: 21, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -50323,14 +50323,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9334, + offset: 9336, line: 301, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9341, + offset: 9343, line: 301, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -50341,14 +50341,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9334, + offset: 9336, line: 301, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9341, + offset: 9343, line: 301, - col: 17, + col: 19, }, }, }, @@ -50362,14 +50362,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9334, + offset: 9336, line: 301, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9384, + offset: 9386, line: 301, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -50379,14 +50379,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9334, + offset: 9336, line: 301, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9382, + offset: 9384, line: 301, - col: 58, + col: 60, }, }, ExpressionType: "", @@ -50399,14 +50399,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9357, + offset: 9359, line: 301, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 9382, + offset: 9384, line: 301, - col: 58, + col: 60, }, }, }, @@ -50414,14 +50414,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9334, + offset: 9336, line: 301, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9355, + offset: 9357, line: 301, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -50431,14 +50431,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9334, + offset: 9336, line: 301, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9353, + offset: 9355, line: 301, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -50451,14 +50451,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9345, + offset: 9347, line: 301, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 9353, + offset: 9355, line: 301, - col: 29, + col: 31, }, }, }, @@ -50466,14 +50466,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9334, + offset: 9336, line: 301, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9343, + offset: 9345, line: 301, - col: 19, + col: 21, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -50483,14 +50483,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9334, + offset: 9336, line: 301, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9341, + offset: 9343, line: 301, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -50501,14 +50501,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9334, + offset: 9336, line: 301, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9341, + offset: 9343, line: 301, - col: 17, + col: 19, }, }, }, @@ -50526,14 +50526,14 @@ '@role': [Boolean, Declaration, Function, Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9268, - line: 297, - col: 2, + offset: 9270, + line: 299, + col: 1, }, end: { '@type': "uast:Position", - offset: 9272, + offset: 9274, line: 299, - col: 3, + col: 5, }, }, IsComplex: false, @@ -50558,14 +50558,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9273, + offset: 9275, line: 299, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 9320, + offset: 9322, line: 299, - col: 51, + col: 53, }, }, IsConst: true, @@ -50578,14 +50578,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9273, + offset: 9275, line: 299, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 9312, + offset: 9314, line: 299, - col: 43, + col: 45, }, }, IsConversionOperator: false, @@ -50597,14 +50597,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9273, + offset: 9275, line: 299, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 9296, + offset: 9298, line: 299, - col: 27, + col: 29, }, }, }, @@ -50613,14 +50613,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9298, + offset: 9300, line: 299, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 9312, + offset: 9314, line: 299, - col: 43, + col: 45, }, }, }, @@ -50631,14 +50631,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9273, + offset: 9275, line: 299, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 9296, + offset: 9298, line: 299, - col: 27, + col: 29, }, }, }, @@ -50651,14 +50651,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9389, - line: 302, - col: 2, + offset: 9391, + line: 304, + col: 1, }, end: { '@type': "uast:Position", - offset: 9515, - line: 306, - col: 57, + offset: 9517, + line: 307, + col: 2, }, }, IsDefaulted: false, @@ -50667,14 +50667,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9455, - line: 304, - col: 65, + offset: 9457, + line: 305, + col: 1, }, end: { '@type': "uast:Position", - offset: 9515, - line: 306, - col: 57, + offset: 9517, + line: 307, + col: 2, }, }, 'Prop_Statements': [ @@ -50682,28 +50682,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9461, + offset: 9463, line: 306, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9513, + offset: 9515, line: 306, - col: 55, + col: 57, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9468, + offset: 9470, line: 306, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9512, + offset: 9514, line: 306, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -50713,14 +50713,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9468, + offset: 9470, line: 306, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9510, + offset: 9512, line: 306, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -50733,14 +50733,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9491, + offset: 9493, line: 306, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 9510, + offset: 9512, line: 306, - col: 52, + col: 54, }, }, }, @@ -50748,14 +50748,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9468, + offset: 9470, line: 306, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9489, + offset: 9491, line: 306, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -50765,14 +50765,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9468, + offset: 9470, line: 306, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9487, + offset: 9489, line: 306, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -50785,14 +50785,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9479, + offset: 9481, line: 306, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 9487, + offset: 9489, line: 306, - col: 29, + col: 31, }, }, }, @@ -50800,14 +50800,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9468, + offset: 9470, line: 306, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9477, + offset: 9479, line: 306, - col: 19, + col: 21, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -50817,14 +50817,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9468, + offset: 9470, line: 306, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9475, + offset: 9477, line: 306, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -50835,14 +50835,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9468, + offset: 9470, line: 306, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9475, + offset: 9477, line: 306, - col: 17, + col: 19, }, }, }, @@ -50856,14 +50856,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9468, + offset: 9470, line: 306, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9512, + offset: 9514, line: 306, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -50873,14 +50873,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9468, + offset: 9470, line: 306, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9510, + offset: 9512, line: 306, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -50893,14 +50893,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9491, + offset: 9493, line: 306, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 9510, + offset: 9512, line: 306, - col: 52, + col: 54, }, }, }, @@ -50908,14 +50908,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9468, + offset: 9470, line: 306, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9489, + offset: 9491, line: 306, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -50925,14 +50925,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9468, + offset: 9470, line: 306, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9487, + offset: 9489, line: 306, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -50945,14 +50945,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9479, + offset: 9481, line: 306, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 9487, + offset: 9489, line: 306, - col: 29, + col: 31, }, }, }, @@ -50960,14 +50960,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9468, + offset: 9470, line: 306, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9477, + offset: 9479, line: 306, - col: 19, + col: 21, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -50977,14 +50977,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9468, + offset: 9470, line: 306, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9475, + offset: 9477, line: 306, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -50995,14 +50995,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9468, + offset: 9470, line: 306, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9475, + offset: 9477, line: 306, - col: 17, + col: 19, }, }, }, @@ -51020,14 +51020,14 @@ '@role': [Boolean, Declaration, Function, Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9389, - line: 302, - col: 2, + offset: 9391, + line: 304, + col: 1, }, end: { '@type': "uast:Position", - offset: 9393, + offset: 9395, line: 304, - col: 3, + col: 5, }, }, IsComplex: false, @@ -51052,14 +51052,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9394, + offset: 9396, line: 304, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 9454, + offset: 9456, line: 304, - col: 64, + col: 66, }, }, IsConst: true, @@ -51072,14 +51072,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9394, + offset: 9396, line: 304, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 9446, + offset: 9448, line: 304, - col: 56, + col: 58, }, }, IsConversionOperator: false, @@ -51091,14 +51091,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9394, + offset: 9396, line: 304, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 9417, + offset: 9419, line: 304, - col: 27, + col: 29, }, }, }, @@ -51107,14 +51107,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9419, + offset: 9421, line: 304, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 9446, + offset: 9448, line: 304, - col: 56, + col: 58, }, }, }, @@ -51125,14 +51125,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9394, + offset: 9396, line: 304, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 9417, + offset: 9419, line: 304, - col: 27, + col: 29, }, }, }, @@ -51145,14 +51145,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9517, - line: 307, - col: 2, + offset: 9519, + line: 309, + col: 1, }, end: { '@type': "uast:Position", - offset: 9612, - line: 311, - col: 53, + offset: 9614, + line: 312, + col: 2, }, }, IsDefaulted: false, @@ -51161,14 +51161,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9556, - line: 309, - col: 38, + offset: 9558, + line: 310, + col: 1, }, end: { '@type': "uast:Position", - offset: 9612, - line: 311, - col: 53, + offset: 9614, + line: 312, + col: 2, }, }, 'Prop_Statements': [ @@ -51176,28 +51176,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9562, + offset: 9564, line: 311, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9610, + offset: 9612, line: 311, - col: 51, + col: 53, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9562, + offset: 9564, line: 311, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9609, + offset: 9611, line: 311, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -51208,14 +51208,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9583, + offset: 9585, line: 311, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 9608, + offset: 9610, line: 311, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -51225,14 +51225,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9583, + offset: 9585, line: 311, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 9608, + offset: 9610, line: 311, - col: 49, + col: 51, }, }, IsConversionOperator: false, @@ -51244,14 +51244,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9583, + offset: 9585, line: 311, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 9593, + offset: 9595, line: 311, - col: 34, + col: 36, }, }, }, @@ -51260,14 +51260,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9595, + offset: 9597, line: 311, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 9608, + offset: 9610, line: 311, - col: 49, + col: 51, }, }, }, @@ -51278,14 +51278,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9583, + offset: 9585, line: 311, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 9593, + offset: 9595, line: 311, - col: 34, + col: 36, }, }, }, @@ -51297,14 +51297,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9562, + offset: 9564, line: 311, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9582, + offset: 9584, line: 311, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -51317,14 +51317,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9576, + offset: 9578, line: 311, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 9582, + offset: 9584, line: 311, - col: 23, + col: 25, }, }, }, @@ -51332,14 +51332,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9562, + offset: 9564, line: 311, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9574, + offset: 9576, line: 311, - col: 15, + col: 17, }, }, ExpressionType: "", @@ -51350,14 +51350,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9562, + offset: 9564, line: 311, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9574, + offset: 9576, line: 311, - col: 15, + col: 17, }, }, }, @@ -51372,14 +51372,14 @@ '@role': [Declaration, Function, 'Null', Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9517, - line: 307, - col: 2, + offset: 9519, + line: 309, + col: 1, }, end: { '@type': "uast:Position", - offset: 9521, + offset: 9523, line: 309, - col: 3, + col: 5, }, }, IsComplex: false, @@ -51404,14 +51404,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9522, + offset: 9524, line: 309, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 9555, + offset: 9557, line: 309, - col: 37, + col: 39, }, }, IsConst: false, @@ -51424,14 +51424,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9522, + offset: 9524, line: 309, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 9553, + offset: 9555, line: 309, - col: 35, + col: 37, }, }, IsConversionOperator: false, @@ -51443,14 +51443,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9522, + offset: 9524, line: 309, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 9545, + offset: 9547, line: 309, - col: 27, + col: 29, }, }, }, @@ -51459,14 +51459,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9547, + offset: 9549, line: 309, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 9553, + offset: 9555, line: 309, - col: 35, + col: 37, }, }, }, @@ -51477,14 +51477,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9522, + offset: 9524, line: 309, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 9545, + offset: 9547, line: 309, - col: 27, + col: 29, }, }, }, @@ -51497,14 +51497,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9614, - line: 312, - col: 2, + offset: 9616, + line: 314, + col: 1, }, end: { '@type': "uast:Position", - offset: 9711, - line: 316, - col: 54, + offset: 9713, + line: 317, + col: 2, }, }, IsDefaulted: false, @@ -51513,14 +51513,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9654, - line: 314, - col: 39, + offset: 9656, + line: 315, + col: 1, }, end: { '@type': "uast:Position", - offset: 9711, - line: 316, - col: 54, + offset: 9713, + line: 317, + col: 2, }, }, 'Prop_Statements': [ @@ -51528,28 +51528,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9660, + offset: 9662, line: 316, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9709, + offset: 9711, line: 316, - col: 52, + col: 54, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9660, + offset: 9662, line: 316, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9708, + offset: 9710, line: 316, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -51560,14 +51560,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9682, + offset: 9684, line: 316, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 9707, + offset: 9709, line: 316, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -51577,14 +51577,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9682, + offset: 9684, line: 316, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 9707, + offset: 9709, line: 316, - col: 50, + col: 52, }, }, IsConversionOperator: false, @@ -51596,14 +51596,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9682, + offset: 9684, line: 316, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 9692, + offset: 9694, line: 316, - col: 35, + col: 37, }, }, }, @@ -51612,14 +51612,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9694, + offset: 9696, line: 316, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 9707, + offset: 9709, line: 316, - col: 50, + col: 52, }, }, }, @@ -51630,14 +51630,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9682, + offset: 9684, line: 316, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 9692, + offset: 9694, line: 316, - col: 35, + col: 37, }, }, }, @@ -51649,14 +51649,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9660, + offset: 9662, line: 316, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9681, + offset: 9683, line: 316, - col: 24, + col: 26, }, }, ExpressionType: "", @@ -51669,14 +51669,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9674, + offset: 9676, line: 316, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 9681, + offset: 9683, line: 316, - col: 24, + col: 26, }, }, }, @@ -51684,14 +51684,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9660, + offset: 9662, line: 316, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9672, + offset: 9674, line: 316, - col: 15, + col: 17, }, }, ExpressionType: "", @@ -51702,14 +51702,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9660, + offset: 9662, line: 316, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9672, + offset: 9674, line: 316, - col: 15, + col: 17, }, }, }, @@ -51724,14 +51724,14 @@ '@role': [Declaration, Function, 'Null', Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9614, - line: 312, - col: 2, + offset: 9616, + line: 314, + col: 1, }, end: { '@type': "uast:Position", - offset: 9618, + offset: 9620, line: 314, - col: 3, + col: 5, }, }, IsComplex: false, @@ -51756,14 +51756,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9619, + offset: 9621, line: 314, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 9653, + offset: 9655, line: 314, - col: 38, + col: 40, }, }, IsConst: false, @@ -51776,14 +51776,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9619, + offset: 9621, line: 314, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 9651, + offset: 9653, line: 314, - col: 36, + col: 38, }, }, IsConversionOperator: false, @@ -51795,14 +51795,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9619, + offset: 9621, line: 314, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 9642, + offset: 9644, line: 314, - col: 27, + col: 29, }, }, }, @@ -51811,14 +51811,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9644, + offset: 9646, line: 314, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 9651, + offset: 9653, line: 314, - col: 36, + col: 38, }, }, }, @@ -51829,14 +51829,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9619, + offset: 9621, line: 314, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 9642, + offset: 9644, line: 314, - col: 27, + col: 29, }, }, }, @@ -51849,14 +51849,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9713, - line: 317, - col: 2, + offset: 9715, + line: 319, + col: 1, }, end: { '@type': "uast:Position", - offset: 10206, - line: 333, - col: 23, + offset: 10208, + line: 334, + col: 2, }, }, IsDefaulted: false, @@ -51865,14 +51865,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9792, - line: 319, - col: 78, + offset: 9794, + line: 320, + col: 1, }, end: { '@type': "uast:Position", - offset: 10206, - line: 333, - col: 23, + offset: 10208, + line: 334, + col: 2, }, }, 'Prop_Statements': [ @@ -51880,42 +51880,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9798, + offset: 9800, line: 321, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9821, + offset: 9823, line: 321, - col: 26, + col: 28, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9798, + offset: 9800, line: 321, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9821, + offset: 9823, line: 321, - col: 26, + col: 28, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9798, + offset: 9800, line: 321, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9809, + offset: 9811, line: 321, - col: 14, + col: 16, }, }, IsConst: false, @@ -51933,14 +51933,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9798, + offset: 9800, line: 321, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9809, + offset: 9811, line: 321, - col: 14, + col: 16, }, }, }, @@ -51951,14 +51951,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9810, + offset: 9812, line: 321, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 9820, + offset: 9822, line: 321, - col: 25, + col: 27, }, }, DeclaresParameterPack: false, @@ -51967,14 +51967,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9810, + offset: 9812, line: 321, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 9820, + offset: 9822, line: 321, - col: 25, + col: 27, }, }, }, @@ -51987,28 +51987,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9826, + offset: 9828, line: 322, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9851, + offset: 9853, line: 322, - col: 28, + col: 30, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9826, + offset: 9828, line: 322, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9851, + offset: 9853, line: 322, - col: 28, + col: 30, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -52016,14 +52016,14 @@ '@role': [Boolean, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9826, + offset: 9828, line: 322, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9830, + offset: 9832, line: 322, - col: 7, + col: 9, }, }, IsComplex: false, @@ -52049,14 +52049,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9831, + offset: 9833, line: 322, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 9850, + offset: 9852, line: 322, - col: 27, + col: 29, }, }, DeclaresParameterPack: false, @@ -52064,14 +52064,14 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9843, + offset: 9845, line: 322, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 9850, + offset: 9852, line: 322, - col: 27, + col: 29, }, }, 'Prop_Expression': { '@type': "CPPASTLiteralExpression", @@ -52079,14 +52079,14 @@ '@role': [Boolean, Expression, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9845, + offset: 9847, line: 322, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 9850, + offset: 9852, line: 322, - col: 27, + col: 29, }, }, ExpressionType: "bool", @@ -52099,14 +52099,14 @@ '@role': [Boolean, Expression, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9845, + offset: 9847, line: 322, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 9850, + offset: 9852, line: 322, - col: 27, + col: 29, }, }, ExpressionType: "bool", @@ -52120,14 +52120,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9831, + offset: 9833, line: 322, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 9842, + offset: 9844, line: 322, - col: 19, + col: 21, }, }, }, @@ -52140,14 +52140,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9963, + offset: 9965, line: 326, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10066, + offset: 10068, line: 328, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTBinaryExpression", @@ -52155,14 +52155,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9967, + offset: 9969, line: 326, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10028, + offset: 10030, line: 326, - col: 68, + col: 70, }, }, ExpressionType: "Attempt to use symbol failed: openGLModuleType", @@ -52172,14 +52172,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10005, + offset: 10007, line: 326, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 10028, + offset: 10030, line: 326, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -52189,14 +52189,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10005, + offset: 10007, line: 326, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 10028, + offset: 10030, line: 326, - col: 68, + col: 70, }, }, IsConversionOperator: false, @@ -52208,14 +52208,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10005, + offset: 10007, line: 326, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 10019, + offset: 10021, line: 326, - col: 59, + col: 61, }, }, }, @@ -52224,14 +52224,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10021, + offset: 10023, line: 326, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 10028, + offset: 10030, line: 326, - col: 68, + col: 70, }, }, }, @@ -52242,14 +52242,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10005, + offset: 10007, line: 326, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 10019, + offset: 10021, line: 326, - col: 59, + col: 61, }, }, }, @@ -52260,14 +52260,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9967, + offset: 9969, line: 326, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10001, + offset: 10003, line: 326, - col: 41, + col: 43, }, }, ExpressionType: "Attempt to use symbol failed: openGLModuleType", @@ -52277,14 +52277,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9967, + offset: 9969, line: 326, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9999, + offset: 10001, line: 326, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -52294,14 +52294,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9967, + offset: 9969, line: 326, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9999, + offset: 10001, line: 326, - col: 39, + col: 41, }, }, IsConversionOperator: false, @@ -52313,14 +52313,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9967, + offset: 9969, line: 326, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9981, + offset: 9983, line: 326, - col: 21, + col: 23, }, }, }, @@ -52329,14 +52329,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9983, + offset: 9985, line: 326, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 9999, + offset: 10001, line: 326, - col: 39, + col: 41, }, }, }, @@ -52347,14 +52347,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9967, + offset: 9969, line: 326, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9981, + offset: 9983, line: 326, - col: 21, + col: 23, }, }, }, @@ -52366,14 +52366,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10005, + offset: 10007, line: 326, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 10028, + offset: 10030, line: 326, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -52383,14 +52383,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10005, + offset: 10007, line: 326, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 10028, + offset: 10030, line: 326, - col: 68, + col: 70, }, }, IsConversionOperator: false, @@ -52402,14 +52402,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10005, + offset: 10007, line: 326, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 10019, + offset: 10021, line: 326, - col: 59, + col: 61, }, }, }, @@ -52418,14 +52418,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10021, + offset: 10023, line: 326, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 10028, + offset: 10030, line: 326, - col: 68, + col: 70, }, }, }, @@ -52436,14 +52436,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10005, + offset: 10007, line: 326, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 10019, + offset: 10021, line: 326, - col: 59, + col: 61, }, }, }, @@ -52455,14 +52455,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10030, + offset: 10032, line: 326, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 10066, + offset: 10068, line: 328, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -52470,14 +52470,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10040, + offset: 10042, line: 327, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10060, + offset: 10062, line: 327, - col: 27, + col: 29, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -52485,14 +52485,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10040, + offset: 10042, line: 327, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10059, + offset: 10061, line: 327, - col: 26, + col: 28, }, }, ExpressionType: "bool", @@ -52503,14 +52503,14 @@ '@role': [Binary, Boolean, Expression, Incomplete, Initialization, Literal, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10054, + offset: 10056, line: 327, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 10059, + offset: 10061, line: 327, - col: 26, + col: 28, }, }, ExpressionType: "bool", @@ -52522,14 +52522,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10040, + offset: 10042, line: 327, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10051, + offset: 10053, line: 327, - col: 18, + col: 20, }, }, ExpressionType: "bool", @@ -52540,14 +52540,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10040, + offset: 10042, line: 327, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10051, + offset: 10053, line: 327, - col: 18, + col: 20, }, }, }, @@ -52557,14 +52557,14 @@ '@role': [Binary, Boolean, Expression, Literal, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10054, + offset: 10056, line: 327, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 10059, + offset: 10061, line: 327, - col: 26, + col: 28, }, }, ExpressionType: "bool", @@ -52581,28 +52581,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10071, + offset: 10073, line: 329, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10140, + offset: 10142, line: 331, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10075, + offset: 10077, line: 329, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10086, + offset: 10088, line: 329, - col: 18, + col: 20, }, }, ExpressionType: "bool", @@ -52613,14 +52613,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10075, + offset: 10077, line: 329, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10086, + offset: 10088, line: 329, - col: 18, + col: 20, }, }, }, @@ -52629,14 +52629,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10088, + offset: 10090, line: 329, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 10140, + offset: 10142, line: 331, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -52644,14 +52644,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10098, + offset: 10100, line: 330, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10134, + offset: 10136, line: 330, - col: 43, + col: 45, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -52659,14 +52659,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10098, + offset: 10100, line: 330, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10133, + offset: 10135, line: 330, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -52676,14 +52676,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10112, + offset: 10114, line: 330, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 10133, + offset: 10135, line: 330, - col: 42, + col: 44, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -52695,14 +52695,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10127, + offset: 10129, line: 330, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 10132, + offset: 10134, line: 330, - col: 41, + col: 43, }, }, ExpressionType: "const char [4]", @@ -52715,14 +52715,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10112, + offset: 10114, line: 330, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 10126, + offset: 10128, line: 330, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -52733,14 +52733,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10112, + offset: 10114, line: 330, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 10126, + offset: 10128, line: 330, - col: 35, + col: 37, }, }, }, @@ -52750,14 +52750,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10098, + offset: 10100, line: 330, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10108, + offset: 10110, line: 330, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -52768,14 +52768,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10098, + offset: 10100, line: 330, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10108, + offset: 10110, line: 330, - col: 17, + col: 19, }, }, }, @@ -52784,14 +52784,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10112, + offset: 10114, line: 330, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 10133, + offset: 10135, line: 330, - col: 42, + col: 44, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -52803,14 +52803,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10127, + offset: 10129, line: 330, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 10132, + offset: 10134, line: 330, - col: 41, + col: 43, }, }, ExpressionType: "const char [4]", @@ -52823,14 +52823,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10112, + offset: 10114, line: 330, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 10126, + offset: 10128, line: 330, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -52841,14 +52841,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10112, + offset: 10114, line: 330, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 10126, + offset: 10128, line: 330, - col: 35, + col: 37, }, }, }, @@ -52863,14 +52863,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10145, + offset: 10147, line: 332, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10181, + offset: 10183, line: 332, - col: 39, + col: 41, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -52878,14 +52878,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10145, + offset: 10147, line: 332, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10180, + offset: 10182, line: 332, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -52895,14 +52895,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10159, + offset: 10161, line: 332, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 10180, + offset: 10182, line: 332, - col: 38, + col: 40, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -52914,14 +52914,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10174, + offset: 10176, line: 332, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 10179, + offset: 10181, line: 332, - col: 37, + col: 39, }, }, ExpressionType: "const char [4]", @@ -52934,14 +52934,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10159, + offset: 10161, line: 332, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 10173, + offset: 10175, line: 332, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -52952,14 +52952,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10159, + offset: 10161, line: 332, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 10173, + offset: 10175, line: 332, - col: 31, + col: 33, }, }, }, @@ -52969,14 +52969,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10145, + offset: 10147, line: 332, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10155, + offset: 10157, line: 332, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -52987,14 +52987,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10145, + offset: 10147, line: 332, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10155, + offset: 10157, line: 332, - col: 13, + col: 15, }, }, }, @@ -53003,14 +53003,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10159, + offset: 10161, line: 332, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 10180, + offset: 10182, line: 332, - col: 38, + col: 40, }, }, ExpressionType: "A scope could not be created to represent the name CompositorDBusInterface", @@ -53022,14 +53022,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10174, + offset: 10176, line: 332, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 10179, + offset: 10181, line: 332, - col: 37, + col: 39, }, }, ExpressionType: "const char [4]", @@ -53042,14 +53042,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10159, + offset: 10161, line: 332, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 10173, + offset: 10175, line: 332, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -53060,14 +53060,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10159, + offset: 10161, line: 332, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 10173, + offset: 10175, line: 332, - col: 31, + col: 33, }, }, }, @@ -53079,28 +53079,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10186, + offset: 10188, line: 333, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10204, + offset: 10206, line: 333, - col: 21, + col: 23, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTIdExpression", '@role': [Expression, Return, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10193, + offset: 10195, line: 333, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 10203, + offset: 10205, line: 333, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -53111,14 +53111,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10193, + offset: 10195, line: 333, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 10203, + offset: 10205, line: 333, - col: 20, + col: 22, }, }, }, @@ -53127,14 +53127,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10193, + offset: 10195, line: 333, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 10203, + offset: 10205, line: 333, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -53145,14 +53145,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10193, + offset: 10195, line: 333, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 10203, + offset: 10205, line: 333, - col: 20, + col: 22, }, }, }, @@ -53164,14 +53164,14 @@ '@role': [Declaration, Function, Instance, Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9713, - line: 317, - col: 2, + offset: 9715, + line: 319, + col: 1, }, end: { '@type': "uast:Position", - offset: 9724, + offset: 9726, line: 319, - col: 10, + col: 12, }, }, IsConst: false, @@ -53189,14 +53189,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9713, - line: 317, - col: 2, + offset: 9715, + line: 319, + col: 1, }, end: { '@type': "uast:Position", - offset: 9724, + offset: 9726, line: 319, - col: 10, + col: 12, }, }, }, @@ -53206,14 +53206,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9725, + offset: 9727, line: 319, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 9791, + offset: 9793, line: 319, - col: 77, + col: 79, }, }, IsConst: true, @@ -53226,14 +53226,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9725, + offset: 9727, line: 319, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 9783, + offset: 9785, line: 319, - col: 69, + col: 71, }, }, IsConversionOperator: false, @@ -53245,14 +53245,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9725, + offset: 9727, line: 319, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 9748, + offset: 9750, line: 319, - col: 34, + col: 36, }, }, }, @@ -53261,14 +53261,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9750, + offset: 9752, line: 319, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 9783, + offset: 9785, line: 319, - col: 69, + col: 71, }, }, }, @@ -53279,14 +53279,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9725, + offset: 9727, line: 319, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 9748, + offset: 9750, line: 319, - col: 34, + col: 36, }, }, }, @@ -53299,14 +53299,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10211, - line: 337, + offset: 10213, + line: 339, col: 1, }, end: { '@type': "uast:Position", - offset: 13580, - line: 418, - col: 7, + offset: 13582, + line: 419, + col: 2, }, }, IsDefaulted: false, @@ -53315,14 +53315,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10359, - line: 341, - col: 23, + offset: 10361, + line: 342, + col: 1, }, end: { '@type': "uast:Position", - offset: 13580, - line: 418, - col: 7, + offset: 13582, + line: 419, + col: 2, }, }, 'Prop_Statements': [ @@ -53330,28 +53330,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10365, + offset: 10367, line: 343, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10418, + offset: 10420, line: 343, - col: 56, + col: 58, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10365, + offset: 10367, line: 343, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10417, + offset: 10419, line: 343, - col: 55, + col: 57, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -53361,14 +53361,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10365, + offset: 10367, line: 343, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10415, + offset: 10417, line: 343, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -53378,14 +53378,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10365, + offset: 10367, line: 343, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10415, + offset: 10417, line: 343, - col: 53, + col: 55, }, }, Name: "qDBusRegisterMetaType", @@ -53394,28 +53394,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10387, + offset: 10389, line: 343, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 10414, + offset: 10416, line: 343, - col: 52, + col: 54, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10414, + offset: 10416, line: 343, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 10414, + offset: 10416, line: 343, - col: 52, + col: 54, }, }, DeclaresParameterPack: false, @@ -53429,14 +53429,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10387, + offset: 10389, line: 343, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 10414, + offset: 10416, line: 343, - col: 52, + col: 54, }, }, IsConst: false, @@ -53453,14 +53453,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10387, + offset: 10389, line: 343, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 10414, + offset: 10416, line: 343, - col: 52, + col: 54, }, }, IsConversionOperator: false, @@ -53472,14 +53472,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10387, + offset: 10389, line: 343, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 10391, + offset: 10393, line: 343, - col: 29, + col: 31, }, }, }, @@ -53488,14 +53488,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10393, + offset: 10395, line: 343, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 10414, + offset: 10416, line: 343, - col: 52, + col: 54, }, }, }, @@ -53506,14 +53506,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10387, + offset: 10389, line: 343, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 10391, + offset: 10393, line: 343, - col: 29, + col: 31, }, }, }, @@ -53528,14 +53528,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10365, + offset: 10367, line: 343, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10386, + offset: 10388, line: 343, - col: 24, + col: 26, }, }, }, @@ -53547,28 +53547,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10423, + offset: 10425, line: 344, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10476, + offset: 10478, line: 344, - col: 56, + col: 58, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10423, + offset: 10425, line: 344, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10475, + offset: 10477, line: 344, - col: 55, + col: 57, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -53578,14 +53578,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10423, + offset: 10425, line: 344, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10473, + offset: 10475, line: 344, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -53595,14 +53595,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10423, + offset: 10425, line: 344, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10473, + offset: 10475, line: 344, - col: 53, + col: 55, }, }, Name: "qDBusRegisterMetaType", @@ -53611,28 +53611,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10445, + offset: 10447, line: 344, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 10472, + offset: 10474, line: 344, - col: 52, + col: 54, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10472, + offset: 10474, line: 344, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 10472, + offset: 10474, line: 344, - col: 52, + col: 54, }, }, DeclaresParameterPack: false, @@ -53646,14 +53646,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10445, + offset: 10447, line: 344, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 10472, + offset: 10474, line: 344, - col: 52, + col: 54, }, }, IsConst: false, @@ -53670,14 +53670,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10445, + offset: 10447, line: 344, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 10472, + offset: 10474, line: 344, - col: 52, + col: 54, }, }, IsConversionOperator: false, @@ -53689,14 +53689,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10445, + offset: 10447, line: 344, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 10449, + offset: 10451, line: 344, - col: 29, + col: 31, }, }, }, @@ -53705,14 +53705,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10451, + offset: 10453, line: 344, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 10472, + offset: 10474, line: 344, - col: 52, + col: 54, }, }, }, @@ -53723,14 +53723,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10445, + offset: 10447, line: 344, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 10449, + offset: 10451, line: 344, - col: 29, + col: 31, }, }, }, @@ -53745,14 +53745,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10423, + offset: 10425, line: 344, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10444, + offset: 10446, line: 344, - col: 24, + col: 26, }, }, }, @@ -53764,28 +53764,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10482, + offset: 10484, line: 346, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10521, + offset: 10523, line: 346, - col: 42, + col: 44, }, }, 'Prop_Expression': { '@type': "CPPASTNewExpression", '@role': [Instance, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10482, + offset: 10484, line: 346, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10520, + offset: 10522, line: 346, - col: 41, + col: 43, }, }, ExpressionType: "? *", @@ -53798,14 +53798,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10514, + offset: 10516, line: 346, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 10520, + offset: 10522, line: 346, - col: 41, + col: 43, }, }, 'Prop_Arguments': [ @@ -53814,14 +53814,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10515, + offset: 10517, line: 346, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 10519, + offset: 10521, line: 346, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -53835,14 +53835,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10515, + offset: 10517, line: 346, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 10519, + offset: 10521, line: 346, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -53856,14 +53856,14 @@ '@role': [Expression, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10515, + offset: 10517, line: 346, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 10519, + offset: 10521, line: 346, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -53875,28 +53875,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10486, + offset: 10488, line: 346, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10514, + offset: 10516, line: 346, - col: 35, + col: 37, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10514, + offset: 10516, line: 346, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 10514, + offset: 10516, line: 346, - col: 35, + col: 37, }, }, DeclaresParameterPack: false, @@ -53910,14 +53910,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10486, + offset: 10488, line: 346, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10514, + offset: 10516, line: 346, - col: 35, + col: 37, }, }, IsConst: false, @@ -53935,14 +53935,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10486, + offset: 10488, line: 346, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10514, + offset: 10516, line: 346, - col: 35, + col: 37, }, }, }, @@ -53955,28 +53955,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10526, + offset: 10528, line: 347, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10694, + offset: 10696, line: 350, - col: 5, + col: 7, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10526, + offset: 10528, line: 347, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10693, + offset: 10695, line: 350, - col: 4, + col: 6, }, }, ExpressionType: "", @@ -53987,14 +53987,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10571, + offset: 10573, line: 347, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 10611, + offset: 10613, line: 347, - col: 88, + col: 90, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -54006,14 +54006,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10586, + offset: 10588, line: 347, - col: 63, + col: 65, }, end: { '@type': "uast:Position", - offset: 10610, + offset: 10612, line: 347, - col: 87, + col: 89, }, }, ExpressionType: "const char [23]", @@ -54026,14 +54026,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10571, + offset: 10573, line: 347, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 10585, + offset: 10587, line: 347, - col: 62, + col: 64, }, }, ExpressionType: "", @@ -54044,14 +54044,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10571, + offset: 10573, line: 347, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 10585, + offset: 10587, line: 347, - col: 62, + col: 64, }, }, }, @@ -54061,14 +54061,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10621, + offset: 10623, line: 348, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10673, + offset: 10675, line: 348, - col: 59, + col: 61, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -54080,14 +54080,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10636, + offset: 10638, line: 348, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 10672, + offset: 10674, line: 348, - col: 58, + col: 60, }, }, ExpressionType: "const char [35]", @@ -54100,14 +54100,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10621, + offset: 10623, line: 348, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10635, + offset: 10637, line: 348, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -54118,14 +54118,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10621, + offset: 10623, line: 348, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10635, + offset: 10637, line: 348, - col: 21, + col: 23, }, }, }, @@ -54136,14 +54136,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10683, + offset: 10685, line: 349, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10687, + offset: 10689, line: 349, - col: 11, + col: 13, }, }, ExpressionType: "", @@ -54156,14 +54156,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10526, + offset: 10528, line: 347, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10570, + offset: 10572, line: 347, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -54176,14 +54176,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10556, + offset: 10558, line: 347, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 10570, + offset: 10572, line: 347, - col: 47, + col: 49, }, }, }, @@ -54191,14 +54191,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10526, + offset: 10528, line: 347, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10555, + offset: 10557, line: 347, - col: 32, + col: 34, }, }, ExpressionType: "Attempt to use symbol failed: sessionBus", @@ -54208,14 +54208,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10526, + offset: 10528, line: 347, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10553, + offset: 10555, line: 347, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -54225,14 +54225,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10526, + offset: 10528, line: 347, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10553, + offset: 10555, line: 347, - col: 30, + col: 32, }, }, IsConversionOperator: false, @@ -54244,14 +54244,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10526, + offset: 10528, line: 347, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10541, + offset: 10543, line: 347, - col: 18, + col: 20, }, }, }, @@ -54260,14 +54260,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10543, + offset: 10545, line: 347, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 10553, + offset: 10555, line: 347, - col: 30, + col: 32, }, }, }, @@ -54278,14 +54278,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10526, + offset: 10528, line: 347, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10541, + offset: 10543, line: 347, - col: 18, + col: 20, }, }, }, @@ -54300,28 +54300,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10700, + offset: 10702, line: 352, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10978, + offset: 10980, line: 358, - col: 5, + col: 7, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10700, + offset: 10702, line: 352, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10977, + offset: 10979, line: 358, - col: 4, + col: 6, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -54332,14 +54332,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10708, + offset: 10710, line: 352, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10717, + offset: 10719, line: 352, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -54350,14 +54350,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10708, + offset: 10710, line: 352, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10717, + offset: 10719, line: 352, - col: 20, + col: 22, }, }, }, @@ -54366,14 +54366,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10719, + offset: 10721, line: 352, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 10757, + offset: 10759, line: 352, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -54383,14 +54383,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10720, + offset: 10722, line: 352, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 10757, + offset: 10759, line: 352, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -54400,14 +54400,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10720, + offset: 10722, line: 352, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 10757, + offset: 10759, line: 352, - col: 60, + col: 62, }, }, IsConversionOperator: false, @@ -54419,14 +54419,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10720, + offset: 10722, line: 352, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 10741, + offset: 10743, line: 352, - col: 44, + col: 46, }, }, }, @@ -54435,14 +54435,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10743, + offset: 10745, line: 352, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 10757, + offset: 10759, line: 352, - col: 60, + col: 62, }, }, }, @@ -54453,14 +54453,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10720, + offset: 10722, line: 352, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 10741, + offset: 10743, line: 352, - col: 44, + col: 46, }, }, }, @@ -54474,14 +54474,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10759, + offset: 10761, line: 352, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 10763, + offset: 10765, line: 352, - col: 66, + col: 68, }, }, ExpressionType: "", @@ -54493,14 +54493,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10773, + offset: 10775, line: 353, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10971, + offset: 10973, line: 357, - col: 8, + col: 10, }, }, ExpressionType: "[this](uint previousDesktop, uint newDesktop) {\n Q_UNUSED(previousDesktop);\n Q_UNUSED(newDesktop);\n emit currentChanged(m_manager->currentDesktop()->id());\n }", @@ -54510,14 +54510,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10819, + offset: 10821, line: 353, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 10971, + offset: 10973, line: 357, - col: 8, + col: 10, }, }, 'Prop_Statements': [ @@ -54525,28 +54525,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10833, + offset: 10835, line: 354, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10859, + offset: 10861, line: 354, - col: 37, + col: 39, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10833, + offset: 10835, line: 354, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10858, + offset: 10860, line: 354, - col: 36, + col: 38, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -54557,14 +54557,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10842, + offset: 10844, line: 354, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 10857, + offset: 10859, line: 354, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -54575,14 +54575,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10842, + offset: 10844, line: 354, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 10857, + offset: 10859, line: 354, - col: 35, + col: 37, }, }, }, @@ -54592,14 +54592,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10833, + offset: 10835, line: 354, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10841, + offset: 10843, line: 354, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -54610,14 +54610,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10833, + offset: 10835, line: 354, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10841, + offset: 10843, line: 354, - col: 19, + col: 21, }, }, }, @@ -54628,28 +54628,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10872, + offset: 10874, line: 355, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10893, + offset: 10895, line: 355, - col: 32, + col: 34, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10872, + offset: 10874, line: 355, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10892, + offset: 10894, line: 355, - col: 31, + col: 33, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -54660,14 +54660,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10881, + offset: 10883, line: 355, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 10891, + offset: 10893, line: 355, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -54678,14 +54678,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10881, + offset: 10883, line: 355, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 10891, + offset: 10893, line: 355, - col: 30, + col: 32, }, }, }, @@ -54695,14 +54695,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10872, + offset: 10874, line: 355, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10880, + offset: 10882, line: 355, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -54713,14 +54713,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10872, + offset: 10874, line: 355, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10880, + offset: 10882, line: 355, - col: 19, + col: 21, }, }, }, @@ -54731,42 +54731,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10906, + offset: 10908, line: 356, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10961, + offset: 10963, line: 356, - col: 66, + col: 68, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10906, + offset: 10908, line: 356, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10961, + offset: 10963, line: 356, - col: 66, + col: 68, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10906, + offset: 10908, line: 356, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10910, + offset: 10912, line: 356, - col: 15, + col: 17, }, }, IsConst: false, @@ -54784,14 +54784,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10906, + offset: 10908, line: 356, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10910, + offset: 10912, line: 356, - col: 15, + col: 17, }, }, }, @@ -54802,14 +54802,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10911, + offset: 10913, line: 356, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 10960, + offset: 10962, line: 356, - col: 65, + col: 67, }, }, DeclaresParameterPack: false, @@ -54817,14 +54817,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10925, + offset: 10927, line: 356, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 10960, + offset: 10962, line: 356, - col: 65, + col: 67, }, }, 'Prop_Arguments': [ @@ -54832,14 +54832,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10926, + offset: 10928, line: 356, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 10959, + offset: 10961, line: 356, - col: 64, + col: 66, }, }, ExpressionType: "", @@ -54849,14 +54849,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10926, + offset: 10928, line: 356, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 10957, + offset: 10959, line: 356, - col: 62, + col: 64, }, }, ExpressionType: "", @@ -54869,14 +54869,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10955, + offset: 10957, line: 356, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 10957, + offset: 10959, line: 356, - col: 62, + col: 64, }, }, }, @@ -54884,14 +54884,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10926, + offset: 10928, line: 356, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 10953, + offset: 10955, line: 356, - col: 58, + col: 60, }, }, ExpressionType: "", @@ -54901,14 +54901,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10926, + offset: 10928, line: 356, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 10951, + offset: 10953, line: 356, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -54921,14 +54921,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10937, + offset: 10939, line: 356, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 10951, + offset: 10953, line: 356, - col: 56, + col: 58, }, }, }, @@ -54936,14 +54936,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10926, + offset: 10928, line: 356, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 10935, + offset: 10937, line: 356, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -54954,14 +54954,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10926, + offset: 10928, line: 356, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 10935, + offset: 10937, line: 356, - col: 40, + col: 42, }, }, }, @@ -54975,14 +54975,14 @@ '@role': [Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10926, + offset: 10928, line: 356, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 10959, + offset: 10961, line: 356, - col: 64, + col: 66, }, }, ExpressionType: "", @@ -54992,14 +54992,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10926, + offset: 10928, line: 356, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 10957, + offset: 10959, line: 356, - col: 62, + col: 64, }, }, ExpressionType: "", @@ -55012,14 +55012,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10955, + offset: 10957, line: 356, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 10957, + offset: 10959, line: 356, - col: 62, + col: 64, }, }, }, @@ -55027,14 +55027,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10926, + offset: 10928, line: 356, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 10953, + offset: 10955, line: 356, - col: 58, + col: 60, }, }, ExpressionType: "", @@ -55044,14 +55044,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10926, + offset: 10928, line: 356, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 10951, + offset: 10953, line: 356, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -55064,14 +55064,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10937, + offset: 10939, line: 356, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 10951, + offset: 10953, line: 356, - col: 56, + col: 58, }, }, }, @@ -55079,14 +55079,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10926, + offset: 10928, line: 356, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 10935, + offset: 10937, line: 356, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -55097,14 +55097,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10926, + offset: 10928, line: 356, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 10935, + offset: 10937, line: 356, - col: 40, + col: 42, }, }, }, @@ -55119,14 +55119,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10911, + offset: 10913, line: 356, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 10925, + offset: 10927, line: 356, - col: 30, + col: 32, }, }, }, @@ -55142,14 +55142,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10779, + offset: 10781, line: 353, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10818, + offset: 10820, line: 353, - col: 52, + col: 54, }, }, IsConst: false, @@ -55163,28 +55163,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Initializer': { '@type': "CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Arguments': [ @@ -55192,14 +55192,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -55210,14 +55210,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, }, @@ -55227,14 +55227,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -55245,14 +55245,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, }, @@ -55262,14 +55262,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -55280,14 +55280,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, }, @@ -55297,14 +55297,14 @@ '@role': [Declaration, Identifier, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, }, }, @@ -55313,28 +55313,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Initializer': { '@type': "CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Arguments': [ @@ -55342,14 +55342,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -55360,14 +55360,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, }, @@ -55377,14 +55377,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -55395,14 +55395,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, }, @@ -55412,14 +55412,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -55430,14 +55430,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, }, @@ -55447,14 +55447,14 @@ '@role': [Declaration, Identifier, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, }, }, @@ -55465,14 +55465,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10785, + offset: 10787, line: 353, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 10800, + offset: 10802, line: 353, - col: 34, + col: 36, }, }, DeclaresParameterPack: false, @@ -55481,14 +55481,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10785, + offset: 10787, line: 353, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 10800, + offset: 10802, line: 353, - col: 34, + col: 36, }, }, }, @@ -55496,14 +55496,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10780, + offset: 10782, line: 353, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 10784, + offset: 10786, line: 353, - col: 18, + col: 20, }, }, IsConst: false, @@ -55521,14 +55521,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10780, + offset: 10782, line: 353, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 10784, + offset: 10786, line: 353, - col: 18, + col: 20, }, }, }, @@ -55539,14 +55539,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10807, + offset: 10809, line: 353, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 10817, + offset: 10819, line: 353, - col: 51, + col: 53, }, }, DeclaresParameterPack: false, @@ -55555,14 +55555,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10807, + offset: 10809, line: 353, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 10817, + offset: 10819, line: 353, - col: 51, + col: 53, }, }, }, @@ -55570,14 +55570,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10802, + offset: 10804, line: 353, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 10806, + offset: 10808, line: 353, - col: 40, + col: 42, }, }, IsConst: false, @@ -55595,14 +55595,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10802, + offset: 10804, line: 353, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 10806, + offset: 10808, line: 353, - col: 40, + col: 42, }, }, }, @@ -55618,14 +55618,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10700, + offset: 10702, line: 352, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10707, + offset: 10709, line: 352, - col: 10, + col: 12, }, }, ExpressionType: "", @@ -55636,14 +55636,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10700, + offset: 10702, line: 352, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10707, + offset: 10709, line: 352, - col: 10, + col: 12, }, }, }, @@ -55654,28 +55654,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10984, + offset: 10986, line: 360, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11239, + offset: 11241, line: 366, - col: 5, + col: 7, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10984, + offset: 10986, line: 360, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11238, + offset: 11240, line: 366, - col: 4, + col: 6, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -55686,14 +55686,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10992, + offset: 10994, line: 360, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11001, + offset: 11003, line: 360, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -55704,14 +55704,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10992, + offset: 10994, line: 360, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11001, + offset: 11003, line: 360, - col: 20, + col: 22, }, }, }, @@ -55720,14 +55720,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11003, + offset: 11005, line: 360, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 11039, + offset: 11041, line: 360, - col: 58, + col: 60, }, }, ExpressionType: "", @@ -55737,14 +55737,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11004, + offset: 11006, line: 360, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 11039, + offset: 11041, line: 360, - col: 58, + col: 60, }, }, ExpressionType: "", @@ -55754,14 +55754,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11004, + offset: 11006, line: 360, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 11039, + offset: 11041, line: 360, - col: 58, + col: 60, }, }, IsConversionOperator: false, @@ -55773,14 +55773,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11004, + offset: 11006, line: 360, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 11025, + offset: 11027, line: 360, - col: 44, + col: 46, }, }, }, @@ -55789,14 +55789,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11027, + offset: 11029, line: 360, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 11039, + offset: 11041, line: 360, - col: 58, + col: 60, }, }, }, @@ -55807,14 +55807,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11004, + offset: 11006, line: 360, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 11025, + offset: 11027, line: 360, - col: 44, + col: 46, }, }, }, @@ -55828,14 +55828,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11041, + offset: 11043, line: 360, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 11045, + offset: 11047, line: 360, - col: 64, + col: 66, }, }, ExpressionType: "", @@ -55847,14 +55847,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11055, + offset: 11057, line: 361, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11232, + offset: 11234, line: 365, - col: 8, + col: 10, }, }, ExpressionType: "[this](uint previousCount, uint newCount) {\n Q_UNUSED(previousCount);\n emit countChanged(newCount);\n emit desktopsChanged(desktops());\n }", @@ -55864,14 +55864,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11097, + offset: 11099, line: 361, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 11232, + offset: 11234, line: 365, - col: 8, + col: 10, }, }, 'Prop_Statements': [ @@ -55879,28 +55879,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11111, + offset: 11113, line: 362, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11135, + offset: 11137, line: 362, - col: 35, + col: 37, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11111, + offset: 11113, line: 362, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11134, + offset: 11136, line: 362, - col: 34, + col: 36, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -55911,14 +55911,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11120, + offset: 11122, line: 362, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 11133, + offset: 11135, line: 362, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -55929,14 +55929,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11120, + offset: 11122, line: 362, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 11133, + offset: 11135, line: 362, - col: 33, + col: 35, }, }, }, @@ -55946,14 +55946,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11111, + offset: 11113, line: 362, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11119, + offset: 11121, line: 362, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -55964,14 +55964,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11111, + offset: 11113, line: 362, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11119, + offset: 11121, line: 362, - col: 19, + col: 21, }, }, }, @@ -55982,42 +55982,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11148, + offset: 11150, line: 363, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11176, + offset: 11178, line: 363, - col: 39, + col: 41, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11148, + offset: 11150, line: 363, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11176, + offset: 11178, line: 363, - col: 39, + col: 41, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11148, + offset: 11150, line: 363, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11152, + offset: 11154, line: 363, - col: 15, + col: 17, }, }, IsConst: false, @@ -56035,14 +56035,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11148, + offset: 11150, line: 363, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11152, + offset: 11154, line: 363, - col: 15, + col: 17, }, }, }, @@ -56053,14 +56053,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11153, + offset: 11155, line: 363, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 11175, + offset: 11177, line: 363, - col: 38, + col: 40, }, }, DeclaresParameterPack: false, @@ -56068,14 +56068,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11165, + offset: 11167, line: 363, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 11175, + offset: 11177, line: 363, - col: 38, + col: 40, }, }, 'Prop_Arguments': [ @@ -56083,14 +56083,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11166, + offset: 11168, line: 363, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 11174, + offset: 11176, line: 363, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -56101,14 +56101,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11166, + offset: 11168, line: 363, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 11174, + offset: 11176, line: 363, - col: 37, + col: 39, }, }, }, @@ -56118,14 +56118,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11166, + offset: 11168, line: 363, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 11174, + offset: 11176, line: 363, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -56136,14 +56136,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11166, + offset: 11168, line: 363, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 11174, + offset: 11176, line: 363, - col: 37, + col: 39, }, }, }, @@ -56154,14 +56154,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11153, + offset: 11155, line: 363, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 11165, + offset: 11167, line: 363, - col: 28, + col: 30, }, }, }, @@ -56174,42 +56174,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11189, + offset: 11191, line: 364, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11222, + offset: 11224, line: 364, - col: 44, + col: 46, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11189, + offset: 11191, line: 364, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11222, + offset: 11224, line: 364, - col: 44, + col: 46, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11189, + offset: 11191, line: 364, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11193, + offset: 11195, line: 364, - col: 15, + col: 17, }, }, IsConst: false, @@ -56227,14 +56227,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11189, + offset: 11191, line: 364, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11193, + offset: 11195, line: 364, - col: 15, + col: 17, }, }, }, @@ -56245,14 +56245,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11194, + offset: 11196, line: 364, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 11221, + offset: 11223, line: 364, - col: 43, + col: 45, }, }, DeclaresParameterPack: false, @@ -56260,14 +56260,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11209, + offset: 11211, line: 364, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 11221, + offset: 11223, line: 364, - col: 43, + col: 45, }, }, 'Prop_Arguments': [ @@ -56275,14 +56275,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11210, + offset: 11212, line: 364, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 11220, + offset: 11222, line: 364, - col: 42, + col: 44, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -56292,14 +56292,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11210, + offset: 11212, line: 364, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 11218, + offset: 11220, line: 364, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -56310,14 +56310,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11210, + offset: 11212, line: 364, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 11218, + offset: 11220, line: 364, - col: 40, + col: 42, }, }, }, @@ -56328,14 +56328,14 @@ '@role': [Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11210, + offset: 11212, line: 364, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 11220, + offset: 11222, line: 364, - col: 42, + col: 44, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -56345,14 +56345,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11210, + offset: 11212, line: 364, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 11218, + offset: 11220, line: 364, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -56363,14 +56363,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11210, + offset: 11212, line: 364, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 11218, + offset: 11220, line: 364, - col: 40, + col: 42, }, }, }, @@ -56382,14 +56382,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11194, + offset: 11196, line: 364, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 11209, + offset: 11211, line: 364, - col: 31, + col: 33, }, }, }, @@ -56405,14 +56405,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11061, + offset: 11063, line: 361, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 11096, + offset: 11098, line: 361, - col: 48, + col: 50, }, }, IsConst: false, @@ -56426,28 +56426,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Initializer': { '@type': "CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Arguments': [ @@ -56455,14 +56455,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -56473,14 +56473,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, }, @@ -56490,14 +56490,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -56508,14 +56508,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, }, @@ -56525,14 +56525,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -56543,14 +56543,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, }, @@ -56560,14 +56560,14 @@ '@role': [Declaration, Identifier, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, }, }, @@ -56576,28 +56576,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Initializer': { '@type': "CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Arguments': [ @@ -56605,14 +56605,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -56623,14 +56623,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, }, @@ -56640,14 +56640,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -56658,14 +56658,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, }, @@ -56675,14 +56675,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -56693,14 +56693,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, }, @@ -56710,14 +56710,14 @@ '@role': [Declaration, Identifier, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, }, }, @@ -56728,14 +56728,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11067, + offset: 11069, line: 361, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 11080, + offset: 11082, line: 361, - col: 32, + col: 34, }, }, DeclaresParameterPack: false, @@ -56744,14 +56744,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11067, + offset: 11069, line: 361, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 11080, + offset: 11082, line: 361, - col: 32, + col: 34, }, }, }, @@ -56759,14 +56759,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11062, + offset: 11064, line: 361, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 11066, + offset: 11068, line: 361, - col: 18, + col: 20, }, }, IsConst: false, @@ -56784,14 +56784,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11062, + offset: 11064, line: 361, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 11066, + offset: 11068, line: 361, - col: 18, + col: 20, }, }, }, @@ -56802,14 +56802,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11087, + offset: 11089, line: 361, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 11095, + offset: 11097, line: 361, - col: 47, + col: 49, }, }, DeclaresParameterPack: false, @@ -56818,14 +56818,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11087, + offset: 11089, line: 361, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 11095, + offset: 11097, line: 361, - col: 47, + col: 49, }, }, }, @@ -56833,14 +56833,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11082, + offset: 11084, line: 361, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 11086, + offset: 11088, line: 361, - col: 38, + col: 40, }, }, IsConst: false, @@ -56858,14 +56858,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11082, + offset: 11084, line: 361, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 11086, + offset: 11088, line: 361, - col: 38, + col: 40, }, }, }, @@ -56881,14 +56881,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10984, + offset: 10986, line: 360, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10991, + offset: 10993, line: 360, - col: 10, + col: 12, }, }, ExpressionType: "", @@ -56899,14 +56899,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10984, + offset: 10986, line: 360, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10991, + offset: 10993, line: 360, - col: 10, + col: 12, }, }, }, @@ -56917,28 +56917,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11245, + offset: 11247, line: 368, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11442, + offset: 11444, line: 372, - col: 5, + col: 7, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11245, + offset: 11247, line: 368, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11441, + offset: 11443, line: 372, - col: 4, + col: 6, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -56949,14 +56949,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11253, + offset: 11255, line: 368, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11262, + offset: 11264, line: 368, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -56967,14 +56967,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11253, + offset: 11255, line: 368, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11262, + offset: 11264, line: 368, - col: 20, + col: 22, }, }, }, @@ -56983,14 +56983,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11264, + offset: 11266, line: 368, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 11319, + offset: 11321, line: 368, - col: 77, + col: 79, }, }, ExpressionType: "", @@ -57000,14 +57000,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11265, + offset: 11267, line: 368, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 11319, + offset: 11321, line: 368, - col: 77, + col: 79, }, }, ExpressionType: "", @@ -57017,14 +57017,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11265, + offset: 11267, line: 368, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 11319, + offset: 11321, line: 368, - col: 77, + col: 79, }, }, IsConversionOperator: false, @@ -57036,14 +57036,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11265, + offset: 11267, line: 368, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 11286, + offset: 11288, line: 368, - col: 44, + col: 46, }, }, }, @@ -57052,14 +57052,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11288, + offset: 11290, line: 368, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 11319, + offset: 11321, line: 368, - col: 77, + col: 79, }, }, }, @@ -57070,14 +57070,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11265, + offset: 11267, line: 368, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 11286, + offset: 11288, line: 368, - col: 44, + col: 46, }, }, }, @@ -57091,14 +57091,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11321, + offset: 11323, line: 368, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 11325, + offset: 11327, line: 368, - col: 83, + col: 85, }, }, ExpressionType: "", @@ -57110,14 +57110,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11335, + offset: 11337, line: 369, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11435, + offset: 11437, line: 371, - col: 8, + col: 10, }, }, ExpressionType: "[this]() {\n emit navigationWrappingAroundChanged(isNavigationWrappingAround());\n }", @@ -57127,14 +57127,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11344, + offset: 11346, line: 369, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 11435, + offset: 11437, line: 371, - col: 8, + col: 10, }, }, 'Prop_Statements': [ @@ -57142,42 +57142,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11358, + offset: 11360, line: 370, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11425, + offset: 11427, line: 370, - col: 78, + col: 80, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11358, + offset: 11360, line: 370, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11425, + offset: 11427, line: 370, - col: 78, + col: 80, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11358, + offset: 11360, line: 370, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11362, + offset: 11364, line: 370, - col: 15, + col: 17, }, }, IsConst: false, @@ -57195,14 +57195,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11358, + offset: 11360, line: 370, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11362, + offset: 11364, line: 370, - col: 15, + col: 17, }, }, }, @@ -57213,14 +57213,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11363, + offset: 11365, line: 370, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 11424, + offset: 11426, line: 370, - col: 77, + col: 79, }, }, DeclaresParameterPack: false, @@ -57228,14 +57228,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11394, + offset: 11396, line: 370, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 11424, + offset: 11426, line: 370, - col: 77, + col: 79, }, }, 'Prop_Arguments': [ @@ -57243,14 +57243,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11395, + offset: 11397, line: 370, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 11423, + offset: 11425, line: 370, - col: 76, + col: 78, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -57260,14 +57260,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11395, + offset: 11397, line: 370, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 11421, + offset: 11423, line: 370, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -57278,14 +57278,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11395, + offset: 11397, line: 370, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 11421, + offset: 11423, line: 370, - col: 74, + col: 76, }, }, }, @@ -57296,14 +57296,14 @@ '@role': [Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11395, + offset: 11397, line: 370, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 11423, + offset: 11425, line: 370, - col: 76, + col: 78, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -57313,14 +57313,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11395, + offset: 11397, line: 370, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 11421, + offset: 11423, line: 370, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -57331,14 +57331,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11395, + offset: 11397, line: 370, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 11421, + offset: 11423, line: 370, - col: 74, + col: 76, }, }, }, @@ -57350,14 +57350,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11363, + offset: 11365, line: 370, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 11394, + offset: 11396, line: 370, - col: 47, + col: 49, }, }, }, @@ -57373,14 +57373,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11341, + offset: 11343, line: 369, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 11343, + offset: 11345, line: 369, - col: 15, + col: 17, }, }, IsConst: false, @@ -57394,28 +57394,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Initializer': { '@type': "CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Arguments': [ @@ -57423,14 +57423,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -57441,14 +57441,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, }, @@ -57458,14 +57458,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -57476,14 +57476,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, }, @@ -57493,14 +57493,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -57511,14 +57511,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, }, @@ -57528,14 +57528,14 @@ '@role': [Declaration, Identifier, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, }, }, @@ -57544,28 +57544,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Initializer': { '@type': "CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Arguments': [ @@ -57573,14 +57573,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -57591,14 +57591,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, }, @@ -57608,14 +57608,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -57626,14 +57626,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, }, @@ -57643,14 +57643,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -57661,14 +57661,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, }, @@ -57678,14 +57678,14 @@ '@role': [Declaration, Identifier, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, }, }, @@ -57699,14 +57699,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11245, + offset: 11247, line: 368, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11252, + offset: 11254, line: 368, - col: 10, + col: 12, }, }, ExpressionType: "", @@ -57717,14 +57717,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11245, + offset: 11247, line: 368, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11252, + offset: 11254, line: 368, - col: 10, + col: 12, }, }, }, @@ -57735,28 +57735,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11448, + offset: 11450, line: 374, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11560, + offset: 11562, line: 374, - col: 115, + col: 117, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11448, + offset: 11450, line: 374, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11559, + offset: 11561, line: 374, - col: 114, + col: 116, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -57767,14 +57767,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11456, + offset: 11458, line: 374, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11465, + offset: 11467, line: 374, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -57785,14 +57785,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11456, + offset: 11458, line: 374, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11465, + offset: 11467, line: 374, - col: 20, + col: 22, }, }, }, @@ -57801,14 +57801,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11467, + offset: 11469, line: 374, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 11502, + offset: 11504, line: 374, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -57818,14 +57818,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11468, + offset: 11470, line: 374, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 11502, + offset: 11504, line: 374, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -57835,14 +57835,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11468, + offset: 11470, line: 374, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 11502, + offset: 11504, line: 374, - col: 57, + col: 59, }, }, IsConversionOperator: false, @@ -57854,14 +57854,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11468, + offset: 11470, line: 374, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 11489, + offset: 11491, line: 374, - col: 44, + col: 46, }, }, }, @@ -57870,14 +57870,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11491, + offset: 11493, line: 374, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 11502, + offset: 11504, line: 374, - col: 57, + col: 59, }, }, }, @@ -57888,14 +57888,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11468, + offset: 11470, line: 374, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 11489, + offset: 11491, line: 374, - col: 44, + col: 46, }, }, }, @@ -57909,14 +57909,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11504, + offset: 11506, line: 374, - col: 59, + col: 61, }, end: { '@type': "uast:Position", - offset: 11508, + offset: 11510, line: 374, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -57928,14 +57928,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11510, + offset: 11512, line: 374, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 11558, + offset: 11560, line: 374, - col: 113, + col: 115, }, }, ExpressionType: "", @@ -57945,14 +57945,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11511, + offset: 11513, line: 374, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 11558, + offset: 11560, line: 374, - col: 113, + col: 115, }, }, ExpressionType: "", @@ -57962,14 +57962,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11511, + offset: 11513, line: 374, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 11558, + offset: 11560, line: 374, - col: 113, + col: 115, }, }, IsConversionOperator: false, @@ -57981,14 +57981,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11511, + offset: 11513, line: 374, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 11545, + offset: 11547, line: 374, - col: 100, + col: 102, }, }, }, @@ -57997,14 +57997,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11547, + offset: 11549, line: 374, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 11558, + offset: 11560, line: 374, - col: 113, + col: 115, }, }, }, @@ -58015,14 +58015,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11511, + offset: 11513, line: 374, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 11545, + offset: 11547, line: 374, - col: 100, + col: 102, }, }, }, @@ -58036,14 +58036,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11448, + offset: 11450, line: 374, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11455, + offset: 11457, line: 374, - col: 10, + col: 12, }, }, ExpressionType: "", @@ -58054,14 +58054,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11448, + offset: 11450, line: 374, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11455, + offset: 11457, line: 374, - col: 10, + col: 12, }, }, }, @@ -58072,28 +58072,28 @@ '@role': [For, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11566, + offset: 11568, line: 376, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12294, + offset: 12296, line: 391, - col: 4, + col: 6, }, }, 'Prop_Body': { '@type': "CPPASTCompoundStatement", '@role': [Body, For], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11605, + offset: 11607, line: 376, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 12294, + offset: 12296, line: 391, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -58101,28 +58101,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11615, + offset: 11617, line: 377, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11953, + offset: 11955, line: 383, - col: 9, + col: 11, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11615, + offset: 11617, line: 377, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11952, + offset: 11954, line: 383, - col: 8, + col: 10, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -58133,14 +58133,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11623, + offset: 11625, line: 377, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 11625, + offset: 11627, line: 377, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -58151,14 +58151,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11623, + offset: 11625, line: 377, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 11625, + offset: 11627, line: 377, - col: 17, + col: 19, }, }, }, @@ -58167,14 +58167,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11627, + offset: 11629, line: 377, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 11667, + offset: 11669, line: 377, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -58184,14 +58184,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11628, + offset: 11630, line: 377, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 11667, + offset: 11669, line: 377, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -58201,14 +58201,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11628, + offset: 11630, line: 377, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 11667, + offset: 11669, line: 377, - col: 59, + col: 61, }, }, IsConversionOperator: false, @@ -58220,14 +58220,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11628, + offset: 11630, line: 377, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 11642, + offset: 11644, line: 377, - col: 34, + col: 36, }, }, }, @@ -58236,14 +58236,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11644, + offset: 11646, line: 377, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 11667, + offset: 11669, line: 377, - col: 59, + col: 61, }, }, }, @@ -58254,14 +58254,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11628, + offset: 11630, line: 377, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 11642, + offset: 11644, line: 377, - col: 34, + col: 36, }, }, }, @@ -58275,14 +58275,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11669, + offset: 11671, line: 377, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 11673, + offset: 11675, line: 377, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -58294,14 +58294,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11687, + offset: 11689, line: 378, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 11942, + offset: 11944, line: 382, - col: 12, + col: 14, }, }, ExpressionType: "[this, vd]() {\n DBusDesktopDataStruct data{.position = vd->x11DesktopNumber() - 1, .id = vd->id(), .name = vd->name()};\n emit desktopDataChanged(vd->id(), data);\n emit desktopsChanged(desktops());\n }", @@ -58311,14 +58311,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11700, + offset: 11702, line: 378, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 11942, + offset: 11944, line: 382, - col: 12, + col: 14, }, }, 'Prop_Statements': [ @@ -58326,28 +58326,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11718, + offset: 11720, line: 379, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 11739, + offset: 11741, line: 379, - col: 36, + col: 38, }, }, 'Prop_Expression': { '@type': "CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11718, + offset: 11720, line: 379, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 11739, + offset: 11741, line: 379, - col: 36, + col: 38, }, }, ExpressionType: "", @@ -58358,14 +58358,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11718, + offset: 11720, line: 379, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 11739, + offset: 11741, line: 379, - col: 36, + col: 38, }, }, }, @@ -58375,14 +58375,14 @@ '@role': [Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11738, + offset: 11740, line: 379, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 11739, + offset: 11741, line: 379, - col: 36, + col: 38, }, }, }, @@ -58390,28 +58390,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11740, + offset: 11742, line: 379, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 11821, + offset: 11823, line: 379, - col: 118, + col: 120, }, }, 'Prop_Expression': { '@type': "CPPASTSimpleTypeConstructorExpression", '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11740, + offset: 11742, line: 379, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 11820, + offset: 11822, line: 379, - col: 117, + col: 119, }, }, ExpressionType: "", @@ -58421,14 +58421,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11740, + offset: 11742, line: 379, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 11744, + offset: 11746, line: 379, - col: 41, + col: 43, }, }, IsConst: false, @@ -58446,14 +58446,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11740, + offset: 11742, line: 379, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 11744, + offset: 11746, line: 379, - col: 41, + col: 43, }, }, }, @@ -58463,14 +58463,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11744, + offset: 11746, line: 379, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 11820, + offset: 11822, line: 379, - col: 117, + col: 119, }, }, 'Prop_Clauses': [ @@ -58478,14 +58478,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11745, + offset: 11747, line: 379, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 11783, + offset: 11785, line: 379, - col: 80, + col: 82, }, }, 'Prop_Designators': [ @@ -58494,14 +58494,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11746, + offset: 11748, line: 379, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 11754, + offset: 11756, line: 379, - col: 51, + col: 53, }, }, }, @@ -58511,14 +58511,14 @@ '@role': [Arithmetic, Binary, Expression, Substract], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11757, + offset: 11759, line: 379, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 11783, + offset: 11785, line: 379, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -58529,14 +58529,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11782, + offset: 11784, line: 379, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 11783, + offset: 11785, line: 379, - col: 80, + col: 82, }, }, ExpressionType: "int", @@ -58548,14 +58548,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11757, + offset: 11759, line: 379, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 11779, + offset: 11781, line: 379, - col: 76, + col: 78, }, }, ExpressionType: "", @@ -58565,14 +58565,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11757, + offset: 11759, line: 379, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 11777, + offset: 11779, line: 379, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -58585,14 +58585,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11761, + offset: 11763, line: 379, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 11777, + offset: 11779, line: 379, - col: 74, + col: 76, }, }, }, @@ -58600,14 +58600,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11757, + offset: 11759, line: 379, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 11759, + offset: 11761, line: 379, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -58618,14 +58618,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11757, + offset: 11759, line: 379, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 11759, + offset: 11761, line: 379, - col: 56, + col: 58, }, }, }, @@ -58637,14 +58637,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11782, + offset: 11784, line: 379, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 11783, + offset: 11785, line: 379, - col: 80, + col: 82, }, }, ExpressionType: "int", @@ -58658,14 +58658,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11785, + offset: 11787, line: 379, - col: 82, + col: 84, }, end: { '@type': "uast:Position", - offset: 11799, + offset: 11801, line: 379, - col: 96, + col: 98, }, }, 'Prop_Designators': [ @@ -58674,14 +58674,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11786, + offset: 11788, line: 379, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 11788, + offset: 11790, line: 379, - col: 85, + col: 87, }, }, }, @@ -58690,14 +58690,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11791, + offset: 11793, line: 379, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 11799, + offset: 11801, line: 379, - col: 96, + col: 98, }, }, ExpressionType: "", @@ -58707,14 +58707,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11791, + offset: 11793, line: 379, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 11797, + offset: 11799, line: 379, - col: 94, + col: 96, }, }, ExpressionType: "", @@ -58727,14 +58727,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11795, + offset: 11797, line: 379, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 11797, + offset: 11799, line: 379, - col: 94, + col: 96, }, }, }, @@ -58742,14 +58742,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11791, + offset: 11793, line: 379, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 11793, + offset: 11795, line: 379, - col: 90, + col: 92, }, }, ExpressionType: "", @@ -58760,14 +58760,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11791, + offset: 11793, line: 379, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 11793, + offset: 11795, line: 379, - col: 90, + col: 92, }, }, }, @@ -58779,14 +58779,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11801, + offset: 11803, line: 379, - col: 98, + col: 100, }, end: { '@type': "uast:Position", - offset: 11819, + offset: 11821, line: 379, - col: 116, + col: 118, }, }, 'Prop_Designators': [ @@ -58795,14 +58795,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11802, + offset: 11804, line: 379, - col: 99, + col: 101, }, end: { '@type': "uast:Position", - offset: 11806, + offset: 11808, line: 379, - col: 103, + col: 105, }, }, }, @@ -58811,14 +58811,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11809, + offset: 11811, line: 379, - col: 106, + col: 108, }, end: { '@type': "uast:Position", - offset: 11819, + offset: 11821, line: 379, - col: 116, + col: 118, }, }, ExpressionType: "", @@ -58828,14 +58828,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11809, + offset: 11811, line: 379, - col: 106, + col: 108, }, end: { '@type': "uast:Position", - offset: 11817, + offset: 11819, line: 379, - col: 114, + col: 116, }, }, ExpressionType: "", @@ -58848,14 +58848,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11813, + offset: 11815, line: 379, - col: 110, + col: 112, }, end: { '@type': "uast:Position", - offset: 11817, + offset: 11819, line: 379, - col: 114, + col: 116, }, }, }, @@ -58863,14 +58863,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11809, + offset: 11811, line: 379, - col: 106, + col: 108, }, end: { '@type': "uast:Position", - offset: 11811, + offset: 11813, line: 379, - col: 108, + col: 110, }, }, ExpressionType: "", @@ -58881,14 +58881,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11809, + offset: 11811, line: 379, - col: 106, + col: 108, }, end: { '@type': "uast:Position", - offset: 11811, + offset: 11813, line: 379, - col: 108, + col: 110, }, }, }, @@ -58902,14 +58902,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11745, + offset: 11747, line: 379, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 11783, + offset: 11785, line: 379, - col: 80, + col: 82, }, }, 'Prop_Designators': [ @@ -58918,14 +58918,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11746, + offset: 11748, line: 379, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 11754, + offset: 11756, line: 379, - col: 51, + col: 53, }, }, }, @@ -58935,14 +58935,14 @@ '@role': [Arithmetic, Binary, Expression, Substract], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11757, + offset: 11759, line: 379, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 11783, + offset: 11785, line: 379, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -58953,14 +58953,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11782, + offset: 11784, line: 379, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 11783, + offset: 11785, line: 379, - col: 80, + col: 82, }, }, ExpressionType: "int", @@ -58972,14 +58972,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11757, + offset: 11759, line: 379, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 11779, + offset: 11781, line: 379, - col: 76, + col: 78, }, }, ExpressionType: "", @@ -58989,14 +58989,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11757, + offset: 11759, line: 379, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 11777, + offset: 11779, line: 379, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -59009,14 +59009,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11761, + offset: 11763, line: 379, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 11777, + offset: 11779, line: 379, - col: 74, + col: 76, }, }, }, @@ -59024,14 +59024,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11757, + offset: 11759, line: 379, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 11759, + offset: 11761, line: 379, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -59042,14 +59042,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11757, + offset: 11759, line: 379, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 11759, + offset: 11761, line: 379, - col: 56, + col: 58, }, }, }, @@ -59061,14 +59061,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11782, + offset: 11784, line: 379, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 11783, + offset: 11785, line: 379, - col: 80, + col: 82, }, }, ExpressionType: "int", @@ -59082,14 +59082,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11785, + offset: 11787, line: 379, - col: 82, + col: 84, }, end: { '@type': "uast:Position", - offset: 11799, + offset: 11801, line: 379, - col: 96, + col: 98, }, }, 'Prop_Designators': [ @@ -59098,14 +59098,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11786, + offset: 11788, line: 379, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 11788, + offset: 11790, line: 379, - col: 85, + col: 87, }, }, }, @@ -59114,14 +59114,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11791, + offset: 11793, line: 379, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 11799, + offset: 11801, line: 379, - col: 96, + col: 98, }, }, ExpressionType: "", @@ -59131,14 +59131,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11791, + offset: 11793, line: 379, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 11797, + offset: 11799, line: 379, - col: 94, + col: 96, }, }, ExpressionType: "", @@ -59151,14 +59151,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11795, + offset: 11797, line: 379, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 11797, + offset: 11799, line: 379, - col: 94, + col: 96, }, }, }, @@ -59166,14 +59166,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11791, + offset: 11793, line: 379, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 11793, + offset: 11795, line: 379, - col: 90, + col: 92, }, }, ExpressionType: "", @@ -59184,14 +59184,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11791, + offset: 11793, line: 379, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 11793, + offset: 11795, line: 379, - col: 90, + col: 92, }, }, }, @@ -59203,14 +59203,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11801, + offset: 11803, line: 379, - col: 98, + col: 100, }, end: { '@type': "uast:Position", - offset: 11819, + offset: 11821, line: 379, - col: 116, + col: 118, }, }, 'Prop_Designators': [ @@ -59219,14 +59219,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11802, + offset: 11804, line: 379, - col: 99, + col: 101, }, end: { '@type': "uast:Position", - offset: 11806, + offset: 11808, line: 379, - col: 103, + col: 105, }, }, }, @@ -59235,14 +59235,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11809, + offset: 11811, line: 379, - col: 106, + col: 108, }, end: { '@type': "uast:Position", - offset: 11819, + offset: 11821, line: 379, - col: 116, + col: 118, }, }, ExpressionType: "", @@ -59252,14 +59252,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11809, + offset: 11811, line: 379, - col: 106, + col: 108, }, end: { '@type': "uast:Position", - offset: 11817, + offset: 11819, line: 379, - col: 114, + col: 116, }, }, ExpressionType: "", @@ -59272,14 +59272,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11813, + offset: 11815, line: 379, - col: 110, + col: 112, }, end: { '@type': "uast:Position", - offset: 11817, + offset: 11819, line: 379, - col: 114, + col: 116, }, }, }, @@ -59287,14 +59287,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11809, + offset: 11811, line: 379, - col: 106, + col: 108, }, end: { '@type': "uast:Position", - offset: 11811, + offset: 11813, line: 379, - col: 108, + col: 110, }, }, ExpressionType: "", @@ -59305,14 +59305,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11809, + offset: 11811, line: 379, - col: 106, + col: 108, }, end: { '@type': "uast:Position", - offset: 11811, + offset: 11813, line: 379, - col: 108, + col: 110, }, }, }, @@ -59329,42 +59329,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11838, + offset: 11840, line: 380, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 11878, + offset: 11880, line: 380, - col: 55, + col: 57, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11838, + offset: 11840, line: 380, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 11878, + offset: 11880, line: 380, - col: 55, + col: 57, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11838, + offset: 11840, line: 380, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 11842, + offset: 11844, line: 380, - col: 19, + col: 21, }, }, IsConst: false, @@ -59382,14 +59382,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11838, + offset: 11840, line: 380, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 11842, + offset: 11844, line: 380, - col: 19, + col: 21, }, }, }, @@ -59400,14 +59400,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11843, + offset: 11845, line: 380, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 11877, + offset: 11879, line: 380, - col: 54, + col: 56, }, }, DeclaresParameterPack: false, @@ -59415,14 +59415,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11861, + offset: 11863, line: 380, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 11877, + offset: 11879, line: 380, - col: 54, + col: 56, }, }, 'Prop_Arguments': [ @@ -59430,14 +59430,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11862, + offset: 11864, line: 380, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 11870, + offset: 11872, line: 380, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -59447,14 +59447,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11862, + offset: 11864, line: 380, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 11868, + offset: 11870, line: 380, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -59467,14 +59467,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11866, + offset: 11868, line: 380, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 11868, + offset: 11870, line: 380, - col: 45, + col: 47, }, }, }, @@ -59482,14 +59482,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11862, + offset: 11864, line: 380, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 11864, + offset: 11866, line: 380, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -59500,14 +59500,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11862, + offset: 11864, line: 380, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 11864, + offset: 11866, line: 380, - col: 41, + col: 43, }, }, }, @@ -59518,14 +59518,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11872, + offset: 11874, line: 380, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 11876, + offset: 11878, line: 380, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -59536,14 +59536,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11872, + offset: 11874, line: 380, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 11876, + offset: 11878, line: 380, - col: 53, + col: 55, }, }, }, @@ -59560,14 +59560,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11862, + offset: 11864, line: 380, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 11870, + offset: 11872, line: 380, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -59577,14 +59577,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11862, + offset: 11864, line: 380, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 11868, + offset: 11870, line: 380, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -59597,14 +59597,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11866, + offset: 11868, line: 380, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 11868, + offset: 11870, line: 380, - col: 45, + col: 47, }, }, }, @@ -59612,14 +59612,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11862, + offset: 11864, line: 380, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 11864, + offset: 11866, line: 380, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -59630,14 +59630,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11862, + offset: 11864, line: 380, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 11864, + offset: 11866, line: 380, - col: 41, + col: 43, }, }, }, @@ -59648,14 +59648,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11872, + offset: 11874, line: 380, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 11876, + offset: 11878, line: 380, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -59666,14 +59666,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11872, + offset: 11874, line: 380, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 11876, + offset: 11878, line: 380, - col: 53, + col: 55, }, }, }, @@ -59686,14 +59686,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11843, + offset: 11845, line: 380, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 11861, + offset: 11863, line: 380, - col: 38, + col: 40, }, }, }, @@ -59706,42 +59706,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11895, + offset: 11897, line: 381, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 11928, + offset: 11930, line: 381, - col: 48, + col: 50, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11895, + offset: 11897, line: 381, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 11928, + offset: 11930, line: 381, - col: 48, + col: 50, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11895, + offset: 11897, line: 381, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 11899, + offset: 11901, line: 381, - col: 19, + col: 21, }, }, IsConst: false, @@ -59759,14 +59759,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11895, + offset: 11897, line: 381, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 11899, + offset: 11901, line: 381, - col: 19, + col: 21, }, }, }, @@ -59777,14 +59777,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11900, + offset: 11902, line: 381, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 11927, + offset: 11929, line: 381, - col: 47, + col: 49, }, }, DeclaresParameterPack: false, @@ -59792,14 +59792,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11915, + offset: 11917, line: 381, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 11927, + offset: 11929, line: 381, - col: 47, + col: 49, }, }, 'Prop_Arguments': [ @@ -59807,14 +59807,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11916, + offset: 11918, line: 381, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 11926, + offset: 11928, line: 381, - col: 46, + col: 48, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -59824,14 +59824,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11916, + offset: 11918, line: 381, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 11924, + offset: 11926, line: 381, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -59842,14 +59842,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11916, + offset: 11918, line: 381, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 11924, + offset: 11926, line: 381, - col: 44, + col: 46, }, }, }, @@ -59860,14 +59860,14 @@ '@role': [Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11916, + offset: 11918, line: 381, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 11926, + offset: 11928, line: 381, - col: 46, + col: 48, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -59877,14 +59877,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11916, + offset: 11918, line: 381, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 11924, + offset: 11926, line: 381, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -59895,14 +59895,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11916, + offset: 11918, line: 381, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 11924, + offset: 11926, line: 381, - col: 44, + col: 46, }, }, }, @@ -59914,14 +59914,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11900, + offset: 11902, line: 381, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 11915, + offset: 11917, line: 381, - col: 35, + col: 37, }, }, }, @@ -59938,14 +59938,14 @@ '@role': [Declaration, Function, Identifier, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11694, + offset: 11696, line: 378, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 11696, + offset: 11698, line: 378, - col: 20, + col: 22, }, }, }, @@ -59954,14 +59954,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11697, + offset: 11699, line: 378, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 11699, + offset: 11701, line: 378, - col: 23, + col: 25, }, }, IsConst: false, @@ -59975,28 +59975,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Initializer': { '@type': "CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Arguments': [ @@ -60004,14 +60004,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -60022,14 +60022,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, }, @@ -60039,14 +60039,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -60057,14 +60057,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, }, @@ -60074,14 +60074,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -60092,14 +60092,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, }, @@ -60109,14 +60109,14 @@ '@role': [Declaration, Identifier, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, }, }, @@ -60125,28 +60125,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Initializer': { '@type': "CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Arguments': [ @@ -60154,14 +60154,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -60172,14 +60172,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, }, @@ -60189,14 +60189,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -60207,14 +60207,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, }, @@ -60224,14 +60224,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -60242,14 +60242,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, }, @@ -60259,14 +60259,14 @@ '@role': [Declaration, Identifier, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, }, }, @@ -60280,14 +60280,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11615, + offset: 11617, line: 377, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11622, + offset: 11624, line: 377, - col: 14, + col: 16, }, }, ExpressionType: "", @@ -60298,14 +60298,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11615, + offset: 11617, line: 377, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11622, + offset: 11624, line: 377, - col: 14, + col: 16, }, }, }, @@ -60316,28 +60316,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11962, + offset: 11964, line: 384, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 12288, + offset: 12290, line: 390, - col: 9, + col: 11, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11962, + offset: 11964, line: 384, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 12287, + offset: 12289, line: 390, - col: 8, + col: 10, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -60348,14 +60348,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11970, + offset: 11972, line: 384, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 11972, + offset: 11974, line: 384, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -60366,14 +60366,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11970, + offset: 11972, line: 384, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 11972, + offset: 11974, line: 384, - col: 17, + col: 19, }, }, }, @@ -60382,14 +60382,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11974, + offset: 11976, line: 384, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 12002, + offset: 12004, line: 384, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -60399,14 +60399,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11975, + offset: 11977, line: 384, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 12002, + offset: 12004, line: 384, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -60416,14 +60416,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11975, + offset: 11977, line: 384, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 12002, + offset: 12004, line: 384, - col: 47, + col: 49, }, }, IsConversionOperator: false, @@ -60435,14 +60435,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11975, + offset: 11977, line: 384, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 11989, + offset: 11991, line: 384, - col: 34, + col: 36, }, }, }, @@ -60451,14 +60451,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11991, + offset: 11993, line: 384, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 12002, + offset: 12004, line: 384, - col: 47, + col: 49, }, }, }, @@ -60469,14 +60469,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11975, + offset: 11977, line: 384, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 11989, + offset: 11991, line: 384, - col: 34, + col: 36, }, }, }, @@ -60490,14 +60490,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12004, + offset: 12006, line: 384, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 12008, + offset: 12010, line: 384, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -60509,14 +60509,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12022, + offset: 12024, line: 385, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 12277, + offset: 12279, line: 389, - col: 12, + col: 14, }, }, ExpressionType: "[this, vd]() {\n DBusDesktopDataStruct data{.position = vd->x11DesktopNumber() - 1, .id = vd->id(), .name = vd->name()};\n emit desktopDataChanged(vd->id(), data);\n emit desktopsChanged(desktops());\n }", @@ -60526,14 +60526,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12035, + offset: 12037, line: 385, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 12277, + offset: 12279, line: 389, - col: 12, + col: 14, }, }, 'Prop_Statements': [ @@ -60541,28 +60541,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12053, + offset: 12055, line: 386, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 12074, + offset: 12076, line: 386, - col: 36, + col: 38, }, }, 'Prop_Expression': { '@type': "CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12053, + offset: 12055, line: 386, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 12074, + offset: 12076, line: 386, - col: 36, + col: 38, }, }, ExpressionType: "", @@ -60573,14 +60573,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12053, + offset: 12055, line: 386, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 12074, + offset: 12076, line: 386, - col: 36, + col: 38, }, }, }, @@ -60590,14 +60590,14 @@ '@role': [Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12073, + offset: 12075, line: 386, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12074, + offset: 12076, line: 386, - col: 36, + col: 38, }, }, }, @@ -60605,28 +60605,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12075, + offset: 12077, line: 386, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 12156, + offset: 12158, line: 386, - col: 118, + col: 120, }, }, 'Prop_Expression': { '@type': "CPPASTSimpleTypeConstructorExpression", '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12075, + offset: 12077, line: 386, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 12155, + offset: 12157, line: 386, - col: 117, + col: 119, }, }, ExpressionType: "", @@ -60636,14 +60636,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12075, + offset: 12077, line: 386, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 12079, + offset: 12081, line: 386, - col: 41, + col: 43, }, }, IsConst: false, @@ -60661,14 +60661,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12075, + offset: 12077, line: 386, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 12079, + offset: 12081, line: 386, - col: 41, + col: 43, }, }, }, @@ -60678,14 +60678,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12079, + offset: 12081, line: 386, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 12155, + offset: 12157, line: 386, - col: 117, + col: 119, }, }, 'Prop_Clauses': [ @@ -60693,14 +60693,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12080, + offset: 12082, line: 386, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 12118, + offset: 12120, line: 386, - col: 80, + col: 82, }, }, 'Prop_Designators': [ @@ -60709,14 +60709,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12081, + offset: 12083, line: 386, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 12089, + offset: 12091, line: 386, - col: 51, + col: 53, }, }, }, @@ -60726,14 +60726,14 @@ '@role': [Arithmetic, Binary, Expression, Substract], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12092, + offset: 12094, line: 386, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 12118, + offset: 12120, line: 386, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -60744,14 +60744,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12117, + offset: 12119, line: 386, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 12118, + offset: 12120, line: 386, - col: 80, + col: 82, }, }, ExpressionType: "int", @@ -60763,14 +60763,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12092, + offset: 12094, line: 386, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 12114, + offset: 12116, line: 386, - col: 76, + col: 78, }, }, ExpressionType: "", @@ -60780,14 +60780,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12092, + offset: 12094, line: 386, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 12112, + offset: 12114, line: 386, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -60800,14 +60800,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12096, + offset: 12098, line: 386, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12112, + offset: 12114, line: 386, - col: 74, + col: 76, }, }, }, @@ -60815,14 +60815,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12092, + offset: 12094, line: 386, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 12094, + offset: 12096, line: 386, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -60833,14 +60833,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12092, + offset: 12094, line: 386, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 12094, + offset: 12096, line: 386, - col: 56, + col: 58, }, }, }, @@ -60852,14 +60852,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12117, + offset: 12119, line: 386, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 12118, + offset: 12120, line: 386, - col: 80, + col: 82, }, }, ExpressionType: "int", @@ -60873,14 +60873,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12120, + offset: 12122, line: 386, - col: 82, + col: 84, }, end: { '@type': "uast:Position", - offset: 12134, + offset: 12136, line: 386, - col: 96, + col: 98, }, }, 'Prop_Designators': [ @@ -60889,14 +60889,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12121, + offset: 12123, line: 386, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 12123, + offset: 12125, line: 386, - col: 85, + col: 87, }, }, }, @@ -60905,14 +60905,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12126, + offset: 12128, line: 386, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 12134, + offset: 12136, line: 386, - col: 96, + col: 98, }, }, ExpressionType: "", @@ -60922,14 +60922,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12126, + offset: 12128, line: 386, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 12132, + offset: 12134, line: 386, - col: 94, + col: 96, }, }, ExpressionType: "", @@ -60942,14 +60942,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12130, + offset: 12132, line: 386, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 12132, + offset: 12134, line: 386, - col: 94, + col: 96, }, }, }, @@ -60957,14 +60957,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12126, + offset: 12128, line: 386, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 12128, + offset: 12130, line: 386, - col: 90, + col: 92, }, }, ExpressionType: "", @@ -60975,14 +60975,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12126, + offset: 12128, line: 386, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 12128, + offset: 12130, line: 386, - col: 90, + col: 92, }, }, }, @@ -60994,14 +60994,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12136, + offset: 12138, line: 386, - col: 98, + col: 100, }, end: { '@type': "uast:Position", - offset: 12154, + offset: 12156, line: 386, - col: 116, + col: 118, }, }, 'Prop_Designators': [ @@ -61010,14 +61010,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12137, + offset: 12139, line: 386, - col: 99, + col: 101, }, end: { '@type': "uast:Position", - offset: 12141, + offset: 12143, line: 386, - col: 103, + col: 105, }, }, }, @@ -61026,14 +61026,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12144, + offset: 12146, line: 386, - col: 106, + col: 108, }, end: { '@type': "uast:Position", - offset: 12154, + offset: 12156, line: 386, - col: 116, + col: 118, }, }, ExpressionType: "", @@ -61043,14 +61043,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12144, + offset: 12146, line: 386, - col: 106, + col: 108, }, end: { '@type': "uast:Position", - offset: 12152, + offset: 12154, line: 386, - col: 114, + col: 116, }, }, ExpressionType: "", @@ -61063,14 +61063,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12148, + offset: 12150, line: 386, - col: 110, + col: 112, }, end: { '@type': "uast:Position", - offset: 12152, + offset: 12154, line: 386, - col: 114, + col: 116, }, }, }, @@ -61078,14 +61078,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12144, + offset: 12146, line: 386, - col: 106, + col: 108, }, end: { '@type': "uast:Position", - offset: 12146, + offset: 12148, line: 386, - col: 108, + col: 110, }, }, ExpressionType: "", @@ -61096,14 +61096,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12144, + offset: 12146, line: 386, - col: 106, + col: 108, }, end: { '@type': "uast:Position", - offset: 12146, + offset: 12148, line: 386, - col: 108, + col: 110, }, }, }, @@ -61117,14 +61117,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12080, + offset: 12082, line: 386, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 12118, + offset: 12120, line: 386, - col: 80, + col: 82, }, }, 'Prop_Designators': [ @@ -61133,14 +61133,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12081, + offset: 12083, line: 386, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 12089, + offset: 12091, line: 386, - col: 51, + col: 53, }, }, }, @@ -61150,14 +61150,14 @@ '@role': [Arithmetic, Binary, Expression, Substract], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12092, + offset: 12094, line: 386, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 12118, + offset: 12120, line: 386, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -61168,14 +61168,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12117, + offset: 12119, line: 386, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 12118, + offset: 12120, line: 386, - col: 80, + col: 82, }, }, ExpressionType: "int", @@ -61187,14 +61187,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12092, + offset: 12094, line: 386, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 12114, + offset: 12116, line: 386, - col: 76, + col: 78, }, }, ExpressionType: "", @@ -61204,14 +61204,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12092, + offset: 12094, line: 386, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 12112, + offset: 12114, line: 386, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -61224,14 +61224,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12096, + offset: 12098, line: 386, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12112, + offset: 12114, line: 386, - col: 74, + col: 76, }, }, }, @@ -61239,14 +61239,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12092, + offset: 12094, line: 386, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 12094, + offset: 12096, line: 386, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -61257,14 +61257,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12092, + offset: 12094, line: 386, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 12094, + offset: 12096, line: 386, - col: 56, + col: 58, }, }, }, @@ -61276,14 +61276,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12117, + offset: 12119, line: 386, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 12118, + offset: 12120, line: 386, - col: 80, + col: 82, }, }, ExpressionType: "int", @@ -61297,14 +61297,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12120, + offset: 12122, line: 386, - col: 82, + col: 84, }, end: { '@type': "uast:Position", - offset: 12134, + offset: 12136, line: 386, - col: 96, + col: 98, }, }, 'Prop_Designators': [ @@ -61313,14 +61313,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12121, + offset: 12123, line: 386, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 12123, + offset: 12125, line: 386, - col: 85, + col: 87, }, }, }, @@ -61329,14 +61329,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12126, + offset: 12128, line: 386, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 12134, + offset: 12136, line: 386, - col: 96, + col: 98, }, }, ExpressionType: "", @@ -61346,14 +61346,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12126, + offset: 12128, line: 386, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 12132, + offset: 12134, line: 386, - col: 94, + col: 96, }, }, ExpressionType: "", @@ -61366,14 +61366,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12130, + offset: 12132, line: 386, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 12132, + offset: 12134, line: 386, - col: 94, + col: 96, }, }, }, @@ -61381,14 +61381,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12126, + offset: 12128, line: 386, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 12128, + offset: 12130, line: 386, - col: 90, + col: 92, }, }, ExpressionType: "", @@ -61399,14 +61399,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12126, + offset: 12128, line: 386, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 12128, + offset: 12130, line: 386, - col: 90, + col: 92, }, }, }, @@ -61418,14 +61418,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12136, + offset: 12138, line: 386, - col: 98, + col: 100, }, end: { '@type': "uast:Position", - offset: 12154, + offset: 12156, line: 386, - col: 116, + col: 118, }, }, 'Prop_Designators': [ @@ -61434,14 +61434,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12137, + offset: 12139, line: 386, - col: 99, + col: 101, }, end: { '@type': "uast:Position", - offset: 12141, + offset: 12143, line: 386, - col: 103, + col: 105, }, }, }, @@ -61450,14 +61450,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12144, + offset: 12146, line: 386, - col: 106, + col: 108, }, end: { '@type': "uast:Position", - offset: 12154, + offset: 12156, line: 386, - col: 116, + col: 118, }, }, ExpressionType: "", @@ -61467,14 +61467,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12144, + offset: 12146, line: 386, - col: 106, + col: 108, }, end: { '@type': "uast:Position", - offset: 12152, + offset: 12154, line: 386, - col: 114, + col: 116, }, }, ExpressionType: "", @@ -61487,14 +61487,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12148, + offset: 12150, line: 386, - col: 110, + col: 112, }, end: { '@type': "uast:Position", - offset: 12152, + offset: 12154, line: 386, - col: 114, + col: 116, }, }, }, @@ -61502,14 +61502,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12144, + offset: 12146, line: 386, - col: 106, + col: 108, }, end: { '@type': "uast:Position", - offset: 12146, + offset: 12148, line: 386, - col: 108, + col: 110, }, }, ExpressionType: "", @@ -61520,14 +61520,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12144, + offset: 12146, line: 386, - col: 106, + col: 108, }, end: { '@type': "uast:Position", - offset: 12146, + offset: 12148, line: 386, - col: 108, + col: 110, }, }, }, @@ -61544,42 +61544,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12173, + offset: 12175, line: 387, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 12213, + offset: 12215, line: 387, - col: 55, + col: 57, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12173, + offset: 12175, line: 387, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 12213, + offset: 12215, line: 387, - col: 55, + col: 57, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12173, + offset: 12175, line: 387, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 12177, + offset: 12179, line: 387, - col: 19, + col: 21, }, }, IsConst: false, @@ -61597,14 +61597,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12173, + offset: 12175, line: 387, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 12177, + offset: 12179, line: 387, - col: 19, + col: 21, }, }, }, @@ -61615,14 +61615,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12178, + offset: 12180, line: 387, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 12212, + offset: 12214, line: 387, - col: 54, + col: 56, }, }, DeclaresParameterPack: false, @@ -61630,14 +61630,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12196, + offset: 12198, line: 387, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 12212, + offset: 12214, line: 387, - col: 54, + col: 56, }, }, 'Prop_Arguments': [ @@ -61645,14 +61645,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12197, + offset: 12199, line: 387, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 12205, + offset: 12207, line: 387, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -61662,14 +61662,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12197, + offset: 12199, line: 387, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 12203, + offset: 12205, line: 387, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -61682,14 +61682,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12201, + offset: 12203, line: 387, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 12203, + offset: 12205, line: 387, - col: 45, + col: 47, }, }, }, @@ -61697,14 +61697,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12197, + offset: 12199, line: 387, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 12199, + offset: 12201, line: 387, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -61715,14 +61715,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12197, + offset: 12199, line: 387, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 12199, + offset: 12201, line: 387, - col: 41, + col: 43, }, }, }, @@ -61733,14 +61733,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12207, + offset: 12209, line: 387, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 12211, + offset: 12213, line: 387, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -61751,14 +61751,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12207, + offset: 12209, line: 387, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 12211, + offset: 12213, line: 387, - col: 53, + col: 55, }, }, }, @@ -61775,14 +61775,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12197, + offset: 12199, line: 387, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 12205, + offset: 12207, line: 387, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -61792,14 +61792,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12197, + offset: 12199, line: 387, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 12203, + offset: 12205, line: 387, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -61812,14 +61812,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12201, + offset: 12203, line: 387, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 12203, + offset: 12205, line: 387, - col: 45, + col: 47, }, }, }, @@ -61827,14 +61827,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12197, + offset: 12199, line: 387, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 12199, + offset: 12201, line: 387, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -61845,14 +61845,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12197, + offset: 12199, line: 387, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 12199, + offset: 12201, line: 387, - col: 41, + col: 43, }, }, }, @@ -61863,14 +61863,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12207, + offset: 12209, line: 387, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 12211, + offset: 12213, line: 387, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -61881,14 +61881,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12207, + offset: 12209, line: 387, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 12211, + offset: 12213, line: 387, - col: 53, + col: 55, }, }, }, @@ -61901,14 +61901,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12178, + offset: 12180, line: 387, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 12196, + offset: 12198, line: 387, - col: 38, + col: 40, }, }, }, @@ -61921,42 +61921,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12230, + offset: 12232, line: 388, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 12263, + offset: 12265, line: 388, - col: 48, + col: 50, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12230, + offset: 12232, line: 388, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 12263, + offset: 12265, line: 388, - col: 48, + col: 50, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12230, + offset: 12232, line: 388, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 12234, + offset: 12236, line: 388, - col: 19, + col: 21, }, }, IsConst: false, @@ -61974,14 +61974,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12230, + offset: 12232, line: 388, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 12234, + offset: 12236, line: 388, - col: 19, + col: 21, }, }, }, @@ -61992,14 +61992,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12235, + offset: 12237, line: 388, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 12262, + offset: 12264, line: 388, - col: 47, + col: 49, }, }, DeclaresParameterPack: false, @@ -62007,14 +62007,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12250, + offset: 12252, line: 388, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12262, + offset: 12264, line: 388, - col: 47, + col: 49, }, }, 'Prop_Arguments': [ @@ -62022,14 +62022,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12251, + offset: 12253, line: 388, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 12261, + offset: 12263, line: 388, - col: 46, + col: 48, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -62039,14 +62039,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12251, + offset: 12253, line: 388, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 12259, + offset: 12261, line: 388, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -62057,14 +62057,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12251, + offset: 12253, line: 388, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 12259, + offset: 12261, line: 388, - col: 44, + col: 46, }, }, }, @@ -62075,14 +62075,14 @@ '@role': [Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12251, + offset: 12253, line: 388, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 12261, + offset: 12263, line: 388, - col: 46, + col: 48, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -62092,14 +62092,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12251, + offset: 12253, line: 388, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 12259, + offset: 12261, line: 388, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -62110,14 +62110,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12251, + offset: 12253, line: 388, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 12259, + offset: 12261, line: 388, - col: 44, + col: 46, }, }, }, @@ -62129,14 +62129,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12235, + offset: 12237, line: 388, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 12250, + offset: 12252, line: 388, - col: 35, + col: 37, }, }, }, @@ -62153,14 +62153,14 @@ '@role': [Declaration, Function, Identifier, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12029, + offset: 12031, line: 385, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 12031, + offset: 12033, line: 385, - col: 20, + col: 22, }, }, }, @@ -62169,14 +62169,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12032, + offset: 12034, line: 385, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 12034, + offset: 12036, line: 385, - col: 23, + col: 25, }, }, IsConst: false, @@ -62190,28 +62190,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Initializer': { '@type': "CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Arguments': [ @@ -62219,14 +62219,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -62237,14 +62237,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, }, @@ -62254,14 +62254,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -62272,14 +62272,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, }, @@ -62289,14 +62289,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -62307,14 +62307,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, }, @@ -62324,14 +62324,14 @@ '@role': [Declaration, Identifier, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, }, }, @@ -62340,28 +62340,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Initializer': { '@type': "CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Arguments': [ @@ -62369,14 +62369,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -62387,14 +62387,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, }, @@ -62404,14 +62404,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -62422,14 +62422,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, }, @@ -62439,14 +62439,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -62457,14 +62457,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, }, @@ -62474,14 +62474,14 @@ '@role': [Declaration, Identifier, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, }, }, @@ -62495,14 +62495,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11962, + offset: 11964, line: 384, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11969, + offset: 11971, line: 384, - col: 14, + col: 16, }, }, ExpressionType: "", @@ -62513,14 +62513,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11962, + offset: 11964, line: 384, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11969, + offset: 11971, line: 384, - col: 14, + col: 16, }, }, }, @@ -62533,14 +62533,14 @@ '@role': [Declaration, For, Statement, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11571, + offset: 11573, line: 376, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 11579, + offset: 11581, line: 376, - col: 16, + col: 18, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -62548,14 +62548,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11571, + offset: 11573, line: 376, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 11575, + offset: 11577, line: 376, - col: 12, + col: 14, }, }, IsComplex: false, @@ -62581,14 +62581,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11576, + offset: 11578, line: 376, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 11579, + offset: 11581, line: 376, - col: 16, + col: 18, }, }, DeclaresParameterPack: false, @@ -62597,14 +62597,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11577, + offset: 11579, line: 376, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 11579, + offset: 11581, line: 376, - col: 16, + col: 18, }, }, }, @@ -62617,14 +62617,14 @@ '@role': [Call, Expression, For, Function, Iterator], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11582, + offset: 11584, line: 376, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 11603, + offset: 11605, line: 376, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -62634,14 +62634,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11582, + offset: 11584, line: 376, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 11601, + offset: 11603, line: 376, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -62654,14 +62654,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11593, + offset: 11595, line: 376, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 11601, + offset: 11603, line: 376, - col: 38, + col: 40, }, }, }, @@ -62669,14 +62669,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11582, + offset: 11584, line: 376, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 11591, + offset: 11593, line: 376, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -62687,14 +62687,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11582, + offset: 11584, line: 376, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 11591, + offset: 11593, line: 376, - col: 28, + col: 30, }, }, }, @@ -62706,28 +62706,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12299, + offset: 12301, line: 392, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13366, + offset: 13368, line: 412, - col: 5, + col: 7, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12299, + offset: 12301, line: 392, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13365, + offset: 13367, line: 412, - col: 4, + col: 6, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -62738,14 +62738,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12307, + offset: 12309, line: 392, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 12316, + offset: 12318, line: 392, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -62756,14 +62756,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12307, + offset: 12309, line: 392, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 12316, + offset: 12318, line: 392, - col: 20, + col: 22, }, }, }, @@ -62772,14 +62772,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12318, + offset: 12320, line: 392, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 12356, + offset: 12358, line: 392, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -62789,14 +62789,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12319, + offset: 12321, line: 392, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 12356, + offset: 12358, line: 392, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -62806,14 +62806,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12319, + offset: 12321, line: 392, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 12356, + offset: 12358, line: 392, - col: 60, + col: 62, }, }, IsConversionOperator: false, @@ -62825,14 +62825,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12319, + offset: 12321, line: 392, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 12340, + offset: 12342, line: 392, - col: 44, + col: 46, }, }, }, @@ -62841,14 +62841,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12342, + offset: 12344, line: 392, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 12356, + offset: 12358, line: 392, - col: 60, + col: 62, }, }, }, @@ -62859,14 +62859,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12319, + offset: 12321, line: 392, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 12340, + offset: 12342, line: 392, - col: 44, + col: 46, }, }, }, @@ -62880,14 +62880,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12358, + offset: 12360, line: 392, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 12362, + offset: 12364, line: 392, - col: 66, + col: 68, }, }, ExpressionType: "", @@ -62899,14 +62899,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12372, + offset: 12374, line: 393, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 13359, + offset: 13361, line: 411, - col: 8, + col: 10, }, }, ExpressionType: "[this](VirtualDesktop *vd) {\n connect(vd, &VirtualDesktop::x11DesktopNumberChanged, this,\n [this, vd]() {\n DBusDesktopDataStruct data{.position = vd->x11DesktopNumber() - 1, .id = vd->id(), .name = vd->name()};\n emit desktopDataChanged(vd->id(), data);\n emit desktopsChanged(desktops());\n }\n );\n connect(vd, &VirtualDesktop::nameChanged, this,\n [this, vd]() {\n DBusDesktopDataStruct data{.position = vd->x11DesktopNumber() - 1, .id = vd->id(), .name = vd->name()};\n emit desktopDataChanged(vd->id(), data);\n emit desktopsChanged(desktops());\n }\n );\n DBusDesktopDataStruct data{.position = vd->x11DesktopNumber() - 1, .id = vd->id(), .name = vd->name()};\n emit desktopCreated(vd->id(), data);\n emit desktopsChanged(desktops());\n }", @@ -62916,14 +62916,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12399, + offset: 12401, line: 393, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 13359, + offset: 13361, line: 411, - col: 8, + col: 10, }, }, 'Prop_Statements': [ @@ -62931,28 +62931,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12413, + offset: 12415, line: 394, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 12775, + offset: 12777, line: 400, - col: 13, + col: 15, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12413, + offset: 12415, line: 394, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 12774, + offset: 12776, line: 400, - col: 12, + col: 14, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -62963,14 +62963,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12421, + offset: 12423, line: 394, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 12423, + offset: 12425, line: 394, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -62981,14 +62981,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12421, + offset: 12423, line: 394, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 12423, + offset: 12425, line: 394, - col: 21, + col: 23, }, }, }, @@ -62997,14 +62997,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12425, + offset: 12427, line: 394, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 12465, + offset: 12467, line: 394, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -63014,14 +63014,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12426, + offset: 12428, line: 394, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 12465, + offset: 12467, line: 394, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -63031,14 +63031,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12426, + offset: 12428, line: 394, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 12465, + offset: 12467, line: 394, - col: 63, + col: 65, }, }, IsConversionOperator: false, @@ -63050,14 +63050,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12426, + offset: 12428, line: 394, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 12440, + offset: 12442, line: 394, - col: 38, + col: 40, }, }, }, @@ -63066,14 +63066,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12442, + offset: 12444, line: 394, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 12465, + offset: 12467, line: 394, - col: 63, + col: 65, }, }, }, @@ -63084,14 +63084,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12426, + offset: 12428, line: 394, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 12440, + offset: 12442, line: 394, - col: 38, + col: 40, }, }, }, @@ -63105,14 +63105,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12467, + offset: 12469, line: 394, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 12471, + offset: 12473, line: 394, - col: 69, + col: 71, }, }, ExpressionType: "", @@ -63124,14 +63124,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12489, + offset: 12491, line: 395, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 12760, + offset: 12762, line: 399, - col: 16, + col: 18, }, }, ExpressionType: "[this, vd]() {\n DBusDesktopDataStruct data{.position = vd->x11DesktopNumber() - 1, .id = vd->id(), .name = vd->name()};\n emit desktopDataChanged(vd->id(), data);\n emit desktopsChanged(desktops());\n }", @@ -63141,14 +63141,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12502, + offset: 12504, line: 395, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 12760, + offset: 12762, line: 399, - col: 16, + col: 18, }, }, 'Prop_Statements': [ @@ -63156,28 +63156,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12524, + offset: 12526, line: 396, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 12545, + offset: 12547, line: 396, - col: 40, + col: 42, }, }, 'Prop_Expression': { '@type': "CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12524, + offset: 12526, line: 396, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 12545, + offset: 12547, line: 396, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -63188,14 +63188,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12524, + offset: 12526, line: 396, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 12545, + offset: 12547, line: 396, - col: 40, + col: 42, }, }, }, @@ -63205,14 +63205,14 @@ '@role': [Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12544, + offset: 12546, line: 396, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 12545, + offset: 12547, line: 396, - col: 40, + col: 42, }, }, }, @@ -63220,28 +63220,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12546, + offset: 12548, line: 396, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 12627, + offset: 12629, line: 396, - col: 122, + col: 124, }, }, 'Prop_Expression': { '@type': "CPPASTSimpleTypeConstructorExpression", '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12546, + offset: 12548, line: 396, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 12626, + offset: 12628, line: 396, - col: 121, + col: 123, }, }, ExpressionType: "", @@ -63251,14 +63251,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12546, + offset: 12548, line: 396, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 12550, + offset: 12552, line: 396, - col: 45, + col: 47, }, }, IsConst: false, @@ -63276,14 +63276,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12546, + offset: 12548, line: 396, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 12550, + offset: 12552, line: 396, - col: 45, + col: 47, }, }, }, @@ -63293,14 +63293,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12550, + offset: 12552, line: 396, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 12626, + offset: 12628, line: 396, - col: 121, + col: 123, }, }, 'Prop_Clauses': [ @@ -63308,14 +63308,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12551, + offset: 12553, line: 396, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 12589, + offset: 12591, line: 396, - col: 84, + col: 86, }, }, 'Prop_Designators': [ @@ -63324,14 +63324,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12552, + offset: 12554, line: 396, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 12560, + offset: 12562, line: 396, - col: 55, + col: 57, }, }, }, @@ -63341,14 +63341,14 @@ '@role': [Arithmetic, Binary, Expression, Substract], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12563, + offset: 12565, line: 396, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12589, + offset: 12591, line: 396, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -63359,14 +63359,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12588, + offset: 12590, line: 396, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 12589, + offset: 12591, line: 396, - col: 84, + col: 86, }, }, ExpressionType: "int", @@ -63378,14 +63378,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12563, + offset: 12565, line: 396, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12585, + offset: 12587, line: 396, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -63395,14 +63395,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12563, + offset: 12565, line: 396, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12583, + offset: 12585, line: 396, - col: 78, + col: 80, }, }, ExpressionType: "", @@ -63415,14 +63415,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12567, + offset: 12569, line: 396, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 12583, + offset: 12585, line: 396, - col: 78, + col: 80, }, }, }, @@ -63430,14 +63430,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12563, + offset: 12565, line: 396, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12565, + offset: 12567, line: 396, - col: 60, + col: 62, }, }, ExpressionType: "? *", @@ -63448,14 +63448,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12563, + offset: 12565, line: 396, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12565, + offset: 12567, line: 396, - col: 60, + col: 62, }, }, }, @@ -63467,14 +63467,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12588, + offset: 12590, line: 396, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 12589, + offset: 12591, line: 396, - col: 84, + col: 86, }, }, ExpressionType: "int", @@ -63488,14 +63488,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12591, + offset: 12593, line: 396, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 12605, + offset: 12607, line: 396, - col: 100, + col: 102, }, }, 'Prop_Designators': [ @@ -63504,14 +63504,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12592, + offset: 12594, line: 396, - col: 87, + col: 89, }, end: { '@type': "uast:Position", - offset: 12594, + offset: 12596, line: 396, - col: 89, + col: 91, }, }, }, @@ -63520,14 +63520,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12597, + offset: 12599, line: 396, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 12605, + offset: 12607, line: 396, - col: 100, + col: 102, }, }, ExpressionType: "", @@ -63537,14 +63537,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12597, + offset: 12599, line: 396, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 12603, + offset: 12605, line: 396, - col: 98, + col: 100, }, }, ExpressionType: "", @@ -63557,14 +63557,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12601, + offset: 12603, line: 396, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 12603, + offset: 12605, line: 396, - col: 98, + col: 100, }, }, }, @@ -63572,14 +63572,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12597, + offset: 12599, line: 396, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 12599, + offset: 12601, line: 396, - col: 94, + col: 96, }, }, ExpressionType: "? *", @@ -63590,14 +63590,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12597, + offset: 12599, line: 396, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 12599, + offset: 12601, line: 396, - col: 94, + col: 96, }, }, }, @@ -63609,14 +63609,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12607, + offset: 12609, line: 396, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 12625, + offset: 12627, line: 396, - col: 120, + col: 122, }, }, 'Prop_Designators': [ @@ -63625,14 +63625,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12608, + offset: 12610, line: 396, - col: 103, + col: 105, }, end: { '@type': "uast:Position", - offset: 12612, + offset: 12614, line: 396, - col: 107, + col: 109, }, }, }, @@ -63641,14 +63641,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12615, + offset: 12617, line: 396, - col: 110, + col: 112, }, end: { '@type': "uast:Position", - offset: 12625, + offset: 12627, line: 396, - col: 120, + col: 122, }, }, ExpressionType: "", @@ -63658,14 +63658,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12615, + offset: 12617, line: 396, - col: 110, + col: 112, }, end: { '@type': "uast:Position", - offset: 12623, + offset: 12625, line: 396, - col: 118, + col: 120, }, }, ExpressionType: "", @@ -63678,14 +63678,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12619, + offset: 12621, line: 396, - col: 114, + col: 116, }, end: { '@type': "uast:Position", - offset: 12623, + offset: 12625, line: 396, - col: 118, + col: 120, }, }, }, @@ -63693,14 +63693,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12615, + offset: 12617, line: 396, - col: 110, + col: 112, }, end: { '@type': "uast:Position", - offset: 12617, + offset: 12619, line: 396, - col: 112, + col: 114, }, }, ExpressionType: "? *", @@ -63711,14 +63711,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12615, + offset: 12617, line: 396, - col: 110, + col: 112, }, end: { '@type': "uast:Position", - offset: 12617, + offset: 12619, line: 396, - col: 112, + col: 114, }, }, }, @@ -63732,14 +63732,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12551, + offset: 12553, line: 396, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 12589, + offset: 12591, line: 396, - col: 84, + col: 86, }, }, 'Prop_Designators': [ @@ -63748,14 +63748,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12552, + offset: 12554, line: 396, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 12560, + offset: 12562, line: 396, - col: 55, + col: 57, }, }, }, @@ -63765,14 +63765,14 @@ '@role': [Arithmetic, Binary, Expression, Substract], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12563, + offset: 12565, line: 396, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12589, + offset: 12591, line: 396, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -63783,14 +63783,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12588, + offset: 12590, line: 396, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 12589, + offset: 12591, line: 396, - col: 84, + col: 86, }, }, ExpressionType: "int", @@ -63802,14 +63802,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12563, + offset: 12565, line: 396, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12585, + offset: 12587, line: 396, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -63819,14 +63819,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12563, + offset: 12565, line: 396, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12583, + offset: 12585, line: 396, - col: 78, + col: 80, }, }, ExpressionType: "", @@ -63839,14 +63839,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12567, + offset: 12569, line: 396, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 12583, + offset: 12585, line: 396, - col: 78, + col: 80, }, }, }, @@ -63854,14 +63854,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12563, + offset: 12565, line: 396, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12565, + offset: 12567, line: 396, - col: 60, + col: 62, }, }, ExpressionType: "? *", @@ -63872,14 +63872,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12563, + offset: 12565, line: 396, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12565, + offset: 12567, line: 396, - col: 60, + col: 62, }, }, }, @@ -63891,14 +63891,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12588, + offset: 12590, line: 396, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 12589, + offset: 12591, line: 396, - col: 84, + col: 86, }, }, ExpressionType: "int", @@ -63912,14 +63912,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12591, + offset: 12593, line: 396, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 12605, + offset: 12607, line: 396, - col: 100, + col: 102, }, }, 'Prop_Designators': [ @@ -63928,14 +63928,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12592, + offset: 12594, line: 396, - col: 87, + col: 89, }, end: { '@type': "uast:Position", - offset: 12594, + offset: 12596, line: 396, - col: 89, + col: 91, }, }, }, @@ -63944,14 +63944,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12597, + offset: 12599, line: 396, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 12605, + offset: 12607, line: 396, - col: 100, + col: 102, }, }, ExpressionType: "", @@ -63961,14 +63961,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12597, + offset: 12599, line: 396, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 12603, + offset: 12605, line: 396, - col: 98, + col: 100, }, }, ExpressionType: "", @@ -63981,14 +63981,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12601, + offset: 12603, line: 396, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 12603, + offset: 12605, line: 396, - col: 98, + col: 100, }, }, }, @@ -63996,14 +63996,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12597, + offset: 12599, line: 396, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 12599, + offset: 12601, line: 396, - col: 94, + col: 96, }, }, ExpressionType: "? *", @@ -64014,14 +64014,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12597, + offset: 12599, line: 396, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 12599, + offset: 12601, line: 396, - col: 94, + col: 96, }, }, }, @@ -64033,14 +64033,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12607, + offset: 12609, line: 396, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 12625, + offset: 12627, line: 396, - col: 120, + col: 122, }, }, 'Prop_Designators': [ @@ -64049,14 +64049,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12608, + offset: 12610, line: 396, - col: 103, + col: 105, }, end: { '@type': "uast:Position", - offset: 12612, + offset: 12614, line: 396, - col: 107, + col: 109, }, }, }, @@ -64065,14 +64065,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12615, + offset: 12617, line: 396, - col: 110, + col: 112, }, end: { '@type': "uast:Position", - offset: 12625, + offset: 12627, line: 396, - col: 120, + col: 122, }, }, ExpressionType: "", @@ -64082,14 +64082,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12615, + offset: 12617, line: 396, - col: 110, + col: 112, }, end: { '@type': "uast:Position", - offset: 12623, + offset: 12625, line: 396, - col: 118, + col: 120, }, }, ExpressionType: "", @@ -64102,14 +64102,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12619, + offset: 12621, line: 396, - col: 114, + col: 116, }, end: { '@type': "uast:Position", - offset: 12623, + offset: 12625, line: 396, - col: 118, + col: 120, }, }, }, @@ -64117,14 +64117,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12615, + offset: 12617, line: 396, - col: 110, + col: 112, }, end: { '@type': "uast:Position", - offset: 12617, + offset: 12619, line: 396, - col: 112, + col: 114, }, }, ExpressionType: "? *", @@ -64135,14 +64135,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12615, + offset: 12617, line: 396, - col: 110, + col: 112, }, end: { '@type': "uast:Position", - offset: 12617, + offset: 12619, line: 396, - col: 112, + col: 114, }, }, }, @@ -64159,42 +64159,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12648, + offset: 12650, line: 397, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 12688, + offset: 12690, line: 397, - col: 59, + col: 61, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12648, + offset: 12650, line: 397, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 12688, + offset: 12690, line: 397, - col: 59, + col: 61, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12648, + offset: 12650, line: 397, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 12652, + offset: 12654, line: 397, - col: 23, + col: 25, }, }, IsConst: false, @@ -64212,14 +64212,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12648, + offset: 12650, line: 397, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 12652, + offset: 12654, line: 397, - col: 23, + col: 25, }, }, }, @@ -64230,14 +64230,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12653, + offset: 12655, line: 397, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 12687, + offset: 12689, line: 397, - col: 58, + col: 60, }, }, DeclaresParameterPack: false, @@ -64245,14 +64245,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12671, + offset: 12673, line: 397, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 12687, + offset: 12689, line: 397, - col: 58, + col: 60, }, }, 'Prop_Arguments': [ @@ -64260,14 +64260,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12672, + offset: 12674, line: 397, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 12680, + offset: 12682, line: 397, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -64277,14 +64277,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12672, + offset: 12674, line: 397, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 12678, + offset: 12680, line: 397, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -64297,14 +64297,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12676, + offset: 12678, line: 397, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 12678, + offset: 12680, line: 397, - col: 49, + col: 51, }, }, }, @@ -64312,14 +64312,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12672, + offset: 12674, line: 397, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 12674, + offset: 12676, line: 397, - col: 45, + col: 47, }, }, ExpressionType: "? *", @@ -64330,14 +64330,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12672, + offset: 12674, line: 397, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 12674, + offset: 12676, line: 397, - col: 45, + col: 47, }, }, }, @@ -64348,14 +64348,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12682, + offset: 12684, line: 397, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 12686, + offset: 12688, line: 397, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -64366,14 +64366,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12682, + offset: 12684, line: 397, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 12686, + offset: 12688, line: 397, - col: 57, + col: 59, }, }, }, @@ -64390,14 +64390,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12672, + offset: 12674, line: 397, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 12680, + offset: 12682, line: 397, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -64407,14 +64407,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12672, + offset: 12674, line: 397, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 12678, + offset: 12680, line: 397, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -64427,14 +64427,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12676, + offset: 12678, line: 397, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 12678, + offset: 12680, line: 397, - col: 49, + col: 51, }, }, }, @@ -64442,14 +64442,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12672, + offset: 12674, line: 397, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 12674, + offset: 12676, line: 397, - col: 45, + col: 47, }, }, ExpressionType: "? *", @@ -64460,14 +64460,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12672, + offset: 12674, line: 397, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 12674, + offset: 12676, line: 397, - col: 45, + col: 47, }, }, }, @@ -64478,14 +64478,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12682, + offset: 12684, line: 397, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 12686, + offset: 12688, line: 397, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -64496,14 +64496,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12682, + offset: 12684, line: 397, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 12686, + offset: 12688, line: 397, - col: 57, + col: 59, }, }, }, @@ -64516,14 +64516,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12653, + offset: 12655, line: 397, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 12671, + offset: 12673, line: 397, - col: 42, + col: 44, }, }, }, @@ -64536,42 +64536,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12709, + offset: 12711, line: 398, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 12742, + offset: 12744, line: 398, - col: 52, + col: 54, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12709, + offset: 12711, line: 398, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 12742, + offset: 12744, line: 398, - col: 52, + col: 54, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12709, + offset: 12711, line: 398, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 12713, + offset: 12715, line: 398, - col: 23, + col: 25, }, }, IsConst: false, @@ -64589,14 +64589,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12709, + offset: 12711, line: 398, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 12713, + offset: 12715, line: 398, - col: 23, + col: 25, }, }, }, @@ -64607,14 +64607,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12714, + offset: 12716, line: 398, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 12741, + offset: 12743, line: 398, - col: 51, + col: 53, }, }, DeclaresParameterPack: false, @@ -64622,14 +64622,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12729, + offset: 12731, line: 398, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 12741, + offset: 12743, line: 398, - col: 51, + col: 53, }, }, 'Prop_Arguments': [ @@ -64637,14 +64637,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12730, + offset: 12732, line: 398, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 12740, + offset: 12742, line: 398, - col: 50, + col: 52, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -64654,14 +64654,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12730, + offset: 12732, line: 398, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 12738, + offset: 12740, line: 398, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -64672,14 +64672,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12730, + offset: 12732, line: 398, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 12738, + offset: 12740, line: 398, - col: 48, + col: 50, }, }, }, @@ -64690,14 +64690,14 @@ '@role': [Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12730, + offset: 12732, line: 398, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 12740, + offset: 12742, line: 398, - col: 50, + col: 52, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -64707,14 +64707,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12730, + offset: 12732, line: 398, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 12738, + offset: 12740, line: 398, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -64725,14 +64725,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12730, + offset: 12732, line: 398, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 12738, + offset: 12740, line: 398, - col: 48, + col: 50, }, }, }, @@ -64744,14 +64744,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12714, + offset: 12716, line: 398, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 12729, + offset: 12731, line: 398, - col: 39, + col: 41, }, }, }, @@ -64768,14 +64768,14 @@ '@role': [Declaration, Function, Identifier, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12496, + offset: 12498, line: 395, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 12498, + offset: 12500, line: 395, - col: 24, + col: 26, }, }, }, @@ -64784,14 +64784,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12499, + offset: 12501, line: 395, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 12501, + offset: 12503, line: 395, - col: 27, + col: 29, }, }, IsConst: false, @@ -64805,28 +64805,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Initializer': { '@type': "CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Arguments': [ @@ -64834,14 +64834,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -64852,14 +64852,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, }, @@ -64869,14 +64869,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -64887,14 +64887,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, }, @@ -64904,14 +64904,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -64922,14 +64922,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, }, @@ -64939,14 +64939,14 @@ '@role': [Declaration, Identifier, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, }, }, @@ -64955,28 +64955,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Initializer': { '@type': "CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Arguments': [ @@ -64984,14 +64984,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -65002,14 +65002,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, }, @@ -65019,14 +65019,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -65037,14 +65037,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, }, @@ -65054,14 +65054,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -65072,14 +65072,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, }, @@ -65089,14 +65089,14 @@ '@role': [Declaration, Identifier, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, }, }, @@ -65110,14 +65110,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12413, + offset: 12415, line: 394, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 12420, + offset: 12422, line: 394, - col: 18, + col: 20, }, }, ExpressionType: "", @@ -65128,14 +65128,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12413, + offset: 12415, line: 394, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 12420, + offset: 12422, line: 394, - col: 18, + col: 20, }, }, }, @@ -65146,28 +65146,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12788, + offset: 12790, line: 401, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13138, + offset: 13140, line: 407, - col: 13, + col: 15, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12788, + offset: 12790, line: 401, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13137, + offset: 13139, line: 407, - col: 12, + col: 14, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -65178,14 +65178,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12796, + offset: 12798, line: 401, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 12798, + offset: 12800, line: 401, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -65196,14 +65196,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12796, + offset: 12798, line: 401, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 12798, + offset: 12800, line: 401, - col: 21, + col: 23, }, }, }, @@ -65212,14 +65212,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12800, + offset: 12802, line: 401, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 12828, + offset: 12830, line: 401, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -65229,14 +65229,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12801, + offset: 12803, line: 401, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 12828, + offset: 12830, line: 401, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -65246,14 +65246,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12801, + offset: 12803, line: 401, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 12828, + offset: 12830, line: 401, - col: 51, + col: 53, }, }, IsConversionOperator: false, @@ -65265,14 +65265,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12801, + offset: 12803, line: 401, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 12815, + offset: 12817, line: 401, - col: 38, + col: 40, }, }, }, @@ -65281,14 +65281,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12817, + offset: 12819, line: 401, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 12828, + offset: 12830, line: 401, - col: 51, + col: 53, }, }, }, @@ -65299,14 +65299,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12801, + offset: 12803, line: 401, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 12815, + offset: 12817, line: 401, - col: 38, + col: 40, }, }, }, @@ -65320,14 +65320,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12830, + offset: 12832, line: 401, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 12834, + offset: 12836, line: 401, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -65339,14 +65339,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12852, + offset: 12854, line: 402, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13123, + offset: 13125, line: 406, - col: 16, + col: 18, }, }, ExpressionType: "[this, vd]() {\n DBusDesktopDataStruct data{.position = vd->x11DesktopNumber() - 1, .id = vd->id(), .name = vd->name()};\n emit desktopDataChanged(vd->id(), data);\n emit desktopsChanged(desktops());\n }", @@ -65356,14 +65356,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12865, + offset: 12867, line: 402, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 13123, + offset: 13125, line: 406, - col: 16, + col: 18, }, }, 'Prop_Statements': [ @@ -65371,28 +65371,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12887, + offset: 12889, line: 403, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 12908, + offset: 12910, line: 403, - col: 40, + col: 42, }, }, 'Prop_Expression': { '@type': "CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12887, + offset: 12889, line: 403, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 12908, + offset: 12910, line: 403, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -65403,14 +65403,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12887, + offset: 12889, line: 403, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 12908, + offset: 12910, line: 403, - col: 40, + col: 42, }, }, }, @@ -65420,14 +65420,14 @@ '@role': [Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12907, + offset: 12909, line: 403, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 12908, + offset: 12910, line: 403, - col: 40, + col: 42, }, }, }, @@ -65435,28 +65435,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12909, + offset: 12911, line: 403, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 12990, + offset: 12992, line: 403, - col: 122, + col: 124, }, }, 'Prop_Expression': { '@type': "CPPASTSimpleTypeConstructorExpression", '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12909, + offset: 12911, line: 403, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 12989, + offset: 12991, line: 403, - col: 121, + col: 123, }, }, ExpressionType: "", @@ -65466,14 +65466,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12909, + offset: 12911, line: 403, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 12913, + offset: 12915, line: 403, - col: 45, + col: 47, }, }, IsConst: false, @@ -65491,14 +65491,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12909, + offset: 12911, line: 403, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 12913, + offset: 12915, line: 403, - col: 45, + col: 47, }, }, }, @@ -65508,14 +65508,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12913, + offset: 12915, line: 403, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 12989, + offset: 12991, line: 403, - col: 121, + col: 123, }, }, 'Prop_Clauses': [ @@ -65523,14 +65523,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12914, + offset: 12916, line: 403, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 12952, + offset: 12954, line: 403, - col: 84, + col: 86, }, }, 'Prop_Designators': [ @@ -65539,14 +65539,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12915, + offset: 12917, line: 403, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 12923, + offset: 12925, line: 403, - col: 55, + col: 57, }, }, }, @@ -65556,14 +65556,14 @@ '@role': [Arithmetic, Binary, Expression, Substract], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12926, + offset: 12928, line: 403, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12952, + offset: 12954, line: 403, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -65574,14 +65574,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12951, + offset: 12953, line: 403, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 12952, + offset: 12954, line: 403, - col: 84, + col: 86, }, }, ExpressionType: "int", @@ -65593,14 +65593,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12926, + offset: 12928, line: 403, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12948, + offset: 12950, line: 403, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -65610,14 +65610,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12926, + offset: 12928, line: 403, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12946, + offset: 12948, line: 403, - col: 78, + col: 80, }, }, ExpressionType: "", @@ -65630,14 +65630,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12930, + offset: 12932, line: 403, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 12946, + offset: 12948, line: 403, - col: 78, + col: 80, }, }, }, @@ -65645,14 +65645,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12926, + offset: 12928, line: 403, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12928, + offset: 12930, line: 403, - col: 60, + col: 62, }, }, ExpressionType: "? *", @@ -65663,14 +65663,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12926, + offset: 12928, line: 403, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12928, + offset: 12930, line: 403, - col: 60, + col: 62, }, }, }, @@ -65682,14 +65682,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12951, + offset: 12953, line: 403, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 12952, + offset: 12954, line: 403, - col: 84, + col: 86, }, }, ExpressionType: "int", @@ -65703,14 +65703,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12954, + offset: 12956, line: 403, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 12968, + offset: 12970, line: 403, - col: 100, + col: 102, }, }, 'Prop_Designators': [ @@ -65719,135 +65719,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12955, - line: 403, - col: 87, - }, - end: { '@type': "uast:Position", offset: 12957, line: 403, col: 89, }, - }, - }, - ], - 'Prop_Operand': { '@type': "CPPASTFunctionCallExpression", - '@role': [Call, Expression, Function], - '@pos': { '@type': "uast:Positions", - start: { '@type': "uast:Position", - offset: 12960, - line: 403, - col: 92, - }, - end: { '@type': "uast:Position", - offset: 12968, - line: 403, - col: 100, - }, - }, - ExpressionType: "", - ExpressionValueCategory: "PRVALUE", - IsLValue: false, - 'Prop_FunctionNameExpression': { '@type': "CPPASTFieldReference", - '@role': [Call, Expression, Function, Name, Qualified], - '@pos': { '@type': "uast:Positions", - start: { '@type': "uast:Position", - offset: 12960, - line: 403, - col: 92, - }, end: { '@type': "uast:Position", - offset: 12966, + offset: 12959, line: 403, - col: 98, - }, - }, - ExpressionType: "", - ExpressionValueCategory: "PRVALUE", - IsLValue: false, - IsPointerDereference: true, - IsTemplate: false, - 'Prop_FieldName': { '@type': "CPPASTName", - '@token': "id", - '@role': [Identifier], - '@pos': { '@type': "uast:Positions", - start: { '@type': "uast:Position", - offset: 12964, - line: 403, - col: 96, - }, - end: { '@type': "uast:Position", - offset: 12966, - line: 403, - col: 98, - }, - }, - }, - 'Prop_FieldOwner': { '@type': "CPPASTIdExpression", - '@role': [Expression, Variable], - '@pos': { '@type': "uast:Positions", - start: { '@type': "uast:Position", - offset: 12960, - line: 403, - col: 92, - }, - end: { '@type': "uast:Position", - offset: 12962, - line: 403, - col: 94, - }, - }, - ExpressionType: "? *", - ExpressionValueCategory: "LVALUE", - IsLValue: true, - 'Prop_Name': { '@type': "CPPASTName", - '@token': "vd", - '@role': [Identifier], - '@pos': { '@type': "uast:Positions", - start: { '@type': "uast:Position", - offset: 12960, - line: 403, - col: 92, - }, - end: { '@type': "uast:Position", - offset: 12962, - line: 403, - col: 94, - }, - }, - }, - }, - }, - }, - }, - { '@type': "CPPASTDesignatedInitializer", - '@role': [Expression, Initialization], - '@pos': { '@type': "uast:Positions", - start: { '@type': "uast:Position", - offset: 12970, - line: 403, - col: 102, - }, - end: { '@type': "uast:Position", - offset: 12988, - line: 403, - col: 120, - }, - }, - 'Prop_Designators': [ - { '@type': "CPPASTName", - '@token': "name", - '@role': [Identifier], - '@pos': { '@type': "uast:Positions", - start: { '@type': "uast:Position", - offset: 12971, - line: 403, - col: 103, - }, - end: { '@type': "uast:Position", - offset: 12975, - line: 403, - col: 107, + col: 91, }, }, }, @@ -65856,14 +65735,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12978, + offset: 12962, line: 403, - col: 110, + col: 94, }, end: { '@type': "uast:Position", - offset: 12988, + offset: 12970, line: 403, - col: 120, + col: 102, }, }, ExpressionType: "", @@ -65873,14 +65752,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12978, + offset: 12962, line: 403, - col: 110, + col: 94, }, end: { '@type': "uast:Position", - offset: 12986, + offset: 12968, line: 403, - col: 118, + col: 100, }, }, ExpressionType: "", @@ -65889,18 +65768,18 @@ IsPointerDereference: true, IsTemplate: false, 'Prop_FieldName': { '@type': "CPPASTName", - '@token': "name", + '@token': "id", '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12982, + offset: 12966, line: 403, - col: 114, + col: 98, }, end: { '@type': "uast:Position", - offset: 12986, + offset: 12968, line: 403, - col: 118, + col: 100, }, }, }, @@ -65908,14 +65787,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12978, + offset: 12962, line: 403, - col: 110, + col: 94, }, end: { '@type': "uast:Position", - offset: 12980, + offset: 12964, line: 403, - col: 112, + col: 96, }, }, ExpressionType: "? *", @@ -65926,15 +65805,136 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12978, + offset: 12962, line: 403, - col: 110, + col: 94, }, end: { '@type': "uast:Position", + offset: 12964, + line: 403, + col: 96, + }, + }, + }, + }, + }, + }, + }, + { '@type': "CPPASTDesignatedInitializer", + '@role': [Expression, Initialization], + '@pos': { '@type': "uast:Positions", + start: { '@type': "uast:Position", + offset: 12972, + line: 403, + col: 104, + }, + end: { '@type': "uast:Position", + offset: 12990, + line: 403, + col: 122, + }, + }, + 'Prop_Designators': [ + { '@type': "CPPASTName", + '@token': "name", + '@role': [Identifier], + '@pos': { '@type': "uast:Positions", + start: { '@type': "uast:Position", + offset: 12973, + line: 403, + col: 105, + }, + end: { '@type': "uast:Position", + offset: 12977, + line: 403, + col: 109, + }, + }, + }, + ], + 'Prop_Operand': { '@type': "CPPASTFunctionCallExpression", + '@role': [Call, Expression, Function], + '@pos': { '@type': "uast:Positions", + start: { '@type': "uast:Position", + offset: 12980, + line: 403, + col: 112, + }, + end: { '@type': "uast:Position", + offset: 12990, + line: 403, + col: 122, + }, + }, + ExpressionType: "", + ExpressionValueCategory: "PRVALUE", + IsLValue: false, + 'Prop_FunctionNameExpression': { '@type': "CPPASTFieldReference", + '@role': [Call, Expression, Function, Name, Qualified], + '@pos': { '@type': "uast:Positions", + start: { '@type': "uast:Position", + offset: 12980, + line: 403, + col: 112, + }, + end: { '@type': "uast:Position", + offset: 12988, + line: 403, + col: 120, + }, + }, + ExpressionType: "", + ExpressionValueCategory: "PRVALUE", + IsLValue: false, + IsPointerDereference: true, + IsTemplate: false, + 'Prop_FieldName': { '@type': "CPPASTName", + '@token': "name", + '@role': [Identifier], + '@pos': { '@type': "uast:Positions", + start: { '@type': "uast:Position", + offset: 12984, + line: 403, + col: 116, + }, + end: { '@type': "uast:Position", + offset: 12988, + line: 403, + col: 120, + }, + }, + }, + 'Prop_FieldOwner': { '@type': "CPPASTIdExpression", + '@role': [Expression, Variable], + '@pos': { '@type': "uast:Positions", + start: { '@type': "uast:Position", + offset: 12980, + line: 403, + col: 112, + }, + end: { '@type': "uast:Position", + offset: 12982, + line: 403, + col: 114, + }, + }, + ExpressionType: "? *", + ExpressionValueCategory: "LVALUE", + IsLValue: true, + 'Prop_Name': { '@type': "CPPASTName", + '@token': "vd", + '@role': [Identifier], + '@pos': { '@type': "uast:Positions", + start: { '@type': "uast:Position", offset: 12980, line: 403, col: 112, }, + end: { '@type': "uast:Position", + offset: 12982, + line: 403, + col: 114, + }, }, }, }, @@ -65947,14 +65947,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12914, + offset: 12916, line: 403, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 12952, + offset: 12954, line: 403, - col: 84, + col: 86, }, }, 'Prop_Designators': [ @@ -65963,14 +65963,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12915, + offset: 12917, line: 403, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 12923, + offset: 12925, line: 403, - col: 55, + col: 57, }, }, }, @@ -65980,14 +65980,14 @@ '@role': [Arithmetic, Binary, Expression, Substract], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12926, + offset: 12928, line: 403, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12952, + offset: 12954, line: 403, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -65998,14 +65998,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12951, + offset: 12953, line: 403, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 12952, + offset: 12954, line: 403, - col: 84, + col: 86, }, }, ExpressionType: "int", @@ -66017,14 +66017,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12926, + offset: 12928, line: 403, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12948, + offset: 12950, line: 403, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -66034,14 +66034,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12926, + offset: 12928, line: 403, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12946, + offset: 12948, line: 403, - col: 78, + col: 80, }, }, ExpressionType: "", @@ -66054,14 +66054,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12930, + offset: 12932, line: 403, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 12946, + offset: 12948, line: 403, - col: 78, + col: 80, }, }, }, @@ -66069,14 +66069,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12926, + offset: 12928, line: 403, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12928, + offset: 12930, line: 403, - col: 60, + col: 62, }, }, ExpressionType: "? *", @@ -66087,14 +66087,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12926, + offset: 12928, line: 403, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 12928, + offset: 12930, line: 403, - col: 60, + col: 62, }, }, }, @@ -66106,14 +66106,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12951, + offset: 12953, line: 403, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 12952, + offset: 12954, line: 403, - col: 84, + col: 86, }, }, ExpressionType: "int", @@ -66127,14 +66127,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12954, + offset: 12956, line: 403, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 12968, + offset: 12970, line: 403, - col: 100, + col: 102, }, }, 'Prop_Designators': [ @@ -66143,14 +66143,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12955, + offset: 12957, line: 403, - col: 87, + col: 89, }, end: { '@type': "uast:Position", - offset: 12957, + offset: 12959, line: 403, - col: 89, + col: 91, }, }, }, @@ -66159,14 +66159,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12960, + offset: 12962, line: 403, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 12968, + offset: 12970, line: 403, - col: 100, + col: 102, }, }, ExpressionType: "", @@ -66176,14 +66176,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12960, + offset: 12962, line: 403, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 12966, + offset: 12968, line: 403, - col: 98, + col: 100, }, }, ExpressionType: "", @@ -66196,14 +66196,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12964, + offset: 12966, line: 403, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 12966, + offset: 12968, line: 403, - col: 98, + col: 100, }, }, }, @@ -66211,14 +66211,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12960, + offset: 12962, line: 403, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 12962, + offset: 12964, line: 403, - col: 94, + col: 96, }, }, ExpressionType: "? *", @@ -66229,14 +66229,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12960, + offset: 12962, line: 403, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 12962, + offset: 12964, line: 403, - col: 94, + col: 96, }, }, }, @@ -66248,14 +66248,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12970, + offset: 12972, line: 403, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 12988, + offset: 12990, line: 403, - col: 120, + col: 122, }, }, 'Prop_Designators': [ @@ -66264,14 +66264,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12971, + offset: 12973, line: 403, - col: 103, + col: 105, }, end: { '@type': "uast:Position", - offset: 12975, + offset: 12977, line: 403, - col: 107, + col: 109, }, }, }, @@ -66280,14 +66280,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12978, + offset: 12980, line: 403, - col: 110, + col: 112, }, end: { '@type': "uast:Position", - offset: 12988, + offset: 12990, line: 403, - col: 120, + col: 122, }, }, ExpressionType: "", @@ -66297,14 +66297,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12978, + offset: 12980, line: 403, - col: 110, + col: 112, }, end: { '@type': "uast:Position", - offset: 12986, + offset: 12988, line: 403, - col: 118, + col: 120, }, }, ExpressionType: "", @@ -66317,14 +66317,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12982, + offset: 12984, line: 403, - col: 114, + col: 116, }, end: { '@type': "uast:Position", - offset: 12986, + offset: 12988, line: 403, - col: 118, + col: 120, }, }, }, @@ -66332,14 +66332,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12978, + offset: 12980, line: 403, - col: 110, + col: 112, }, end: { '@type': "uast:Position", - offset: 12980, + offset: 12982, line: 403, - col: 112, + col: 114, }, }, ExpressionType: "? *", @@ -66350,14 +66350,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12978, + offset: 12980, line: 403, - col: 110, + col: 112, }, end: { '@type': "uast:Position", - offset: 12980, + offset: 12982, line: 403, - col: 112, + col: 114, }, }, }, @@ -66374,42 +66374,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13011, + offset: 13013, line: 404, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 13051, + offset: 13053, line: 404, - col: 59, + col: 61, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13011, + offset: 13013, line: 404, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 13051, + offset: 13053, line: 404, - col: 59, + col: 61, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13011, + offset: 13013, line: 404, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 13015, + offset: 13017, line: 404, - col: 23, + col: 25, }, }, IsConst: false, @@ -66427,14 +66427,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13011, + offset: 13013, line: 404, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 13015, + offset: 13017, line: 404, - col: 23, + col: 25, }, }, }, @@ -66445,14 +66445,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13016, + offset: 13018, line: 404, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 13050, + offset: 13052, line: 404, - col: 58, + col: 60, }, }, DeclaresParameterPack: false, @@ -66460,14 +66460,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13034, + offset: 13036, line: 404, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 13050, + offset: 13052, line: 404, - col: 58, + col: 60, }, }, 'Prop_Arguments': [ @@ -66475,14 +66475,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13035, + offset: 13037, line: 404, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 13043, + offset: 13045, line: 404, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -66492,14 +66492,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13035, + offset: 13037, line: 404, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 13041, + offset: 13043, line: 404, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -66512,14 +66512,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13039, + offset: 13041, line: 404, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 13041, + offset: 13043, line: 404, - col: 49, + col: 51, }, }, }, @@ -66527,14 +66527,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13035, + offset: 13037, line: 404, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 13037, + offset: 13039, line: 404, - col: 45, + col: 47, }, }, ExpressionType: "? *", @@ -66545,14 +66545,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13035, + offset: 13037, line: 404, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 13037, + offset: 13039, line: 404, - col: 45, + col: 47, }, }, }, @@ -66563,14 +66563,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13045, + offset: 13047, line: 404, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 13049, + offset: 13051, line: 404, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -66581,14 +66581,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13045, + offset: 13047, line: 404, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 13049, + offset: 13051, line: 404, - col: 57, + col: 59, }, }, }, @@ -66605,14 +66605,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13035, + offset: 13037, line: 404, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 13043, + offset: 13045, line: 404, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -66622,14 +66622,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13035, + offset: 13037, line: 404, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 13041, + offset: 13043, line: 404, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -66642,14 +66642,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13039, + offset: 13041, line: 404, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 13041, + offset: 13043, line: 404, - col: 49, + col: 51, }, }, }, @@ -66657,14 +66657,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13035, + offset: 13037, line: 404, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 13037, + offset: 13039, line: 404, - col: 45, + col: 47, }, }, ExpressionType: "? *", @@ -66675,14 +66675,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13035, + offset: 13037, line: 404, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 13037, + offset: 13039, line: 404, - col: 45, + col: 47, }, }, }, @@ -66693,14 +66693,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13045, + offset: 13047, line: 404, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 13049, + offset: 13051, line: 404, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -66711,14 +66711,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13045, + offset: 13047, line: 404, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 13049, + offset: 13051, line: 404, - col: 57, + col: 59, }, }, }, @@ -66731,14 +66731,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13016, + offset: 13018, line: 404, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 13034, + offset: 13036, line: 404, - col: 42, + col: 44, }, }, }, @@ -66751,42 +66751,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13072, + offset: 13074, line: 405, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 13105, + offset: 13107, line: 405, - col: 52, + col: 54, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13072, + offset: 13074, line: 405, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 13105, + offset: 13107, line: 405, - col: 52, + col: 54, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13072, + offset: 13074, line: 405, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 13076, + offset: 13078, line: 405, - col: 23, + col: 25, }, }, IsConst: false, @@ -66804,14 +66804,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13072, + offset: 13074, line: 405, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 13076, + offset: 13078, line: 405, - col: 23, + col: 25, }, }, }, @@ -66822,14 +66822,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13077, + offset: 13079, line: 405, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 13104, + offset: 13106, line: 405, - col: 51, + col: 53, }, }, DeclaresParameterPack: false, @@ -66837,14 +66837,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13092, + offset: 13094, line: 405, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 13104, + offset: 13106, line: 405, - col: 51, + col: 53, }, }, 'Prop_Arguments': [ @@ -66852,14 +66852,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13093, + offset: 13095, line: 405, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 13103, + offset: 13105, line: 405, - col: 50, + col: 52, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -66869,14 +66869,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13093, + offset: 13095, line: 405, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 13101, + offset: 13103, line: 405, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -66887,14 +66887,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13093, + offset: 13095, line: 405, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 13101, + offset: 13103, line: 405, - col: 48, + col: 50, }, }, }, @@ -66905,14 +66905,14 @@ '@role': [Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13093, + offset: 13095, line: 405, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 13103, + offset: 13105, line: 405, - col: 50, + col: 52, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -66922,14 +66922,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13093, + offset: 13095, line: 405, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 13101, + offset: 13103, line: 405, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -66940,14 +66940,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13093, + offset: 13095, line: 405, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 13101, + offset: 13103, line: 405, - col: 48, + col: 50, }, }, }, @@ -66959,14 +66959,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13077, + offset: 13079, line: 405, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 13092, + offset: 13094, line: 405, - col: 39, + col: 41, }, }, }, @@ -66983,14 +66983,14 @@ '@role': [Declaration, Function, Identifier, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12859, + offset: 12861, line: 402, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 12861, + offset: 12863, line: 402, - col: 24, + col: 26, }, }, }, @@ -66999,14 +66999,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12862, + offset: 12864, line: 402, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 12864, + offset: 12866, line: 402, - col: 27, + col: 29, }, }, IsConst: false, @@ -67020,28 +67020,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Initializer': { '@type': "CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Arguments': [ @@ -67049,14 +67049,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -67067,14 +67067,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, }, @@ -67084,14 +67084,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -67102,14 +67102,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, }, @@ -67119,14 +67119,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -67137,14 +67137,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, }, @@ -67154,14 +67154,14 @@ '@role': [Declaration, Identifier, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, }, }, @@ -67170,28 +67170,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Initializer': { '@type': "CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Arguments': [ @@ -67199,14 +67199,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -67217,14 +67217,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, }, @@ -67234,14 +67234,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -67252,14 +67252,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, }, @@ -67269,14 +67269,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -67287,14 +67287,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, }, @@ -67304,14 +67304,14 @@ '@role': [Declaration, Identifier, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, }, }, @@ -67325,14 +67325,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12788, + offset: 12790, line: 401, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 12795, + offset: 12797, line: 401, - col: 18, + col: 20, }, }, ExpressionType: "", @@ -67343,14 +67343,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12788, + offset: 12790, line: 401, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 12795, + offset: 12797, line: 401, - col: 18, + col: 20, }, }, }, @@ -67361,28 +67361,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13151, + offset: 13153, line: 408, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13172, + offset: 13174, line: 408, - col: 32, + col: 34, }, }, 'Prop_Expression': { '@type': "CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13151, + offset: 13153, line: 408, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13172, + offset: 13174, line: 408, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -67393,14 +67393,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13151, + offset: 13153, line: 408, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13172, + offset: 13174, line: 408, - col: 32, + col: 34, }, }, }, @@ -67410,14 +67410,14 @@ '@role': [Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13171, + offset: 13173, line: 408, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13172, + offset: 13174, line: 408, - col: 32, + col: 34, }, }, }, @@ -67425,28 +67425,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13173, + offset: 13175, line: 408, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 13254, + offset: 13256, line: 408, - col: 114, + col: 116, }, }, 'Prop_Expression': { '@type': "CPPASTSimpleTypeConstructorExpression", '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13173, + offset: 13175, line: 408, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 13253, + offset: 13255, line: 408, - col: 113, + col: 115, }, }, ExpressionType: "", @@ -67456,14 +67456,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13173, + offset: 13175, line: 408, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 13177, + offset: 13179, line: 408, - col: 37, + col: 39, }, }, IsConst: false, @@ -67481,14 +67481,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13173, + offset: 13175, line: 408, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 13177, + offset: 13179, line: 408, - col: 37, + col: 39, }, }, }, @@ -67498,14 +67498,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13177, + offset: 13179, line: 408, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 13253, + offset: 13255, line: 408, - col: 113, + col: 115, }, }, 'Prop_Clauses': [ @@ -67513,14 +67513,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13178, + offset: 13180, line: 408, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 13216, + offset: 13218, line: 408, - col: 76, + col: 78, }, }, 'Prop_Designators': [ @@ -67529,14 +67529,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13179, + offset: 13181, line: 408, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 13187, + offset: 13189, line: 408, - col: 47, + col: 49, }, }, }, @@ -67546,14 +67546,14 @@ '@role': [Arithmetic, Binary, Expression, Substract], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13190, + offset: 13192, line: 408, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 13216, + offset: 13218, line: 408, - col: 76, + col: 78, }, }, ExpressionType: "", @@ -67564,14 +67564,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13215, + offset: 13217, line: 408, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 13216, + offset: 13218, line: 408, - col: 76, + col: 78, }, }, ExpressionType: "int", @@ -67583,14 +67583,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13190, + offset: 13192, line: 408, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 13212, + offset: 13214, line: 408, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -67600,14 +67600,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13190, + offset: 13192, line: 408, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 13210, + offset: 13212, line: 408, - col: 70, + col: 72, }, }, ExpressionType: "", @@ -67620,14 +67620,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13194, + offset: 13196, line: 408, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 13210, + offset: 13212, line: 408, - col: 70, + col: 72, }, }, }, @@ -67635,14 +67635,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13190, + offset: 13192, line: 408, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 13192, + offset: 13194, line: 408, - col: 52, + col: 54, }, }, ExpressionType: "? *", @@ -67653,14 +67653,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13190, + offset: 13192, line: 408, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 13192, + offset: 13194, line: 408, - col: 52, + col: 54, }, }, }, @@ -67672,14 +67672,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13215, + offset: 13217, line: 408, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 13216, + offset: 13218, line: 408, - col: 76, + col: 78, }, }, ExpressionType: "int", @@ -67693,14 +67693,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13218, + offset: 13220, line: 408, - col: 78, + col: 80, }, end: { '@type': "uast:Position", - offset: 13232, + offset: 13234, line: 408, - col: 92, + col: 94, }, }, 'Prop_Designators': [ @@ -67709,14 +67709,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13219, + offset: 13221, line: 408, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 13221, + offset: 13223, line: 408, - col: 81, + col: 83, }, }, }, @@ -67725,14 +67725,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13224, + offset: 13226, line: 408, - col: 84, + col: 86, }, end: { '@type': "uast:Position", - offset: 13232, + offset: 13234, line: 408, - col: 92, + col: 94, }, }, ExpressionType: "", @@ -67742,14 +67742,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13224, + offset: 13226, line: 408, - col: 84, + col: 86, }, end: { '@type': "uast:Position", - offset: 13230, + offset: 13232, line: 408, - col: 90, + col: 92, }, }, ExpressionType: "", @@ -67762,14 +67762,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13228, + offset: 13230, line: 408, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 13230, + offset: 13232, line: 408, - col: 90, + col: 92, }, }, }, @@ -67777,14 +67777,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13224, + offset: 13226, line: 408, - col: 84, + col: 86, }, end: { '@type': "uast:Position", - offset: 13226, + offset: 13228, line: 408, - col: 86, + col: 88, }, }, ExpressionType: "? *", @@ -67795,14 +67795,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13224, + offset: 13226, line: 408, - col: 84, + col: 86, }, end: { '@type': "uast:Position", - offset: 13226, + offset: 13228, line: 408, - col: 86, + col: 88, }, }, }, @@ -67814,14 +67814,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13234, + offset: 13236, line: 408, - col: 94, + col: 96, }, end: { '@type': "uast:Position", - offset: 13252, + offset: 13254, line: 408, - col: 112, + col: 114, }, }, 'Prop_Designators': [ @@ -67830,14 +67830,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13235, + offset: 13237, line: 408, - col: 95, + col: 97, }, end: { '@type': "uast:Position", - offset: 13239, + offset: 13241, line: 408, - col: 99, + col: 101, }, }, }, @@ -67846,14 +67846,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13242, + offset: 13244, line: 408, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 13252, + offset: 13254, line: 408, - col: 112, + col: 114, }, }, ExpressionType: "", @@ -67863,14 +67863,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13242, + offset: 13244, line: 408, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 13250, + offset: 13252, line: 408, - col: 110, + col: 112, }, }, ExpressionType: "", @@ -67883,14 +67883,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13246, + offset: 13248, line: 408, - col: 106, + col: 108, }, end: { '@type': "uast:Position", - offset: 13250, + offset: 13252, line: 408, - col: 110, + col: 112, }, }, }, @@ -67898,14 +67898,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13242, + offset: 13244, line: 408, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 13244, + offset: 13246, line: 408, - col: 104, + col: 106, }, }, ExpressionType: "? *", @@ -67916,14 +67916,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13242, + offset: 13244, line: 408, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 13244, + offset: 13246, line: 408, - col: 104, + col: 106, }, }, }, @@ -67937,14 +67937,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13178, + offset: 13180, line: 408, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 13216, + offset: 13218, line: 408, - col: 76, + col: 78, }, }, 'Prop_Designators': [ @@ -67953,14 +67953,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13179, + offset: 13181, line: 408, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 13187, + offset: 13189, line: 408, - col: 47, + col: 49, }, }, }, @@ -67970,14 +67970,14 @@ '@role': [Arithmetic, Binary, Expression, Substract], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13190, + offset: 13192, line: 408, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 13216, + offset: 13218, line: 408, - col: 76, + col: 78, }, }, ExpressionType: "", @@ -67988,14 +67988,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13215, + offset: 13217, line: 408, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 13216, + offset: 13218, line: 408, - col: 76, + col: 78, }, }, ExpressionType: "int", @@ -68007,14 +68007,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13190, + offset: 13192, line: 408, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 13212, + offset: 13214, line: 408, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -68024,14 +68024,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13190, + offset: 13192, line: 408, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 13210, + offset: 13212, line: 408, - col: 70, + col: 72, }, }, ExpressionType: "", @@ -68044,14 +68044,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13194, + offset: 13196, line: 408, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 13210, + offset: 13212, line: 408, - col: 70, + col: 72, }, }, }, @@ -68059,14 +68059,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13190, + offset: 13192, line: 408, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 13192, + offset: 13194, line: 408, - col: 52, + col: 54, }, }, ExpressionType: "? *", @@ -68077,14 +68077,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13190, + offset: 13192, line: 408, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 13192, + offset: 13194, line: 408, - col: 52, + col: 54, }, }, }, @@ -68096,14 +68096,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13215, + offset: 13217, line: 408, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 13216, + offset: 13218, line: 408, - col: 76, + col: 78, }, }, ExpressionType: "int", @@ -68117,14 +68117,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13218, + offset: 13220, line: 408, - col: 78, + col: 80, }, end: { '@type': "uast:Position", - offset: 13232, + offset: 13234, line: 408, - col: 92, + col: 94, }, }, 'Prop_Designators': [ @@ -68133,14 +68133,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13219, + offset: 13221, line: 408, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 13221, + offset: 13223, line: 408, - col: 81, + col: 83, }, }, }, @@ -68149,14 +68149,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13224, + offset: 13226, line: 408, - col: 84, + col: 86, }, end: { '@type': "uast:Position", - offset: 13232, + offset: 13234, line: 408, - col: 92, + col: 94, }, }, ExpressionType: "", @@ -68166,14 +68166,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13224, + offset: 13226, line: 408, - col: 84, + col: 86, }, end: { '@type': "uast:Position", - offset: 13230, + offset: 13232, line: 408, - col: 90, + col: 92, }, }, ExpressionType: "", @@ -68186,14 +68186,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13228, + offset: 13230, line: 408, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 13230, + offset: 13232, line: 408, - col: 90, + col: 92, }, }, }, @@ -68201,14 +68201,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13224, + offset: 13226, line: 408, - col: 84, + col: 86, }, end: { '@type': "uast:Position", - offset: 13226, + offset: 13228, line: 408, - col: 86, + col: 88, }, }, ExpressionType: "? *", @@ -68219,14 +68219,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13224, + offset: 13226, line: 408, - col: 84, + col: 86, }, end: { '@type': "uast:Position", - offset: 13226, + offset: 13228, line: 408, - col: 86, + col: 88, }, }, }, @@ -68238,14 +68238,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13234, + offset: 13236, line: 408, - col: 94, + col: 96, }, end: { '@type': "uast:Position", - offset: 13252, + offset: 13254, line: 408, - col: 112, + col: 114, }, }, 'Prop_Designators': [ @@ -68254,14 +68254,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13235, + offset: 13237, line: 408, - col: 95, + col: 97, }, end: { '@type': "uast:Position", - offset: 13239, + offset: 13241, line: 408, - col: 99, + col: 101, }, }, }, @@ -68270,14 +68270,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13242, + offset: 13244, line: 408, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 13252, + offset: 13254, line: 408, - col: 112, + col: 114, }, }, ExpressionType: "", @@ -68287,14 +68287,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13242, + offset: 13244, line: 408, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 13250, + offset: 13252, line: 408, - col: 110, + col: 112, }, }, ExpressionType: "", @@ -68307,14 +68307,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13246, + offset: 13248, line: 408, - col: 106, + col: 108, }, end: { '@type': "uast:Position", - offset: 13250, + offset: 13252, line: 408, - col: 110, + col: 112, }, }, }, @@ -68322,14 +68322,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13242, + offset: 13244, line: 408, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 13244, + offset: 13246, line: 408, - col: 104, + col: 106, }, }, ExpressionType: "? *", @@ -68340,14 +68340,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13242, + offset: 13244, line: 408, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 13244, + offset: 13246, line: 408, - col: 104, + col: 106, }, }, }, @@ -68364,42 +68364,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13267, + offset: 13269, line: 409, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13303, + offset: 13305, line: 409, - col: 47, + col: 49, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13267, + offset: 13269, line: 409, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13303, + offset: 13305, line: 409, - col: 47, + col: 49, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13267, + offset: 13269, line: 409, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13271, + offset: 13273, line: 409, - col: 15, + col: 17, }, }, IsConst: false, @@ -68417,14 +68417,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13267, + offset: 13269, line: 409, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13271, + offset: 13273, line: 409, - col: 15, + col: 17, }, }, }, @@ -68435,14 +68435,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13272, + offset: 13274, line: 409, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 13302, + offset: 13304, line: 409, - col: 46, + col: 48, }, }, DeclaresParameterPack: false, @@ -68450,14 +68450,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13286, + offset: 13288, line: 409, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 13302, + offset: 13304, line: 409, - col: 46, + col: 48, }, }, 'Prop_Arguments': [ @@ -68465,14 +68465,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13287, + offset: 13289, line: 409, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13295, + offset: 13297, line: 409, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -68482,14 +68482,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13287, + offset: 13289, line: 409, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13293, + offset: 13295, line: 409, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -68502,14 +68502,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13291, + offset: 13293, line: 409, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 13293, + offset: 13295, line: 409, - col: 37, + col: 39, }, }, }, @@ -68517,14 +68517,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13287, + offset: 13289, line: 409, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13289, + offset: 13291, line: 409, - col: 33, + col: 35, }, }, ExpressionType: "? *", @@ -68535,14 +68535,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13287, + offset: 13289, line: 409, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13289, + offset: 13291, line: 409, - col: 33, + col: 35, }, }, }, @@ -68553,14 +68553,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13297, + offset: 13299, line: 409, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 13301, + offset: 13303, line: 409, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -68571,14 +68571,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13297, + offset: 13299, line: 409, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 13301, + offset: 13303, line: 409, - col: 45, + col: 47, }, }, }, @@ -68595,14 +68595,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13287, + offset: 13289, line: 409, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13295, + offset: 13297, line: 409, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -68612,14 +68612,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13287, + offset: 13289, line: 409, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13293, + offset: 13295, line: 409, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -68632,14 +68632,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13291, + offset: 13293, line: 409, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 13293, + offset: 13295, line: 409, - col: 37, + col: 39, }, }, }, @@ -68647,14 +68647,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13287, + offset: 13289, line: 409, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13289, + offset: 13291, line: 409, - col: 33, + col: 35, }, }, ExpressionType: "? *", @@ -68665,14 +68665,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13287, + offset: 13289, line: 409, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13289, + offset: 13291, line: 409, - col: 33, + col: 35, }, }, }, @@ -68683,14 +68683,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13297, + offset: 13299, line: 409, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 13301, + offset: 13303, line: 409, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -68701,14 +68701,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13297, + offset: 13299, line: 409, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 13301, + offset: 13303, line: 409, - col: 45, + col: 47, }, }, }, @@ -68721,14 +68721,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13272, + offset: 13274, line: 409, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 13286, + offset: 13288, line: 409, - col: 30, + col: 32, }, }, }, @@ -68741,42 +68741,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13316, + offset: 13318, line: 410, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13349, + offset: 13351, line: 410, - col: 44, + col: 46, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13316, + offset: 13318, line: 410, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13349, + offset: 13351, line: 410, - col: 44, + col: 46, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13316, + offset: 13318, line: 410, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13320, + offset: 13322, line: 410, - col: 15, + col: 17, }, }, IsConst: false, @@ -68794,14 +68794,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13316, + offset: 13318, line: 410, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13320, + offset: 13322, line: 410, - col: 15, + col: 17, }, }, }, @@ -68812,14 +68812,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13321, + offset: 13323, line: 410, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 13348, + offset: 13350, line: 410, - col: 43, + col: 45, }, }, DeclaresParameterPack: false, @@ -68827,14 +68827,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13336, + offset: 13338, line: 410, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13348, + offset: 13350, line: 410, - col: 43, + col: 45, }, }, 'Prop_Arguments': [ @@ -68842,14 +68842,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13337, + offset: 13339, line: 410, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 13347, + offset: 13349, line: 410, - col: 42, + col: 44, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -68859,14 +68859,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13337, + offset: 13339, line: 410, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 13345, + offset: 13347, line: 410, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -68877,14 +68877,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13337, + offset: 13339, line: 410, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 13345, + offset: 13347, line: 410, - col: 40, + col: 42, }, }, }, @@ -68895,14 +68895,14 @@ '@role': [Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13337, + offset: 13339, line: 410, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 13347, + offset: 13349, line: 410, - col: 42, + col: 44, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -68912,14 +68912,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13337, + offset: 13339, line: 410, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 13345, + offset: 13347, line: 410, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -68930,14 +68930,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13337, + offset: 13339, line: 410, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 13345, + offset: 13347, line: 410, - col: 40, + col: 42, }, }, }, @@ -68949,14 +68949,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13321, + offset: 13323, line: 410, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 13336, + offset: 13338, line: 410, - col: 31, + col: 33, }, }, }, @@ -68972,14 +68972,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12378, + offset: 12380, line: 393, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 12398, + offset: 12400, line: 393, - col: 33, + col: 35, }, }, IsConst: false, @@ -68993,28 +68993,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Initializer': { '@type': "CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Arguments': [ @@ -69022,14 +69022,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -69040,14 +69040,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, }, @@ -69057,14 +69057,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -69075,14 +69075,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, }, @@ -69092,14 +69092,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -69110,14 +69110,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, }, @@ -69127,14 +69127,14 @@ '@role': [Declaration, Identifier, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, }, }, @@ -69143,28 +69143,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Initializer': { '@type': "CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Arguments': [ @@ -69172,14 +69172,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -69190,14 +69190,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, }, @@ -69207,14 +69207,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -69225,14 +69225,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, }, @@ -69242,14 +69242,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -69260,14 +69260,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, }, @@ -69277,14 +69277,14 @@ '@role': [Declaration, Identifier, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, }, }, @@ -69295,14 +69295,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12394, + offset: 12396, line: 393, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 12397, + offset: 12399, line: 393, - col: 32, + col: 34, }, }, DeclaresParameterPack: false, @@ -69311,14 +69311,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12395, + offset: 12397, line: 393, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 12397, + offset: 12399, line: 393, - col: 32, + col: 34, }, }, }, @@ -69327,14 +69327,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12379, + offset: 12381, line: 393, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 12393, + offset: 12395, line: 393, - col: 28, + col: 30, }, }, IsConst: false, @@ -69352,14 +69352,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12379, + offset: 12381, line: 393, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 12393, + offset: 12395, line: 393, - col: 28, + col: 30, }, }, }, @@ -69375,14 +69375,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12299, + offset: 12301, line: 392, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12306, + offset: 12308, line: 392, - col: 10, + col: 12, }, }, ExpressionType: "", @@ -69393,14 +69393,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12299, + offset: 12301, line: 392, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12306, + offset: 12308, line: 392, - col: 10, + col: 12, }, }, }, @@ -69411,28 +69411,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13371, + offset: 13373, line: 413, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13578, + offset: 13580, line: 418, - col: 5, + col: 7, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13371, + offset: 13373, line: 413, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13577, + offset: 13579, line: 418, - col: 4, + col: 6, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -69443,14 +69443,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13379, + offset: 13381, line: 413, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13388, + offset: 13390, line: 413, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -69461,14 +69461,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13379, + offset: 13381, line: 413, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13388, + offset: 13390, line: 413, - col: 20, + col: 22, }, }, }, @@ -69477,14 +69477,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13390, + offset: 13392, line: 413, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 13428, + offset: 13430, line: 413, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -69494,14 +69494,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13391, + offset: 13393, line: 413, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 13428, + offset: 13430, line: 413, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -69511,14 +69511,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13391, + offset: 13393, line: 413, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 13428, + offset: 13430, line: 413, - col: 60, + col: 62, }, }, IsConversionOperator: false, @@ -69530,14 +69530,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13391, + offset: 13393, line: 413, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 13412, + offset: 13414, line: 413, - col: 44, + col: 46, }, }, }, @@ -69546,14 +69546,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13414, + offset: 13416, line: 413, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 13428, + offset: 13430, line: 413, - col: 60, + col: 62, }, }, }, @@ -69564,14 +69564,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13391, + offset: 13393, line: 413, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 13412, + offset: 13414, line: 413, - col: 44, + col: 46, }, }, }, @@ -69585,14 +69585,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13430, + offset: 13432, line: 413, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 13434, + offset: 13436, line: 413, - col: 66, + col: 68, }, }, ExpressionType: "", @@ -69604,14 +69604,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13444, + offset: 13446, line: 414, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 13571, + offset: 13573, line: 417, - col: 8, + col: 10, }, }, ExpressionType: "[this](VirtualDesktop *vd) {\n emit desktopRemoved(vd->id());\n emit desktopsChanged(desktops());\n }", @@ -69621,14 +69621,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13471, + offset: 13473, line: 414, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 13571, + offset: 13573, line: 417, - col: 8, + col: 10, }, }, 'Prop_Statements': [ @@ -69636,42 +69636,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13485, + offset: 13487, line: 415, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13515, + offset: 13517, line: 415, - col: 41, + col: 43, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13485, + offset: 13487, line: 415, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13515, + offset: 13517, line: 415, - col: 41, + col: 43, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13485, + offset: 13487, line: 415, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13489, + offset: 13491, line: 415, - col: 15, + col: 17, }, }, IsConst: false, @@ -69689,14 +69689,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13485, + offset: 13487, line: 415, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13489, + offset: 13491, line: 415, - col: 15, + col: 17, }, }, }, @@ -69707,14 +69707,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13490, + offset: 13492, line: 415, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 13514, + offset: 13516, line: 415, - col: 40, + col: 42, }, }, DeclaresParameterPack: false, @@ -69722,14 +69722,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13504, + offset: 13506, line: 415, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 13514, + offset: 13516, line: 415, - col: 40, + col: 42, }, }, 'Prop_Arguments': [ @@ -69737,14 +69737,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13505, + offset: 13507, line: 415, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13513, + offset: 13515, line: 415, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -69754,14 +69754,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13505, + offset: 13507, line: 415, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13511, + offset: 13513, line: 415, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -69774,14 +69774,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13509, + offset: 13511, line: 415, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 13511, + offset: 13513, line: 415, - col: 37, + col: 39, }, }, }, @@ -69789,14 +69789,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13505, + offset: 13507, line: 415, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13507, + offset: 13509, line: 415, - col: 33, + col: 35, }, }, ExpressionType: "? *", @@ -69807,14 +69807,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13505, + offset: 13507, line: 415, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13507, + offset: 13509, line: 415, - col: 33, + col: 35, }, }, }, @@ -69826,14 +69826,14 @@ '@role': [Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13505, + offset: 13507, line: 415, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13513, + offset: 13515, line: 415, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -69843,14 +69843,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13505, + offset: 13507, line: 415, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13511, + offset: 13513, line: 415, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -69863,14 +69863,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13509, + offset: 13511, line: 415, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 13511, + offset: 13513, line: 415, - col: 37, + col: 39, }, }, }, @@ -69878,14 +69878,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13505, + offset: 13507, line: 415, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13507, + offset: 13509, line: 415, - col: 33, + col: 35, }, }, ExpressionType: "? *", @@ -69896,14 +69896,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13505, + offset: 13507, line: 415, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13507, + offset: 13509, line: 415, - col: 33, + col: 35, }, }, }, @@ -69916,14 +69916,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13490, + offset: 13492, line: 415, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 13504, + offset: 13506, line: 415, - col: 30, + col: 32, }, }, }, @@ -69936,42 +69936,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13528, + offset: 13530, line: 416, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13561, + offset: 13563, line: 416, - col: 44, + col: 46, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13528, + offset: 13530, line: 416, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13561, + offset: 13563, line: 416, - col: 44, + col: 46, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13528, + offset: 13530, line: 416, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13532, + offset: 13534, line: 416, - col: 15, + col: 17, }, }, IsConst: false, @@ -69989,14 +69989,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13528, + offset: 13530, line: 416, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13532, + offset: 13534, line: 416, - col: 15, + col: 17, }, }, }, @@ -70007,14 +70007,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13533, + offset: 13535, line: 416, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 13560, + offset: 13562, line: 416, - col: 43, + col: 45, }, }, DeclaresParameterPack: false, @@ -70022,14 +70022,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13548, + offset: 13550, line: 416, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13560, + offset: 13562, line: 416, - col: 43, + col: 45, }, }, 'Prop_Arguments': [ @@ -70037,14 +70037,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13549, + offset: 13551, line: 416, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 13559, + offset: 13561, line: 416, - col: 42, + col: 44, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -70054,14 +70054,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13549, + offset: 13551, line: 416, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 13557, + offset: 13559, line: 416, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -70072,14 +70072,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13549, + offset: 13551, line: 416, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 13557, + offset: 13559, line: 416, - col: 40, + col: 42, }, }, }, @@ -70090,14 +70090,14 @@ '@role': [Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13549, + offset: 13551, line: 416, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 13559, + offset: 13561, line: 416, - col: 42, + col: 44, }, }, ExpressionType: "A scope could not be created to represent the name VirtualDesktopManagerDBusInterface", @@ -70107,14 +70107,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13549, + offset: 13551, line: 416, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 13557, + offset: 13559, line: 416, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -70125,14 +70125,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13549, + offset: 13551, line: 416, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 13557, + offset: 13559, line: 416, - col: 40, + col: 42, }, }, }, @@ -70144,14 +70144,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13533, + offset: 13535, line: 416, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 13548, + offset: 13550, line: 416, - col: 31, + col: 33, }, }, }, @@ -70167,14 +70167,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13450, + offset: 13452, line: 414, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 13470, + offset: 13472, line: 414, - col: 33, + col: 35, }, }, IsConst: false, @@ -70188,28 +70188,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Initializer': { '@type': "CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Arguments': [ @@ -70217,14 +70217,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -70235,14 +70235,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, }, @@ -70252,14 +70252,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -70270,14 +70270,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, }, @@ -70287,14 +70287,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -70305,14 +70305,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, }, @@ -70322,14 +70322,14 @@ '@role': [Declaration, Identifier, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, }, }, @@ -70338,28 +70338,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Initializer': { '@type': "CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Arguments': [ @@ -70367,14 +70367,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -70385,14 +70385,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, }, @@ -70402,14 +70402,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -70420,14 +70420,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, }, @@ -70437,14 +70437,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -70455,14 +70455,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, }, @@ -70472,14 +70472,14 @@ '@role': [Declaration, Identifier, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, }, }, @@ -70490,14 +70490,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13466, + offset: 13468, line: 414, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 13469, + offset: 13471, line: 414, - col: 32, + col: 34, }, }, DeclaresParameterPack: false, @@ -70506,14 +70506,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13467, + offset: 13469, line: 414, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 13469, + offset: 13471, line: 414, - col: 32, + col: 34, }, }, }, @@ -70522,14 +70522,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13451, + offset: 13453, line: 414, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 13465, + offset: 13467, line: 414, - col: 28, + col: 30, }, }, IsConst: false, @@ -70547,14 +70547,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13451, + offset: 13453, line: 414, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 13465, + offset: 13467, line: 414, - col: 28, + col: 30, }, }, }, @@ -70570,14 +70570,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13371, + offset: 13373, line: 413, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13378, + offset: 13380, line: 413, - col: 10, + col: 12, }, }, ExpressionType: "", @@ -70588,14 +70588,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13371, + offset: 13373, line: 413, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13378, + offset: 13380, line: 413, - col: 10, + col: 12, }, }, }, @@ -70609,13 +70609,13 @@ '@role': [Declaration, Function, Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10211, - line: 337, + offset: 10213, + line: 339, col: 1, }, end: { '@type': "uast:Position", - offset: 10211, - line: 337, + offset: 10213, + line: 339, col: 1, }, }, @@ -70641,14 +70641,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10211, - line: 337, + offset: 10213, + line: 339, col: 1, }, end: { '@type': "uast:Position", - offset: 10312, + offset: 10314, line: 339, - col: 100, + col: 102, }, }, IsConst: false, @@ -70662,28 +70662,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Initializer': { '@type': "CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Arguments': [ @@ -70691,14 +70691,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -70709,14 +70709,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, }, @@ -70726,14 +70726,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -70744,14 +70744,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, }, @@ -70761,14 +70761,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -70779,14 +70779,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, }, @@ -70796,14 +70796,14 @@ '@role': [Declaration, Identifier, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, }, }, @@ -70812,28 +70812,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Initializer': { '@type': "CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Arguments': [ @@ -70841,14 +70841,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -70859,14 +70859,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, }, @@ -70876,14 +70876,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -70894,14 +70894,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, }, @@ -70911,14 +70911,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -70929,14 +70929,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, }, @@ -70946,14 +70946,14 @@ '@role': [Declaration, Identifier, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, }, }, @@ -70963,14 +70963,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10211, - line: 337, + offset: 10213, + line: 339, col: 1, }, end: { '@type': "uast:Position", - offset: 10281, + offset: 10283, line: 339, - col: 69, + col: 71, }, }, IsConversionOperator: false, @@ -70982,14 +70982,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10211, - line: 337, + offset: 10213, + line: 339, col: 1, }, end: { '@type': "uast:Position", - offset: 10245, + offset: 10247, line: 339, - col: 33, + col: 35, }, }, }, @@ -70998,14 +70998,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10247, + offset: 10249, line: 339, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 10281, + offset: 10283, line: 339, - col: 69, + col: 71, }, }, }, @@ -71016,14 +71016,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10211, - line: 337, + offset: 10213, + line: 339, col: 1, }, end: { '@type': "uast:Position", - offset: 10245, + offset: 10247, line: 339, - col: 33, + col: 35, }, }, }, @@ -71034,14 +71034,14 @@ '@role': [Argument, Declaration, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10304, + offset: 10306, line: 339, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 10311, + offset: 10313, line: 339, - col: 99, + col: 101, }, }, DeclaresParameterPack: false, @@ -71050,14 +71050,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10305, + offset: 10307, line: 339, - col: 93, + col: 95, }, end: { '@type': "uast:Position", - offset: 10311, + offset: 10313, line: 339, - col: 99, + col: 101, }, }, }, @@ -71066,14 +71066,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10282, + offset: 10284, line: 339, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 10303, + offset: 10305, line: 339, - col: 91, + col: 93, }, }, IsConst: false, @@ -71091,14 +71091,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10282, + offset: 10284, line: 339, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 10303, + offset: 10305, line: 339, - col: 91, + col: 93, }, }, }, @@ -71113,28 +71113,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Initializer': { '@type': "CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 10334, + offset: 10336, line: 340, - col: 20, + col: 22, }, }, 'Prop_Arguments': [ @@ -71142,14 +71142,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -71160,14 +71160,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, }, @@ -71177,14 +71177,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -71195,14 +71195,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, }, @@ -71212,14 +71212,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -71230,14 +71230,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10327, + offset: 10329, line: 340, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 10333, + offset: 10335, line: 340, - col: 19, + col: 21, }, }, }, @@ -71247,14 +71247,14 @@ '@role': [Declaration, Identifier, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10319, + offset: 10321, line: 340, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10326, + offset: 10328, line: 340, - col: 12, + col: 14, }, }, }, @@ -71263,28 +71263,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Initializer': { '@type': "CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 10358, + offset: 10360, line: 341, - col: 22, + col: 24, }, }, 'Prop_Arguments': [ @@ -71292,14 +71292,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -71310,14 +71310,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, }, @@ -71327,14 +71327,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -71345,14 +71345,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, }, @@ -71362,14 +71362,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -71380,14 +71380,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10351, + offset: 10353, line: 341, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 10357, + offset: 10359, line: 341, - col: 21, + col: 23, }, }, }, @@ -71397,14 +71397,14 @@ '@role': [Declaration, Identifier, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10341, + offset: 10343, line: 341, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 10350, + offset: 10352, line: 341, - col: 14, + col: 16, }, }, }, @@ -71415,14 +71415,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13582, - line: 419, - col: 2, + offset: 13584, + line: 421, + col: 1, }, end: { '@type': "uast:Position", - offset: 13671, - line: 423, - col: 31, + offset: 13673, + line: 424, + col: 2, }, }, IsDefaulted: false, @@ -71431,14 +71431,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13637, - line: 421, - col: 54, + offset: 13639, + line: 422, + col: 1, }, end: { '@type': "uast:Position", - offset: 13671, - line: 423, - col: 31, + offset: 13673, + line: 424, + col: 2, }, }, 'Prop_Statements': [ @@ -71446,28 +71446,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13643, + offset: 13645, line: 423, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13669, + offset: 13671, line: 423, - col: 29, + col: 31, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13650, + offset: 13652, line: 423, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 13668, + offset: 13670, line: 423, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -71477,14 +71477,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13650, + offset: 13652, line: 423, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 13666, + offset: 13668, line: 423, - col: 26, + col: 28, }, }, ExpressionType: "", @@ -71497,14 +71497,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13661, + offset: 13663, line: 423, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 13666, + offset: 13668, line: 423, - col: 26, + col: 28, }, }, }, @@ -71512,14 +71512,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13650, + offset: 13652, line: 423, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 13659, + offset: 13661, line: 423, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -71530,14 +71530,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13650, + offset: 13652, line: 423, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 13659, + offset: 13661, line: 423, - col: 19, + col: 21, }, }, }, @@ -71548,14 +71548,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13650, + offset: 13652, line: 423, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 13668, + offset: 13670, line: 423, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -71565,14 +71565,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13650, + offset: 13652, line: 423, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 13666, + offset: 13668, line: 423, - col: 26, + col: 28, }, }, ExpressionType: "", @@ -71585,14 +71585,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13661, + offset: 13663, line: 423, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 13666, + offset: 13668, line: 423, - col: 26, + col: 28, }, }, }, @@ -71600,14 +71600,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13650, + offset: 13652, line: 423, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 13659, + offset: 13661, line: 423, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -71618,14 +71618,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13650, + offset: 13652, line: 423, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 13659, + offset: 13661, line: 423, - col: 19, + col: 21, }, }, }, @@ -71639,14 +71639,14 @@ '@role': [Declaration, Function, Instance, Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13582, - line: 419, - col: 2, + offset: 13584, + line: 421, + col: 1, }, end: { '@type': "uast:Position", - offset: 13586, + offset: 13588, line: 421, - col: 3, + col: 5, }, }, IsConst: false, @@ -71664,14 +71664,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13582, - line: 419, - col: 2, + offset: 13584, + line: 421, + col: 1, }, end: { '@type': "uast:Position", - offset: 13586, + offset: 13588, line: 421, - col: 3, + col: 5, }, }, }, @@ -71681,14 +71681,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13587, + offset: 13589, line: 421, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 13636, + offset: 13638, line: 421, - col: 53, + col: 55, }, }, IsConst: true, @@ -71701,14 +71701,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13587, + offset: 13589, line: 421, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 13628, + offset: 13630, line: 421, - col: 45, + col: 47, }, }, IsConversionOperator: false, @@ -71720,14 +71720,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13587, + offset: 13589, line: 421, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 13621, + offset: 13623, line: 421, - col: 38, + col: 40, }, }, }, @@ -71736,14 +71736,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13623, + offset: 13625, line: 421, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 13628, + offset: 13630, line: 421, - col: 45, + col: 47, }, }, }, @@ -71754,14 +71754,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13587, + offset: 13589, line: 421, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 13621, + offset: 13623, line: 421, - col: 38, + col: 40, }, }, }, @@ -71774,14 +71774,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13673, - line: 424, - col: 2, + offset: 13675, + line: 426, + col: 1, }, end: { '@type': "uast:Position", - offset: 13877, - line: 433, - col: 23, + offset: 13879, + line: 434, + col: 2, }, }, IsDefaulted: false, @@ -71790,14 +71790,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13733, - line: 426, - col: 59, + offset: 13735, + line: 427, + col: 1, }, end: { '@type': "uast:Position", - offset: 13877, - line: 433, - col: 23, + offset: 13879, + line: 434, + col: 2, }, }, 'Prop_Statements': [ @@ -71805,14 +71805,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13739, + offset: 13741, line: 428, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13821, + offset: 13823, line: 430, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTBinaryExpression", @@ -71820,14 +71820,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13743, + offset: 13745, line: 428, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 13796, + offset: 13798, line: 428, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -71837,14 +71837,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13792, + offset: 13794, line: 428, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 13796, + offset: 13798, line: 428, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -71855,14 +71855,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13792, + offset: 13794, line: 428, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 13796, + offset: 13798, line: 428, - col: 60, + col: 62, }, }, }, @@ -71871,14 +71871,14 @@ '@role': [Binary, Expression, Incomplete, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13743, + offset: 13745, line: 428, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 13788, + offset: 13790, line: 428, - col: 52, + col: 54, }, }, CastOperator: "static_cast", @@ -71889,14 +71889,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13761, + offset: 13763, line: 428, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 13787, + offset: 13789, line: 428, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -71906,14 +71906,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13761, + offset: 13763, line: 428, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 13785, + offset: 13787, line: 428, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -71926,14 +71926,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13779, + offset: 13781, line: 428, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 13785, + offset: 13787, line: 428, - col: 49, + col: 51, }, }, }, @@ -71941,14 +71941,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13761, + offset: 13763, line: 428, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 13778, + offset: 13780, line: 428, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -71958,14 +71958,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13761, + offset: 13763, line: 428, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 13776, + offset: 13778, line: 428, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -71978,14 +71978,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13772, + offset: 13774, line: 428, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 13776, + offset: 13778, line: 428, - col: 40, + col: 42, }, }, }, @@ -71993,14 +71993,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13761, + offset: 13763, line: 428, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 13770, + offset: 13772, line: 428, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -72011,14 +72011,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13761, + offset: 13763, line: 428, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 13770, + offset: 13772, line: 428, - col: 34, + col: 36, }, }, }, @@ -72031,28 +72031,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13755, + offset: 13757, line: 428, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 13759, + offset: 13761, line: 428, - col: 23, + col: 25, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13759, + offset: 13761, line: 428, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 13759, + offset: 13761, line: 428, - col: 23, + col: 25, }, }, DeclaresParameterPack: false, @@ -72066,14 +72066,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13755, + offset: 13757, line: 428, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 13759, + offset: 13761, line: 428, - col: 23, + col: 25, }, }, IsConst: false, @@ -72091,14 +72091,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13755, + offset: 13757, line: 428, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 13759, + offset: 13761, line: 428, - col: 23, + col: 25, }, }, }, @@ -72110,14 +72110,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13792, + offset: 13794, line: 428, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 13796, + offset: 13798, line: 428, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -72128,14 +72128,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13792, + offset: 13794, line: 428, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 13796, + offset: 13798, line: 428, - col: 60, + col: 62, }, }, }, @@ -72145,14 +72145,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13798, + offset: 13800, line: 428, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 13821, + offset: 13823, line: 430, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -72160,14 +72160,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13808, + offset: 13810, line: 429, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 13815, + offset: 13817, line: 429, - col: 14, + col: 16, }, }, }, @@ -72178,28 +72178,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13827, + offset: 13829, line: 432, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13852, + offset: 13854, line: 432, - col: 28, + col: 30, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13827, + offset: 13829, line: 432, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13851, + offset: 13853, line: 432, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -72210,14 +72210,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13846, + offset: 13848, line: 432, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 13850, + offset: 13852, line: 432, - col: 26, + col: 28, }, }, ExpressionType: "", @@ -72228,14 +72228,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13846, + offset: 13848, line: 432, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 13850, + offset: 13852, line: 432, - col: 26, + col: 28, }, }, }, @@ -72245,14 +72245,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13827, + offset: 13829, line: 432, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13845, + offset: 13847, line: 432, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -72265,14 +72265,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13838, + offset: 13840, line: 432, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 13845, + offset: 13847, line: 432, - col: 21, + col: 23, }, }, }, @@ -72280,14 +72280,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13827, + offset: 13829, line: 432, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13836, + offset: 13838, line: 432, - col: 12, + col: 14, }, }, ExpressionType: "", @@ -72298,14 +72298,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13827, + offset: 13829, line: 432, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13836, + offset: 13838, line: 432, - col: 12, + col: 14, }, }, }, @@ -72317,28 +72317,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13857, + offset: 13859, line: 433, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13875, + offset: 13877, line: 433, - col: 21, + col: 23, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13857, + offset: 13859, line: 433, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13874, + offset: 13876, line: 433, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -72348,14 +72348,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13857, + offset: 13859, line: 433, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13872, + offset: 13874, line: 433, - col: 18, + col: 20, }, }, ExpressionType: "", @@ -72368,14 +72368,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13868, + offset: 13870, line: 433, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 13872, + offset: 13874, line: 433, - col: 18, + col: 20, }, }, }, @@ -72383,14 +72383,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13857, + offset: 13859, line: 433, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13866, + offset: 13868, line: 433, - col: 12, + col: 14, }, }, ExpressionType: "", @@ -72401,14 +72401,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13857, + offset: 13859, line: 433, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13866, + offset: 13868, line: 433, - col: 12, + col: 14, }, }, }, @@ -72423,14 +72423,14 @@ '@role': [Declaration, Function, 'Null', Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13673, - line: 424, - col: 2, + offset: 13675, + line: 426, + col: 1, }, end: { '@type': "uast:Position", - offset: 13677, + offset: 13679, line: 426, - col: 3, + col: 5, }, }, IsComplex: false, @@ -72455,14 +72455,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13678, + offset: 13680, line: 426, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 13732, + offset: 13734, line: 426, - col: 58, + col: 60, }, }, IsConst: false, @@ -72475,14 +72475,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13678, + offset: 13680, line: 426, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 13721, + offset: 13723, line: 426, - col: 47, + col: 49, }, }, IsConversionOperator: false, @@ -72494,14 +72494,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13678, + offset: 13680, line: 426, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 13712, + offset: 13714, line: 426, - col: 38, + col: 40, }, }, }, @@ -72510,14 +72510,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13714, + offset: 13716, line: 426, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 13721, + offset: 13723, line: 426, - col: 47, + col: 49, }, }, }, @@ -72528,14 +72528,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13678, + offset: 13680, line: 426, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 13712, + offset: 13714, line: 426, - col: 38, + col: 40, }, }, }, @@ -72546,14 +72546,14 @@ '@role': [Argument, Declaration, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13727, + offset: 13729, line: 426, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 13731, + offset: 13733, line: 426, - col: 57, + col: 59, }, }, DeclaresParameterPack: false, @@ -72562,14 +72562,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13727, + offset: 13729, line: 426, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 13731, + offset: 13733, line: 426, - col: 57, + col: 59, }, }, }, @@ -72577,14 +72577,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13722, + offset: 13724, line: 426, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 13726, + offset: 13728, line: 426, - col: 52, + col: 54, }, }, IsConst: false, @@ -72602,14 +72602,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13722, + offset: 13724, line: 426, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 13726, + offset: 13728, line: 426, - col: 52, + col: 54, }, }, }, @@ -72624,14 +72624,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13879, - line: 434, - col: 2, + offset: 13881, + line: 436, + col: 1, }, end: { '@type': "uast:Position", - offset: 13966, - line: 438, - col: 30, + offset: 13968, + line: 439, + col: 2, }, }, IsDefaulted: false, @@ -72640,14 +72640,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13933, - line: 436, - col: 53, + offset: 13935, + line: 437, + col: 1, }, end: { '@type': "uast:Position", - offset: 13966, - line: 438, - col: 30, + offset: 13968, + line: 439, + col: 2, }, }, 'Prop_Statements': [ @@ -72655,28 +72655,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13939, + offset: 13941, line: 438, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13964, + offset: 13966, line: 438, - col: 28, + col: 30, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13946, + offset: 13948, line: 438, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 13963, + offset: 13965, line: 438, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -72686,14 +72686,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13946, + offset: 13948, line: 438, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 13961, + offset: 13963, line: 438, - col: 25, + col: 27, }, }, ExpressionType: "", @@ -72706,14 +72706,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13957, + offset: 13959, line: 438, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 13961, + offset: 13963, line: 438, - col: 25, + col: 27, }, }, }, @@ -72721,14 +72721,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13946, + offset: 13948, line: 438, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 13955, + offset: 13957, line: 438, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -72739,14 +72739,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13946, + offset: 13948, line: 438, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 13955, + offset: 13957, line: 438, - col: 19, + col: 21, }, }, }, @@ -72757,14 +72757,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13946, + offset: 13948, line: 438, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 13963, + offset: 13965, line: 438, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -72774,14 +72774,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13946, + offset: 13948, line: 438, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 13961, + offset: 13963, line: 438, - col: 25, + col: 27, }, }, ExpressionType: "", @@ -72794,14 +72794,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13957, + offset: 13959, line: 438, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 13961, + offset: 13963, line: 438, - col: 25, + col: 27, }, }, }, @@ -72809,14 +72809,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13946, + offset: 13948, line: 438, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 13955, + offset: 13957, line: 438, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -72827,14 +72827,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13946, + offset: 13948, line: 438, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 13955, + offset: 13957, line: 438, - col: 19, + col: 21, }, }, }, @@ -72848,14 +72848,14 @@ '@role': [Declaration, Function, Instance, Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13879, - line: 434, - col: 2, + offset: 13881, + line: 436, + col: 1, }, end: { '@type': "uast:Position", - offset: 13883, + offset: 13885, line: 436, - col: 3, + col: 5, }, }, IsConst: false, @@ -72873,14 +72873,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13879, - line: 434, - col: 2, + offset: 13881, + line: 436, + col: 1, }, end: { '@type': "uast:Position", - offset: 13883, + offset: 13885, line: 436, - col: 3, + col: 5, }, }, }, @@ -72890,14 +72890,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13884, + offset: 13886, line: 436, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 13932, + offset: 13934, line: 436, - col: 52, + col: 54, }, }, IsConst: true, @@ -72910,14 +72910,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13884, + offset: 13886, line: 436, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 13924, + offset: 13926, line: 436, - col: 44, + col: 46, }, }, IsConversionOperator: false, @@ -72929,14 +72929,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13884, + offset: 13886, line: 436, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 13918, + offset: 13920, line: 436, - col: 38, + col: 40, }, }, }, @@ -72945,14 +72945,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13920, + offset: 13922, line: 436, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 13924, + offset: 13926, line: 436, - col: 44, + col: 46, }, }, }, @@ -72963,14 +72963,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13884, + offset: 13886, line: 436, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 13918, + offset: 13920, line: 436, - col: 38, + col: 40, }, }, }, @@ -72983,14 +72983,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13968, - line: 439, - col: 2, + offset: 13970, + line: 441, + col: 1, }, end: { '@type': "uast:Position", - offset: 14224, - line: 450, - col: 6, + offset: 14226, + line: 451, + col: 2, }, }, IsDefaulted: false, @@ -72999,14 +72999,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14039, - line: 441, - col: 70, + offset: 14041, + line: 442, + col: 1, }, end: { '@type': "uast:Position", - offset: 14224, - line: 450, - col: 6, + offset: 14226, + line: 451, + col: 2, }, }, 'Prop_Statements': [ @@ -73014,14 +73014,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14045, + offset: 14047, line: 443, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14113, + offset: 14115, line: 445, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTBinaryExpression", @@ -73029,14 +73029,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14049, + offset: 14051, line: 443, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14088, + offset: 14090, line: 443, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -73046,14 +73046,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14086, + offset: 14088, line: 443, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 14088, + offset: 14090, line: 443, - col: 46, + col: 48, }, }, ExpressionType: "const ?", @@ -73064,14 +73064,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14086, + offset: 14088, line: 443, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 14088, + offset: 14090, line: 443, - col: 46, + col: 48, }, }, }, @@ -73080,14 +73080,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14049, + offset: 14051, line: 443, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14082, + offset: 14084, line: 443, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -73097,14 +73097,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14049, + offset: 14051, line: 443, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14080, + offset: 14082, line: 443, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -73117,14 +73117,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14078, + offset: 14080, line: 443, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 14080, + offset: 14082, line: 443, - col: 38, + col: 40, }, }, }, @@ -73132,14 +73132,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14049, + offset: 14051, line: 443, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14076, + offset: 14078, line: 443, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -73149,14 +73149,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14049, + offset: 14051, line: 443, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14074, + offset: 14076, line: 443, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -73169,14 +73169,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14060, + offset: 14062, line: 443, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 14074, + offset: 14076, line: 443, - col: 32, + col: 34, }, }, }, @@ -73184,14 +73184,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14049, + offset: 14051, line: 443, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14058, + offset: 14060, line: 443, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -73202,14 +73202,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14049, + offset: 14051, line: 443, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14058, + offset: 14060, line: 443, - col: 16, + col: 18, }, }, }, @@ -73222,14 +73222,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14086, + offset: 14088, line: 443, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 14088, + offset: 14090, line: 443, - col: 46, + col: 48, }, }, ExpressionType: "const ?", @@ -73240,14 +73240,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14086, + offset: 14088, line: 443, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 14088, + offset: 14090, line: 443, - col: 46, + col: 48, }, }, }, @@ -73257,14 +73257,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14090, + offset: 14092, line: 443, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 14113, + offset: 14115, line: 445, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -73272,14 +73272,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14100, + offset: 14102, line: 444, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14107, + offset: 14109, line: 444, - col: 14, + col: 16, }, }, }, @@ -73290,28 +73290,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14119, + offset: 14121, line: 447, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14167, + offset: 14169, line: 447, - col: 51, + col: 53, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14119, + offset: 14121, line: 447, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14167, + offset: 14169, line: 447, - col: 51, + col: 53, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -73319,14 +73319,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14119, + offset: 14121, line: 447, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14123, + offset: 14125, line: 447, - col: 7, + col: 9, }, }, IsComplex: false, @@ -73352,14 +73352,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14124, + offset: 14126, line: 447, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 14166, + offset: 14168, line: 447, - col: 50, + col: 52, }, }, DeclaresParameterPack: false, @@ -73367,28 +73367,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14128, + offset: 14130, line: 447, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 14166, + offset: 14168, line: 447, - col: 50, + col: 52, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14130, + offset: 14132, line: 447, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 14166, + offset: 14168, line: 447, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -73399,14 +73399,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14154, + offset: 14156, line: 447, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 14165, + offset: 14167, line: 447, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -73416,14 +73416,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14154, + offset: 14156, line: 447, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 14163, + offset: 14165, line: 447, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -73436,14 +73436,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14157, + offset: 14159, line: 447, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 14163, + offset: 14165, line: 447, - col: 47, + col: 49, }, }, }, @@ -73451,14 +73451,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14154, + offset: 14156, line: 447, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 14156, + offset: 14158, line: 447, - col: 40, + col: 42, }, }, ExpressionType: "const ?", @@ -73469,14 +73469,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14154, + offset: 14156, line: 447, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 14156, + offset: 14158, line: 447, - col: 40, + col: 42, }, }, }, @@ -73488,14 +73488,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14130, + offset: 14132, line: 447, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 14153, + offset: 14155, line: 447, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -73508,14 +73508,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14141, + offset: 14143, line: 447, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 14153, + offset: 14155, line: 447, - col: 37, + col: 39, }, }, }, @@ -73523,14 +73523,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14130, + offset: 14132, line: 447, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 14139, + offset: 14141, line: 447, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -73541,14 +73541,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14130, + offset: 14132, line: 447, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 14139, + offset: 14141, line: 447, - col: 23, + col: 25, }, }, }, @@ -73559,14 +73559,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14130, + offset: 14132, line: 447, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 14166, + offset: 14168, line: 447, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -73577,14 +73577,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14154, + offset: 14156, line: 447, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 14165, + offset: 14167, line: 447, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -73594,14 +73594,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14154, + offset: 14156, line: 447, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 14163, + offset: 14165, line: 447, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -73614,14 +73614,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14157, + offset: 14159, line: 447, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 14163, + offset: 14165, line: 447, - col: 47, + col: 49, }, }, }, @@ -73629,14 +73629,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14154, + offset: 14156, line: 447, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 14156, + offset: 14158, line: 447, - col: 40, + col: 42, }, }, ExpressionType: "const ?", @@ -73647,14 +73647,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14154, + offset: 14156, line: 447, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 14156, + offset: 14158, line: 447, - col: 40, + col: 42, }, }, }, @@ -73666,14 +73666,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14130, + offset: 14132, line: 447, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 14153, + offset: 14155, line: 447, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -73686,14 +73686,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14141, + offset: 14143, line: 447, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 14153, + offset: 14155, line: 447, - col: 37, + col: 39, }, }, }, @@ -73701,14 +73701,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14130, + offset: 14132, line: 447, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 14139, + offset: 14141, line: 447, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -73719,14 +73719,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14130, + offset: 14132, line: 447, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 14139, + offset: 14141, line: 447, - col: 23, + col: 25, }, }, }, @@ -73739,14 +73739,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14125, + offset: 14127, line: 447, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 14127, + offset: 14129, line: 447, - col: 11, + col: 13, }, }, }, @@ -73760,28 +73760,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14172, + offset: 14174, line: 448, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14222, + offset: 14224, line: 450, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14176, + offset: 14178, line: 448, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14178, + offset: 14180, line: 448, - col: 9, + col: 11, }, }, ExpressionType: "", @@ -73792,14 +73792,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14176, + offset: 14178, line: 448, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14178, + offset: 14180, line: 448, - col: 9, + col: 11, }, }, }, @@ -73808,14 +73808,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14180, + offset: 14182, line: 448, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 14222, + offset: 14224, line: 450, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -73823,28 +73823,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14190, + offset: 14192, line: 449, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14216, + offset: 14218, line: 449, - col: 33, + col: 35, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14190, + offset: 14192, line: 449, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14215, + offset: 14217, line: 449, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -73855,14 +73855,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14212, + offset: 14214, line: 449, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 14214, + offset: 14216, line: 449, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -73873,14 +73873,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14212, + offset: 14214, line: 449, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 14214, + offset: 14216, line: 449, - col: 31, + col: 33, }, }, }, @@ -73890,14 +73890,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14190, + offset: 14192, line: 449, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14211, + offset: 14213, line: 449, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -73910,14 +73910,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14201, + offset: 14203, line: 449, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 14211, + offset: 14213, line: 449, - col: 28, + col: 30, }, }, }, @@ -73925,14 +73925,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14190, + offset: 14192, line: 449, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14199, + offset: 14201, line: 449, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -73943,14 +73943,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14190, + offset: 14192, line: 449, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14199, + offset: 14201, line: 449, - col: 16, + col: 18, }, }, }, @@ -73968,14 +73968,14 @@ '@role': [Declaration, Function, 'Null', Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13968, - line: 439, - col: 2, + offset: 13970, + line: 441, + col: 1, }, end: { '@type': "uast:Position", - offset: 13972, + offset: 13974, line: 441, - col: 3, + col: 5, }, }, IsComplex: false, @@ -74000,14 +74000,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13973, + offset: 13975, line: 441, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 14038, + offset: 14040, line: 441, - col: 69, + col: 71, }, }, IsConst: false, @@ -74020,14 +74020,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13973, + offset: 13975, line: 441, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 14019, + offset: 14021, line: 441, - col: 50, + col: 52, }, }, IsConversionOperator: false, @@ -74039,14 +74039,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13973, + offset: 13975, line: 441, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 14007, + offset: 14009, line: 441, - col: 38, + col: 40, }, }, }, @@ -74055,14 +74055,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14009, + offset: 14011, line: 441, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 14019, + offset: 14021, line: 441, - col: 50, + col: 52, }, }, }, @@ -74073,14 +74073,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13973, + offset: 13975, line: 441, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 14007, + offset: 14009, line: 441, - col: 38, + col: 40, }, }, }, @@ -74091,14 +74091,14 @@ '@role': [Argument, Declaration, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14034, + offset: 14036, line: 441, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 14037, + offset: 14039, line: 441, - col: 68, + col: 70, }, }, DeclaresParameterPack: false, @@ -74107,14 +74107,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14035, + offset: 14037, line: 441, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 14037, + offset: 14039, line: 441, - col: 68, + col: 70, }, }, }, @@ -74123,14 +74123,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14020, + offset: 14022, line: 441, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 14033, + offset: 14035, line: 441, - col: 64, + col: 66, }, }, IsConst: true, @@ -74148,14 +74148,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14026, + offset: 14028, line: 441, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 14033, + offset: 14035, line: 441, - col: 64, + col: 66, }, }, }, @@ -74170,14 +74170,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14226, - line: 451, - col: 2, + offset: 14228, + line: 453, + col: 1, }, end: { '@type': "uast:Position", - offset: 14335, - line: 455, - col: 46, + offset: 14337, + line: 456, + col: 2, }, }, IsDefaulted: false, @@ -74186,14 +74186,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14286, - line: 453, - col: 59, + offset: 14288, + line: 454, + col: 1, }, end: { '@type': "uast:Position", - offset: 14335, - line: 455, - col: 46, + offset: 14337, + line: 456, + col: 2, }, }, 'Prop_Statements': [ @@ -74201,28 +74201,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14292, + offset: 14294, line: 455, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14333, + offset: 14335, line: 455, - col: 44, + col: 46, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14299, + offset: 14301, line: 455, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14332, + offset: 14334, line: 455, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -74232,14 +74232,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14299, + offset: 14301, line: 455, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14330, + offset: 14332, line: 455, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -74252,14 +74252,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14328, + offset: 14330, line: 455, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 14330, + offset: 14332, line: 455, - col: 41, + col: 43, }, }, }, @@ -74267,14 +74267,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14299, + offset: 14301, line: 455, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14326, + offset: 14328, line: 455, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -74284,14 +74284,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14299, + offset: 14301, line: 455, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14324, + offset: 14326, line: 455, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -74304,14 +74304,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14310, + offset: 14312, line: 455, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 14324, + offset: 14326, line: 455, - col: 35, + col: 37, }, }, }, @@ -74319,14 +74319,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14299, + offset: 14301, line: 455, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14308, + offset: 14310, line: 455, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -74337,14 +74337,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14299, + offset: 14301, line: 455, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14308, + offset: 14310, line: 455, - col: 19, + col: 21, }, }, }, @@ -74357,14 +74357,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14299, + offset: 14301, line: 455, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14332, + offset: 14334, line: 455, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -74374,14 +74374,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14299, + offset: 14301, line: 455, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14330, + offset: 14332, line: 455, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -74394,14 +74394,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14328, + offset: 14330, line: 455, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 14330, + offset: 14332, line: 455, - col: 41, + col: 43, }, }, }, @@ -74409,14 +74409,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14299, + offset: 14301, line: 455, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14326, + offset: 14328, line: 455, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -74426,14 +74426,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14299, + offset: 14301, line: 455, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14324, + offset: 14326, line: 455, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -74446,14 +74446,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14310, + offset: 14312, line: 455, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 14324, + offset: 14326, line: 455, - col: 35, + col: 37, }, }, }, @@ -74461,14 +74461,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14299, + offset: 14301, line: 455, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14308, + offset: 14310, line: 455, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -74479,14 +74479,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14299, + offset: 14301, line: 455, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14308, + offset: 14310, line: 455, - col: 19, + col: 21, }, }, }, @@ -74502,14 +74502,14 @@ '@role': [Declaration, Function, Instance, Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14226, - line: 451, - col: 2, + offset: 14228, + line: 453, + col: 1, }, end: { '@type': "uast:Position", - offset: 14233, + offset: 14235, line: 453, - col: 6, + col: 8, }, }, IsConst: false, @@ -74527,14 +74527,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14226, - line: 451, - col: 2, + offset: 14228, + line: 453, + col: 1, }, end: { '@type': "uast:Position", - offset: 14233, + offset: 14235, line: 453, - col: 6, + col: 8, }, }, }, @@ -74544,14 +74544,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14234, + offset: 14236, line: 453, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14285, + offset: 14287, line: 453, - col: 58, + col: 60, }, }, IsConst: true, @@ -74564,14 +74564,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14234, + offset: 14236, line: 453, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14277, + offset: 14279, line: 453, - col: 50, + col: 52, }, }, IsConversionOperator: false, @@ -74583,14 +74583,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14234, + offset: 14236, line: 453, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14268, + offset: 14270, line: 453, - col: 41, + col: 43, }, }, }, @@ -74599,14 +74599,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14270, + offset: 14272, line: 453, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 14277, + offset: 14279, line: 453, - col: 50, + col: 52, }, }, }, @@ -74617,14 +74617,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14234, + offset: 14236, line: 453, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14268, + offset: 14270, line: 453, - col: 41, + col: 43, }, }, }, @@ -74637,14 +74637,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14337, - line: 456, - col: 2, + offset: 14339, + line: 458, + col: 1, }, end: { '@type': "uast:Position", - offset: 14555, - line: 464, - col: 51, + offset: 14557, + line: 465, + col: 2, }, }, IsDefaulted: false, @@ -74653,14 +74653,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14418, - line: 458, - col: 80, + offset: 14420, + line: 459, + col: 1, }, end: { '@type': "uast:Position", - offset: 14555, - line: 464, - col: 51, + offset: 14557, + line: 465, + col: 2, }, }, 'Prop_Statements': [ @@ -74668,14 +74668,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14424, + offset: 14426, line: 460, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14501, + offset: 14503, line: 462, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTBinaryExpression", @@ -74683,14 +74683,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14428, + offset: 14430, line: 460, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14476, + offset: 14478, line: 460, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -74700,14 +74700,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14471, + offset: 14473, line: 460, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 14476, + offset: 14478, line: 460, - col: 55, + col: 57, }, }, ExpressionType: "bool", @@ -74718,14 +74718,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14471, + offset: 14473, line: 460, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 14476, + offset: 14478, line: 460, - col: 55, + col: 57, }, }, }, @@ -74734,14 +74734,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14428, + offset: 14430, line: 460, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14467, + offset: 14469, line: 460, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -74751,14 +74751,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14428, + offset: 14430, line: 460, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14465, + offset: 14467, line: 460, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -74771,14 +74771,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14439, + offset: 14441, line: 460, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 14465, + offset: 14467, line: 460, - col: 44, + col: 46, }, }, }, @@ -74786,14 +74786,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14428, + offset: 14430, line: 460, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14437, + offset: 14439, line: 460, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -74804,14 +74804,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14428, + offset: 14430, line: 460, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14437, + offset: 14439, line: 460, - col: 16, + col: 18, }, }, }, @@ -74822,14 +74822,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14471, + offset: 14473, line: 460, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 14476, + offset: 14478, line: 460, - col: 55, + col: 57, }, }, ExpressionType: "bool", @@ -74840,14 +74840,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14471, + offset: 14473, line: 460, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 14476, + offset: 14478, line: 460, - col: 55, + col: 57, }, }, }, @@ -74857,14 +74857,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14478, + offset: 14480, line: 460, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 14501, + offset: 14503, line: 462, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -74872,14 +74872,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14488, + offset: 14490, line: 461, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14495, + offset: 14497, line: 461, - col: 14, + col: 16, }, }, }, @@ -74890,28 +74890,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14507, + offset: 14509, line: 464, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14553, + offset: 14555, line: 464, - col: 49, + col: 51, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14507, + offset: 14509, line: 464, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14552, + offset: 14554, line: 464, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -74922,14 +74922,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14546, + offset: 14548, line: 464, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 14551, + offset: 14553, line: 464, - col: 47, + col: 49, }, }, ExpressionType: "bool", @@ -74940,14 +74940,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14546, + offset: 14548, line: 464, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 14551, + offset: 14553, line: 464, - col: 47, + col: 49, }, }, }, @@ -74957,14 +74957,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14507, + offset: 14509, line: 464, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14545, + offset: 14547, line: 464, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -74977,14 +74977,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14518, + offset: 14520, line: 464, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 14545, + offset: 14547, line: 464, - col: 41, + col: 43, }, }, }, @@ -74992,14 +74992,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14507, + offset: 14509, line: 464, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14516, + offset: 14518, line: 464, - col: 12, + col: 14, }, }, ExpressionType: "", @@ -75010,14 +75010,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14507, + offset: 14509, line: 464, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14516, + offset: 14518, line: 464, - col: 12, + col: 14, }, }, }, @@ -75032,14 +75032,14 @@ '@role': [Declaration, Function, 'Null', Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14337, - line: 456, - col: 2, + offset: 14339, + line: 458, + col: 1, }, end: { '@type': "uast:Position", - offset: 14341, + offset: 14343, line: 458, - col: 3, + col: 5, }, }, IsComplex: false, @@ -75064,14 +75064,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14342, + offset: 14344, line: 458, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 14417, + offset: 14419, line: 458, - col: 79, + col: 81, }, }, IsConst: false, @@ -75084,14 +75084,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14342, + offset: 14344, line: 458, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 14405, + offset: 14407, line: 458, - col: 67, + col: 69, }, }, IsConversionOperator: false, @@ -75103,14 +75103,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14342, + offset: 14344, line: 458, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 14376, + offset: 14378, line: 458, - col: 38, + col: 40, }, }, }, @@ -75119,14 +75119,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14378, + offset: 14380, line: 458, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 14405, + offset: 14407, line: 458, - col: 67, + col: 69, }, }, }, @@ -75137,14 +75137,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14342, + offset: 14344, line: 458, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 14376, + offset: 14378, line: 458, - col: 38, + col: 40, }, }, }, @@ -75155,14 +75155,14 @@ '@role': [Argument, Declaration, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14411, + offset: 14413, line: 458, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 14416, + offset: 14418, line: 458, - col: 78, + col: 80, }, }, DeclaresParameterPack: false, @@ -75171,14 +75171,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14411, + offset: 14413, line: 458, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 14416, + offset: 14418, line: 458, - col: 78, + col: 80, }, }, }, @@ -75187,14 +75187,14 @@ '@role': [Boolean, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14406, + offset: 14408, line: 458, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 14410, + offset: 14412, line: 458, - col: 72, + col: 74, }, }, IsComplex: false, @@ -75224,14 +75224,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14557, - line: 465, - col: 2, + offset: 14559, + line: 467, + col: 1, }, end: { '@type': "uast:Position", - offset: 14688, - line: 469, - col: 52, + offset: 14690, + line: 470, + col: 2, }, }, IsDefaulted: false, @@ -75240,14 +75240,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14633, - line: 467, - col: 75, + offset: 14635, + line: 468, + col: 1, }, end: { '@type': "uast:Position", - offset: 14688, - line: 469, - col: 52, + offset: 14690, + line: 470, + col: 2, }, }, 'Prop_Statements': [ @@ -75255,28 +75255,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14639, + offset: 14641, line: 469, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14686, + offset: 14688, line: 469, - col: 50, + col: 52, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14646, + offset: 14648, line: 469, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14685, + offset: 14687, line: 469, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -75286,14 +75286,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14646, + offset: 14648, line: 469, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14683, + offset: 14685, line: 469, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -75306,14 +75306,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14657, + offset: 14659, line: 469, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 14683, + offset: 14685, line: 469, - col: 47, + col: 49, }, }, }, @@ -75321,14 +75321,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14646, + offset: 14648, line: 469, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14655, + offset: 14657, line: 469, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -75339,14 +75339,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14646, + offset: 14648, line: 469, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14655, + offset: 14657, line: 469, - col: 19, + col: 21, }, }, }, @@ -75357,14 +75357,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14646, + offset: 14648, line: 469, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14685, + offset: 14687, line: 469, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -75374,14 +75374,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14646, + offset: 14648, line: 469, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14683, + offset: 14685, line: 469, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -75394,14 +75394,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14657, + offset: 14659, line: 469, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 14683, + offset: 14685, line: 469, - col: 47, + col: 49, }, }, }, @@ -75409,14 +75409,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14646, + offset: 14648, line: 469, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14655, + offset: 14657, line: 469, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -75427,14 +75427,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14646, + offset: 14648, line: 469, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14655, + offset: 14657, line: 469, - col: 19, + col: 21, }, }, }, @@ -75449,14 +75449,14 @@ '@role': [Boolean, Declaration, Function, Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14557, - line: 465, - col: 2, + offset: 14559, + line: 467, + col: 1, }, end: { '@type': "uast:Position", - offset: 14561, + offset: 14563, line: 467, - col: 3, + col: 5, }, }, IsComplex: false, @@ -75481,14 +75481,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14562, + offset: 14564, line: 467, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 14632, + offset: 14634, line: 467, - col: 74, + col: 76, }, }, IsConst: true, @@ -75501,14 +75501,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14562, + offset: 14564, line: 467, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 14624, + offset: 14626, line: 467, - col: 66, + col: 68, }, }, IsConversionOperator: false, @@ -75520,14 +75520,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14562, + offset: 14564, line: 467, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 14596, + offset: 14598, line: 467, - col: 38, + col: 40, }, }, }, @@ -75536,14 +75536,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14598, + offset: 14600, line: 467, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 14624, + offset: 14626, line: 467, - col: 66, + col: 68, }, }, }, @@ -75554,14 +75554,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14562, + offset: 14564, line: 467, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 14596, + offset: 14598, line: 467, - col: 38, + col: 40, }, }, }, @@ -75574,14 +75574,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14690, - line: 470, - col: 2, + offset: 14692, + line: 472, + col: 1, }, end: { '@type': "uast:Position", - offset: 15197, - line: 485, - col: 24, + offset: 15199, + line: 486, + col: 2, }, }, IsDefaulted: false, @@ -75590,14 +75590,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14765, - line: 472, - col: 74, + offset: 14767, + line: 473, + col: 1, }, end: { '@type': "uast:Position", - offset: 15197, - line: 485, - col: 24, + offset: 15199, + line: 486, + col: 2, }, }, 'Prop_Statements': [ @@ -75605,28 +75605,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14771, + offset: 14773, line: 474, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14812, + offset: 14814, line: 474, - col: 44, + col: 46, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14771, + offset: 14773, line: 474, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14812, + offset: 14814, line: 474, - col: 44, + col: 46, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -75634,14 +75634,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14771, + offset: 14773, line: 474, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14781, + offset: 14783, line: 474, - col: 13, + col: 15, }, }, IsComplex: false, @@ -75667,14 +75667,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14782, + offset: 14784, line: 474, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 14811, + offset: 14813, line: 474, - col: 43, + col: 45, }, }, DeclaresParameterPack: false, @@ -75682,28 +75682,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14788, + offset: 14790, line: 474, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 14811, + offset: 14813, line: 474, - col: 43, + col: 45, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14790, + offset: 14792, line: 474, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 14811, + offset: 14813, line: 474, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -75713,14 +75713,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14790, + offset: 14792, line: 474, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 14809, + offset: 14811, line: 474, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -75733,14 +75733,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14801, + offset: 14803, line: 474, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 14809, + offset: 14811, line: 474, - col: 41, + col: 43, }, }, }, @@ -75748,14 +75748,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14790, + offset: 14792, line: 474, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 14799, + offset: 14801, line: 474, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -75766,14 +75766,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14790, + offset: 14792, line: 474, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 14799, + offset: 14801, line: 474, - col: 31, + col: 33, }, }, }, @@ -75784,14 +75784,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14790, + offset: 14792, line: 474, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 14811, + offset: 14813, line: 474, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -75801,14 +75801,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14790, + offset: 14792, line: 474, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 14809, + offset: 14811, line: 474, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -75821,14 +75821,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14801, + offset: 14803, line: 474, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 14809, + offset: 14811, line: 474, - col: 41, + col: 43, }, }, }, @@ -75836,14 +75836,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14790, + offset: 14792, line: 474, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 14799, + offset: 14801, line: 474, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -75854,14 +75854,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14790, + offset: 14792, line: 474, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 14799, + offset: 14801, line: 474, - col: 31, + col: 33, }, }, }, @@ -75874,14 +75874,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14782, + offset: 14784, line: 474, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 14787, + offset: 14789, line: 474, - col: 19, + col: 21, }, }, }, @@ -75894,42 +75894,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14817, + offset: 14819, line: 475, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14851, + offset: 14853, line: 475, - col: 37, + col: 39, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14817, + offset: 14819, line: 475, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14851, + offset: 14853, line: 475, - col: 37, + col: 39, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14817, + offset: 14819, line: 475, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14838, + offset: 14840, line: 475, - col: 24, + col: 26, }, }, IsConst: false, @@ -75947,14 +75947,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14817, + offset: 14819, line: 475, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14838, + offset: 14840, line: 475, - col: 24, + col: 26, }, }, }, @@ -75965,14 +75965,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14839, + offset: 14841, line: 475, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 14850, + offset: 14852, line: 475, - col: 36, + col: 38, }, }, DeclaresParameterPack: false, @@ -75981,14 +75981,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14839, + offset: 14841, line: 475, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 14850, + offset: 14852, line: 475, - col: 36, + col: 38, }, }, }, @@ -76001,28 +76001,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14856, + offset: 14858, line: 476, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14896, + offset: 14898, line: 476, - col: 43, + col: 45, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14856, + offset: 14858, line: 476, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14895, + offset: 14897, line: 476, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -76033,14 +76033,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14876, + offset: 14878, line: 476, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 14894, + offset: 14896, line: 476, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -76050,14 +76050,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14876, + offset: 14878, line: 476, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 14892, + offset: 14894, line: 476, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -76070,14 +76070,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14887, + offset: 14889, line: 476, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 14892, + offset: 14894, line: 476, - col: 39, + col: 41, }, }, }, @@ -76085,14 +76085,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14876, + offset: 14878, line: 476, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 14885, + offset: 14887, line: 476, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -76103,14 +76103,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14876, + offset: 14878, line: 476, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 14885, + offset: 14887, line: 476, - col: 32, + col: 34, }, }, }, @@ -76122,14 +76122,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14856, + offset: 14858, line: 476, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14875, + offset: 14877, line: 476, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -76142,14 +76142,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14868, + offset: 14870, line: 476, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 14875, + offset: 14877, line: 476, - col: 22, + col: 24, }, }, }, @@ -76157,14 +76157,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14856, + offset: 14858, line: 476, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14867, + offset: 14869, line: 476, - col: 14, + col: 16, }, }, ExpressionType: "", @@ -76175,14 +76175,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14856, + offset: 14858, line: 476, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14867, + offset: 14869, line: 476, - col: 14, + col: 16, }, }, }, @@ -76194,28 +76194,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14902, + offset: 14904, line: 478, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15170, + offset: 15172, line: 483, - col: 5, + col: 7, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14902, + offset: 14904, line: 478, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15169, + offset: 15171, line: 483, - col: 4, + col: 6, }, }, ExpressionType: "Attempt to use symbol failed: transform", @@ -76226,14 +76226,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14917, + offset: 14919, line: 478, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 14935, + offset: 14937, line: 478, - col: 36, + col: 38, }, }, ExpressionType: "", @@ -76243,14 +76243,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14917, + offset: 14919, line: 478, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 14933, + offset: 14935, line: 478, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -76263,14 +76263,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14923, + offset: 14925, line: 478, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 14933, + offset: 14935, line: 478, - col: 34, + col: 36, }, }, }, @@ -76278,14 +76278,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14917, + offset: 14919, line: 478, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 14922, + offset: 14924, line: 478, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -76296,14 +76296,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14917, + offset: 14919, line: 478, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 14922, + offset: 14924, line: 478, - col: 23, + col: 25, }, }, }, @@ -76314,14 +76314,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14937, + offset: 14939, line: 478, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 14953, + offset: 14955, line: 478, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -76331,14 +76331,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14937, + offset: 14939, line: 478, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 14951, + offset: 14953, line: 478, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -76351,14 +76351,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14943, + offset: 14945, line: 478, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 14951, + offset: 14953, line: 478, - col: 52, + col: 54, }, }, }, @@ -76366,14 +76366,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14937, + offset: 14939, line: 478, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 14942, + offset: 14944, line: 478, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -76384,14 +76384,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14937, + offset: 14939, line: 478, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 14942, + offset: 14944, line: 478, - col: 43, + col: 45, }, }, }, @@ -76402,14 +76402,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14963, + offset: 14965, line: 479, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14994, + offset: 14996, line: 479, - col: 38, + col: 40, }, }, ExpressionType: "Attempt to use symbol failed: back_inserter", @@ -76420,14 +76420,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14982, + offset: 14984, line: 479, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 14993, + offset: 14995, line: 479, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -76438,14 +76438,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14982, + offset: 14984, line: 479, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 14993, + offset: 14995, line: 479, - col: 37, + col: 39, }, }, }, @@ -76455,14 +76455,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14963, + offset: 14965, line: 479, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14981, + offset: 14983, line: 479, - col: 25, + col: 27, }, }, ExpressionType: "", @@ -76472,14 +76472,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14963, + offset: 14965, line: 479, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14981, + offset: 14983, line: 479, - col: 25, + col: 27, }, }, IsConversionOperator: false, @@ -76491,14 +76491,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14963, + offset: 14965, line: 479, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14966, + offset: 14968, line: 479, - col: 10, + col: 12, }, }, }, @@ -76507,14 +76507,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14968, + offset: 14970, line: 479, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 14981, + offset: 14983, line: 479, - col: 25, + col: 27, }, }, }, @@ -76525,14 +76525,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14963, + offset: 14965, line: 479, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14966, + offset: 14968, line: 479, - col: 10, + col: 12, }, }, }, @@ -76544,14 +76544,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15004, + offset: 15006, line: 480, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 15163, + offset: 15165, line: 482, - col: 8, + col: 10, }, }, ExpressionType: "[] (const VirtualDesktop *vd) {\n return DBusDesktopDataStruct{.position = vd->x11DesktopNumber() - 1, .id = vd->id(), .name = vd->name()};\n }", @@ -76561,14 +76561,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15034, + offset: 15036, line: 480, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 15163, + offset: 15165, line: 482, - col: 8, + col: 10, }, }, 'Prop_Statements': [ @@ -76576,28 +76576,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15048, + offset: 15050, line: 481, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 15153, + offset: 15155, line: 481, - col: 116, + col: 118, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTSimpleTypeConstructorExpression", '@role': [Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15055, + offset: 15057, line: 481, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 15152, + offset: 15154, line: 481, - col: 115, + col: 117, }, }, ExpressionType: "", @@ -76607,14 +76607,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15055, + offset: 15057, line: 481, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 15076, + offset: 15078, line: 481, - col: 39, + col: 41, }, }, IsConst: false, @@ -76632,14 +76632,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15055, + offset: 15057, line: 481, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 15076, + offset: 15078, line: 481, - col: 39, + col: 41, }, }, }, @@ -76649,14 +76649,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15076, + offset: 15078, line: 481, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 15152, + offset: 15154, line: 481, - col: 115, + col: 117, }, }, 'Prop_Clauses': [ @@ -76664,14 +76664,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15077, + offset: 15079, line: 481, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 15115, + offset: 15117, line: 481, - col: 78, + col: 80, }, }, 'Prop_Designators': [ @@ -76680,14 +76680,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15078, + offset: 15080, line: 481, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 15086, + offset: 15088, line: 481, - col: 49, + col: 51, }, }, }, @@ -76697,14 +76697,14 @@ '@role': [Arithmetic, Binary, Expression, Substract], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15089, + offset: 15091, line: 481, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 15115, + offset: 15117, line: 481, - col: 78, + col: 80, }, }, ExpressionType: "", @@ -76715,14 +76715,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15114, + offset: 15116, line: 481, - col: 77, + col: 79, }, end: { '@type': "uast:Position", - offset: 15115, + offset: 15117, line: 481, - col: 78, + col: 80, }, }, ExpressionType: "int", @@ -76734,14 +76734,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15089, + offset: 15091, line: 481, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 15111, + offset: 15113, line: 481, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -76751,14 +76751,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15089, + offset: 15091, line: 481, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 15109, + offset: 15111, line: 481, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -76771,14 +76771,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15093, + offset: 15095, line: 481, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 15109, + offset: 15111, line: 481, - col: 72, + col: 74, }, }, }, @@ -76786,14 +76786,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15089, + offset: 15091, line: 481, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 15091, + offset: 15093, line: 481, - col: 54, + col: 56, }, }, ExpressionType: "const ? *", @@ -76804,14 +76804,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15089, + offset: 15091, line: 481, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 15091, + offset: 15093, line: 481, - col: 54, + col: 56, }, }, }, @@ -76823,14 +76823,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15114, + offset: 15116, line: 481, - col: 77, + col: 79, }, end: { '@type': "uast:Position", - offset: 15115, + offset: 15117, line: 481, - col: 78, + col: 80, }, }, ExpressionType: "int", @@ -76844,14 +76844,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15117, + offset: 15119, line: 481, - col: 80, + col: 82, }, end: { '@type': "uast:Position", - offset: 15131, + offset: 15133, line: 481, - col: 94, + col: 96, }, }, 'Prop_Designators': [ @@ -76860,14 +76860,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15118, + offset: 15120, line: 481, - col: 81, + col: 83, }, end: { '@type': "uast:Position", - offset: 15120, + offset: 15122, line: 481, - col: 83, + col: 85, }, }, }, @@ -76876,14 +76876,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15123, + offset: 15125, line: 481, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 15131, + offset: 15133, line: 481, - col: 94, + col: 96, }, }, ExpressionType: "", @@ -76893,14 +76893,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15123, + offset: 15125, line: 481, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 15129, + offset: 15131, line: 481, - col: 92, + col: 94, }, }, ExpressionType: "", @@ -76913,14 +76913,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15127, + offset: 15129, line: 481, - col: 90, + col: 92, }, end: { '@type': "uast:Position", - offset: 15129, + offset: 15131, line: 481, - col: 92, + col: 94, }, }, }, @@ -76928,14 +76928,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15123, + offset: 15125, line: 481, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 15125, + offset: 15127, line: 481, - col: 88, + col: 90, }, }, ExpressionType: "const ? *", @@ -76946,14 +76946,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15123, + offset: 15125, line: 481, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 15125, + offset: 15127, line: 481, - col: 88, + col: 90, }, }, }, @@ -76965,14 +76965,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15133, + offset: 15135, line: 481, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 15151, + offset: 15153, line: 481, - col: 114, + col: 116, }, }, 'Prop_Designators': [ @@ -76981,14 +76981,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15134, + offset: 15136, line: 481, - col: 97, + col: 99, }, end: { '@type': "uast:Position", - offset: 15138, + offset: 15140, line: 481, - col: 101, + col: 103, }, }, }, @@ -76997,14 +76997,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15141, + offset: 15143, line: 481, - col: 104, + col: 106, }, end: { '@type': "uast:Position", - offset: 15151, + offset: 15153, line: 481, - col: 114, + col: 116, }, }, ExpressionType: "", @@ -77014,14 +77014,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15141, + offset: 15143, line: 481, - col: 104, + col: 106, }, end: { '@type': "uast:Position", - offset: 15149, + offset: 15151, line: 481, - col: 112, + col: 114, }, }, ExpressionType: "", @@ -77034,14 +77034,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15145, + offset: 15147, line: 481, - col: 108, + col: 110, }, end: { '@type': "uast:Position", - offset: 15149, + offset: 15151, line: 481, - col: 112, + col: 114, }, }, }, @@ -77049,14 +77049,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15141, + offset: 15143, line: 481, - col: 104, + col: 106, }, end: { '@type': "uast:Position", - offset: 15143, + offset: 15145, line: 481, - col: 106, + col: 108, }, }, ExpressionType: "const ? *", @@ -77067,14 +77067,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15141, + offset: 15143, line: 481, - col: 104, + col: 106, }, end: { '@type': "uast:Position", - offset: 15143, + offset: 15145, line: 481, - col: 106, + col: 108, }, }, }, @@ -77088,14 +77088,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15077, + offset: 15079, line: 481, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 15115, + offset: 15117, line: 481, - col: 78, + col: 80, }, }, 'Prop_Designators': [ @@ -77104,14 +77104,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15078, + offset: 15080, line: 481, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 15086, + offset: 15088, line: 481, - col: 49, + col: 51, }, }, }, @@ -77121,14 +77121,14 @@ '@role': [Arithmetic, Binary, Expression, Substract], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15089, + offset: 15091, line: 481, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 15115, + offset: 15117, line: 481, - col: 78, + col: 80, }, }, ExpressionType: "", @@ -77139,14 +77139,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15114, + offset: 15116, line: 481, - col: 77, + col: 79, }, end: { '@type': "uast:Position", - offset: 15115, + offset: 15117, line: 481, - col: 78, + col: 80, }, }, ExpressionType: "int", @@ -77158,14 +77158,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15089, + offset: 15091, line: 481, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 15111, + offset: 15113, line: 481, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -77175,14 +77175,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15089, + offset: 15091, line: 481, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 15109, + offset: 15111, line: 481, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -77195,14 +77195,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15093, + offset: 15095, line: 481, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 15109, + offset: 15111, line: 481, - col: 72, + col: 74, }, }, }, @@ -77210,14 +77210,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15089, + offset: 15091, line: 481, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 15091, + offset: 15093, line: 481, - col: 54, + col: 56, }, }, ExpressionType: "const ? *", @@ -77228,14 +77228,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15089, + offset: 15091, line: 481, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 15091, + offset: 15093, line: 481, - col: 54, + col: 56, }, }, }, @@ -77247,14 +77247,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15114, + offset: 15116, line: 481, - col: 77, + col: 79, }, end: { '@type': "uast:Position", - offset: 15115, + offset: 15117, line: 481, - col: 78, + col: 80, }, }, ExpressionType: "int", @@ -77268,14 +77268,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15117, + offset: 15119, line: 481, - col: 80, + col: 82, }, end: { '@type': "uast:Position", - offset: 15131, + offset: 15133, line: 481, - col: 94, + col: 96, }, }, 'Prop_Designators': [ @@ -77284,14 +77284,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15118, + offset: 15120, line: 481, - col: 81, + col: 83, }, end: { '@type': "uast:Position", - offset: 15120, + offset: 15122, line: 481, - col: 83, + col: 85, }, }, }, @@ -77300,14 +77300,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15123, + offset: 15125, line: 481, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 15131, + offset: 15133, line: 481, - col: 94, + col: 96, }, }, ExpressionType: "", @@ -77317,14 +77317,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15123, + offset: 15125, line: 481, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 15129, + offset: 15131, line: 481, - col: 92, + col: 94, }, }, ExpressionType: "", @@ -77337,14 +77337,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15127, + offset: 15129, line: 481, - col: 90, + col: 92, }, end: { '@type': "uast:Position", - offset: 15129, + offset: 15131, line: 481, - col: 92, + col: 94, }, }, }, @@ -77352,14 +77352,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15123, + offset: 15125, line: 481, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 15125, + offset: 15127, line: 481, - col: 88, + col: 90, }, }, ExpressionType: "const ? *", @@ -77370,14 +77370,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15123, + offset: 15125, line: 481, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 15125, + offset: 15127, line: 481, - col: 88, + col: 90, }, }, }, @@ -77389,14 +77389,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15133, + offset: 15135, line: 481, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 15151, + offset: 15153, line: 481, - col: 114, + col: 116, }, }, 'Prop_Designators': [ @@ -77405,14 +77405,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15134, + offset: 15136, line: 481, - col: 97, + col: 99, }, end: { '@type': "uast:Position", - offset: 15138, + offset: 15140, line: 481, - col: 101, + col: 103, }, }, }, @@ -77421,14 +77421,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15141, + offset: 15143, line: 481, - col: 104, + col: 106, }, end: { '@type': "uast:Position", - offset: 15151, + offset: 15153, line: 481, - col: 114, + col: 116, }, }, ExpressionType: "", @@ -77438,14 +77438,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15141, + offset: 15143, line: 481, - col: 104, + col: 106, }, end: { '@type': "uast:Position", - offset: 15149, + offset: 15151, line: 481, - col: 112, + col: 114, }, }, ExpressionType: "", @@ -77458,14 +77458,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15145, + offset: 15147, line: 481, - col: 108, + col: 110, }, end: { '@type': "uast:Position", - offset: 15149, + offset: 15151, line: 481, - col: 112, + col: 114, }, }, }, @@ -77473,14 +77473,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15141, + offset: 15143, line: 481, - col: 104, + col: 106, }, end: { '@type': "uast:Position", - offset: 15143, + offset: 15145, line: 481, - col: 106, + col: 108, }, }, ExpressionType: "const ? *", @@ -77491,14 +77491,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15141, + offset: 15143, line: 481, - col: 104, + col: 106, }, end: { '@type': "uast:Position", - offset: 15143, + offset: 15145, line: 481, - col: 106, + col: 108, }, }, }, @@ -77514,14 +77514,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15055, + offset: 15057, line: 481, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 15152, + offset: 15154, line: 481, - col: 115, + col: 117, }, }, ExpressionType: "", @@ -77531,14 +77531,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15055, + offset: 15057, line: 481, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 15076, + offset: 15078, line: 481, - col: 39, + col: 41, }, }, IsConst: false, @@ -77556,14 +77556,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15055, + offset: 15057, line: 481, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 15076, + offset: 15078, line: 481, - col: 39, + col: 41, }, }, }, @@ -77573,14 +77573,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15076, + offset: 15078, line: 481, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 15152, + offset: 15154, line: 481, - col: 115, + col: 117, }, }, 'Prop_Clauses': [ @@ -77588,14 +77588,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15077, + offset: 15079, line: 481, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 15115, + offset: 15117, line: 481, - col: 78, + col: 80, }, }, 'Prop_Designators': [ @@ -77604,14 +77604,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15078, + offset: 15080, line: 481, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 15086, + offset: 15088, line: 481, - col: 49, + col: 51, }, }, }, @@ -77621,14 +77621,14 @@ '@role': [Arithmetic, Binary, Expression, Substract], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15089, + offset: 15091, line: 481, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 15115, + offset: 15117, line: 481, - col: 78, + col: 80, }, }, ExpressionType: "", @@ -77639,14 +77639,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15114, + offset: 15116, line: 481, - col: 77, + col: 79, }, end: { '@type': "uast:Position", - offset: 15115, + offset: 15117, line: 481, - col: 78, + col: 80, }, }, ExpressionType: "int", @@ -77658,14 +77658,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15089, + offset: 15091, line: 481, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 15111, + offset: 15113, line: 481, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -77675,14 +77675,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15089, + offset: 15091, line: 481, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 15109, + offset: 15111, line: 481, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -77695,14 +77695,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15093, + offset: 15095, line: 481, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 15109, + offset: 15111, line: 481, - col: 72, + col: 74, }, }, }, @@ -77710,14 +77710,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15089, + offset: 15091, line: 481, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 15091, + offset: 15093, line: 481, - col: 54, + col: 56, }, }, ExpressionType: "const ? *", @@ -77728,14 +77728,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15089, + offset: 15091, line: 481, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 15091, + offset: 15093, line: 481, - col: 54, + col: 56, }, }, }, @@ -77747,14 +77747,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15114, + offset: 15116, line: 481, - col: 77, + col: 79, }, end: { '@type': "uast:Position", - offset: 15115, + offset: 15117, line: 481, - col: 78, + col: 80, }, }, ExpressionType: "int", @@ -77768,14 +77768,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15117, + offset: 15119, line: 481, - col: 80, + col: 82, }, end: { '@type': "uast:Position", - offset: 15131, + offset: 15133, line: 481, - col: 94, + col: 96, }, }, 'Prop_Designators': [ @@ -77784,14 +77784,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15118, + offset: 15120, line: 481, - col: 81, + col: 83, }, end: { '@type': "uast:Position", - offset: 15120, + offset: 15122, line: 481, - col: 83, + col: 85, }, }, }, @@ -77800,14 +77800,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15123, + offset: 15125, line: 481, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 15131, + offset: 15133, line: 481, - col: 94, + col: 96, }, }, ExpressionType: "", @@ -77817,14 +77817,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15123, + offset: 15125, line: 481, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 15129, + offset: 15131, line: 481, - col: 92, + col: 94, }, }, ExpressionType: "", @@ -77837,14 +77837,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15127, + offset: 15129, line: 481, - col: 90, + col: 92, }, end: { '@type': "uast:Position", - offset: 15129, + offset: 15131, line: 481, - col: 92, + col: 94, }, }, }, @@ -77852,14 +77852,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15123, + offset: 15125, line: 481, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 15125, + offset: 15127, line: 481, - col: 88, + col: 90, }, }, ExpressionType: "const ? *", @@ -77870,14 +77870,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15123, + offset: 15125, line: 481, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 15125, + offset: 15127, line: 481, - col: 88, + col: 90, }, }, }, @@ -77889,14 +77889,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15133, + offset: 15135, line: 481, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 15151, + offset: 15153, line: 481, - col: 114, + col: 116, }, }, 'Prop_Designators': [ @@ -77905,14 +77905,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15134, + offset: 15136, line: 481, - col: 97, + col: 99, }, end: { '@type': "uast:Position", - offset: 15138, + offset: 15140, line: 481, - col: 101, + col: 103, }, }, }, @@ -77921,14 +77921,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15141, + offset: 15143, line: 481, - col: 104, + col: 106, }, end: { '@type': "uast:Position", - offset: 15151, + offset: 15153, line: 481, - col: 114, + col: 116, }, }, ExpressionType: "", @@ -77938,14 +77938,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15141, + offset: 15143, line: 481, - col: 104, + col: 106, }, end: { '@type': "uast:Position", - offset: 15149, + offset: 15151, line: 481, - col: 112, + col: 114, }, }, ExpressionType: "", @@ -77958,14 +77958,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15145, + offset: 15147, line: 481, - col: 108, + col: 110, }, end: { '@type': "uast:Position", - offset: 15149, + offset: 15151, line: 481, - col: 112, + col: 114, }, }, }, @@ -77973,14 +77973,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15141, + offset: 15143, line: 481, - col: 104, + col: 106, }, end: { '@type': "uast:Position", - offset: 15143, + offset: 15145, line: 481, - col: 106, + col: 108, }, }, ExpressionType: "const ? *", @@ -77991,14 +77991,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15141, + offset: 15143, line: 481, - col: 104, + col: 106, }, end: { '@type': "uast:Position", - offset: 15143, + offset: 15145, line: 481, - col: 106, + col: 108, }, }, }, @@ -78012,14 +78012,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15077, + offset: 15079, line: 481, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 15115, + offset: 15117, line: 481, - col: 78, + col: 80, }, }, 'Prop_Designators': [ @@ -78028,14 +78028,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15078, + offset: 15080, line: 481, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 15086, + offset: 15088, line: 481, - col: 49, + col: 51, }, }, }, @@ -78045,14 +78045,14 @@ '@role': [Arithmetic, Binary, Expression, Substract], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15089, + offset: 15091, line: 481, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 15115, + offset: 15117, line: 481, - col: 78, + col: 80, }, }, ExpressionType: "", @@ -78063,14 +78063,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15114, + offset: 15116, line: 481, - col: 77, + col: 79, }, end: { '@type': "uast:Position", - offset: 15115, + offset: 15117, line: 481, - col: 78, + col: 80, }, }, ExpressionType: "int", @@ -78082,14 +78082,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15089, + offset: 15091, line: 481, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 15111, + offset: 15113, line: 481, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -78099,14 +78099,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15089, + offset: 15091, line: 481, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 15109, + offset: 15111, line: 481, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -78119,14 +78119,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15093, + offset: 15095, line: 481, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 15109, + offset: 15111, line: 481, - col: 72, + col: 74, }, }, }, @@ -78134,14 +78134,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15089, + offset: 15091, line: 481, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 15091, + offset: 15093, line: 481, - col: 54, + col: 56, }, }, ExpressionType: "const ? *", @@ -78152,14 +78152,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15089, + offset: 15091, line: 481, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 15091, + offset: 15093, line: 481, - col: 54, + col: 56, }, }, }, @@ -78171,14 +78171,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15114, + offset: 15116, line: 481, - col: 77, + col: 79, }, end: { '@type': "uast:Position", - offset: 15115, + offset: 15117, line: 481, - col: 78, + col: 80, }, }, ExpressionType: "int", @@ -78192,14 +78192,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15117, + offset: 15119, line: 481, - col: 80, + col: 82, }, end: { '@type': "uast:Position", - offset: 15131, + offset: 15133, line: 481, - col: 94, + col: 96, }, }, 'Prop_Designators': [ @@ -78208,14 +78208,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15118, + offset: 15120, line: 481, - col: 81, + col: 83, }, end: { '@type': "uast:Position", - offset: 15120, + offset: 15122, line: 481, - col: 83, + col: 85, }, }, }, @@ -78224,14 +78224,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15123, + offset: 15125, line: 481, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 15131, + offset: 15133, line: 481, - col: 94, + col: 96, }, }, ExpressionType: "", @@ -78241,14 +78241,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15123, + offset: 15125, line: 481, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 15129, + offset: 15131, line: 481, - col: 92, + col: 94, }, }, ExpressionType: "", @@ -78261,14 +78261,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15127, + offset: 15129, line: 481, - col: 90, + col: 92, }, end: { '@type': "uast:Position", - offset: 15129, + offset: 15131, line: 481, - col: 92, + col: 94, }, }, }, @@ -78276,14 +78276,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15123, + offset: 15125, line: 481, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 15125, + offset: 15127, line: 481, - col: 88, + col: 90, }, }, ExpressionType: "const ? *", @@ -78294,14 +78294,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15123, + offset: 15125, line: 481, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 15125, + offset: 15127, line: 481, - col: 88, + col: 90, }, }, }, @@ -78313,14 +78313,14 @@ '@role': [Expression, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15133, + offset: 15135, line: 481, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 15151, + offset: 15153, line: 481, - col: 114, + col: 116, }, }, 'Prop_Designators': [ @@ -78329,14 +78329,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15134, + offset: 15136, line: 481, - col: 97, + col: 99, }, end: { '@type': "uast:Position", - offset: 15138, + offset: 15140, line: 481, - col: 101, + col: 103, }, }, }, @@ -78345,14 +78345,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15141, + offset: 15143, line: 481, - col: 104, + col: 106, }, end: { '@type': "uast:Position", - offset: 15151, + offset: 15153, line: 481, - col: 114, + col: 116, }, }, ExpressionType: "", @@ -78362,14 +78362,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15141, + offset: 15143, line: 481, - col: 104, + col: 106, }, end: { '@type': "uast:Position", - offset: 15149, + offset: 15151, line: 481, - col: 112, + col: 114, }, }, ExpressionType: "", @@ -78382,14 +78382,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15145, + offset: 15147, line: 481, - col: 108, + col: 110, }, end: { '@type': "uast:Position", - offset: 15149, + offset: 15151, line: 481, - col: 112, + col: 114, }, }, }, @@ -78397,14 +78397,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15141, + offset: 15143, line: 481, - col: 104, + col: 106, }, end: { '@type': "uast:Position", - offset: 15143, + offset: 15145, line: 481, - col: 106, + col: 108, }, }, ExpressionType: "const ? *", @@ -78415,14 +78415,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15141, + offset: 15143, line: 481, - col: 104, + col: 106, }, end: { '@type': "uast:Position", - offset: 15143, + offset: 15145, line: 481, - col: 106, + col: 108, }, }, }, @@ -78441,14 +78441,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15007, + offset: 15009, line: 480, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 15033, + offset: 15035, line: 480, - col: 36, + col: 38, }, }, IsConst: false, @@ -78462,14 +78462,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15029, + offset: 15031, line: 480, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 15032, + offset: 15034, line: 480, - col: 35, + col: 37, }, }, DeclaresParameterPack: false, @@ -78478,14 +78478,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15030, + offset: 15032, line: 480, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 15032, + offset: 15034, line: 480, - col: 35, + col: 37, }, }, }, @@ -78494,14 +78494,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15008, + offset: 15010, line: 480, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 15028, + offset: 15030, line: 480, - col: 31, + col: 33, }, }, IsConst: true, @@ -78519,14 +78519,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15014, + offset: 15016, line: 480, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 15028, + offset: 15030, line: 480, - col: 31, + col: 33, }, }, }, @@ -78542,14 +78542,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14902, + offset: 14904, line: 478, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14916, + offset: 14918, line: 478, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -78559,14 +78559,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14902, + offset: 14904, line: 478, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14916, + offset: 14918, line: 478, - col: 17, + col: 19, }, }, IsConversionOperator: false, @@ -78578,14 +78578,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14902, + offset: 14904, line: 478, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14905, + offset: 14907, line: 478, - col: 6, + col: 8, }, }, }, @@ -78594,14 +78594,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14907, + offset: 14909, line: 478, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 14916, + offset: 14918, line: 478, - col: 17, + col: 19, }, }, }, @@ -78612,14 +78612,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14902, + offset: 14904, line: 478, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14905, + offset: 14907, line: 478, - col: 6, + col: 8, }, }, }, @@ -78632,28 +78632,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15176, + offset: 15178, line: 485, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15195, + offset: 15197, line: 485, - col: 22, + col: 24, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTIdExpression", '@role': [Expression, Return, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15183, + offset: 15185, line: 485, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 15194, + offset: 15196, line: 485, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -78664,14 +78664,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15183, + offset: 15185, line: 485, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 15194, + offset: 15196, line: 485, - col: 21, + col: 23, }, }, }, @@ -78680,14 +78680,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15183, + offset: 15185, line: 485, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 15194, + offset: 15196, line: 485, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -78698,14 +78698,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15183, + offset: 15185, line: 485, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 15194, + offset: 15196, line: 485, - col: 21, + col: 23, }, }, }, @@ -78717,14 +78717,14 @@ '@role': [Declaration, Function, Instance, Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14690, - line: 470, - col: 2, + offset: 14692, + line: 472, + col: 1, }, end: { '@type': "uast:Position", - offset: 14711, + offset: 14713, line: 472, - col: 20, + col: 22, }, }, IsConst: false, @@ -78742,14 +78742,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14690, - line: 470, - col: 2, + offset: 14692, + line: 472, + col: 1, }, end: { '@type': "uast:Position", - offset: 14711, + offset: 14713, line: 472, - col: 20, + col: 22, }, }, }, @@ -78759,14 +78759,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14712, + offset: 14714, line: 472, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 14764, + offset: 14766, line: 472, - col: 73, + col: 75, }, }, IsConst: true, @@ -78779,14 +78779,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14712, + offset: 14714, line: 472, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 14756, + offset: 14758, line: 472, - col: 65, + col: 67, }, }, IsConversionOperator: false, @@ -78798,14 +78798,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14712, + offset: 14714, line: 472, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 14746, + offset: 14748, line: 472, - col: 55, + col: 57, }, }, }, @@ -78814,14 +78814,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14748, + offset: 14750, line: 472, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 14756, + offset: 14758, line: 472, - col: 65, + col: 67, }, }, }, @@ -78832,14 +78832,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14712, + offset: 14714, line: 472, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 14746, + offset: 14748, line: 472, - col: 55, + col: 57, }, }, }, @@ -78852,14 +78852,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15199, - line: 486, - col: 2, + offset: 15201, + line: 488, + col: 1, }, end: { '@type': "uast:Position", - offset: 15350, - line: 490, - col: 57, + offset: 15352, + line: 491, + col: 2, }, }, IsDefaulted: false, @@ -78868,14 +78868,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15290, - line: 488, - col: 90, + offset: 15292, + line: 489, + col: 1, }, end: { '@type': "uast:Position", - offset: 15350, - line: 490, - col: 57, + offset: 15352, + line: 491, + col: 2, }, }, 'Prop_Statements': [ @@ -78883,28 +78883,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15296, + offset: 15298, line: 490, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15348, + offset: 15350, line: 490, - col: 55, + col: 57, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15296, + offset: 15298, line: 490, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15347, + offset: 15349, line: 490, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -78916,14 +78916,14 @@ '@role': [Add, Argument, Arithmetic, Binary, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15328, + offset: 15330, line: 490, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 15340, + offset: 15342, line: 490, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -78934,14 +78934,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15339, + offset: 15341, line: 490, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 15340, + offset: 15342, line: 490, - col: 47, + col: 49, }, }, ExpressionType: "int", @@ -78953,14 +78953,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15328, + offset: 15330, line: 490, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 15336, + offset: 15338, line: 490, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -78971,14 +78971,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15328, + offset: 15330, line: 490, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 15336, + offset: 15338, line: 490, - col: 43, + col: 45, }, }, }, @@ -78988,14 +78988,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15339, + offset: 15341, line: 490, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 15340, + offset: 15342, line: 490, - col: 47, + col: 49, }, }, ExpressionType: "int", @@ -79008,14 +79008,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15342, + offset: 15344, line: 490, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 15346, + offset: 15348, line: 490, - col: 53, + col: 55, }, }, ExpressionType: "const ?", @@ -79026,14 +79026,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15342, + offset: 15344, line: 490, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 15346, + offset: 15348, line: 490, - col: 53, + col: 55, }, }, }, @@ -79043,14 +79043,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15296, + offset: 15298, line: 490, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15327, + offset: 15329, line: 490, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -79063,14 +79063,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15307, + offset: 15309, line: 490, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 15327, + offset: 15329, line: 490, - col: 34, + col: 36, }, }, }, @@ -79078,14 +79078,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15296, + offset: 15298, line: 490, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15305, + offset: 15307, line: 490, - col: 12, + col: 14, }, }, ExpressionType: "", @@ -79096,14 +79096,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15296, + offset: 15298, line: 490, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15305, + offset: 15307, line: 490, - col: 12, + col: 14, }, }, }, @@ -79118,14 +79118,14 @@ '@role': [Declaration, Function, 'Null', Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15199, - line: 486, - col: 2, + offset: 15201, + line: 488, + col: 1, }, end: { '@type': "uast:Position", - offset: 15203, + offset: 15205, line: 488, - col: 3, + col: 5, }, }, IsComplex: false, @@ -79150,14 +79150,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15204, + offset: 15206, line: 488, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 15289, + offset: 15291, line: 488, - col: 89, + col: 91, }, }, IsConst: false, @@ -79170,14 +79170,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15204, + offset: 15206, line: 488, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 15253, + offset: 15255, line: 488, - col: 53, + col: 55, }, }, IsConversionOperator: false, @@ -79189,14 +79189,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15204, + offset: 15206, line: 488, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 15238, + offset: 15240, line: 488, - col: 38, + col: 40, }, }, }, @@ -79205,14 +79205,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15240, + offset: 15242, line: 488, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 15253, + offset: 15255, line: 488, - col: 53, + col: 55, }, }, }, @@ -79223,14 +79223,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15204, + offset: 15206, line: 488, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 15238, + offset: 15240, line: 488, - col: 38, + col: 40, }, }, }, @@ -79241,14 +79241,14 @@ '@role': [Argument, Declaration, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15259, + offset: 15261, line: 488, - col: 59, + col: 61, }, end: { '@type': "uast:Position", - offset: 15267, + offset: 15269, line: 488, - col: 67, + col: 69, }, }, DeclaresParameterPack: false, @@ -79257,14 +79257,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15259, + offset: 15261, line: 488, - col: 59, + col: 61, }, end: { '@type': "uast:Position", - offset: 15267, + offset: 15269, line: 488, - col: 67, + col: 69, }, }, }, @@ -79272,14 +79272,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15254, + offset: 15256, line: 488, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 15258, + offset: 15260, line: 488, - col: 58, + col: 60, }, }, IsConst: false, @@ -79297,14 +79297,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15254, + offset: 15256, line: 488, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 15258, + offset: 15260, line: 488, - col: 58, + col: 60, }, }, }, @@ -79315,14 +79315,14 @@ '@role': [Argument, Declaration, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15283, + offset: 15285, line: 488, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 15288, + offset: 15290, line: 488, - col: 88, + col: 90, }, }, DeclaresParameterPack: false, @@ -79331,14 +79331,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15284, + offset: 15286, line: 488, - col: 84, + col: 86, }, end: { '@type': "uast:Position", - offset: 15288, + offset: 15290, line: 488, - col: 88, + col: 90, }, }, }, @@ -79347,14 +79347,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15269, + offset: 15271, line: 488, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 15282, + offset: 15284, line: 488, - col: 82, + col: 84, }, }, IsConst: true, @@ -79372,14 +79372,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15275, + offset: 15277, line: 488, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 15282, + offset: 15284, line: 488, - col: 82, + col: 84, }, }, }, @@ -79394,14 +79394,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15352, - line: 491, - col: 2, + offset: 15354, + line: 493, + col: 1, }, end: { '@type': "uast:Position", - offset: 15650, - line: 504, - col: 23, + offset: 15652, + line: 505, + col: 2, }, }, IsDefaulted: false, @@ -79410,14 +79410,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15448, - line: 493, - col: 95, + offset: 15450, + line: 494, + col: 1, }, end: { '@type': "uast:Position", - offset: 15650, - line: 504, - col: 23, + offset: 15652, + line: 505, + col: 2, }, }, 'Prop_Statements': [ @@ -79425,42 +79425,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15454, + offset: 15456, line: 495, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15512, + offset: 15514, line: 495, - col: 61, + col: 63, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15454, + offset: 15456, line: 495, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15512, + offset: 15514, line: 495, - col: 61, + col: 63, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15454, + offset: 15456, line: 495, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15468, + offset: 15470, line: 495, - col: 17, + col: 19, }, }, IsConst: false, @@ -79478,14 +79478,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15454, + offset: 15456, line: 495, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15468, + offset: 15470, line: 495, - col: 17, + col: 19, }, }, }, @@ -79496,14 +79496,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15469, + offset: 15471, line: 495, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 15511, + offset: 15513, line: 495, - col: 60, + col: 62, }, }, DeclaresParameterPack: false, @@ -79511,28 +79511,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15473, + offset: 15475, line: 495, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 15511, + offset: 15513, line: 495, - col: 60, + col: 62, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15475, + offset: 15477, line: 495, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 15511, + offset: 15513, line: 495, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -79543,14 +79543,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15499, + offset: 15501, line: 495, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 15510, + offset: 15512, line: 495, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -79560,14 +79560,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15499, + offset: 15501, line: 495, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 15508, + offset: 15510, line: 495, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -79580,14 +79580,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15502, + offset: 15504, line: 495, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 15508, + offset: 15510, line: 495, - col: 57, + col: 59, }, }, }, @@ -79595,14 +79595,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15499, + offset: 15501, line: 495, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 15501, + offset: 15503, line: 495, - col: 50, + col: 52, }, }, ExpressionType: "const ?", @@ -79613,14 +79613,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15499, + offset: 15501, line: 495, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 15501, + offset: 15503, line: 495, - col: 50, + col: 52, }, }, }, @@ -79632,14 +79632,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15475, + offset: 15477, line: 495, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 15498, + offset: 15500, line: 495, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -79652,14 +79652,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15486, + offset: 15488, line: 495, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 15498, + offset: 15500, line: 495, - col: 47, + col: 49, }, }, }, @@ -79667,14 +79667,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15475, + offset: 15477, line: 495, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 15484, + offset: 15486, line: 495, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -79685,14 +79685,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15475, + offset: 15477, line: 495, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 15484, + offset: 15486, line: 495, - col: 33, + col: 35, }, }, }, @@ -79703,14 +79703,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15475, + offset: 15477, line: 495, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 15511, + offset: 15513, line: 495, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -79721,14 +79721,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15499, + offset: 15501, line: 495, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 15510, + offset: 15512, line: 495, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -79738,14 +79738,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15499, + offset: 15501, line: 495, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 15508, + offset: 15510, line: 495, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -79758,14 +79758,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15502, + offset: 15504, line: 495, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 15508, + offset: 15510, line: 495, - col: 57, + col: 59, }, }, }, @@ -79773,14 +79773,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15499, + offset: 15501, line: 495, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 15501, + offset: 15503, line: 495, - col: 50, + col: 52, }, }, ExpressionType: "const ?", @@ -79791,14 +79791,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15499, + offset: 15501, line: 495, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 15501, + offset: 15503, line: 495, - col: 50, + col: 52, }, }, }, @@ -79810,14 +79810,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15475, + offset: 15477, line: 495, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 15498, + offset: 15500, line: 495, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -79830,14 +79830,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15486, + offset: 15488, line: 495, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 15498, + offset: 15500, line: 495, - col: 47, + col: 49, }, }, }, @@ -79845,14 +79845,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15475, + offset: 15477, line: 495, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 15484, + offset: 15486, line: 495, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -79863,14 +79863,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15475, + offset: 15477, line: 495, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 15484, + offset: 15486, line: 495, - col: 33, + col: 35, }, }, }, @@ -79883,14 +79883,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15470, + offset: 15472, line: 495, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 15472, + offset: 15474, line: 495, - col: 21, + col: 23, }, }, }, @@ -79904,28 +79904,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15517, + offset: 15519, line: 496, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15549, + offset: 15551, line: 498, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTUnaryExpression", '@role': [Not, Relational, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15521, + offset: 15523, line: 496, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 15524, + offset: 15526, line: 496, - col: 10, + col: 12, }, }, ExpressionType: "bool", @@ -79935,14 +79935,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15522, + offset: 15524, line: 496, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 15524, + offset: 15526, line: 496, - col: 10, + col: 12, }, }, ExpressionType: "? *", @@ -79953,14 +79953,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15522, + offset: 15524, line: 496, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 15524, + offset: 15526, line: 496, - col: 10, + col: 12, }, }, }, @@ -79971,14 +79971,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15526, + offset: 15528, line: 496, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 15549, + offset: 15551, line: 498, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -79986,14 +79986,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15536, + offset: 15538, line: 497, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 15543, + offset: 15545, line: 497, - col: 14, + col: 16, }, }, }, @@ -80004,14 +80004,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15554, + offset: 15556, line: 499, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15601, + offset: 15603, line: 501, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTBinaryExpression", @@ -80019,14 +80019,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15558, + offset: 15560, line: 499, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 15576, + offset: 15578, line: 499, - col: 25, + col: 27, }, }, ExpressionType: "", @@ -80036,14 +80036,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15572, + offset: 15574, line: 499, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 15576, + offset: 15578, line: 499, - col: 25, + col: 27, }, }, ExpressionType: "const ?", @@ -80054,14 +80054,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15572, + offset: 15574, line: 499, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 15576, + offset: 15578, line: 499, - col: 25, + col: 27, }, }, }, @@ -80070,14 +80070,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15558, + offset: 15560, line: 499, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 15568, + offset: 15570, line: 499, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -80087,14 +80087,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15558, + offset: 15560, line: 499, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 15566, + offset: 15568, line: 499, - col: 15, + col: 17, }, }, ExpressionType: "", @@ -80107,14 +80107,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15562, + offset: 15564, line: 499, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 15566, + offset: 15568, line: 499, - col: 15, + col: 17, }, }, }, @@ -80122,14 +80122,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15558, + offset: 15560, line: 499, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 15560, + offset: 15562, line: 499, - col: 9, + col: 11, }, }, ExpressionType: "? *", @@ -80140,14 +80140,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15558, + offset: 15560, line: 499, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 15560, + offset: 15562, line: 499, - col: 9, + col: 11, }, }, }, @@ -80158,14 +80158,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15572, + offset: 15574, line: 499, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 15576, + offset: 15578, line: 499, - col: 25, + col: 27, }, }, ExpressionType: "const ?", @@ -80176,14 +80176,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15572, + offset: 15574, line: 499, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 15576, + offset: 15578, line: 499, - col: 25, + col: 27, }, }, }, @@ -80193,14 +80193,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15578, + offset: 15580, line: 499, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 15601, + offset: 15603, line: 501, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -80208,14 +80208,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15588, + offset: 15590, line: 500, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 15595, + offset: 15597, line: 500, - col: 14, + col: 16, }, }, }, @@ -80226,28 +80226,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15607, + offset: 15609, line: 503, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15625, + offset: 15627, line: 503, - col: 21, + col: 23, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15607, + offset: 15609, line: 503, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15624, + offset: 15626, line: 503, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -80258,14 +80258,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15619, + offset: 15621, line: 503, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 15623, + offset: 15625, line: 503, - col: 19, + col: 21, }, }, ExpressionType: "const ?", @@ -80276,14 +80276,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15619, + offset: 15621, line: 503, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 15623, + offset: 15625, line: 503, - col: 19, + col: 21, }, }, }, @@ -80293,14 +80293,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15607, + offset: 15609, line: 503, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15618, + offset: 15620, line: 503, - col: 14, + col: 16, }, }, ExpressionType: "", @@ -80313,14 +80313,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15611, + offset: 15613, line: 503, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 15618, + offset: 15620, line: 503, - col: 14, + col: 16, }, }, }, @@ -80328,14 +80328,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15607, + offset: 15609, line: 503, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15609, + offset: 15611, line: 503, - col: 5, + col: 7, }, }, ExpressionType: "? *", @@ -80346,14 +80346,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15607, + offset: 15609, line: 503, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15609, + offset: 15611, line: 503, - col: 5, + col: 7, }, }, }, @@ -80365,28 +80365,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15630, + offset: 15632, line: 504, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15648, + offset: 15650, line: 504, - col: 21, + col: 23, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15630, + offset: 15632, line: 504, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15647, + offset: 15649, line: 504, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -80396,14 +80396,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15630, + offset: 15632, line: 504, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15645, + offset: 15647, line: 504, - col: 18, + col: 20, }, }, ExpressionType: "", @@ -80416,14 +80416,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15641, + offset: 15643, line: 504, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 15645, + offset: 15647, line: 504, - col: 18, + col: 20, }, }, }, @@ -80431,14 +80431,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15630, + offset: 15632, line: 504, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15639, + offset: 15641, line: 504, - col: 12, + col: 14, }, }, ExpressionType: "", @@ -80449,14 +80449,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15630, + offset: 15632, line: 504, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15639, + offset: 15641, line: 504, - col: 12, + col: 14, }, }, }, @@ -80471,14 +80471,14 @@ '@role': [Declaration, Function, 'Null', Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15352, - line: 491, - col: 2, + offset: 15354, + line: 493, + col: 1, }, end: { '@type': "uast:Position", - offset: 15356, + offset: 15358, line: 493, - col: 3, + col: 5, }, }, IsComplex: false, @@ -80503,14 +80503,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15357, + offset: 15359, line: 493, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 15447, + offset: 15449, line: 493, - col: 94, + col: 96, }, }, IsConst: false, @@ -80523,14 +80523,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15357, + offset: 15359, line: 493, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 15407, + offset: 15409, line: 493, - col: 54, + col: 56, }, }, IsConversionOperator: false, @@ -80542,14 +80542,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15357, + offset: 15359, line: 493, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 15391, + offset: 15393, line: 493, - col: 38, + col: 40, }, }, }, @@ -80558,14 +80558,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15393, + offset: 15395, line: 493, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 15407, + offset: 15409, line: 493, - col: 54, + col: 56, }, }, }, @@ -80576,14 +80576,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15357, + offset: 15359, line: 493, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 15391, + offset: 15393, line: 493, - col: 38, + col: 40, }, }, }, @@ -80594,14 +80594,14 @@ '@role': [Argument, Declaration, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15422, + offset: 15424, line: 493, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 15425, + offset: 15427, line: 493, - col: 72, + col: 74, }, }, DeclaresParameterPack: false, @@ -80610,14 +80610,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15423, + offset: 15425, line: 493, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 15425, + offset: 15427, line: 493, - col: 72, + col: 74, }, }, }, @@ -80626,14 +80626,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15408, + offset: 15410, line: 493, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 15421, + offset: 15423, line: 493, - col: 68, + col: 70, }, }, IsConst: true, @@ -80651,14 +80651,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15414, + offset: 15416, line: 493, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 15421, + offset: 15423, line: 493, - col: 68, + col: 70, }, }, }, @@ -80669,14 +80669,14 @@ '@role': [Argument, Declaration, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15441, + offset: 15443, line: 493, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 15446, + offset: 15448, line: 493, - col: 93, + col: 95, }, }, DeclaresParameterPack: false, @@ -80685,14 +80685,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15442, + offset: 15444, line: 493, - col: 89, + col: 91, }, end: { '@type': "uast:Position", - offset: 15446, + offset: 15448, line: 493, - col: 93, + col: 95, }, }, }, @@ -80701,14 +80701,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15427, + offset: 15429, line: 493, - col: 74, + col: 76, }, end: { '@type': "uast:Position", - offset: 15440, + offset: 15442, line: 493, - col: 87, + col: 89, }, }, IsConst: true, @@ -80726,14 +80726,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15433, + offset: 15435, line: 493, - col: 80, + col: 82, }, end: { '@type': "uast:Position", - offset: 15440, + offset: 15442, line: 493, - col: 87, + col: 89, }, }, }, @@ -80748,14 +80748,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15652, - line: 505, - col: 2, + offset: 15654, + line: 507, + col: 1, }, end: { '@type': "uast:Position", - offset: 15779, - line: 509, - col: 50, + offset: 15781, + line: 510, + col: 2, }, }, IsDefaulted: false, @@ -80764,14 +80764,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15726, - line: 507, - col: 73, + offset: 15728, + line: 508, + col: 1, }, end: { '@type': "uast:Position", - offset: 15779, - line: 509, - col: 50, + offset: 15781, + line: 510, + col: 2, }, }, 'Prop_Statements': [ @@ -80779,28 +80779,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15732, + offset: 15734, line: 509, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15777, + offset: 15779, line: 509, - col: 48, + col: 50, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15732, + offset: 15734, line: 509, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15776, + offset: 15778, line: 509, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -80811,14 +80811,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15764, + offset: 15766, line: 509, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 15775, + offset: 15777, line: 509, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -80828,14 +80828,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15764, + offset: 15766, line: 509, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 15773, + offset: 15775, line: 509, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -80848,14 +80848,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15767, + offset: 15769, line: 509, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 15773, + offset: 15775, line: 509, - col: 44, + col: 46, }, }, }, @@ -80863,14 +80863,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15764, + offset: 15766, line: 509, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 15766, + offset: 15768, line: 509, - col: 37, + col: 39, }, }, ExpressionType: "const ?", @@ -80881,14 +80881,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15764, + offset: 15766, line: 509, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 15766, + offset: 15768, line: 509, - col: 37, + col: 39, }, }, }, @@ -80900,14 +80900,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15732, + offset: 15734, line: 509, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15763, + offset: 15765, line: 509, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -80920,14 +80920,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15743, + offset: 15745, line: 509, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 15763, + offset: 15765, line: 509, - col: 34, + col: 36, }, }, }, @@ -80935,14 +80935,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15732, + offset: 15734, line: 509, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15741, + offset: 15743, line: 509, - col: 12, + col: 14, }, }, ExpressionType: "", @@ -80953,14 +80953,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15732, + offset: 15734, line: 509, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15741, + offset: 15743, line: 509, - col: 12, + col: 14, }, }, }, @@ -80975,14 +80975,14 @@ '@role': [Declaration, Function, 'Null', Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15652, - line: 505, - col: 2, + offset: 15654, + line: 507, + col: 1, }, end: { '@type': "uast:Position", - offset: 15656, + offset: 15658, line: 507, - col: 3, + col: 5, }, }, IsComplex: false, @@ -81007,14 +81007,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15657, + offset: 15659, line: 507, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 15725, + offset: 15727, line: 507, - col: 72, + col: 74, }, }, IsConst: false, @@ -81027,14 +81027,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15657, + offset: 15659, line: 507, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 15706, + offset: 15708, line: 507, - col: 53, + col: 55, }, }, IsConversionOperator: false, @@ -81046,14 +81046,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15657, + offset: 15659, line: 507, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 15691, + offset: 15693, line: 507, - col: 38, + col: 40, }, }, }, @@ -81062,14 +81062,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15693, + offset: 15695, line: 507, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 15706, + offset: 15708, line: 507, - col: 53, + col: 55, }, }, }, @@ -81080,14 +81080,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15657, + offset: 15659, line: 507, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 15691, + offset: 15693, line: 507, - col: 38, + col: 40, }, }, }, @@ -81098,14 +81098,14 @@ '@role': [Argument, Declaration, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15721, + offset: 15723, line: 507, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 15724, + offset: 15726, line: 507, - col: 71, + col: 73, }, }, DeclaresParameterPack: false, @@ -81114,14 +81114,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15722, + offset: 15724, line: 507, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 15724, + offset: 15726, line: 507, - col: 71, + col: 73, }, }, }, @@ -81130,14 +81130,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15707, + offset: 15709, line: 507, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 15720, + offset: 15722, line: 507, - col: 67, + col: 69, }, }, IsConst: true, @@ -81155,14 +81155,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15713, + offset: 15715, line: 507, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 15720, + offset: 15722, line: 507, - col: 67, + col: 69, }, }, }, @@ -81180,14 +81180,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 888, - line: 21, - col: 6, + offset: 890, + line: 22, + col: 1, }, end: { '@type': "uast:Position", - offset: 914, + offset: 916, line: 22, - col: 25, + col: 27, }, }, IsSystem: false, @@ -81199,14 +81199,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 915, - line: 22, - col: 26, + offset: 917, + line: 23, + col: 1, }, end: { '@type': "uast:Position", - offset: 946, + offset: 948, line: 23, - col: 30, + col: 32, }, }, IsSystem: false, @@ -81218,14 +81218,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 947, - line: 23, - col: 31, + offset: 949, + line: 24, + col: 1, }, end: { '@type': "uast:Position", - offset: 988, + offset: 990, line: 24, - col: 40, + col: 42, }, }, IsSystem: false, @@ -81237,14 +81237,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 998, - line: 26, - col: 7, + offset: 1000, + line: 27, + col: 1, }, end: { '@type': "uast:Position", - offset: 1026, + offset: 1028, line: 27, - col: 27, + col: 29, }, }, IsSystem: false, @@ -81256,14 +81256,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1027, - line: 27, - col: 28, + offset: 1029, + line: 28, + col: 1, }, end: { '@type': "uast:Position", - offset: 1045, + offset: 1047, line: 28, - col: 17, + col: 19, }, }, IsSystem: false, @@ -81275,14 +81275,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1046, - line: 28, - col: 18, + offset: 1048, + line: 29, + col: 1, }, end: { '@type': "uast:Position", - offset: 1068, + offset: 1070, line: 29, - col: 21, + col: 23, }, }, IsSystem: false, @@ -81294,14 +81294,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1069, - line: 29, - col: 22, + offset: 1071, + line: 30, + col: 1, }, end: { '@type': "uast:Position", - offset: 1095, + offset: 1097, line: 30, - col: 25, + col: 27, }, }, IsSystem: false, @@ -81313,14 +81313,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1096, - line: 30, - col: 26, + offset: 1098, + line: 31, + col: 1, }, end: { '@type': "uast:Position", - offset: 1113, + offset: 1115, line: 31, - col: 16, + col: 18, }, }, IsSystem: false, @@ -81332,14 +81332,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1114, - line: 31, - col: 17, + offset: 1116, + line: 32, + col: 1, }, end: { '@type': "uast:Position", - offset: 1136, + offset: 1138, line: 32, - col: 21, + col: 23, }, }, IsSystem: false, @@ -81351,14 +81351,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1137, - line: 32, - col: 22, + offset: 1139, + line: 33, + col: 1, }, end: { '@type': "uast:Position", - offset: 1158, + offset: 1160, line: 33, - col: 20, + col: 22, }, }, IsSystem: false, @@ -81370,14 +81370,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1159, - line: 33, - col: 21, + offset: 1161, + line: 34, + col: 1, }, end: { '@type': "uast:Position", - offset: 1183, + offset: 1185, line: 34, - col: 23, + col: 25, }, }, IsSystem: false, @@ -81389,14 +81389,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1184, - line: 34, - col: 24, + offset: 1186, + line: 35, + col: 1, }, end: { '@type': "uast:Position", - offset: 1202, + offset: 1204, line: 35, - col: 17, + col: 19, }, }, IsSystem: false, @@ -81408,14 +81408,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1203, - line: 35, - col: 18, + offset: 1205, + line: 36, + col: 1, }, end: { '@type': "uast:Position", - offset: 1225, + offset: 1227, line: 36, - col: 21, + col: 23, }, }, IsSystem: false, @@ -81427,14 +81427,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1226, - line: 36, - col: 22, + offset: 1228, + line: 37, + col: 1, }, end: { '@type': "uast:Position", - offset: 1254, + offset: 1256, line: 37, - col: 27, + col: 29, }, }, IsSystem: false, @@ -81445,14 +81445,14 @@ '@role': [If, Incomplete, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1255, - line: 37, - col: 28, + offset: 1257, + line: 38, + col: 1, }, end: { '@type': "uast:Position", - offset: 1283, + offset: 1285, line: 38, - col: 27, + col: 29, }, }, Condition: "KWIN_BUILD_ACTIVITIES", @@ -81464,14 +81464,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1285, - line: 38, - col: 29, + offset: 1287, + line: 39, + col: 2, }, end: { '@type': "uast:Position", - offset: 1307, + offset: 1309, line: 39, - col: 22, + col: 24, }, }, IsSystem: false, @@ -81482,14 +81482,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1308, - line: 39, - col: 23, + offset: 1310, + line: 40, + col: 1, }, end: { '@type': "uast:Position", - offset: 1314, + offset: 1316, line: 40, - col: 5, + col: 7, }, }, }, @@ -81498,14 +81498,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1322, - line: 42, - col: 5, + offset: 1324, + line: 43, + col: 1, }, end: { '@type': "uast:Position", - offset: 1347, + offset: 1349, line: 43, - col: 24, + col: 26, }, }, IsSystem: true, @@ -81517,14 +81517,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1348, - line: 43, - col: 25, + offset: 1350, + line: 44, + col: 1, }, end: { '@type': "uast:Position", - offset: 1378, + offset: 1380, line: 44, - col: 29, + col: 31, }, }, IsSystem: true, @@ -81535,14 +81535,14 @@ '@role': [Declaration, Function, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3806, - line: 102, - col: 51, + offset: 3808, + line: 103, + col: 1, }, end: { '@type': "uast:Position", - offset: 3892, - line: 106, - col: 32, + offset: 3894, + line: 107, + col: 2, }, }, IsActive: true, @@ -81554,14 +81554,14 @@ '@role': [Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3894, - line: 107, - col: 2, + offset: 3896, + line: 109, + col: 1, }, end: { '@type': "uast:Position", - offset: 3911, + offset: 3913, line: 109, - col: 16, + col: 18, }, }, }, @@ -81570,14 +81570,14 @@ '@role': [Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3827, - line: 103, - col: 20, + offset: 3829, + line: 104, + col: 1, }, end: { '@type': "uast:Position", - offset: 3892, - line: 106, - col: 32, + offset: 3894, + line: 107, + col: 2, }, }, }, @@ -81586,14 +81586,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3913, - line: 109, - col: 18, + offset: 3915, + line: 111, + col: 1, }, end: { '@type': "uast:Position", - offset: 3924, + offset: 3926, line: 111, - col: 10, + col: 12, }, }, IsActive: true, @@ -81603,14 +81603,14 @@ '@role': [Declaration, Function, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4005, - line: 116, - col: 2, + offset: 4007, + line: 118, + col: 1, }, end: { '@type': "uast:Position", - offset: 4091, - line: 121, - col: 32, + offset: 4093, + line: 122, + col: 2, }, }, IsActive: true, @@ -81622,14 +81622,14 @@ '@role': [Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4093, - line: 122, - col: 2, + offset: 4095, + line: 124, + col: 1, }, end: { '@type': "uast:Position", - offset: 4113, + offset: 4115, line: 124, - col: 19, + col: 21, }, }, }, @@ -81637,14 +81637,14 @@ '@role': [Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4114, - line: 124, - col: 20, + offset: 4116, + line: 125, + col: 1, }, end: { '@type': "uast:Position", - offset: 4136, + offset: 4138, line: 125, - col: 21, + col: 23, }, }, }, @@ -81653,14 +81653,14 @@ '@role': [Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4026, - line: 118, - col: 20, + offset: 4028, + line: 119, + col: 1, }, end: { '@type': "uast:Position", - offset: 4091, - line: 121, - col: 32, + offset: 4093, + line: 122, + col: 2, }, }, }, @@ -81669,14 +81669,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4138, - line: 125, - col: 23, + offset: 4140, + line: 127, + col: 1, }, end: { '@type': "uast:Position", - offset: 4149, + offset: 4151, line: 127, - col: 10, + col: 12, }, }, IsActive: true, @@ -81686,14 +81686,14 @@ '@role': [Declaration, Function, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4208, - line: 129, - col: 56, + offset: 4210, + line: 130, + col: 1, }, end: { '@type': "uast:Position", - offset: 4317, - line: 133, - col: 40, + offset: 4319, + line: 134, + col: 2, }, }, IsActive: true, @@ -81705,14 +81705,14 @@ '@role': [Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4319, - line: 134, - col: 2, + offset: 4321, + line: 136, + col: 1, }, end: { '@type': "uast:Position", - offset: 4352, + offset: 4354, line: 136, - col: 32, + col: 34, }, }, }, @@ -81721,14 +81721,14 @@ '@role': [Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4240, - line: 130, - col: 31, + offset: 4242, + line: 131, + col: 1, }, end: { '@type': "uast:Position", - offset: 4317, - line: 133, - col: 40, + offset: 4319, + line: 134, + col: 2, }, }, }, @@ -81737,14 +81737,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4354, - line: 136, - col: 34, + offset: 4356, + line: 138, + col: 1, }, end: { '@type': "uast:Position", - offset: 4365, + offset: 4367, line: 138, - col: 10, + col: 12, }, }, IsActive: true, @@ -81754,14 +81754,14 @@ '@role': [If, Incomplete, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4423, - line: 141, + offset: 4425, + line: 142, col: 1, }, end: { '@type': "uast:Position", - offset: 4451, + offset: 4453, line: 142, - col: 27, + col: 29, }, }, Condition: "KWIN_BUILD_ACTIVITIES", @@ -81772,14 +81772,14 @@ '@role': [Else, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4554, - line: 146, - col: 42, + offset: 4556, + line: 147, + col: 1, }, end: { '@type': "uast:Position", - offset: 4559, + offset: 4561, line: 147, - col: 4, + col: 6, }, }, IsTaken: true, @@ -81788,14 +81788,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4596, - line: 149, - col: 17, + offset: 4598, + line: 150, + col: 1, }, end: { '@type': "uast:Position", - offset: 4602, + offset: 4604, line: 150, - col: 5, + col: 7, }, }, }, @@ -81803,14 +81803,14 @@ '@role': [If, Incomplete, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4661, - line: 154, + offset: 4663, + line: 155, col: 1, }, end: { '@type': "uast:Position", - offset: 4689, + offset: 4691, line: 155, - col: 27, + col: 29, }, }, Condition: "KWIN_BUILD_ACTIVITIES", @@ -81821,14 +81821,14 @@ '@role': [Else, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4791, - line: 159, - col: 41, + offset: 4793, + line: 160, + col: 1, }, end: { '@type': "uast:Position", - offset: 4796, + offset: 4798, line: 160, - col: 4, + col: 6, }, }, IsTaken: true, @@ -81837,14 +81837,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4833, - line: 162, - col: 17, + offset: 4835, + line: 163, + col: 1, }, end: { '@type': "uast:Position", - offset: 4839, + offset: 4841, line: 163, - col: 5, + col: 7, }, }, }, @@ -81852,14 +81852,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9852, - line: 322, - col: 29, + offset: 9854, + line: 323, + col: 1, }, end: { '@type': "uast:Position", - offset: 9870, + offset: 9872, line: 323, - col: 17, + col: 19, }, }, Condition: "HAVE_EPOXY_GLX", @@ -81869,14 +81869,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9952, - line: 324, - col: 80, + offset: 9954, + line: 325, + col: 1, }, end: { '@type': "uast:Position", - offset: 9958, + offset: 9960, line: 325, - col: 5, + col: 7, }, }, }, diff --git a/fixtures/cpp17_3.cpp.sem.uast b/fixtures/cpp17_3.cpp.sem.uast index 0580071..a4874a4 100644 --- a/fixtures/cpp17_3.cpp.sem.uast +++ b/fixtures/cpp17_3.cpp.sem.uast @@ -7,8 +7,8 @@ col: 1, }, end: { '@type': "uast:Position", - offset: 30198, - line: 830, + offset: 30200, + line: 831, col: 1, }, }, @@ -18,14 +18,14 @@ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2015, + offset: 2017, line: 79, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 2019, + offset: 2021, line: 79, - col: 13, + col: 15, }, }, Name: "KWin", @@ -33,14 +33,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2023, - line: 80, - col: 2, + offset: 2025, + line: 82, + col: 1, }, end: { '@type': "uast:Position", - offset: 2080, - line: 84, - col: 26, + offset: 2082, + line: 85, + col: 2, }, }, Nodes: [ @@ -55,14 +55,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2051, - line: 82, - col: 27, + offset: 2053, + line: 83, + col: 1, }, end: { '@type': "uast:Position", - offset: 2080, - line: 84, - col: 26, + offset: 2082, + line: 85, + col: 2, }, }, Statements: [ @@ -70,28 +70,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2057, + offset: 2059, line: 84, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2078, + offset: 2080, line: 84, - col: 24, + col: 26, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2057, + offset: 2059, line: 84, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2077, + offset: 2079, line: 84, - col: 23, + col: 25, }, }, ExpressionType: "Attempt to use symbol failed: exit", @@ -101,14 +101,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2057, + offset: 2059, line: 84, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2075, + offset: 2077, line: 84, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -117,14 +117,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2057, + offset: 2059, line: 84, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2075, + offset: 2077, line: 84, - col: 21, + col: 23, }, }, Names: [ @@ -153,14 +153,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2046, + offset: 2048, line: 82, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 2049, + offset: 2051, line: 82, - col: 25, + col: 27, }, }, IsComplex: false, @@ -193,14 +193,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2082, - line: 85, - col: 2, + offset: 2084, + line: 87, + col: 1, }, end: { '@type': "uast:Position", - offset: 2145, - line: 89, - col: 38, + offset: 2147, + line: 90, + col: 2, }, }, Nodes: [ @@ -215,14 +215,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2104, - line: 87, - col: 21, + offset: 2106, + line: 88, + col: 1, }, end: { '@type': "uast:Position", - offset: 2145, - line: 89, - col: 38, + offset: 2147, + line: 90, + col: 2, }, }, Statements: [ @@ -230,28 +230,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2110, + offset: 2112, line: 89, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2143, + offset: 2145, line: 89, - col: 36, + col: 38, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2110, + offset: 2112, line: 89, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2142, + offset: 2144, line: 89, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: setDrKonqiEnabled", @@ -263,14 +263,14 @@ '@role': [Argument, Boolean, Call, Expression, Function, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2136, + offset: 2138, line: 89, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 2141, + offset: 2143, line: 89, - col: 34, + col: 36, }, }, ExpressionType: "bool", @@ -283,14 +283,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2110, + offset: 2112, line: 89, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2135, + offset: 2137, line: 89, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -299,14 +299,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2110, + offset: 2112, line: 89, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2135, + offset: 2137, line: 89, - col: 28, + col: 30, }, }, Names: [ @@ -334,28 +334,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2227, - line: 92, - col: 28, + offset: 2229, + line: 93, + col: 1, }, end: { '@type': "uast:Position", - offset: 2265, + offset: 2267, line: 93, - col: 37, + col: 39, }, }, LeadingComments: [ { '@type': "uast:Comment", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2146, - line: 90, + offset: 2148, + line: 91, col: 1, }, end: { '@type': "uast:Position", - offset: 2197, + offset: 2199, line: 91, - col: 50, + col: 52, }, }, Block: false, @@ -367,14 +367,14 @@ { '@type': "uast:Comment", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2198, - line: 91, - col: 51, + offset: 2200, + line: 92, + col: 1, }, end: { '@type': "uast:Position", - offset: 2226, + offset: 2228, line: 92, - col: 27, + col: 29, }, }, Block: false, @@ -388,14 +388,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2227, - line: 92, - col: 28, + offset: 2229, + line: 93, + col: 1, }, end: { '@type': "uast:Position", - offset: 2249, + offset: 2251, line: 93, - col: 21, + col: 23, }, }, IsConst: false, @@ -411,14 +411,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2227, - line: 92, - col: 28, + offset: 2229, + line: 93, + col: 1, }, end: { '@type': "uast:Position", - offset: 2249, + offset: 2251, line: 93, - col: 21, + col: 23, }, }, Name: "Q_CONSTRUCTOR_FUNCTION", @@ -430,14 +430,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2249, + offset: 2251, line: 93, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 2265, + offset: 2267, line: 93, - col: 37, + col: 39, }, }, DeclaresParameterPack: false, @@ -446,28 +446,28 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2250, + offset: 2252, line: 93, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 2264, + offset: 2266, line: 93, - col: 36, + col: 38, }, }, DeclaresParameterPack: false, 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2250, + offset: 2252, line: 93, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 2264, + offset: 2266, line: 93, - col: 36, + col: 38, }, }, Name: "disableDrKonqi", @@ -482,14 +482,14 @@ '@role': [Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2264, + offset: 2266, line: 93, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 2265, + offset: 2267, line: 93, - col: 37, + col: 39, }, }, }, @@ -497,14 +497,14 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2267, - line: 93, - col: 39, + offset: 2269, + line: 95, + col: 1, }, end: { '@type': "uast:Position", - offset: 2301, + offset: 2303, line: 95, - col: 33, + col: 35, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -512,14 +512,14 @@ '@role': ['Null', Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2267, - line: 93, - col: 39, + offset: 2269, + line: 95, + col: 1, }, end: { '@type': "uast:Position", - offset: 2278, + offset: 2280, line: 95, - col: 10, + col: 12, }, }, IsComplex: false, @@ -545,14 +545,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2279, + offset: 2281, line: 95, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 2300, + offset: 2302, line: 95, - col: 32, + col: 34, }, }, IsConst: false, @@ -565,14 +565,14 @@ '@role': [Declaration, Function, Name], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2279, + offset: 2281, line: 95, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 2290, + offset: 2292, line: 95, - col: 22, + col: 24, }, }, Name: "readDisplay", @@ -582,28 +582,28 @@ '@role': [Argument, Declaration, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2295, + offset: 2297, line: 95, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 2299, + offset: 2301, line: 95, - col: 31, + col: 33, }, }, DeclaresParameterPack: false, 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2295, + offset: 2297, line: 95, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 2299, + offset: 2301, line: 95, - col: 31, + col: 33, }, }, Name: "pipe", @@ -613,14 +613,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2291, + offset: 2293, line: 95, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 2294, + offset: 2296, line: 95, - col: 26, + col: 28, }, }, IsComplex: false, @@ -651,28 +651,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2303, - line: 95, - col: 35, + offset: 2305, + line: 97, + col: 1, }, end: { '@type': "uast:Position", - offset: 2363, + offset: 2365, line: 101, - col: 1, + col: 3, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTEnumerationSpecifier", '@role': [Declaration, Enumeration, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2303, - line: 95, - col: 35, + offset: 2305, + line: 97, + col: 1, }, end: { '@type': "uast:Position", - offset: 2362, - line: 100, - col: 16, + offset: 2364, + line: 101, + col: 2, }, }, IsConst: false, @@ -690,14 +690,14 @@ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2334, + offset: 2336, line: 99, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2343, + offset: 2345, line: 99, - col: 12, + col: 14, }, }, Name: "DontReset", @@ -705,14 +705,14 @@ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2349, + offset: 2351, line: 100, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2360, + offset: 2362, line: 100, - col: 14, + col: 16, }, }, Name: "ResetOnFork", @@ -721,14 +721,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2314, + offset: 2316, line: 97, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 2327, + offset: 2329, line: 97, - col: 23, + col: 25, }, }, Name: "RealTimeFlags", @@ -740,14 +740,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2377, - line: 103, - col: 11, + offset: 2379, + line: 104, + col: 1, }, end: { '@type': "uast:Position", - offset: 2794, - line: 117, - col: 7, + offset: 2796, + line: 118, + col: 2, }, }, Nodes: [ @@ -762,14 +762,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2443, - line: 104, - col: 65, + offset: 2445, + line: 105, + col: 1, }, end: { '@type': "uast:Position", - offset: 2794, - line: 117, - col: 7, + offset: 2796, + line: 118, + col: 2, }, }, Statements: [ @@ -777,28 +777,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2769, + offset: 2771, line: 116, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2785, + offset: 2787, line: 116, - col: 19, + col: 21, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2769, + offset: 2771, line: 116, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2784, + offset: 2786, line: 116, - col: 18, + col: 20, }, }, ExpressionType: "Attempt to use symbol failed: Q_UNUSED", @@ -809,14 +809,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2778, + offset: 2780, line: 116, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 2783, + offset: 2785, line: 116, - col: 17, + col: 19, }, }, ExpressionType: "RealTimeFlags", @@ -825,14 +825,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2778, + offset: 2780, line: 116, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 2783, + offset: 2785, line: 116, - col: 17, + col: 19, }, }, Name: "flags", @@ -843,14 +843,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2769, + offset: 2771, line: 116, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2777, + offset: 2779, line: 116, - col: 11, + col: 13, }, }, ExpressionType: "", @@ -859,14 +859,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2769, + offset: 2771, line: 116, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2777, + offset: 2779, line: 116, - col: 11, + col: 13, }, }, Name: "Q_UNUSED", @@ -883,28 +883,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2415, + offset: 2417, line: 104, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 2441, + offset: 2443, line: 104, - col: 63, + col: 65, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2417, + offset: 2419, line: 104, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 2441, + offset: 2443, line: 104, - col: 63, + col: 65, }, }, ExpressionType: "RealTimeFlags", @@ -913,14 +913,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2417, + offset: 2419, line: 104, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 2441, + offset: 2443, line: 104, - col: 63, + col: 65, }, }, Names: [ @@ -937,14 +937,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2417, + offset: 2419, line: 104, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 2441, + offset: 2443, line: 104, - col: 63, + col: 65, }, }, ExpressionType: "RealTimeFlags", @@ -953,14 +953,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2417, + offset: 2419, line: 104, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 2441, + offset: 2443, line: 104, - col: 63, + col: 65, }, }, Names: [ @@ -978,14 +978,14 @@ Name: { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2409, + offset: 2411, line: 104, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 2414, + offset: 2416, line: 104, - col: 36, + col: 38, }, }, Name: "flags", @@ -995,14 +995,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2395, + offset: 2397, line: 104, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 2408, + offset: 2410, line: 104, - col: 30, + col: 32, }, }, IsConst: false, @@ -1018,14 +1018,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2395, + offset: 2397, line: 104, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 2408, + offset: 2410, line: 104, - col: 30, + col: 32, }, }, Name: "RealTimeFlags", @@ -1044,13 +1044,13 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2899, - line: 123, - col: 39, + offset: 2901, + line: 125, + col: 1, }, end: { '@type': "uast:Position", - offset: 3021, - line: 127, + offset: 3023, + line: 128, col: 2, }, }, @@ -1061,14 +1061,14 @@ { '@type': "uast:Comment", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2798, - line: 119, - col: 2, + offset: 2800, + line: 121, + col: 1, }, end: { '@type': "uast:Position", - offset: 2836, + offset: 2838, line: 121, - col: 37, + col: 39, }, }, Block: false, @@ -1080,14 +1080,14 @@ { '@type': "uast:Comment", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2837, - line: 121, - col: 38, + offset: 2839, + line: 122, + col: 1, }, end: { '@type': "uast:Position", - offset: 2858, + offset: 2860, line: 122, - col: 20, + col: 22, }, }, Block: false, @@ -1099,14 +1099,14 @@ { '@type': "uast:Comment", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2859, - line: 122, - col: 21, + offset: 2861, + line: 123, + col: 1, }, end: { '@type': "uast:Position", - offset: 2897, + offset: 2899, line: 123, - col: 37, + col: 39, }, }, Block: false, @@ -1122,28 +1122,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2968, + offset: 2970, line: 126, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 3017, + offset: 3019, line: 126, - col: 54, + col: 56, }, }, 'Prop_Initializer': { '@type': "cpp:CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2979, + offset: 2981, line: 126, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 3017, + offset: 3019, line: 126, - col: 54, + col: 56, }, }, 'Prop_Arguments': [ @@ -1151,14 +1151,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2980, + offset: 2982, line: 126, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 3004, + offset: 3006, line: 126, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -1167,14 +1167,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2980, + offset: 2982, line: 126, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 3004, + offset: 3006, line: 126, - col: 41, + col: 43, }, }, Name: "OperationModeWaylandOnly", @@ -1184,14 +1184,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3006, + offset: 3008, line: 126, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 3010, + offset: 3012, line: 126, - col: 47, + col: 49, }, }, ExpressionType: "int", @@ -1200,14 +1200,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3006, + offset: 3008, line: 126, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 3010, + offset: 3012, line: 126, - col: 47, + col: 49, }, }, Name: "argc", @@ -1217,14 +1217,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3012, + offset: 3014, line: 126, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 3016, + offset: 3018, line: 126, - col: 53, + col: 55, }, }, ExpressionType: "char * *", @@ -1233,14 +1233,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3012, + offset: 3014, line: 126, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 3016, + offset: 3018, line: 126, - col: 53, + col: 55, }, }, Name: "argv", @@ -1258,14 +1258,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2980, + offset: 2982, line: 126, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 3004, + offset: 3006, line: 126, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -1274,14 +1274,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2980, + offset: 2982, line: 126, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 3004, + offset: 3006, line: 126, - col: 41, + col: 43, }, }, Name: "OperationModeWaylandOnly", @@ -1291,14 +1291,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3006, + offset: 3008, line: 126, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 3010, + offset: 3012, line: 126, - col: 47, + col: 49, }, }, ExpressionType: "int", @@ -1307,14 +1307,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3006, + offset: 3008, line: 126, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 3010, + offset: 3012, line: 126, - col: 47, + col: 49, }, }, Name: "argc", @@ -1324,14 +1324,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3012, + offset: 3014, line: 126, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 3016, + offset: 3018, line: 126, - col: 53, + col: 55, }, }, ExpressionType: "char * *", @@ -1340,14 +1340,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3012, + offset: 3014, line: 126, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 3016, + offset: 3018, line: 126, - col: 53, + col: 55, }, }, Name: "argv", @@ -1366,14 +1366,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2980, + offset: 2982, line: 126, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 3004, + offset: 3006, line: 126, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -1382,14 +1382,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2980, + offset: 2982, line: 126, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 3004, + offset: 3006, line: 126, - col: 41, + col: 43, }, }, Name: "OperationModeWaylandOnly", @@ -1399,14 +1399,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3006, + offset: 3008, line: 126, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 3010, + offset: 3012, line: 126, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -1415,14 +1415,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3006, + offset: 3008, line: 126, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 3010, + offset: 3012, line: 126, - col: 47, + col: 49, }, }, Name: "argc", @@ -1432,14 +1432,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3012, + offset: 3014, line: 126, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 3016, + offset: 3018, line: 126, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -1448,14 +1448,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3012, + offset: 3014, line: 126, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 3016, + offset: 3018, line: 126, - col: 53, + col: 55, }, }, Name: "argv", @@ -1467,14 +1467,14 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2968, + offset: 2970, line: 126, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 2979, + offset: 2981, line: 126, - col: 16, + col: 18, }, }, Name: "Application", @@ -1490,13 +1490,13 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3018, - line: 126, - col: 55, + offset: 3020, + line: 127, + col: 1, }, end: { '@type': "uast:Position", - offset: 3021, - line: 127, + offset: 3023, + line: 128, col: 2, }, }, @@ -1510,14 +1510,14 @@ Name: { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2943, + offset: 2945, line: 125, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 2947, + offset: 2949, line: 125, - col: 47, + col: 49, }, }, Name: "argc", @@ -1528,14 +1528,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2938, + offset: 2940, line: 125, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 2941, + offset: 2943, line: 125, - col: 41, + col: 43, }, }, IsComplex: false, @@ -1564,14 +1564,14 @@ Name: { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2956, + offset: 2958, line: 125, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 2960, + offset: 2962, line: 125, - col: 60, + col: 62, }, }, Name: "argv", @@ -1582,14 +1582,14 @@ '@role': [Character, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2949, + offset: 2951, line: 125, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 2953, + offset: 2955, line: 125, - col: 53, + col: 55, }, }, IsComplex: false, @@ -1633,14 +1633,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3023, - line: 128, - col: 2, + offset: 3025, + line: 130, + col: 1, }, end: { '@type': "uast:Position", - offset: 4147, - line: 164, - col: 25, + offset: 4149, + line: 165, + col: 2, }, }, Nodes: [ @@ -1655,14 +1655,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3065, - line: 130, - col: 41, + offset: 3067, + line: 131, + col: 1, }, end: { '@type': "uast:Position", - offset: 4147, - line: 164, - col: 25, + offset: 4149, + line: 165, + col: 2, }, }, Statements: [ @@ -1670,28 +1670,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3071, + offset: 3073, line: 132, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3116, + offset: 3118, line: 134, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTUnaryExpression", '@role': [Not, Relational, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3075, + offset: 3077, line: 132, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3091, + offset: 3093, line: 132, - col: 23, + col: 25, }, }, ExpressionType: "bool", @@ -1701,14 +1701,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3076, + offset: 3078, line: 132, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 3091, + offset: 3093, line: 132, - col: 23, + col: 25, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -1718,14 +1718,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3076, + offset: 3078, line: 132, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 3089, + offset: 3091, line: 132, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -1734,14 +1734,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3076, + offset: 3078, line: 132, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 3089, + offset: 3091, line: 132, - col: 21, + col: 23, }, }, Name: "waylandServer", @@ -1754,14 +1754,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3093, + offset: 3095, line: 132, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 3116, + offset: 3118, line: 134, - col: 4, + col: 6, }, }, Statements: [ @@ -1769,14 +1769,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3103, + offset: 3105, line: 133, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3110, + offset: 3112, line: 133, - col: 14, + col: 16, }, }, }, @@ -1787,28 +1787,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3122, + offset: 3124, line: 136, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3213, + offset: 3215, line: 138, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3126, + offset: 3128, line: 136, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3147, + offset: 3149, line: 136, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -1818,14 +1818,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3126, + offset: 3128, line: 136, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3145, + offset: 3147, line: 136, - col: 26, + col: 28, }, }, ExpressionType: "", @@ -1836,14 +1836,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3137, + offset: 3139, line: 136, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 3145, + offset: 3147, line: 136, - col: 26, + col: 28, }, }, Name: "platform", @@ -1852,14 +1852,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3126, + offset: 3128, line: 136, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3135, + offset: 3137, line: 136, - col: 16, + col: 18, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -1869,14 +1869,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3126, + offset: 3128, line: 136, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3133, + offset: 3135, line: 136, - col: 14, + col: 16, }, }, ExpressionType: "", @@ -1885,14 +1885,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3126, + offset: 3128, line: 136, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3133, + offset: 3135, line: 136, - col: 14, + col: 16, }, }, Name: "kwinApp", @@ -1905,14 +1905,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3149, + offset: 3151, line: 136, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 3213, + offset: 3215, line: 138, - col: 4, + col: 6, }, }, Statements: [ @@ -1920,28 +1920,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3159, + offset: 3161, line: 137, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3207, + offset: 3209, line: 137, - col: 55, + col: 57, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3159, + offset: 3161, line: 137, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3206, + offset: 3208, line: 137, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -1953,14 +1953,14 @@ '@role': [Argument, Boolean, Call, Expression, Function, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3200, + offset: 3202, line: 137, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 3205, + offset: 3207, line: 137, - col: 53, + col: 55, }, }, ExpressionType: "bool", @@ -1973,14 +1973,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3159, + offset: 3161, line: 137, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3199, + offset: 3201, line: 137, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -1991,14 +1991,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3182, + offset: 3184, line: 137, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 3199, + offset: 3201, line: 137, - col: 47, + col: 49, }, }, Name: "setOutputsEnabled", @@ -2007,14 +2007,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3159, + offset: 3161, line: 137, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3180, + offset: 3182, line: 137, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -2024,14 +2024,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3159, + offset: 3161, line: 137, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3178, + offset: 3180, line: 137, - col: 26, + col: 28, }, }, ExpressionType: "", @@ -2042,14 +2042,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3170, + offset: 3172, line: 137, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 3178, + offset: 3180, line: 137, - col: 26, + col: 28, }, }, Name: "platform", @@ -2058,14 +2058,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3159, + offset: 3161, line: 137, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3168, + offset: 3170, line: 137, - col: 16, + col: 18, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -2075,14 +2075,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3159, + offset: 3161, line: 137, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3166, + offset: 3168, line: 137, - col: 14, + col: 16, }, }, ExpressionType: "", @@ -2091,14 +2091,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3159, + offset: 3161, line: 137, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3166, + offset: 3168, line: 137, - col: 14, + col: 16, }, }, Name: "kwinApp", @@ -2117,28 +2117,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3310, + offset: 3312, line: 140, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3401, + offset: 3403, line: 142, - col: 4, + col: 6, }, }, LeadingComments: [ { '@type': "uast:Comment", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3218, + offset: 3220, line: 139, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3305, + offset: 3307, line: 139, - col: 90, + col: 92, }, }, Block: false, @@ -2152,14 +2152,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3314, + offset: 3316, line: 140, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3321, + offset: 3323, line: 140, - col: 14, + col: 16, }, }, ExpressionType: "", @@ -2168,14 +2168,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3314, + offset: 3316, line: 140, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3321, + offset: 3323, line: 140, - col: 14, + col: 16, }, }, Name: "effects", @@ -2185,14 +2185,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3323, + offset: 3325, line: 140, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 3401, + offset: 3403, line: 142, - col: 4, + col: 6, }, }, Statements: [ @@ -2200,28 +2200,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3333, + offset: 3335, line: 141, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3395, + offset: 3397, line: 141, - col: 69, + col: 71, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3333, + offset: 3335, line: 141, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3394, + offset: 3396, line: 141, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -2231,14 +2231,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3333, + offset: 3335, line: 141, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3392, + offset: 3394, line: 141, - col: 66, + col: 68, }, }, ExpressionType: "", @@ -2249,14 +2249,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3376, + offset: 3378, line: 141, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 3392, + offset: 3394, line: 141, - col: 66, + col: 68, }, }, Name: "unloadAllEffects", @@ -2265,14 +2265,14 @@ '@role': [Expression, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3333, + offset: 3335, line: 141, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3374, + offset: 3376, line: 141, - col: 48, + col: 50, }, }, CastOperator: "static_cast", @@ -2283,14 +2283,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3366, + offset: 3368, line: 141, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 3373, + offset: 3375, line: 141, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -2299,14 +2299,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3366, + offset: 3368, line: 141, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 3373, + offset: 3375, line: 141, - col: 47, + col: 49, }, }, Name: "effects", @@ -2316,28 +2316,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3345, + offset: 3347, line: 141, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 3364, + offset: 3366, line: 141, - col: 38, + col: 40, }, }, 'Prop_AbstractDeclarator': { '@type': "cpp:CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3363, + offset: 3365, line: 141, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 3364, + offset: 3366, line: 141, - col: 38, + col: 40, }, }, DeclaresParameterPack: false, @@ -2349,14 +2349,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3345, + offset: 3347, line: 141, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 3363, + offset: 3365, line: 141, - col: 37, + col: 39, }, }, IsConst: false, @@ -2372,14 +2372,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3345, + offset: 3347, line: 141, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 3363, + offset: 3365, line: 141, - col: 37, + col: 39, }, }, Name: "EffectsHandlerImpl", @@ -2398,28 +2398,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3406, + offset: 3408, line: 143, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3425, + offset: 3427, line: 143, - col: 22, + col: 24, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3406, + offset: 3408, line: 143, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3424, + offset: 3426, line: 143, - col: 21, + col: 23, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -2429,14 +2429,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3406, + offset: 3408, line: 143, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3422, + offset: 3424, line: 143, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -2445,14 +2445,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3406, + offset: 3408, line: 143, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3422, + offset: 3424, line: 143, - col: 19, + col: 21, }, }, Name: "destroyWorkspace", @@ -2464,28 +2464,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3430, + offset: 3432, line: 144, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3458, + offset: 3460, line: 144, - col: 31, + col: 33, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3430, + offset: 3432, line: 144, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3457, + offset: 3459, line: 144, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -2495,14 +2495,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3430, + offset: 3432, line: 144, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3455, + offset: 3457, line: 144, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -2513,14 +2513,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3447, + offset: 3449, line: 144, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 3455, + offset: 3457, line: 144, - col: 28, + col: 30, }, }, Name: "dispatch", @@ -2529,14 +2529,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3430, + offset: 3432, line: 144, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3445, + offset: 3447, line: 144, - col: 18, + col: 20, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -2546,14 +2546,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3430, + offset: 3432, line: 144, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3443, + offset: 3445, line: 144, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -2562,14 +2562,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3430, + offset: 3432, line: 144, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3443, + offset: 3445, line: 144, - col: 16, + col: 18, }, }, Name: "waylandServer", @@ -2583,42 +2583,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3463, + offset: 3465, line: 145, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3500, + offset: 3502, line: 145, - col: 40, + col: 42, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3463, + offset: 3465, line: 145, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3500, + offset: 3502, line: 145, - col: 40, + col: 42, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3463, + offset: 3465, line: 145, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3473, + offset: 3475, line: 145, - col: 13, + col: 15, }, }, IsConst: false, @@ -2634,14 +2634,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3463, + offset: 3465, line: 145, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3473, + offset: 3475, line: 145, - col: 13, + col: 15, }, }, Name: "disconnect", @@ -2653,14 +2653,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3473, + offset: 3475, line: 145, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 3499, + offset: 3501, line: 145, - col: 39, + col: 41, }, }, DeclaresParameterPack: false, @@ -2669,28 +2669,28 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3474, + offset: 3476, line: 145, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 3498, + offset: 3500, line: 145, - col: 38, + col: 40, }, }, DeclaresParameterPack: false, 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3474, + offset: 3476, line: 145, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 3498, + offset: 3500, line: 145, - col: 38, + col: 40, }, }, Name: "m_xwaylandFailConnection", @@ -2706,28 +2706,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3505, + offset: 3507, line: 146, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3739, + offset: 3741, line: 152, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3509, + offset: 3511, line: 146, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3524, + offset: 3526, line: 146, - col: 22, + col: 24, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -2737,14 +2737,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3509, + offset: 3511, line: 146, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3522, + offset: 3524, line: 146, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -2753,14 +2753,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3509, + offset: 3511, line: 146, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3522, + offset: 3524, line: 146, - col: 20, + col: 22, }, }, Name: "x11Connection", @@ -2771,14 +2771,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3526, + offset: 3528, line: 146, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 3739, + offset: 3741, line: 152, - col: 4, + col: 6, }, }, Statements: [ @@ -2786,42 +2786,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3536, + offset: 3538, line: 147, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3585, + offset: 3587, line: 147, - col: 56, + col: 58, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3536, + offset: 3538, line: 147, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3585, + offset: 3587, line: 147, - col: 56, + col: 58, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3536, + offset: 3538, line: 147, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3554, + offset: 3556, line: 147, - col: 25, + col: 27, }, }, IsConst: false, @@ -2837,14 +2837,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3536, + offset: 3538, line: 147, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3554, + offset: 3556, line: 147, - col: 25, + col: 27, }, }, Names: [ @@ -2863,14 +2863,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3554, + offset: 3556, line: 147, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 3584, + offset: 3586, line: 147, - col: 55, + col: 57, }, }, DeclaresParameterPack: false, @@ -2879,28 +2879,28 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3555, + offset: 3557, line: 147, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 3583, + offset: 3585, line: 147, - col: 54, + col: 56, }, }, DeclaresParameterPack: false, 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3555, + offset: 3557, line: 147, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 3583, + offset: 3585, line: 147, - col: 54, + col: 56, }, }, Name: "XCB_INPUT_FOCUS_POINTER_ROOT", @@ -2916,28 +2916,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3594, + offset: 3596, line: 148, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3609, + offset: 3611, line: 148, - col: 22, + col: 24, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3594, + offset: 3596, line: 148, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3608, + offset: 3610, line: 148, - col: 21, + col: 23, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -2947,14 +2947,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3594, + offset: 3596, line: 148, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3606, + offset: 3608, line: 148, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -2963,14 +2963,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3594, + offset: 3596, line: 148, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3606, + offset: 3608, line: 148, - col: 19, + col: 21, }, }, Name: "destroyAtoms", @@ -2982,42 +2982,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3618, + offset: 3620, line: 149, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3657, + offset: 3659, line: 149, - col: 46, + col: 48, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3618, + offset: 3620, line: 149, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3657, + offset: 3659, line: 149, - col: 46, + col: 48, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3618, + offset: 3620, line: 149, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3622, + offset: 3624, line: 149, - col: 11, + col: 13, }, }, IsConst: false, @@ -3033,14 +3033,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3618, + offset: 3620, line: 149, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3622, + offset: 3624, line: 149, - col: 11, + col: 13, }, }, Name: "emit", @@ -3052,14 +3052,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3623, + offset: 3625, line: 149, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 3656, + offset: 3658, line: 149, - col: 45, + col: 47, }, }, IsConst: false, @@ -3072,14 +3072,14 @@ '@role': [Declaration, Function, Name], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3623, + offset: 3625, line: 149, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 3654, + offset: 3656, line: 149, - col: 43, + col: 45, }, }, Name: "x11ConnectionAboutToBeDestroyed", @@ -3093,42 +3093,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3666, + offset: 3668, line: 150, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3698, + offset: 3700, line: 150, - col: 39, + col: 41, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3666, + offset: 3668, line: 150, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3698, + offset: 3700, line: 150, - col: 39, + col: 41, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3666, + offset: 3668, line: 150, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3680, + offset: 3682, line: 150, - col: 21, + col: 23, }, }, IsConst: false, @@ -3144,14 +3144,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3666, + offset: 3668, line: 150, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3680, + offset: 3682, line: 150, - col: 21, + col: 23, }, }, Name: "xcb_disconnect", @@ -3163,14 +3163,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3680, + offset: 3682, line: 150, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 3697, + offset: 3699, line: 150, - col: 38, + col: 40, }, }, DeclaresParameterPack: false, @@ -3179,14 +3179,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3681, + offset: 3683, line: 150, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 3696, + offset: 3698, line: 150, - col: 37, + col: 39, }, }, IsConst: false, @@ -3199,14 +3199,14 @@ '@role': [Declaration, Function, Name], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3681, + offset: 3683, line: 150, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 3694, + offset: 3696, line: 150, - col: 35, + col: 37, }, }, Name: "x11Connection", @@ -3222,28 +3222,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3707, + offset: 3709, line: 151, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3733, + offset: 3735, line: 151, - col: 33, + col: 35, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3707, + offset: 3709, line: 151, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3732, + offset: 3734, line: 151, - col: 32, + col: 34, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -3255,14 +3255,14 @@ '@role': [Argument, Call, Expression, Function, Literal, 'Null'], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3724, + offset: 3726, line: 151, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 3731, + offset: 3733, line: 151, - col: 31, + col: 33, }, }, ExpressionType: "std::nullptr_t", @@ -3275,14 +3275,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3707, + offset: 3709, line: 151, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3723, + offset: 3725, line: 151, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -3291,14 +3291,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3707, + offset: 3709, line: 151, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3723, + offset: 3725, line: 151, - col: 23, + col: 25, }, }, Name: "setX11Connection", @@ -3313,28 +3313,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3744, + offset: 3746, line: 153, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4005, + offset: 4007, line: 159, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3748, + offset: 3750, line: 153, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3765, + offset: 3767, line: 153, - col: 24, + col: 26, }, }, ExpressionType: "", @@ -3343,14 +3343,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3748, + offset: 3750, line: 153, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3765, + offset: 3767, line: 153, - col: 24, + col: 26, }, }, Name: "m_xwaylandProcess", @@ -3360,14 +3360,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3767, + offset: 3769, line: 153, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 4005, + offset: 4007, line: 159, - col: 4, + col: 6, }, }, Statements: [ @@ -3375,28 +3375,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3777, + offset: 3779, line: 154, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3808, + offset: 3810, line: 154, - col: 38, + col: 40, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3777, + offset: 3779, line: 154, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3807, + offset: 3809, line: 154, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -3406,14 +3406,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3777, + offset: 3779, line: 154, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3805, + offset: 3807, line: 154, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -3424,14 +3424,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3796, + offset: 3798, line: 154, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 3805, + offset: 3807, line: 154, - col: 35, + col: 37, }, }, Name: "terminate", @@ -3440,14 +3440,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3777, + offset: 3779, line: 154, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3794, + offset: 3796, line: 154, - col: 24, + col: 26, }, }, ExpressionType: "", @@ -3456,14 +3456,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3777, + offset: 3779, line: 154, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3794, + offset: 3796, line: 154, - col: 24, + col: 26, }, }, Name: "m_xwaylandProcess", @@ -3476,28 +3476,28 @@ '@role': [Statement, While], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3817, + offset: 3819, line: 155, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3945, + offset: 3947, line: 157, - col: 8, + col: 10, }, }, 'Prop_Body': { '@type': "uast:Block", '@role': [While], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3876, + offset: 3878, line: 155, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 3945, + offset: 3947, line: 157, - col: 8, + col: 10, }, }, Statements: [ @@ -3505,28 +3505,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3890, + offset: 3892, line: 156, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 3935, + offset: 3937, line: 156, - col: 56, + col: 58, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3890, + offset: 3892, line: 156, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 3934, + offset: 3936, line: 156, - col: 55, + col: 57, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -3537,14 +3537,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3904, + offset: 3906, line: 156, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 3933, + offset: 3935, line: 156, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -3553,14 +3553,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3904, + offset: 3906, line: 156, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 3933, + offset: 3935, line: 156, - col: 54, + col: 56, }, }, Names: [ @@ -3578,14 +3578,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3890, + offset: 3892, line: 156, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 3903, + offset: 3905, line: 156, - col: 24, + col: 26, }, }, ExpressionType: "", @@ -3594,14 +3594,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3890, + offset: 3892, line: 156, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 3903, + offset: 3905, line: 156, - col: 24, + col: 26, }, }, Name: "processEvents", @@ -3616,14 +3616,14 @@ '@role': [Binary, Condition, Equal, Expression, Not, Relational, While], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3824, + offset: 3826, line: 155, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 3874, + offset: 3876, line: 155, - col: 64, + col: 66, }, }, ExpressionType: "", @@ -3633,14 +3633,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3854, + offset: 3856, line: 155, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 3874, + offset: 3876, line: 155, - col: 64, + col: 66, }, }, ExpressionType: "", @@ -3649,14 +3649,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3854, + offset: 3856, line: 155, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 3874, + offset: 3876, line: 155, - col: 64, + col: 66, }, }, Names: [ @@ -3673,14 +3673,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3824, + offset: 3826, line: 155, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 3850, + offset: 3852, line: 155, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -3690,14 +3690,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3824, + offset: 3826, line: 155, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 3848, + offset: 3850, line: 155, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -3708,14 +3708,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3843, + offset: 3845, line: 155, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 3848, + offset: 3850, line: 155, - col: 38, + col: 40, }, }, Name: "state", @@ -3724,14 +3724,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3824, + offset: 3826, line: 155, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 3841, + offset: 3843, line: 155, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -3740,14 +3740,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3824, + offset: 3826, line: 155, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 3841, + offset: 3843, line: 155, - col: 31, + col: 33, }, }, Name: "m_xwaylandProcess", @@ -3759,14 +3759,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3854, + offset: 3856, line: 155, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 3874, + offset: 3876, line: 155, - col: 64, + col: 66, }, }, ExpressionType: "", @@ -3775,14 +3775,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3854, + offset: 3856, line: 155, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 3874, + offset: 3876, line: 155, - col: 64, + col: 66, }, }, Names: [ @@ -3801,28 +3801,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3954, + offset: 3956, line: 158, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3999, + offset: 4001, line: 158, - col: 52, + col: 54, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3954, + offset: 3956, line: 158, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3998, + offset: 4000, line: 158, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -3832,14 +3832,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3954, + offset: 3956, line: 158, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3996, + offset: 3998, line: 158, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -3850,14 +3850,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3971, + offset: 3973, line: 158, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 3996, + offset: 3998, line: 158, - col: 49, + col: 51, }, }, Name: "destroyXWaylandConnection", @@ -3866,14 +3866,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3954, + offset: 3956, line: 158, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3969, + offset: 3971, line: 158, - col: 22, + col: 24, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -3883,14 +3883,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3954, + offset: 3956, line: 158, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3967, + offset: 3969, line: 158, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -3899,14 +3899,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3954, + offset: 3956, line: 158, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3967, + offset: 3969, line: 158, - col: 20, + col: 22, }, }, Name: "waylandServer", @@ -3923,42 +3923,42 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4010, + offset: 4012, line: 160, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4069, + offset: 4071, line: 162, - col: 4, + col: 6, }, }, 'Prop_ConditionDeclaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4014, + offset: 4016, line: 160, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 4033, + offset: 4035, line: 160, - col: 26, + col: 28, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4014, + offset: 4016, line: 160, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 4020, + offset: 4022, line: 160, - col: 13, + col: 15, }, }, IsConst: false, @@ -3974,14 +3974,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4014, + offset: 4016, line: 160, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 4020, + offset: 4022, line: 160, - col: 13, + col: 15, }, }, Name: "QStyle", @@ -3993,14 +3993,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4021, + offset: 4023, line: 160, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 4033, + offset: 4035, line: 160, - col: 26, + col: 28, }, }, DeclaresParameterPack: false, @@ -4008,28 +4008,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4024, + offset: 4026, line: 160, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 4033, + offset: 4035, line: 160, - col: 26, + col: 28, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4026, + offset: 4028, line: 160, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 4033, + offset: 4035, line: 160, - col: 26, + col: 28, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -4039,14 +4039,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4026, + offset: 4028, line: 160, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 4031, + offset: 4033, line: 160, - col: 24, + col: 26, }, }, ExpressionType: "", @@ -4055,14 +4055,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4026, + offset: 4028, line: 160, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 4031, + offset: 4033, line: 160, - col: 24, + col: 26, }, }, Name: "style", @@ -4073,14 +4073,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4026, + offset: 4028, line: 160, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 4033, + offset: 4035, line: 160, - col: 26, + col: 28, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -4090,14 +4090,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4026, + offset: 4028, line: 160, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 4031, + offset: 4033, line: 160, - col: 24, + col: 26, }, }, ExpressionType: "", @@ -4106,14 +4106,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4026, + offset: 4028, line: 160, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 4031, + offset: 4033, line: 160, - col: 24, + col: 26, }, }, Name: "style", @@ -4124,14 +4124,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4022, + offset: 4024, line: 160, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 4023, + offset: 4025, line: 160, - col: 16, + col: 18, }, }, Name: "s", @@ -4145,14 +4145,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4035, + offset: 4037, line: 160, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 4069, + offset: 4071, line: 162, - col: 4, + col: 6, }, }, Statements: [ @@ -4160,28 +4160,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4045, + offset: 4047, line: 161, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 4063, + offset: 4065, line: 161, - col: 25, + col: 27, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4045, + offset: 4047, line: 161, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 4062, + offset: 4064, line: 161, - col: 24, + col: 26, }, }, ExpressionType: "", @@ -4193,14 +4193,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4057, + offset: 4059, line: 161, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 4061, + offset: 4063, line: 161, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -4213,14 +4213,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4045, + offset: 4047, line: 161, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 4056, + offset: 4058, line: 161, - col: 18, + col: 20, }, }, ExpressionType: "", @@ -4231,14 +4231,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4048, + offset: 4050, line: 161, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 4056, + offset: 4058, line: 161, - col: 18, + col: 20, }, }, Name: "unpolish", @@ -4247,14 +4247,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4045, + offset: 4047, line: 161, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 4046, + offset: 4048, line: 161, - col: 8, + col: 10, }, }, ExpressionType: "? *", @@ -4263,14 +4263,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4045, + offset: 4047, line: 161, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 4046, + offset: 4048, line: 161, - col: 8, + col: 10, }, }, Name: "s", @@ -4286,28 +4286,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4074, + offset: 4076, line: 163, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4120, + offset: 4122, line: 163, - col: 49, + col: 51, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4074, + offset: 4076, line: 163, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4119, + offset: 4121, line: 163, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -4317,14 +4317,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4074, + offset: 4076, line: 163, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4117, + offset: 4119, line: 163, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -4335,14 +4335,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4091, + offset: 4093, line: 163, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 4117, + offset: 4119, line: 163, - col: 46, + col: 48, }, }, Name: "terminateClientConnections", @@ -4351,14 +4351,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4074, + offset: 4076, line: 163, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4089, + offset: 4091, line: 163, - col: 18, + col: 20, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -4368,14 +4368,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4074, + offset: 4076, line: 163, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4087, + offset: 4089, line: 163, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -4384,14 +4384,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4074, + offset: 4076, line: 163, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4087, + offset: 4089, line: 163, - col: 16, + col: 18, }, }, Name: "waylandServer", @@ -4405,28 +4405,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4125, + offset: 4127, line: 164, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4145, + offset: 4147, line: 164, - col: 23, + col: 25, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4125, + offset: 4127, line: 164, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4144, + offset: 4146, line: 164, - col: 22, + col: 24, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -4436,14 +4436,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4125, + offset: 4127, line: 164, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4142, + offset: 4144, line: 164, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -4452,14 +4452,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4125, + offset: 4127, line: 164, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4142, + offset: 4144, line: 164, - col: 20, + col: 22, }, }, Name: "destroyCompositor", @@ -4490,14 +4490,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4149, - line: 165, - col: 2, + offset: 4151, + line: 167, + col: 1, }, end: { '@type': "uast:Position", - offset: 4707, - line: 183, - col: 37, + offset: 4709, + line: 184, + col: 2, }, }, Nodes: [ @@ -4512,14 +4512,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4191, - line: 167, - col: 41, + offset: 4193, + line: 168, + col: 1, }, end: { '@type': "uast:Position", - offset: 4707, - line: 183, - col: 37, + offset: 4709, + line: 184, + col: 2, }, }, Statements: [ @@ -4527,28 +4527,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4197, + offset: 4199, line: 169, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4274, + offset: 4276, line: 171, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4201, + offset: 4203, line: 169, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 4216, + offset: 4218, line: 169, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -4557,14 +4557,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4201, + offset: 4203, line: 169, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 4216, + offset: 4218, line: 169, - col: 22, + col: 24, }, }, Name: "m_startXWayland", @@ -4574,14 +4574,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4218, + offset: 4220, line: 169, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 4274, + offset: 4276, line: 171, - col: 4, + col: 6, }, }, Statements: [ @@ -4589,42 +4589,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4228, + offset: 4230, line: 170, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 4268, + offset: 4270, line: 170, - col: 47, + col: 49, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4228, + offset: 4230, line: 170, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 4268, + offset: 4270, line: 170, - col: 47, + col: 49, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4228, + offset: 4230, line: 170, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 4244, + offset: 4246, line: 170, - col: 23, + col: 25, }, }, IsConst: false, @@ -4640,14 +4640,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4228, + offset: 4230, line: 170, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 4244, + offset: 4246, line: 170, - col: 23, + col: 25, }, }, Name: "setOperationMode", @@ -4659,14 +4659,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4244, + offset: 4246, line: 170, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 4267, + offset: 4269, line: 170, - col: 46, + col: 48, }, }, DeclaresParameterPack: false, @@ -4675,28 +4675,28 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4245, + offset: 4247, line: 170, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 4266, + offset: 4268, line: 170, - col: 45, + col: 47, }, }, DeclaresParameterPack: false, 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4245, + offset: 4247, line: 170, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 4266, + offset: 4268, line: 170, - col: 45, + col: 47, }, }, Name: "OperationModeXwayland", @@ -4715,28 +4715,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4345, + offset: 4347, line: 173, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4361, + offset: 4363, line: 173, - col: 19, + col: 21, }, }, LeadingComments: [ { '@type': "uast:Comment", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4279, + offset: 4281, line: 172, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4340, + offset: 4342, line: 172, - col: 64, + col: 66, }, }, Block: false, @@ -4750,14 +4750,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4345, + offset: 4347, line: 173, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4360, + offset: 4362, line: 173, - col: 18, + col: 20, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -4767,14 +4767,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4345, + offset: 4347, line: 173, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4358, + offset: 4360, line: 173, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -4783,14 +4783,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4345, + offset: 4347, line: 173, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4358, + offset: 4360, line: 173, - col: 16, + col: 18, }, }, Name: "createOptions", @@ -4802,28 +4802,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4366, + offset: 4368, line: 174, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4410, + offset: 4412, line: 174, - col: 47, + col: 49, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4366, + offset: 4368, line: 174, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4409, + offset: 4411, line: 174, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -4833,14 +4833,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4366, + offset: 4368, line: 174, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4407, + offset: 4409, line: 174, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -4851,14 +4851,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4383, + offset: 4385, line: 174, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 4407, + offset: 4409, line: 174, - col: 44, + col: 46, }, }, Name: "createInternalConnection", @@ -4867,14 +4867,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4366, + offset: 4368, line: 174, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4381, + offset: 4383, line: 174, - col: 18, + col: 20, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -4884,14 +4884,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4366, + offset: 4368, line: 174, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4379, + offset: 4381, line: 174, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -4900,14 +4900,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4366, + offset: 4368, line: 174, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4379, + offset: 4381, line: 174, - col: 16, + col: 18, }, }, Name: "waylandServer", @@ -4921,28 +4921,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4456, + offset: 4458, line: 177, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4470, + offset: 4472, line: 177, - col: 17, + col: 19, }, }, LeadingComments: [ { '@type': "uast:Comment", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4416, + offset: 4418, line: 176, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4451, + offset: 4453, line: 176, - col: 38, + col: 40, }, }, Block: false, @@ -4956,14 +4956,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4456, + offset: 4458, line: 177, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4469, + offset: 4471, line: 177, - col: 16, + col: 18, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -4973,14 +4973,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4456, + offset: 4458, line: 177, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4467, + offset: 4469, line: 177, - col: 14, + col: 16, }, }, ExpressionType: "", @@ -4989,14 +4989,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4456, + offset: 4458, line: 177, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4467, + offset: 4469, line: 177, - col: 14, + col: 16, }, }, Name: "createInput", @@ -5008,28 +5008,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4570, + offset: 4572, line: 179, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4611, + offset: 4613, line: 179, - col: 44, + col: 46, }, }, LeadingComments: [ { '@type': "uast:Comment", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4475, + offset: 4477, line: 178, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4565, + offset: 4567, line: 178, - col: 93, + col: 95, }, }, Block: false, @@ -5043,14 +5043,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4570, + offset: 4572, line: 179, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4610, + offset: 4612, line: 179, - col: 43, + col: 45, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -5061,14 +5061,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4583, + offset: 4585, line: 179, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 4609, + offset: 4611, line: 179, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -5077,14 +5077,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4583, + offset: 4585, line: 179, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 4609, + offset: 4611, line: 179, - col: 42, + col: 44, }, }, Names: [ @@ -5102,14 +5102,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4570, + offset: 4572, line: 179, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4582, + offset: 4584, line: 179, - col: 15, + col: 17, }, }, ExpressionType: "", @@ -5118,14 +5118,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4570, + offset: 4572, line: 179, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4582, + offset: 4584, line: 179, - col: 15, + col: 17, }, }, Name: "gainRealTime", @@ -5137,28 +5137,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4617, + offset: 4619, line: 181, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4647, + offset: 4649, line: 181, - col: 33, + col: 35, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4617, + offset: 4619, line: 181, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4646, + offset: 4648, line: 181, - col: 32, + col: 34, }, }, ExpressionType: "Attempt to use symbol failed: create", @@ -5170,14 +5170,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4641, + offset: 4643, line: 181, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 4645, + offset: 4647, line: 181, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -5190,14 +5190,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4617, + offset: 4619, line: 181, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4640, + offset: 4642, line: 181, - col: 26, + col: 28, }, }, ExpressionType: "", @@ -5206,14 +5206,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4617, + offset: 4619, line: 181, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4640, + offset: 4642, line: 181, - col: 26, + col: 28, }, }, Names: [ @@ -5232,28 +5232,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4652, + offset: 4654, line: 182, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4668, + offset: 4670, line: 182, - col: 19, + col: 21, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4652, + offset: 4654, line: 182, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4667, + offset: 4669, line: 182, - col: 18, + col: 20, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -5263,14 +5263,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4652, + offset: 4654, line: 182, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4665, + offset: 4667, line: 182, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -5279,14 +5279,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4652, + offset: 4654, line: 182, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4665, + offset: 4667, line: 182, - col: 16, + col: 18, }, }, Name: "createBackend", @@ -5298,28 +5298,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4673, + offset: 4675, line: 183, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4705, + offset: 4707, line: 183, - col: 35, + col: 37, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4673, + offset: 4675, line: 183, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4704, + offset: 4706, line: 183, - col: 34, + col: 36, }, }, ExpressionType: "Attempt to use symbol failed: create", @@ -5331,14 +5331,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4699, + offset: 4701, line: 183, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 4703, + offset: 4705, line: 183, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -5351,14 +5351,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4673, + offset: 4675, line: 183, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4698, + offset: 4700, line: 183, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -5367,14 +5367,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4673, + offset: 4675, line: 183, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4698, + offset: 4700, line: 183, - col: 28, + col: 30, }, }, Names: [ @@ -5401,14 +5401,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4709, - line: 184, - col: 2, + offset: 4711, + line: 186, + col: 1, }, end: { '@type': "uast:Position", - offset: 5106, - line: 195, - col: 24, + offset: 5108, + line: 196, + col: 2, }, }, Nodes: [ @@ -5423,14 +5423,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4750, - line: 186, - col: 40, + offset: 4752, + line: 187, + col: 1, }, end: { '@type': "uast:Position", - offset: 5106, - line: 195, - col: 24, + offset: 5108, + line: 196, + col: 2, }, }, Statements: [ @@ -5438,28 +5438,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4756, + offset: 4758, line: 188, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4858, + offset: 4860, line: 188, - col: 105, + col: 107, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4756, + offset: 4758, line: 188, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4857, + offset: 4859, line: 188, - col: 104, + col: 106, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -5470,14 +5470,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4764, + offset: 4766, line: 188, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 4774, + offset: 4776, line: 188, - col: 21, + col: 23, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -5487,14 +5487,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4764, + offset: 4766, line: 188, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 4772, + offset: 4774, line: 188, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -5503,14 +5503,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4764, + offset: 4766, line: 188, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 4772, + offset: 4774, line: 188, - col: 19, + col: 21, }, }, Name: "platform", @@ -5521,14 +5521,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4776, + offset: 4778, line: 188, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 4801, + offset: 4803, line: 188, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -5538,14 +5538,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4777, + offset: 4779, line: 188, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 4801, + offset: 4803, line: 188, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -5554,14 +5554,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4777, + offset: 4779, line: 188, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 4801, + offset: 4803, line: 188, - col: 48, + col: 50, }, }, Names: [ @@ -5581,14 +5581,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4803, + offset: 4805, line: 188, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 4807, + offset: 4809, line: 188, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -5600,14 +5600,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4809, + offset: 4811, line: 188, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 4856, + offset: 4858, line: 188, - col: 103, + col: 105, }, }, ExpressionType: "", @@ -5617,14 +5617,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4810, + offset: 4812, line: 188, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 4856, + offset: 4858, line: 188, - col: 103, + col: 105, }, }, ExpressionType: "", @@ -5633,14 +5633,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4810, + offset: 4812, line: 188, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 4856, + offset: 4858, line: 188, - col: 103, + col: 105, }, }, Names: [ @@ -5660,14 +5660,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4756, + offset: 4758, line: 188, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4763, + offset: 4765, line: 188, - col: 10, + col: 12, }, }, ExpressionType: "", @@ -5676,14 +5676,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4756, + offset: 4758, line: 188, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4763, + offset: 4765, line: 188, - col: 10, + col: 12, }, }, Name: "connect", @@ -5695,28 +5695,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4863, + offset: 4865, line: 189, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5080, + offset: 5082, line: 194, - col: 5, + col: 7, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4863, + offset: 4865, line: 189, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5079, + offset: 5081, line: 194, - col: 4, + col: 6, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -5727,14 +5727,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4871, + offset: 4873, line: 189, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 4881, + offset: 4883, line: 189, - col: 21, + col: 23, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -5744,14 +5744,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4871, + offset: 4873, line: 189, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 4879, + offset: 4881, line: 189, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -5760,14 +5760,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4871, + offset: 4873, line: 189, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 4879, + offset: 4881, line: 189, - col: 19, + col: 21, }, }, Name: "platform", @@ -5778,14 +5778,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4883, + offset: 4885, line: 189, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 4904, + offset: 4906, line: 189, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -5795,14 +5795,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4884, + offset: 4886, line: 189, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 4904, + offset: 4906, line: 189, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -5811,14 +5811,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4884, + offset: 4886, line: 189, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 4904, + offset: 4906, line: 189, - col: 44, + col: 46, }, }, Names: [ @@ -5838,14 +5838,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4906, + offset: 4908, line: 189, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 4910, + offset: 4912, line: 189, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -5857,14 +5857,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4920, + offset: 4922, line: 190, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5073, + offset: 5075, line: 193, - col: 8, + col: 10, }, }, ExpressionType: "[] () {\n std::cerr << \"FATAL ERROR: backend failed to initialize, exiting now\" << std::endl;\n QCoreApplication::exit(1);\n }", @@ -5874,14 +5874,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4926, + offset: 4928, line: 190, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 5073, + offset: 5075, line: 193, - col: 8, + col: 10, }, }, Statements: [ @@ -5889,14 +5889,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4940, + offset: 4942, line: 191, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 5024, + offset: 5026, line: 191, - col: 95, + col: 97, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -5904,14 +5904,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4940, + offset: 4942, line: 191, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 5023, + offset: 5025, line: 191, - col: 94, + col: 96, }, }, ExpressionType: "", @@ -5921,14 +5921,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5014, + offset: 5016, line: 191, - col: 85, + col: 87, }, end: { '@type': "uast:Position", - offset: 5023, + offset: 5025, line: 191, - col: 94, + col: 96, }, }, ExpressionType: "", @@ -5937,14 +5937,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5014, + offset: 5016, line: 191, - col: 85, + col: 87, }, end: { '@type': "uast:Position", - offset: 5023, + offset: 5025, line: 191, - col: 94, + col: 96, }, }, Names: [ @@ -5962,14 +5962,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4940, + offset: 4942, line: 191, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 5010, + offset: 5012, line: 191, - col: 81, + col: 83, }, }, ExpressionType: "", @@ -5979,14 +5979,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4954, + offset: 4956, line: 191, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 5010, + offset: 5012, line: 191, - col: 81, + col: 83, }, }, Format: "", @@ -5996,14 +5996,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4940, + offset: 4942, line: 191, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 4949, + offset: 4951, line: 191, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -6012,14 +6012,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4940, + offset: 4942, line: 191, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 4949, + offset: 4951, line: 191, - col: 20, + col: 22, }, }, Names: [ @@ -6036,14 +6036,14 @@ '@role': [Binary, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4954, + offset: 4956, line: 191, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 5010, + offset: 5012, line: 191, - col: 81, + col: 83, }, }, Format: "", @@ -6054,14 +6054,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5014, + offset: 5016, line: 191, - col: 85, + col: 87, }, end: { '@type': "uast:Position", - offset: 5023, + offset: 5025, line: 191, - col: 94, + col: 96, }, }, ExpressionType: "", @@ -6070,14 +6070,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5014, + offset: 5016, line: 191, - col: 85, + col: 87, }, end: { '@type': "uast:Position", - offset: 5023, + offset: 5025, line: 191, - col: 94, + col: 96, }, }, Names: [ @@ -6096,28 +6096,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5037, + offset: 5039, line: 192, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 5063, + offset: 5065, line: 192, - col: 37, + col: 39, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5037, + offset: 5039, line: 192, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 5062, + offset: 5064, line: 192, - col: 36, + col: 38, }, }, ExpressionType: "Attempt to use symbol failed: exit", @@ -6129,14 +6129,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5060, + offset: 5062, line: 192, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 5061, + offset: 5063, line: 192, - col: 35, + col: 37, }, }, ExpressionType: "int", @@ -6149,14 +6149,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5037, + offset: 5039, line: 192, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 5059, + offset: 5061, line: 192, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -6165,14 +6165,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5037, + offset: 5039, line: 192, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 5059, + offset: 5061, line: 192, - col: 33, + col: 35, }, }, Names: [ @@ -6193,14 +6193,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4923, + offset: 4925, line: 190, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 4925, + offset: 4927, line: 190, - col: 12, + col: 14, }, }, IsConst: false, @@ -6217,14 +6217,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4863, + offset: 4865, line: 189, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4870, + offset: 4872, line: 189, - col: 10, + col: 12, }, }, ExpressionType: "", @@ -6233,14 +6233,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4863, + offset: 4865, line: 189, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4870, + offset: 4872, line: 189, - col: 10, + col: 12, }, }, Name: "connect", @@ -6252,28 +6252,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5085, + offset: 5087, line: 195, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5104, + offset: 5106, line: 195, - col: 22, + col: 24, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5085, + offset: 5087, line: 195, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5103, + offset: 5105, line: 195, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -6283,14 +6283,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5085, + offset: 5087, line: 195, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5101, + offset: 5103, line: 195, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -6301,14 +6301,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5097, + offset: 5099, line: 195, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 5101, + offset: 5103, line: 195, - col: 19, + col: 21, }, }, Name: "init", @@ -6317,14 +6317,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5085, + offset: 5087, line: 195, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5095, + offset: 5097, line: 195, - col: 13, + col: 15, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -6334,14 +6334,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5085, + offset: 5087, line: 195, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5093, + offset: 5095, line: 195, - col: 11, + col: 13, }, }, ExpressionType: "", @@ -6350,14 +6350,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5085, + offset: 5087, line: 195, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5093, + offset: 5095, line: 195, - col: 11, + col: 13, }, }, Name: "platform", @@ -6379,14 +6379,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5108, - line: 196, - col: 2, + offset: 5110, + line: 198, + col: 1, }, end: { '@type': "uast:Position", - offset: 5662, - line: 209, - col: 108, + offset: 5664, + line: 210, + col: 2, }, }, Nodes: [ @@ -6401,14 +6401,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5162, - line: 198, - col: 53, + offset: 5164, + line: 199, + col: 1, }, end: { '@type': "uast:Position", - offset: 5662, - line: 209, - col: 108, + offset: 5664, + line: 210, + col: 2, }, }, Statements: [ @@ -6416,28 +6416,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5168, + offset: 5170, line: 200, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5284, + offset: 5286, line: 200, - col: 119, + col: 121, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5168, + offset: 5170, line: 200, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5283, + offset: 5285, line: 200, - col: 118, + col: 120, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -6448,14 +6448,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5179, + offset: 5181, line: 200, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 5200, + offset: 5202, line: 200, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -6465,14 +6465,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5179, + offset: 5181, line: 200, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 5198, + offset: 5200, line: 200, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -6483,14 +6483,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5190, + offset: 5192, line: 200, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 5198, + offset: 5200, line: 200, - col: 33, + col: 35, }, }, Name: "platform", @@ -6499,14 +6499,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5179, + offset: 5181, line: 200, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 5188, + offset: 5190, line: 200, - col: 23, + col: 25, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -6516,14 +6516,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5179, + offset: 5181, line: 200, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 5186, + offset: 5188, line: 200, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -6532,14 +6532,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5179, + offset: 5181, line: 200, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 5186, + offset: 5188, line: 200, - col: 21, + col: 23, }, }, Name: "kwinApp", @@ -6552,14 +6552,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5202, + offset: 5204, line: 200, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 5227, + offset: 5229, line: 200, - col: 62, + col: 64, }, }, ExpressionType: "", @@ -6569,14 +6569,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5203, + offset: 5205, line: 200, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 5227, + offset: 5229, line: 200, - col: 62, + col: 64, }, }, ExpressionType: "", @@ -6585,14 +6585,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5203, + offset: 5205, line: 200, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 5227, + offset: 5229, line: 200, - col: 62, + col: 64, }, }, Names: [ @@ -6612,14 +6612,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5229, + offset: 5231, line: 200, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 5233, + offset: 5235, line: 200, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -6631,14 +6631,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5235, + offset: 5237, line: 200, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 5282, + offset: 5284, line: 200, - col: 117, + col: 119, }, }, ExpressionType: "", @@ -6648,14 +6648,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5236, + offset: 5238, line: 200, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 5282, + offset: 5284, line: 200, - col: 117, + col: 119, }, }, ExpressionType: "", @@ -6664,14 +6664,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5236, + offset: 5238, line: 200, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 5282, + offset: 5284, line: 200, - col: 117, + col: 119, }, }, Names: [ @@ -6691,14 +6691,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5168, + offset: 5170, line: 200, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5178, + offset: 5180, line: 200, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -6707,14 +6707,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5168, + offset: 5170, line: 200, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5178, + offset: 5180, line: 200, - col: 13, + col: 15, }, }, Name: "disconnect", @@ -6726,28 +6726,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5289, + offset: 5291, line: 201, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5305, + offset: 5307, line: 201, - col: 19, + col: 21, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5289, + offset: 5291, line: 201, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5304, + offset: 5306, line: 201, - col: 18, + col: 20, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -6757,14 +6757,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5289, + offset: 5291, line: 201, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5302, + offset: 5304, line: 201, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -6773,14 +6773,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5289, + offset: 5291, line: 201, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5302, + offset: 5304, line: 201, - col: 16, + col: 18, }, }, Name: "createScreens", @@ -6792,14 +6792,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5311, + offset: 5313, line: 203, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5528, + offset: 5530, line: 207, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTBinaryExpression", @@ -6807,14 +6807,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5315, + offset: 5317, line: 203, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5358, + offset: 5360, line: 203, - col: 50, + col: 52, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -6824,14 +6824,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5334, + offset: 5336, line: 203, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 5358, + offset: 5360, line: 203, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -6840,14 +6840,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5334, + offset: 5336, line: 203, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 5358, + offset: 5360, line: 203, - col: 50, + col: 52, }, }, Name: "OperationModeWaylandOnly", @@ -6857,14 +6857,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5315, + offset: 5317, line: 203, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5330, + offset: 5332, line: 203, - col: 22, + col: 24, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -6874,14 +6874,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5315, + offset: 5317, line: 203, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5328, + offset: 5330, line: 203, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -6890,14 +6890,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5315, + offset: 5317, line: 203, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5328, + offset: 5330, line: 203, - col: 20, + col: 22, }, }, Name: "operationMode", @@ -6908,14 +6908,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5334, + offset: 5336, line: 203, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 5358, + offset: 5360, line: 203, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -6924,14 +6924,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5334, + offset: 5336, line: 203, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 5358, + offset: 5360, line: 203, - col: 50, + col: 52, }, }, Name: "OperationModeWaylandOnly", @@ -6942,14 +6942,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5360, + offset: 5362, line: 203, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 5528, + offset: 5530, line: 207, - col: 4, + col: 6, }, }, Statements: [ @@ -6957,28 +6957,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5370, + offset: 5372, line: 204, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5389, + offset: 5391, line: 204, - col: 26, + col: 28, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5370, + offset: 5372, line: 204, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5388, + offset: 5390, line: 204, - col: 25, + col: 27, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -6988,14 +6988,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5370, + offset: 5372, line: 204, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5386, + offset: 5388, line: 204, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -7004,14 +7004,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5370, + offset: 5372, line: 204, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5386, + offset: 5388, line: 204, - col: 23, + col: 25, }, }, Name: "createCompositor", @@ -7023,28 +7023,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5398, + offset: 5400, line: 205, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5506, + offset: 5508, line: 205, - col: 115, + col: 117, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5398, + offset: 5400, line: 205, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5505, + offset: 5507, line: 205, - col: 114, + col: 116, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -7055,14 +7055,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5406, + offset: 5408, line: 205, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 5424, + offset: 5426, line: 205, - col: 33, + col: 35, }, }, ExpressionType: "Attempt to use symbol failed: self", @@ -7072,14 +7072,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5406, + offset: 5408, line: 205, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 5422, + offset: 5424, line: 205, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -7088,14 +7088,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5406, + offset: 5408, line: 205, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 5422, + offset: 5424, line: 205, - col: 31, + col: 33, }, }, Names: [ @@ -7113,14 +7113,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5426, + offset: 5428, line: 205, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5451, + offset: 5453, line: 205, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -7130,14 +7130,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5427, + offset: 5429, line: 205, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 5451, + offset: 5453, line: 205, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -7146,14 +7146,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5427, + offset: 5429, line: 205, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 5451, + offset: 5453, line: 205, - col: 60, + col: 62, }, }, Names: [ @@ -7173,14 +7173,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5453, + offset: 5455, line: 205, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 5457, + offset: 5459, line: 205, - col: 66, + col: 68, }, }, ExpressionType: "", @@ -7192,14 +7192,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5459, + offset: 5461, line: 205, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 5504, + offset: 5506, line: 205, - col: 113, + col: 115, }, }, ExpressionType: "", @@ -7209,14 +7209,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5460, + offset: 5462, line: 205, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 5504, + offset: 5506, line: 205, - col: 113, + col: 115, }, }, ExpressionType: "", @@ -7225,14 +7225,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5460, + offset: 5462, line: 205, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 5504, + offset: 5506, line: 205, - col: 113, + col: 115, }, }, Names: [ @@ -7252,14 +7252,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5398, + offset: 5400, line: 205, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5405, + offset: 5407, line: 205, - col: 14, + col: 16, }, }, ExpressionType: "", @@ -7268,14 +7268,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5398, + offset: 5400, line: 205, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5405, + offset: 5407, line: 205, - col: 14, + col: 16, }, }, Name: "connect", @@ -7287,14 +7287,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5515, + offset: 5517, line: 206, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5522, + offset: 5524, line: 206, - col: 14, + col: 16, }, }, }, @@ -7305,28 +7305,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5533, + offset: 5535, line: 208, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5552, + offset: 5554, line: 208, - col: 22, + col: 24, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5533, + offset: 5535, line: 208, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5551, + offset: 5553, line: 208, - col: 21, + col: 23, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -7336,14 +7336,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5533, + offset: 5535, line: 208, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5549, + offset: 5551, line: 208, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -7352,14 +7352,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5533, + offset: 5535, line: 208, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5549, + offset: 5551, line: 208, - col: 19, + col: 21, }, }, Name: "createCompositor", @@ -7371,28 +7371,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5557, + offset: 5559, line: 209, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5660, + offset: 5662, line: 209, - col: 106, + col: 108, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5557, + offset: 5559, line: 209, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5659, + offset: 5661, line: 209, - col: 105, + col: 107, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -7403,14 +7403,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5565, + offset: 5567, line: 209, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 5583, + offset: 5585, line: 209, - col: 29, + col: 31, }, }, ExpressionType: "Attempt to use symbol failed: self", @@ -7420,14 +7420,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5565, + offset: 5567, line: 209, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 5581, + offset: 5583, line: 209, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -7436,14 +7436,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5565, + offset: 5567, line: 209, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 5581, + offset: 5583, line: 209, - col: 27, + col: 29, }, }, Names: [ @@ -7461,14 +7461,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5585, + offset: 5587, line: 209, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 5610, + offset: 5612, line: 209, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -7478,14 +7478,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5586, + offset: 5588, line: 209, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5610, + offset: 5612, line: 209, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -7494,14 +7494,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5586, + offset: 5588, line: 209, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5610, + offset: 5612, line: 209, - col: 56, + col: 58, }, }, Names: [ @@ -7521,14 +7521,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5612, + offset: 5614, line: 209, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 209, - col: 62, + col: 64, }, }, ExpressionType: "", @@ -7540,14 +7540,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5618, + offset: 5620, line: 209, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 5658, + offset: 5660, line: 209, - col: 104, + col: 106, }, }, ExpressionType: "", @@ -7557,14 +7557,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5619, + offset: 5621, line: 209, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 5658, + offset: 5660, line: 209, - col: 104, + col: 106, }, }, ExpressionType: "", @@ -7573,14 +7573,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5619, + offset: 5621, line: 209, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 5658, + offset: 5660, line: 209, - col: 104, + col: 106, }, }, Names: [ @@ -7600,14 +7600,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5557, + offset: 5559, line: 209, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5564, + offset: 5566, line: 209, - col: 10, + col: 12, }, }, ExpressionType: "", @@ -7616,14 +7616,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5557, + offset: 5559, line: 209, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5564, + offset: 5566, line: 209, - col: 10, + col: 12, }, }, Name: "connect", @@ -7643,14 +7643,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5664, - line: 210, - col: 2, + offset: 5666, + line: 212, + col: 1, }, end: { '@type': "uast:Position", - offset: 5899, - line: 217, - col: 21, + offset: 5901, + line: 218, + col: 2, }, }, Nodes: [ @@ -7665,14 +7665,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5716, - line: 212, - col: 51, + offset: 5718, + line: 213, + col: 1, }, end: { '@type': "uast:Position", - offset: 5899, - line: 217, - col: 21, + offset: 5901, + line: 218, + col: 2, }, }, Statements: [ @@ -7680,28 +7680,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5722, + offset: 5724, line: 214, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5833, + offset: 5835, line: 214, - col: 114, + col: 116, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5722, + offset: 5724, line: 214, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5832, + offset: 5834, line: 214, - col: 113, + col: 115, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -7712,14 +7712,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5733, + offset: 5735, line: 214, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 5751, + offset: 5753, line: 214, - col: 32, + col: 34, }, }, ExpressionType: "Attempt to use symbol failed: self", @@ -7729,14 +7729,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5733, + offset: 5735, line: 214, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 5749, + offset: 5751, line: 214, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -7745,14 +7745,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5733, + offset: 5735, line: 214, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 5749, + offset: 5751, line: 214, - col: 30, + col: 32, }, }, Names: [ @@ -7770,14 +7770,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5753, + offset: 5755, line: 214, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 5778, + offset: 5780, line: 214, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -7787,14 +7787,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5754, + offset: 5756, line: 214, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5778, + offset: 5780, line: 214, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -7803,14 +7803,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5754, + offset: 5756, line: 214, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5778, + offset: 5780, line: 214, - col: 59, + col: 61, }, }, Names: [ @@ -7830,14 +7830,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5780, + offset: 5782, line: 214, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 5784, + offset: 5786, line: 214, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -7849,14 +7849,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5786, + offset: 5788, line: 214, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 5831, + offset: 5833, line: 214, - col: 112, + col: 114, }, }, ExpressionType: "", @@ -7866,14 +7866,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5787, + offset: 5789, line: 214, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 5831, + offset: 5833, line: 214, - col: 112, + col: 114, }, }, ExpressionType: "", @@ -7882,14 +7882,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5787, + offset: 5789, line: 214, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 5831, + offset: 5833, line: 214, - col: 112, + col: 114, }, }, Names: [ @@ -7909,14 +7909,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5722, + offset: 5724, line: 214, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5732, + offset: 5734, line: 214, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -7925,14 +7925,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5722, + offset: 5724, line: 214, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5732, + offset: 5734, line: 214, - col: 13, + col: 15, }, }, Name: "disconnect", @@ -7944,28 +7944,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5838, + offset: 5840, line: 215, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5853, + offset: 5855, line: 215, - col: 18, + col: 20, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5838, + offset: 5840, line: 215, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5852, + offset: 5854, line: 215, - col: 17, + col: 19, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -7975,14 +7975,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5838, + offset: 5840, line: 215, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5850, + offset: 5852, line: 215, - col: 15, + col: 17, }, }, ExpressionType: "", @@ -7991,14 +7991,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5838, + offset: 5840, line: 215, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5850, + offset: 5852, line: 215, - col: 15, + col: 17, }, }, Name: "startSession", @@ -8010,28 +8010,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5858, + offset: 5860, line: 216, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5876, + offset: 5878, line: 216, - col: 21, + col: 23, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5858, + offset: 5860, line: 216, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5875, + offset: 5877, line: 216, - col: 20, + col: 22, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -8041,14 +8041,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5858, + offset: 5860, line: 216, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5873, + offset: 5875, line: 216, - col: 18, + col: 20, }, }, ExpressionType: "", @@ -8057,14 +8057,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5858, + offset: 5860, line: 216, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5873, + offset: 5875, line: 216, - col: 18, + col: 20, }, }, Name: "createWorkspace", @@ -8076,28 +8076,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5881, + offset: 5883, line: 217, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 217, - col: 19, + col: 21, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5881, + offset: 5883, line: 217, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5896, + offset: 5898, line: 217, - col: 18, + col: 20, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -8107,14 +8107,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5881, + offset: 5883, line: 217, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5894, + offset: 5896, line: 217, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -8123,14 +8123,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5881, + offset: 5883, line: 217, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5894, + offset: 5896, line: 217, - col: 16, + col: 18, }, }, Name: "notifyKSplash", @@ -8150,14 +8150,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5901, - line: 218, - col: 2, + offset: 5903, + line: 220, + col: 1, }, end: { '@type': "uast:Position", - offset: 8187, - line: 268, - col: 21, + offset: 8189, + line: 269, + col: 2, }, }, Nodes: [ @@ -8172,14 +8172,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5949, - line: 220, - col: 47, + offset: 5951, + line: 221, + col: 1, }, end: { '@type': "uast:Position", - offset: 8187, - line: 268, - col: 21, + offset: 8189, + line: 269, + col: 2, }, }, Statements: [ @@ -8187,28 +8187,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5955, + offset: 5957, line: 222, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5977, + offset: 5979, line: 222, - col: 25, + col: 27, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5955, + offset: 5957, line: 222, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5976, + offset: 5978, line: 222, - col: 24, + col: 26, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -8218,14 +8218,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5955, + offset: 5957, line: 222, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5974, + offset: 5976, line: 222, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -8234,14 +8234,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5955, + offset: 5957, line: 222, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5974, + offset: 5976, line: 222, - col: 22, + col: 24, }, }, Name: "createX11Connection", @@ -8253,42 +8253,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5982, + offset: 5984, line: 223, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6020, + offset: 6022, line: 223, - col: 41, + col: 43, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5982, + offset: 5984, line: 223, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6020, + offset: 6022, line: 223, - col: 41, + col: 43, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5982, + offset: 5984, line: 223, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5998, + offset: 6000, line: 223, - col: 19, + col: 21, }, }, IsConst: false, @@ -8304,14 +8304,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5982, + offset: 5984, line: 223, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5998, + offset: 6000, line: 223, - col: 19, + col: 21, }, }, Name: "xcb_connection_t", @@ -8323,14 +8323,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5999, + offset: 6001, line: 223, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 6019, + offset: 6021, line: 223, - col: 40, + col: 42, }, }, DeclaresParameterPack: false, @@ -8338,28 +8338,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6002, + offset: 6004, line: 223, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6019, + offset: 6021, line: 223, - col: 40, + col: 42, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6004, + offset: 6006, line: 223, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 6019, + offset: 6021, line: 223, - col: 40, + col: 42, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -8369,14 +8369,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6004, + offset: 6006, line: 223, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 6017, + offset: 6019, line: 223, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -8385,14 +8385,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6004, + offset: 6006, line: 223, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 6017, + offset: 6019, line: 223, - col: 38, + col: 40, }, }, Name: "x11Connection", @@ -8403,14 +8403,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6004, + offset: 6006, line: 223, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 6019, + offset: 6021, line: 223, - col: 40, + col: 42, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -8420,14 +8420,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6004, + offset: 6006, line: 223, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 6017, + offset: 6019, line: 223, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -8436,14 +8436,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6004, + offset: 6006, line: 223, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 6017, + offset: 6019, line: 223, - col: 38, + col: 40, }, }, Name: "x11Connection", @@ -8454,14 +8454,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6000, + offset: 6002, line: 223, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 6001, + offset: 6003, line: 223, - col: 22, + col: 24, }, }, Name: "c", @@ -8476,28 +8476,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6025, + offset: 6027, line: 224, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6081, + offset: 6083, line: 227, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTUnaryExpression", '@role': [Not, Relational, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6029, + offset: 6031, line: 224, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6031, + offset: 6033, line: 224, - col: 9, + col: 11, }, }, ExpressionType: "bool", @@ -8507,14 +8507,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6030, + offset: 6032, line: 224, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6031, + offset: 6033, line: 224, - col: 9, + col: 11, }, }, ExpressionType: "? *", @@ -8523,14 +8523,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6030, + offset: 6032, line: 224, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6031, + offset: 6033, line: 224, - col: 9, + col: 11, }, }, Name: "c", @@ -8542,14 +8542,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6033, + offset: 6035, line: 224, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6081, + offset: 6083, line: 227, - col: 4, + col: 6, }, }, Statements: [ @@ -8557,28 +8557,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6068, + offset: 6070, line: 226, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6075, + offset: 6077, line: 226, - col: 14, + col: 16, }, }, LeadingComments: [ { '@type': "uast:Comment", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6043, + offset: 6045, line: 225, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6059, + offset: 6061, line: 225, - col: 23, + col: 25, }, }, Block: false, @@ -8596,42 +8596,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 228, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6191, + offset: 6193, line: 228, - col: 108, + col: 110, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 228, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6191, + offset: 6193, line: 228, - col: 108, + col: 110, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 228, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6101, + offset: 6103, line: 228, - col: 18, + col: 20, }, }, IsConst: false, @@ -8647,14 +8647,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 228, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6101, + offset: 6103, line: 228, - col: 18, + col: 20, }, }, Name: "QSocketNotifier", @@ -8666,14 +8666,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6102, + offset: 6104, line: 228, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 6190, + offset: 6192, line: 228, - col: 107, + col: 109, }, }, DeclaresParameterPack: false, @@ -8681,28 +8681,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6112, + offset: 6114, line: 228, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 6190, + offset: 6192, line: 228, - col: 107, + col: 109, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTNewExpression", '@role': [Instance, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6114, + offset: 6116, line: 228, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 6190, + offset: 6192, line: 228, - col: 107, + col: 109, }, }, ExpressionType: "? *", @@ -8715,14 +8715,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6133, + offset: 6135, line: 228, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 6190, + offset: 6192, line: 228, - col: 107, + col: 109, }, }, 'Prop_Arguments': [ @@ -8730,14 +8730,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6134, + offset: 6136, line: 228, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 6160, + offset: 6162, line: 228, - col: 77, + col: 79, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -8748,14 +8748,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6158, + offset: 6160, line: 228, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 6159, + offset: 6161, line: 228, - col: 76, + col: 78, }, }, ExpressionType: "? *", @@ -8764,14 +8764,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6158, + offset: 6160, line: 228, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 6159, + offset: 6161, line: 228, - col: 76, + col: 78, }, }, Name: "c", @@ -8782,14 +8782,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6134, + offset: 6136, line: 228, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 6157, + offset: 6159, line: 228, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -8798,14 +8798,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6134, + offset: 6136, line: 228, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 6157, + offset: 6159, line: 228, - col: 74, + col: 76, }, }, Name: "xcb_get_file_descriptor", @@ -8816,14 +8816,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6162, + offset: 6164, line: 228, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 6183, + offset: 6185, line: 228, - col: 100, + col: 102, }, }, ExpressionType: "", @@ -8832,14 +8832,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6162, + offset: 6164, line: 228, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 6183, + offset: 6185, line: 228, - col: 100, + col: 102, }, }, Names: [ @@ -8857,14 +8857,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6185, + offset: 6187, line: 228, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 6189, + offset: 6191, line: 228, - col: 106, + col: 108, }, }, ExpressionType: "", @@ -8884,14 +8884,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6134, + offset: 6136, line: 228, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 6160, + offset: 6162, line: 228, - col: 77, + col: 79, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -8902,14 +8902,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6158, + offset: 6160, line: 228, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 6159, + offset: 6161, line: 228, - col: 76, + col: 78, }, }, ExpressionType: "? *", @@ -8918,14 +8918,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6158, + offset: 6160, line: 228, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 6159, + offset: 6161, line: 228, - col: 76, + col: 78, }, }, Name: "c", @@ -8936,14 +8936,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6134, + offset: 6136, line: 228, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 6157, + offset: 6159, line: 228, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -8952,14 +8952,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6134, + offset: 6136, line: 228, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 6157, + offset: 6159, line: 228, - col: 74, + col: 76, }, }, Name: "xcb_get_file_descriptor", @@ -8970,14 +8970,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6162, + offset: 6164, line: 228, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 6183, + offset: 6185, line: 228, - col: 100, + col: 102, }, }, ExpressionType: "", @@ -8986,14 +8986,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6162, + offset: 6164, line: 228, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 6183, + offset: 6185, line: 228, - col: 100, + col: 102, }, }, Names: [ @@ -9011,14 +9011,14 @@ '@role': [Expression, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6185, + offset: 6187, line: 228, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 6189, + offset: 6191, line: 228, - col: 106, + col: 108, }, }, ExpressionType: "", @@ -9039,14 +9039,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6134, + offset: 6136, line: 228, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 6160, + offset: 6162, line: 228, - col: 77, + col: 79, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -9057,14 +9057,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6158, + offset: 6160, line: 228, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 6159, + offset: 6161, line: 228, - col: 76, + col: 78, }, }, ExpressionType: "? *", @@ -9073,14 +9073,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6158, + offset: 6160, line: 228, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 6159, + offset: 6161, line: 228, - col: 76, + col: 78, }, }, Name: "c", @@ -9091,14 +9091,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6134, + offset: 6136, line: 228, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 6157, + offset: 6159, line: 228, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -9107,14 +9107,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6134, + offset: 6136, line: 228, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 6157, + offset: 6159, line: 228, - col: 74, + col: 76, }, }, Name: "xcb_get_file_descriptor", @@ -9125,14 +9125,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6162, + offset: 6164, line: 228, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 6183, + offset: 6185, line: 228, - col: 100, + col: 102, }, }, ExpressionType: "", @@ -9141,14 +9141,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6162, + offset: 6164, line: 228, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 6183, + offset: 6185, line: 228, - col: 100, + col: 102, }, }, Names: [ @@ -9166,14 +9166,14 @@ '@role': [Expression, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6185, + offset: 6187, line: 228, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 6189, + offset: 6191, line: 228, - col: 106, + col: 108, }, }, ExpressionType: "", @@ -9187,28 +9187,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6118, + offset: 6120, line: 228, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 6133, + offset: 6135, line: 228, - col: 50, + col: 52, }, }, 'Prop_AbstractDeclarator': { '@type': "cpp:CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6133, + offset: 6135, line: 228, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 6133, + offset: 6135, line: 228, - col: 50, + col: 52, }, }, DeclaresParameterPack: false, @@ -9219,14 +9219,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6118, + offset: 6120, line: 228, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 6133, + offset: 6135, line: 228, - col: 50, + col: 52, }, }, IsConst: false, @@ -9242,14 +9242,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6118, + offset: 6120, line: 228, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 6133, + offset: 6135, line: 228, - col: 50, + col: 52, }, }, Name: "QSocketNotifier", @@ -9262,14 +9262,14 @@ '@role': [Instance, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6114, + offset: 6116, line: 228, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 6190, + offset: 6192, line: 228, - col: 107, + col: 109, }, }, ExpressionType: "? *", @@ -9282,14 +9282,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6133, + offset: 6135, line: 228, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 6190, + offset: 6192, line: 228, - col: 107, + col: 109, }, }, 'Prop_Arguments': [ @@ -9297,14 +9297,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6134, + offset: 6136, line: 228, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 6160, + offset: 6162, line: 228, - col: 77, + col: 79, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -9315,14 +9315,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6158, + offset: 6160, line: 228, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 6159, + offset: 6161, line: 228, - col: 76, + col: 78, }, }, ExpressionType: "? *", @@ -9331,14 +9331,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6158, + offset: 6160, line: 228, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 6159, + offset: 6161, line: 228, - col: 76, + col: 78, }, }, Name: "c", @@ -9349,14 +9349,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6134, + offset: 6136, line: 228, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 6157, + offset: 6159, line: 228, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -9365,14 +9365,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6134, + offset: 6136, line: 228, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 6157, + offset: 6159, line: 228, - col: 74, + col: 76, }, }, Name: "xcb_get_file_descriptor", @@ -9383,14 +9383,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6162, + offset: 6164, line: 228, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 6183, + offset: 6185, line: 228, - col: 100, + col: 102, }, }, ExpressionType: "", @@ -9399,14 +9399,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6162, + offset: 6164, line: 228, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 6183, + offset: 6185, line: 228, - col: 100, + col: 102, }, }, Names: [ @@ -9424,14 +9424,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6185, + offset: 6187, line: 228, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 6189, + offset: 6191, line: 228, - col: 106, + col: 108, }, }, ExpressionType: "", @@ -9451,14 +9451,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6134, + offset: 6136, line: 228, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 6160, + offset: 6162, line: 228, - col: 77, + col: 79, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -9469,14 +9469,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6158, + offset: 6160, line: 228, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 6159, + offset: 6161, line: 228, - col: 76, + col: 78, }, }, ExpressionType: "? *", @@ -9485,14 +9485,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6158, + offset: 6160, line: 228, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 6159, + offset: 6161, line: 228, - col: 76, + col: 78, }, }, Name: "c", @@ -9503,14 +9503,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6134, + offset: 6136, line: 228, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 6157, + offset: 6159, line: 228, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -9519,14 +9519,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6134, + offset: 6136, line: 228, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 6157, + offset: 6159, line: 228, - col: 74, + col: 76, }, }, Name: "xcb_get_file_descriptor", @@ -9537,14 +9537,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6162, + offset: 6164, line: 228, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 6183, + offset: 6185, line: 228, - col: 100, + col: 102, }, }, ExpressionType: "", @@ -9553,14 +9553,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6162, + offset: 6164, line: 228, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 6183, + offset: 6185, line: 228, - col: 100, + col: 102, }, }, Names: [ @@ -9578,14 +9578,14 @@ '@role': [Expression, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6185, + offset: 6187, line: 228, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 6189, + offset: 6191, line: 228, - col: 106, + col: 108, }, }, ExpressionType: "", @@ -9606,14 +9606,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6134, + offset: 6136, line: 228, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 6160, + offset: 6162, line: 228, - col: 77, + col: 79, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -9624,14 +9624,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6158, + offset: 6160, line: 228, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 6159, + offset: 6161, line: 228, - col: 76, + col: 78, }, }, ExpressionType: "? *", @@ -9640,14 +9640,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6158, + offset: 6160, line: 228, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 6159, + offset: 6161, line: 228, - col: 76, + col: 78, }, }, Name: "c", @@ -9658,14 +9658,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6134, + offset: 6136, line: 228, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 6157, + offset: 6159, line: 228, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -9674,14 +9674,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6134, + offset: 6136, line: 228, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 6157, + offset: 6159, line: 228, - col: 74, + col: 76, }, }, Name: "xcb_get_file_descriptor", @@ -9692,14 +9692,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6162, + offset: 6164, line: 228, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 6183, + offset: 6185, line: 228, - col: 100, + col: 102, }, }, ExpressionType: "", @@ -9708,14 +9708,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6162, + offset: 6164, line: 228, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 6183, + offset: 6185, line: 228, - col: 100, + col: 102, }, }, Names: [ @@ -9733,14 +9733,14 @@ '@role': [Expression, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6185, + offset: 6187, line: 228, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 6189, + offset: 6191, line: 228, - col: 106, + col: 108, }, }, ExpressionType: "", @@ -9754,28 +9754,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6118, + offset: 6120, line: 228, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 6133, + offset: 6135, line: 228, - col: 50, + col: 52, }, }, 'Prop_AbstractDeclarator': { '@type': "cpp:CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6133, + offset: 6135, line: 228, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 6133, + offset: 6135, line: 228, - col: 50, + col: 52, }, }, DeclaresParameterPack: false, @@ -9786,14 +9786,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6118, + offset: 6120, line: 228, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 6133, + offset: 6135, line: 228, - col: 50, + col: 52, }, }, IsConst: false, @@ -9809,14 +9809,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6118, + offset: 6120, line: 228, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 6133, + offset: 6135, line: 228, - col: 50, + col: 52, }, }, Name: "QSocketNotifier", @@ -9829,14 +9829,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6103, + offset: 6105, line: 228, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 6111, + offset: 6113, line: 228, - col: 28, + col: 30, }, }, Name: "notifier", @@ -9851,28 +9851,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6196, + offset: 6198, line: 229, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6511, + offset: 6513, line: 236, - col: 5, + col: 7, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6196, + offset: 6198, line: 229, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6511, + offset: 6513, line: 236, - col: 5, + col: 7, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -9880,14 +9880,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6196, + offset: 6198, line: 229, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6200, + offset: 6202, line: 229, - col: 7, + col: 9, }, }, IsComplex: false, @@ -9913,14 +9913,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6201, + offset: 6203, line: 229, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6510, + offset: 6512, line: 236, - col: 4, + col: 6, }, }, DeclaresParameterPack: false, @@ -9928,28 +9928,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6218, + offset: 6220, line: 229, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 6510, + offset: 6512, line: 236, - col: 4, + col: 6, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTLambdaExpression", '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6220, + offset: 6222, line: 229, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 6510, + offset: 6512, line: 236, - col: 4, + col: 6, }, }, ExpressionType: "[this, c] {\n while (auto event = xcb_poll_for_event(c)) {\n long result = 0;\n QThread::currentThread()->eventDispatcher()->filterNativeEvent(QByteArrayLiteral(\"xcb_generic_event_t\"), event, &result);\n free(event);\n }\n xcb_flush(c);\n }", @@ -9958,14 +9958,14 @@ 'Prop_Body': { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6230, + offset: 6232, line: 229, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6510, + offset: 6512, line: 236, - col: 4, + col: 6, }, }, Statements: [ @@ -9973,28 +9973,28 @@ '@role': [Statement, While], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6240, + offset: 6242, line: 230, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6482, + offset: 6484, line: 234, - col: 8, + col: 10, }, }, 'Prop_Body': { '@type': "uast:Block", '@role': [While], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6283, + offset: 6285, line: 230, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 6482, + offset: 6484, line: 234, - col: 8, + col: 10, }, }, Statements: [ @@ -10002,28 +10002,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6297, + offset: 6299, line: 231, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6313, + offset: 6315, line: 231, - col: 27, + col: 29, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6297, + offset: 6299, line: 231, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6313, + offset: 6315, line: 231, - col: 27, + col: 29, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -10031,14 +10031,14 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6297, + offset: 6299, line: 231, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6301, + offset: 6303, line: 231, - col: 15, + col: 17, }, }, IsComplex: false, @@ -10064,14 +10064,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6302, + offset: 6304, line: 231, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 6312, + offset: 6314, line: 231, - col: 26, + col: 28, }, }, DeclaresParameterPack: false, @@ -10079,14 +10079,14 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6309, + offset: 6311, line: 231, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6312, + offset: 6314, line: 231, - col: 26, + col: 28, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTLiteralExpression", @@ -10094,14 +10094,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6311, + offset: 6313, line: 231, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 6312, + offset: 6314, line: 231, - col: 26, + col: 28, }, }, ExpressionType: "int", @@ -10114,14 +10114,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6311, + offset: 6313, line: 231, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 6312, + offset: 6314, line: 231, - col: 26, + col: 28, }, }, ExpressionType: "int", @@ -10133,14 +10133,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6302, + offset: 6304, line: 231, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 6308, + offset: 6310, line: 231, - col: 22, + col: 24, }, }, Name: "result", @@ -10154,28 +10154,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6326, + offset: 6328, line: 232, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6447, + offset: 6449, line: 232, - col: 132, + col: 134, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6326, + offset: 6328, line: 232, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6446, + offset: 6448, line: 232, - col: 131, + col: 133, }, }, ExpressionType: "", @@ -10186,14 +10186,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6389, + offset: 6391, line: 232, - col: 74, + col: 76, }, end: { '@type': "uast:Position", - offset: 6429, + offset: 6431, line: 232, - col: 114, + col: 116, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -10204,14 +10204,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6407, + offset: 6409, line: 232, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 6428, + offset: 6430, line: 232, - col: 113, + col: 115, }, }, Format: "", @@ -10222,14 +10222,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6389, + offset: 6391, line: 232, - col: 74, + col: 76, }, end: { '@type': "uast:Position", - offset: 6406, + offset: 6408, line: 232, - col: 91, + col: 93, }, }, ExpressionType: "", @@ -10238,14 +10238,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6389, + offset: 6391, line: 232, - col: 74, + col: 76, }, end: { '@type': "uast:Position", - offset: 6406, + offset: 6408, line: 232, - col: 91, + col: 93, }, }, Name: "QByteArrayLiteral", @@ -10256,14 +10256,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6431, + offset: 6433, line: 232, - col: 116, + col: 118, }, end: { '@type': "uast:Position", - offset: 6436, + offset: 6438, line: 232, - col: 121, + col: 123, }, }, ExpressionType: "", @@ -10272,14 +10272,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6431, + offset: 6433, line: 232, - col: 116, + col: 118, }, end: { '@type': "uast:Position", - offset: 6436, + offset: 6438, line: 232, - col: 121, + col: 123, }, }, Name: "event", @@ -10289,14 +10289,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6438, + offset: 6440, line: 232, - col: 123, + col: 125, }, end: { '@type': "uast:Position", - offset: 6445, + offset: 6447, line: 232, - col: 130, + col: 132, }, }, ExpressionType: "long int *", @@ -10306,14 +10306,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 232, - col: 124, + col: 126, }, end: { '@type': "uast:Position", - offset: 6445, + offset: 6447, line: 232, - col: 130, + col: 132, }, }, ExpressionType: "long int", @@ -10322,14 +10322,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 232, - col: 124, + col: 126, }, end: { '@type': "uast:Position", - offset: 6445, + offset: 6447, line: 232, - col: 130, + col: 132, }, }, Name: "result", @@ -10342,14 +10342,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6326, + offset: 6328, line: 232, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6388, + offset: 6390, line: 232, - col: 73, + col: 75, }, }, ExpressionType: "", @@ -10360,14 +10360,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6371, + offset: 6373, line: 232, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 6388, + offset: 6390, line: 232, - col: 73, + col: 75, }, }, Name: "filterNativeEvent", @@ -10376,14 +10376,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6326, + offset: 6328, line: 232, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6369, + offset: 6371, line: 232, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -10393,14 +10393,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6326, + offset: 6328, line: 232, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6367, + offset: 6369, line: 232, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -10411,14 +10411,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6352, + offset: 6354, line: 232, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6367, + offset: 6369, line: 232, - col: 52, + col: 54, }, }, Name: "eventDispatcher", @@ -10427,14 +10427,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6326, + offset: 6328, line: 232, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6350, + offset: 6352, line: 232, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: currentThread", @@ -10444,14 +10444,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6326, + offset: 6328, line: 232, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6348, + offset: 6350, line: 232, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -10460,14 +10460,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6326, + offset: 6328, line: 232, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6348, + offset: 6350, line: 232, - col: 33, + col: 35, }, }, Names: [ @@ -10490,28 +10490,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6460, + offset: 6462, line: 233, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6472, + offset: 6474, line: 233, - col: 23, + col: 25, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6460, + offset: 6462, line: 233, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6471, + offset: 6473, line: 233, - col: 22, + col: 24, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -10522,14 +10522,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6465, + offset: 6467, line: 233, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 233, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -10538,14 +10538,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6465, + offset: 6467, line: 233, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 233, - col: 21, + col: 23, }, }, Name: "event", @@ -10556,14 +10556,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6460, + offset: 6462, line: 233, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6464, + offset: 6466, line: 233, - col: 15, + col: 17, }, }, ExpressionType: "", @@ -10572,14 +10572,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6460, + offset: 6462, line: 233, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6464, + offset: 6466, line: 233, - col: 15, + col: 17, }, }, Name: "free", @@ -10593,14 +10593,14 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 230, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 6281, + offset: 6283, line: 230, - col: 48, + col: 50, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -10608,14 +10608,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 230, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 6251, + offset: 6253, line: 230, - col: 18, + col: 20, }, }, IsComplex: false, @@ -10641,14 +10641,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6252, + offset: 6254, line: 230, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 6281, + offset: 6283, line: 230, - col: 48, + col: 50, }, }, DeclaresParameterPack: false, @@ -10656,28 +10656,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6258, + offset: 6260, line: 230, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 6281, + offset: 6283, line: 230, - col: 48, + col: 50, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6260, + offset: 6262, line: 230, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 6281, + offset: 6283, line: 230, - col: 48, + col: 50, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -10688,14 +10688,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6279, + offset: 6281, line: 230, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6280, + offset: 6282, line: 230, - col: 47, + col: 49, }, }, ExpressionType: "? *", @@ -10704,14 +10704,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6279, + offset: 6281, line: 230, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6280, + offset: 6282, line: 230, - col: 47, + col: 49, }, }, Name: "c", @@ -10722,14 +10722,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6260, + offset: 6262, line: 230, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 6278, + offset: 6280, line: 230, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -10738,14 +10738,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6260, + offset: 6262, line: 230, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 6278, + offset: 6280, line: 230, - col: 45, + col: 47, }, }, Name: "xcb_poll_for_event", @@ -10756,14 +10756,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6260, + offset: 6262, line: 230, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 6281, + offset: 6283, line: 230, - col: 48, + col: 50, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -10774,14 +10774,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6279, + offset: 6281, line: 230, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6280, + offset: 6282, line: 230, - col: 47, + col: 49, }, }, ExpressionType: "? *", @@ -10790,14 +10790,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6279, + offset: 6281, line: 230, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6280, + offset: 6282, line: 230, - col: 47, + col: 49, }, }, Name: "c", @@ -10808,14 +10808,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6260, + offset: 6262, line: 230, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 6278, + offset: 6280, line: 230, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -10824,14 +10824,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6260, + offset: 6262, line: 230, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 6278, + offset: 6280, line: 230, - col: 45, + col: 47, }, }, Name: "xcb_poll_for_event", @@ -10842,14 +10842,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6252, + offset: 6254, line: 230, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 6257, + offset: 6259, line: 230, - col: 24, + col: 26, }, }, Name: "event", @@ -10863,28 +10863,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6491, + offset: 6493, line: 235, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6504, + offset: 6506, line: 235, - col: 20, + col: 22, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6491, + offset: 6493, line: 235, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6503, + offset: 6505, line: 235, - col: 19, + col: 21, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -10895,14 +10895,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6501, + offset: 6503, line: 235, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 6502, + offset: 6504, line: 235, - col: 18, + col: 20, }, }, ExpressionType: "? *", @@ -10911,14 +10911,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6501, + offset: 6503, line: 235, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 6502, + offset: 6504, line: 235, - col: 18, + col: 20, }, }, Name: "c", @@ -10929,14 +10929,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6491, + offset: 6493, line: 235, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6500, + offset: 6502, line: 235, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -10945,14 +10945,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6491, + offset: 6493, line: 235, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6500, + offset: 6502, line: 235, - col: 16, + col: 18, }, }, Name: "xcb_flush", @@ -10966,14 +10966,14 @@ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6227, + offset: 6229, line: 229, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6228, + offset: 6230, line: 229, - col: 35, + col: 37, }, }, Name: "c", @@ -10984,14 +10984,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6220, + offset: 6222, line: 229, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 6510, + offset: 6512, line: 236, - col: 4, + col: 6, }, }, ExpressionType: "[this, c] {\n while (auto event = xcb_poll_for_event(c)) {\n long result = 0;\n QThread::currentThread()->eventDispatcher()->filterNativeEvent(QByteArrayLiteral(\"xcb_generic_event_t\"), event, &result);\n free(event);\n }\n xcb_flush(c);\n }", @@ -11000,14 +11000,14 @@ 'Prop_Body': { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6230, + offset: 6232, line: 229, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6510, + offset: 6512, line: 236, - col: 4, + col: 6, }, }, Statements: [ @@ -11015,28 +11015,28 @@ '@role': [Statement, While], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6240, + offset: 6242, line: 230, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6482, + offset: 6484, line: 234, - col: 8, + col: 10, }, }, 'Prop_Body': { '@type': "uast:Block", '@role': [While], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6283, + offset: 6285, line: 230, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 6482, + offset: 6484, line: 234, - col: 8, + col: 10, }, }, Statements: [ @@ -11044,28 +11044,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6297, + offset: 6299, line: 231, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6313, + offset: 6315, line: 231, - col: 27, + col: 29, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6297, + offset: 6299, line: 231, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6313, + offset: 6315, line: 231, - col: 27, + col: 29, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -11073,14 +11073,14 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6297, + offset: 6299, line: 231, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6301, + offset: 6303, line: 231, - col: 15, + col: 17, }, }, IsComplex: false, @@ -11106,14 +11106,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6302, + offset: 6304, line: 231, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 6312, + offset: 6314, line: 231, - col: 26, + col: 28, }, }, DeclaresParameterPack: false, @@ -11121,14 +11121,14 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6309, + offset: 6311, line: 231, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6312, + offset: 6314, line: 231, - col: 26, + col: 28, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTLiteralExpression", @@ -11136,14 +11136,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6311, + offset: 6313, line: 231, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 6312, + offset: 6314, line: 231, - col: 26, + col: 28, }, }, ExpressionType: "int", @@ -11156,14 +11156,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6311, + offset: 6313, line: 231, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 6312, + offset: 6314, line: 231, - col: 26, + col: 28, }, }, ExpressionType: "int", @@ -11175,14 +11175,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6302, + offset: 6304, line: 231, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 6308, + offset: 6310, line: 231, - col: 22, + col: 24, }, }, Name: "result", @@ -11196,28 +11196,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6326, + offset: 6328, line: 232, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6447, + offset: 6449, line: 232, - col: 132, + col: 134, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6326, + offset: 6328, line: 232, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6446, + offset: 6448, line: 232, - col: 131, + col: 133, }, }, ExpressionType: "", @@ -11228,14 +11228,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6389, + offset: 6391, line: 232, - col: 74, + col: 76, }, end: { '@type': "uast:Position", - offset: 6429, + offset: 6431, line: 232, - col: 114, + col: 116, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -11246,14 +11246,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6407, + offset: 6409, line: 232, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 6428, + offset: 6430, line: 232, - col: 113, + col: 115, }, }, Format: "", @@ -11264,14 +11264,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6389, + offset: 6391, line: 232, - col: 74, + col: 76, }, end: { '@type': "uast:Position", - offset: 6406, + offset: 6408, line: 232, - col: 91, + col: 93, }, }, ExpressionType: "", @@ -11280,14 +11280,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6389, + offset: 6391, line: 232, - col: 74, + col: 76, }, end: { '@type': "uast:Position", - offset: 6406, + offset: 6408, line: 232, - col: 91, + col: 93, }, }, Name: "QByteArrayLiteral", @@ -11298,14 +11298,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6431, + offset: 6433, line: 232, - col: 116, + col: 118, }, end: { '@type': "uast:Position", - offset: 6436, + offset: 6438, line: 232, - col: 121, + col: 123, }, }, ExpressionType: "", @@ -11314,14 +11314,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6431, + offset: 6433, line: 232, - col: 116, + col: 118, }, end: { '@type': "uast:Position", - offset: 6436, + offset: 6438, line: 232, - col: 121, + col: 123, }, }, Name: "event", @@ -11331,14 +11331,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6438, + offset: 6440, line: 232, - col: 123, + col: 125, }, end: { '@type': "uast:Position", - offset: 6445, + offset: 6447, line: 232, - col: 130, + col: 132, }, }, ExpressionType: "long int *", @@ -11348,14 +11348,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 232, - col: 124, + col: 126, }, end: { '@type': "uast:Position", - offset: 6445, + offset: 6447, line: 232, - col: 130, + col: 132, }, }, ExpressionType: "long int", @@ -11364,14 +11364,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 232, - col: 124, + col: 126, }, end: { '@type': "uast:Position", - offset: 6445, + offset: 6447, line: 232, - col: 130, + col: 132, }, }, Name: "result", @@ -11384,14 +11384,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6326, + offset: 6328, line: 232, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6388, + offset: 6390, line: 232, - col: 73, + col: 75, }, }, ExpressionType: "", @@ -11402,14 +11402,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6371, + offset: 6373, line: 232, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 6388, + offset: 6390, line: 232, - col: 73, + col: 75, }, }, Name: "filterNativeEvent", @@ -11418,14 +11418,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6326, + offset: 6328, line: 232, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6369, + offset: 6371, line: 232, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -11435,14 +11435,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6326, + offset: 6328, line: 232, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6367, + offset: 6369, line: 232, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -11453,14 +11453,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6352, + offset: 6354, line: 232, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6367, + offset: 6369, line: 232, - col: 52, + col: 54, }, }, Name: "eventDispatcher", @@ -11469,14 +11469,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6326, + offset: 6328, line: 232, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6350, + offset: 6352, line: 232, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: currentThread", @@ -11486,14 +11486,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6326, + offset: 6328, line: 232, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6348, + offset: 6350, line: 232, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -11502,14 +11502,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6326, + offset: 6328, line: 232, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6348, + offset: 6350, line: 232, - col: 33, + col: 35, }, }, Names: [ @@ -11532,28 +11532,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6460, + offset: 6462, line: 233, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6472, + offset: 6474, line: 233, - col: 23, + col: 25, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6460, + offset: 6462, line: 233, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6471, + offset: 6473, line: 233, - col: 22, + col: 24, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -11564,14 +11564,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6465, + offset: 6467, line: 233, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 233, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -11580,14 +11580,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6465, + offset: 6467, line: 233, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 233, - col: 21, + col: 23, }, }, Name: "event", @@ -11598,14 +11598,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6460, + offset: 6462, line: 233, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6464, + offset: 6466, line: 233, - col: 15, + col: 17, }, }, ExpressionType: "", @@ -11614,14 +11614,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6460, + offset: 6462, line: 233, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6464, + offset: 6466, line: 233, - col: 15, + col: 17, }, }, Name: "free", @@ -11635,14 +11635,14 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 230, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 6281, + offset: 6283, line: 230, - col: 48, + col: 50, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -11650,14 +11650,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 230, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 6251, + offset: 6253, line: 230, - col: 18, + col: 20, }, }, IsComplex: false, @@ -11683,14 +11683,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6252, + offset: 6254, line: 230, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 6281, + offset: 6283, line: 230, - col: 48, + col: 50, }, }, DeclaresParameterPack: false, @@ -11698,28 +11698,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6258, + offset: 6260, line: 230, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 6281, + offset: 6283, line: 230, - col: 48, + col: 50, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6260, + offset: 6262, line: 230, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 6281, + offset: 6283, line: 230, - col: 48, + col: 50, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -11730,14 +11730,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6279, + offset: 6281, line: 230, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6280, + offset: 6282, line: 230, - col: 47, + col: 49, }, }, ExpressionType: "? *", @@ -11746,14 +11746,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6279, + offset: 6281, line: 230, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6280, + offset: 6282, line: 230, - col: 47, + col: 49, }, }, Name: "c", @@ -11764,14 +11764,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6260, + offset: 6262, line: 230, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 6278, + offset: 6280, line: 230, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -11780,14 +11780,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6260, + offset: 6262, line: 230, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 6278, + offset: 6280, line: 230, - col: 45, + col: 47, }, }, Name: "xcb_poll_for_event", @@ -11798,14 +11798,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6260, + offset: 6262, line: 230, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 6281, + offset: 6283, line: 230, - col: 48, + col: 50, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -11816,14 +11816,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6279, + offset: 6281, line: 230, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6280, + offset: 6282, line: 230, - col: 47, + col: 49, }, }, ExpressionType: "? *", @@ -11832,14 +11832,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6279, + offset: 6281, line: 230, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6280, + offset: 6282, line: 230, - col: 47, + col: 49, }, }, Name: "c", @@ -11850,14 +11850,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6260, + offset: 6262, line: 230, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 6278, + offset: 6280, line: 230, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -11866,14 +11866,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6260, + offset: 6262, line: 230, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 6278, + offset: 6280, line: 230, - col: 45, + col: 47, }, }, Name: "xcb_poll_for_event", @@ -11884,14 +11884,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6252, + offset: 6254, line: 230, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 6257, + offset: 6259, line: 230, - col: 24, + col: 26, }, }, Name: "event", @@ -11905,28 +11905,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6491, + offset: 6493, line: 235, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6504, + offset: 6506, line: 235, - col: 20, + col: 22, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6491, + offset: 6493, line: 235, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6503, + offset: 6505, line: 235, - col: 19, + col: 21, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -11937,14 +11937,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6501, + offset: 6503, line: 235, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 6502, + offset: 6504, line: 235, - col: 18, + col: 20, }, }, ExpressionType: "? *", @@ -11953,14 +11953,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6501, + offset: 6503, line: 235, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 6502, + offset: 6504, line: 235, - col: 18, + col: 20, }, }, Name: "c", @@ -11971,14 +11971,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6491, + offset: 6493, line: 235, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6500, + offset: 6502, line: 235, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -11987,14 +11987,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6491, + offset: 6493, line: 235, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6500, + offset: 6502, line: 235, - col: 16, + col: 18, }, }, Name: "xcb_flush", @@ -12008,14 +12008,14 @@ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6227, + offset: 6229, line: 229, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6228, + offset: 6230, line: 229, - col: 35, + col: 37, }, }, Name: "c", @@ -12026,14 +12026,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6201, + offset: 6203, line: 229, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6217, + offset: 6219, line: 229, - col: 24, + col: 26, }, }, Name: "processXcbEvents", @@ -12047,28 +12047,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6516, + offset: 6518, line: 237, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6587, + offset: 6589, line: 237, - col: 74, + col: 76, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6516, + offset: 6518, line: 237, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6586, + offset: 6588, line: 237, - col: 73, + col: 75, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -12079,14 +12079,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6524, + offset: 6526, line: 237, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6532, + offset: 6534, line: 237, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -12095,14 +12095,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6524, + offset: 6526, line: 237, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6532, + offset: 6534, line: 237, - col: 19, + col: 21, }, }, Name: "notifier", @@ -12112,14 +12112,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6534, + offset: 6536, line: 237, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 6561, + offset: 6563, line: 237, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -12129,14 +12129,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6535, + offset: 6537, line: 237, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 6561, + offset: 6563, line: 237, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -12145,14 +12145,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6535, + offset: 6537, line: 237, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 6561, + offset: 6563, line: 237, - col: 48, + col: 50, }, }, Names: [ @@ -12172,14 +12172,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6563, + offset: 6565, line: 237, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 6567, + offset: 6569, line: 237, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -12191,14 +12191,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6569, + offset: 6571, line: 237, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 237, - col: 72, + col: 74, }, }, ExpressionType: "[this, c] {\n while (auto event = xcb_poll_for_event(c)) {\n long result = 0;\n QThread::currentThread()->eventDispatcher()->filterNativeEvent(QByteArrayLiteral(\"xcb_generic_event_t\"), event, &result);\n free(event);\n }\n xcb_flush(c);\n }", @@ -12207,14 +12207,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6569, + offset: 6571, line: 237, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 237, - col: 72, + col: 74, }, }, Name: "processXcbEvents", @@ -12225,14 +12225,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6516, + offset: 6518, line: 237, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6523, + offset: 6525, line: 237, - col: 10, + col: 12, }, }, ExpressionType: "", @@ -12241,14 +12241,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6516, + offset: 6518, line: 237, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6523, + offset: 6525, line: 237, - col: 10, + col: 12, }, }, Name: "connect", @@ -12260,28 +12260,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6592, + offset: 6594, line: 238, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6710, + offset: 6712, line: 238, - col: 121, + col: 123, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6592, + offset: 6594, line: 238, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6709, + offset: 6711, line: 238, - col: 120, + col: 122, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -12292,14 +12292,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6600, + offset: 6602, line: 238, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6643, + offset: 6645, line: 238, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -12309,14 +12309,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6600, + offset: 6602, line: 238, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6641, + offset: 6643, line: 238, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -12327,14 +12327,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6626, + offset: 6628, line: 238, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6641, + offset: 6643, line: 238, - col: 52, + col: 54, }, }, Name: "eventDispatcher", @@ -12343,14 +12343,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6600, + offset: 6602, line: 238, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6624, + offset: 6626, line: 238, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: currentThread", @@ -12360,14 +12360,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6600, + offset: 6602, line: 238, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6622, + offset: 6624, line: 238, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -12376,14 +12376,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6600, + offset: 6602, line: 238, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6622, + offset: 6624, line: 238, - col: 33, + col: 35, }, }, Names: [ @@ -12403,14 +12403,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6645, + offset: 6647, line: 238, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 6684, + offset: 6686, line: 238, - col: 95, + col: 97, }, }, ExpressionType: "", @@ -12420,14 +12420,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6646, + offset: 6648, line: 238, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 6684, + offset: 6686, line: 238, - col: 95, + col: 97, }, }, ExpressionType: "", @@ -12436,14 +12436,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6646, + offset: 6648, line: 238, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 6684, + offset: 6686, line: 238, - col: 95, + col: 97, }, }, Names: [ @@ -12463,14 +12463,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6686, + offset: 6688, line: 238, - col: 97, + col: 99, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 238, - col: 101, + col: 103, }, }, ExpressionType: "", @@ -12482,14 +12482,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6692, + offset: 6694, line: 238, - col: 103, + col: 105, }, end: { '@type': "uast:Position", - offset: 6708, + offset: 6710, line: 238, - col: 119, + col: 121, }, }, ExpressionType: "[this, c] {\n while (auto event = xcb_poll_for_event(c)) {\n long result = 0;\n QThread::currentThread()->eventDispatcher()->filterNativeEvent(QByteArrayLiteral(\"xcb_generic_event_t\"), event, &result);\n free(event);\n }\n xcb_flush(c);\n }", @@ -12498,14 +12498,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6692, + offset: 6694, line: 238, - col: 103, + col: 105, }, end: { '@type': "uast:Position", - offset: 6708, + offset: 6710, line: 238, - col: 119, + col: 121, }, }, Name: "processXcbEvents", @@ -12516,14 +12516,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6592, + offset: 6594, line: 238, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6599, + offset: 6601, line: 238, - col: 10, + col: 12, }, }, ExpressionType: "", @@ -12532,14 +12532,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6592, + offset: 6594, line: 238, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6599, + offset: 6601, line: 238, - col: 10, + col: 12, }, }, Name: "connect", @@ -12551,28 +12551,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6715, + offset: 6717, line: 239, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6826, + offset: 6828, line: 239, - col: 114, + col: 116, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6715, + offset: 6717, line: 239, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6825, + offset: 6827, line: 239, - col: 113, + col: 115, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -12583,14 +12583,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6723, + offset: 6725, line: 239, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6766, + offset: 6768, line: 239, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -12600,14 +12600,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6723, + offset: 6725, line: 239, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6764, + offset: 6766, line: 239, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -12618,14 +12618,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6749, + offset: 6751, line: 239, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6764, + offset: 6766, line: 239, - col: 52, + col: 54, }, }, Name: "eventDispatcher", @@ -12634,14 +12634,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6723, + offset: 6725, line: 239, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6747, + offset: 6749, line: 239, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: currentThread", @@ -12651,14 +12651,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6723, + offset: 6725, line: 239, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6745, + offset: 6747, line: 239, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -12667,14 +12667,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6723, + offset: 6725, line: 239, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6745, + offset: 6747, line: 239, - col: 33, + col: 35, }, }, Names: [ @@ -12694,14 +12694,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6768, + offset: 6770, line: 239, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 6800, + offset: 6802, line: 239, - col: 88, + col: 90, }, }, ExpressionType: "", @@ -12711,14 +12711,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6769, + offset: 6771, line: 239, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 6800, + offset: 6802, line: 239, - col: 88, + col: 90, }, }, ExpressionType: "", @@ -12727,14 +12727,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6769, + offset: 6771, line: 239, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 6800, + offset: 6802, line: 239, - col: 88, + col: 90, }, }, Names: [ @@ -12754,14 +12754,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6802, + offset: 6804, line: 239, - col: 90, + col: 92, }, end: { '@type': "uast:Position", - offset: 6806, + offset: 6808, line: 239, - col: 94, + col: 96, }, }, ExpressionType: "", @@ -12773,14 +12773,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6808, + offset: 6810, line: 239, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 6824, + offset: 6826, line: 239, - col: 112, + col: 114, }, }, ExpressionType: "[this, c] {\n while (auto event = xcb_poll_for_event(c)) {\n long result = 0;\n QThread::currentThread()->eventDispatcher()->filterNativeEvent(QByteArrayLiteral(\"xcb_generic_event_t\"), event, &result);\n free(event);\n }\n xcb_flush(c);\n }", @@ -12789,14 +12789,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6808, + offset: 6810, line: 239, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 6824, + offset: 6826, line: 239, - col: 112, + col: 114, }, }, Name: "processXcbEvents", @@ -12807,14 +12807,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6715, + offset: 6717, line: 239, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6722, + offset: 6724, line: 239, - col: 10, + col: 12, }, }, ExpressionType: "", @@ -12823,14 +12823,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6715, + offset: 6717, line: 239, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6722, + offset: 6724, line: 239, - col: 10, + col: 12, }, }, Name: "connect", @@ -12842,28 +12842,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6918, + offset: 6920, line: 242, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6969, + offset: 6971, line: 242, - col: 54, + col: 56, }, }, LeadingComments: [ { '@type': "uast:Comment", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6832, + offset: 6834, line: 241, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6913, + offset: 6915, line: 241, - col: 84, + col: 86, }, }, Block: false, @@ -12877,28 +12877,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6918, + offset: 6920, line: 242, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6969, + offset: 6971, line: 242, - col: 54, + col: 56, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6918, + offset: 6920, line: 242, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6933, + offset: 6935, line: 242, - col: 18, + col: 20, }, }, IsConst: false, @@ -12914,14 +12914,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6918, + offset: 6920, line: 242, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6933, + offset: 6935, line: 242, - col: 18, + col: 20, }, }, Name: "KSelectionOwner", @@ -12933,14 +12933,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6934, + offset: 6936, line: 242, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 6968, + offset: 6970, line: 242, - col: 53, + col: 55, }, }, DeclaresParameterPack: false, @@ -12948,14 +12948,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6939, + offset: 6941, line: 242, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 6968, + offset: 6970, line: 242, - col: 53, + col: 55, }, }, 'Prop_Arguments': [ @@ -12963,14 +12963,14 @@ '@role': [Argument, Declaration, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6940, + offset: 6942, line: 242, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 6947, + offset: 6949, line: 242, - col: 32, + col: 34, }, }, Format: "", @@ -12980,14 +12980,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6949, + offset: 6951, line: 242, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6950, + offset: 6952, line: 242, - col: 35, + col: 37, }, }, ExpressionType: "? *", @@ -12996,14 +12996,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6949, + offset: 6951, line: 242, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6950, + offset: 6952, line: 242, - col: 35, + col: 37, }, }, Name: "c", @@ -13013,14 +13013,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6952, + offset: 6954, line: 242, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6967, + offset: 6969, line: 242, - col: 52, + col: 54, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -13030,14 +13030,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6952, + offset: 6954, line: 242, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6965, + offset: 6967, line: 242, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -13046,14 +13046,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6952, + offset: 6954, line: 242, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6965, + offset: 6967, line: 242, - col: 50, + col: 52, }, }, Name: "x11RootWindow", @@ -13071,14 +13071,14 @@ { '@type': "uast:String", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6940, + offset: 6942, line: 242, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 6947, + offset: 6949, line: 242, - col: 32, + col: 34, }, }, Format: "", @@ -13088,14 +13088,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6949, + offset: 6951, line: 242, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6950, + offset: 6952, line: 242, - col: 35, + col: 37, }, }, ExpressionType: "? *", @@ -13104,14 +13104,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6949, + offset: 6951, line: 242, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6950, + offset: 6952, line: 242, - col: 35, + col: 37, }, }, Name: "c", @@ -13121,14 +13121,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6952, + offset: 6954, line: 242, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6967, + offset: 6969, line: 242, - col: 52, + col: 54, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -13138,14 +13138,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6952, + offset: 6954, line: 242, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6965, + offset: 6967, line: 242, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -13154,14 +13154,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6952, + offset: 6954, line: 242, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6965, + offset: 6967, line: 242, - col: 50, + col: 52, }, }, Name: "x11RootWindow", @@ -13174,14 +13174,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6934, + offset: 6936, line: 242, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 6939, + offset: 6941, line: 242, - col: 24, + col: 26, }, }, Name: "owner", @@ -13195,28 +13195,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6974, + offset: 6976, line: 243, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6992, + offset: 6994, line: 243, - col: 21, + col: 23, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6974, + offset: 6976, line: 243, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6991, + offset: 6993, line: 243, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -13228,14 +13228,14 @@ '@role': [Argument, Boolean, Call, Expression, Function, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6986, + offset: 6988, line: 243, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 6990, + offset: 6992, line: 243, - col: 19, + col: 21, }, }, ExpressionType: "bool", @@ -13248,14 +13248,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6974, + offset: 6976, line: 243, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6985, + offset: 6987, line: 243, - col: 14, + col: 16, }, }, ExpressionType: "", @@ -13266,14 +13266,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6980, + offset: 6982, line: 243, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 6985, + offset: 6987, line: 243, - col: 14, + col: 16, }, }, Name: "claim", @@ -13282,14 +13282,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6974, + offset: 6976, line: 243, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6979, + offset: 6981, line: 243, - col: 8, + col: 10, }, }, ExpressionType: "", @@ -13298,14 +13298,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6974, + offset: 6976, line: 243, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6979, + offset: 6981, line: 243, - col: 8, + col: 10, }, }, Name: "owner", @@ -13318,28 +13318,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6998, + offset: 7000, line: 245, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7012, + offset: 7014, line: 245, - col: 17, + col: 19, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6998, + offset: 7000, line: 245, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7011, + offset: 7013, line: 245, - col: 16, + col: 18, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -13349,14 +13349,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6998, + offset: 7000, line: 245, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7009, + offset: 7011, line: 245, - col: 14, + col: 16, }, }, ExpressionType: "", @@ -13365,14 +13365,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6998, + offset: 7000, line: 245, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7009, + offset: 7011, line: 245, - col: 14, + col: 16, }, }, Name: "createAtoms", @@ -13384,28 +13384,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7018, + offset: 7020, line: 247, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7038, + offset: 7040, line: 247, - col: 23, + col: 25, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7018, + offset: 7020, line: 247, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7037, + offset: 7039, line: 247, - col: 22, + col: 24, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -13415,14 +13415,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7018, + offset: 7020, line: 247, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7035, + offset: 7037, line: 247, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -13431,14 +13431,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7018, + offset: 7020, line: 247, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7035, + offset: 7037, line: 247, - col: 20, + col: 22, }, }, Name: "setupEventFilters", @@ -13450,28 +13450,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7099, + offset: 7101, line: 250, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7168, + offset: 7170, line: 250, - col: 72, + col: 74, }, }, LeadingComments: [ { '@type': "uast:Comment", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7044, + offset: 7046, line: 249, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7094, + offset: 7096, line: 249, - col: 53, + col: 55, }, }, Block: false, @@ -13485,28 +13485,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7099, + offset: 7101, line: 250, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7168, + offset: 7170, line: 250, - col: 72, + col: 74, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7099, + offset: 7101, line: 250, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7113, + offset: 7115, line: 250, - col: 17, + col: 19, }, }, IsConst: true, @@ -13522,14 +13522,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7105, + offset: 7107, line: 250, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 7113, + offset: 7115, line: 250, - col: 17, + col: 19, }, }, Name: "uint32_t", @@ -13541,14 +13541,14 @@ '@role': [Declaration, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7114, + offset: 7116, line: 250, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 7167, + offset: 7169, line: 250, - col: 71, + col: 73, }, }, DeclaresParameterPack: false, @@ -13557,14 +13557,14 @@ '@role': [Declaration, Incomplete, List, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7124, + offset: 7126, line: 250, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 7126, + offset: 7128, line: 250, - col: 30, + col: 32, }, }, }, @@ -13573,28 +13573,28 @@ '@role': [Assignment, Declaration, Expression, Initialization, List, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7127, + offset: 7129, line: 250, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 7167, + offset: 7169, line: 250, - col: 71, + col: 73, }, }, 'Prop_InitializerClause': { '@type': "cpp:CPPASTInitializerList", '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7129, + offset: 7131, line: 250, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 7167, + offset: 7169, line: 250, - col: 71, + col: 73, }, }, 'Prop_Clauses': [ @@ -13602,14 +13602,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7130, + offset: 7132, line: 250, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 7166, + offset: 7168, line: 250, - col: 70, + col: 72, }, }, ExpressionType: "", @@ -13618,14 +13618,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7130, + offset: 7132, line: 250, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 7166, + offset: 7168, line: 250, - col: 70, + col: 72, }, }, Name: "XCB_EVENT_MASK_SUBSTRUCTURE_REDIRECT", @@ -13639,14 +13639,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7130, + offset: 7132, line: 250, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 7166, + offset: 7168, line: 250, - col: 70, + col: 72, }, }, ExpressionType: "", @@ -13655,14 +13655,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7130, + offset: 7132, line: 250, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 7166, + offset: 7168, line: 250, - col: 70, + col: 72, }, }, Name: "XCB_EVENT_MASK_SUBSTRUCTURE_REDIRECT", @@ -13672,14 +13672,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7130, + offset: 7132, line: 250, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 7166, + offset: 7168, line: 250, - col: 70, + col: 72, }, }, ExpressionType: "", @@ -13688,14 +13688,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7130, + offset: 7132, line: 250, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 7166, + offset: 7168, line: 250, - col: 70, + col: 72, }, }, Name: "XCB_EVENT_MASK_SUBSTRUCTURE_REDIRECT", @@ -13709,14 +13709,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7114, + offset: 7116, line: 250, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 7124, + offset: 7126, line: 250, - col: 28, + col: 30, }, }, Name: "maskValues", @@ -13730,14 +13730,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7173, + offset: 7175, line: 251, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7761, + offset: 7763, line: 255, - col: 125, + col: 127, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -13745,14 +13745,14 @@ '@role': [Binary, Expression, GreaterThan, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7173, + offset: 7175, line: 251, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7760, + offset: 7762, line: 255, - col: 124, + col: 126, }, }, ExpressionType: "", @@ -13762,14 +13762,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7209, + offset: 7211, line: 251, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 7760, + offset: 7762, line: 255, - col: 124, + col: 126, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -13780,14 +13780,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7223, + offset: 7225, line: 251, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 7759, + offset: 7761, line: 255, - col: 123, + col: 125, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -13798,14 +13798,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7241, + offset: 7243, line: 251, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 7253, + offset: 7255, line: 251, - col: 83, + col: 85, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -13815,14 +13815,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7241, + offset: 7243, line: 251, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 7251, + offset: 7253, line: 251, - col: 81, + col: 83, }, }, ExpressionType: "", @@ -13831,14 +13831,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7241, + offset: 7243, line: 251, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 7251, + offset: 7253, line: 251, - col: 81, + col: 83, }, }, Name: "connection", @@ -13849,14 +13849,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7327, + offset: 7329, line: 252, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 7758, + offset: 7760, line: 255, - col: 122, + col: 124, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -13867,14 +13867,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7364, + offset: 7366, line: 252, - col: 108, + col: 110, }, end: { '@type': "uast:Position", - offset: 7376, + offset: 7378, line: 252, - col: 120, + col: 122, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -13884,14 +13884,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7364, + offset: 7366, line: 252, - col: 108, + col: 110, }, end: { '@type': "uast:Position", - offset: 7374, + offset: 7376, line: 252, - col: 118, + col: 120, }, }, ExpressionType: "", @@ -13900,14 +13900,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7364, + offset: 7366, line: 252, - col: 108, + col: 110, }, end: { '@type': "uast:Position", - offset: 7374, + offset: 7376, line: 252, - col: 118, + col: 120, }, }, Name: "connection", @@ -13918,14 +13918,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7490, + offset: 7492, line: 253, - col: 111, + col: 113, }, end: { '@type': "uast:Position", - offset: 7502, + offset: 7504, line: 253, - col: 123, + col: 125, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -13935,14 +13935,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7490, + offset: 7492, line: 253, - col: 111, + col: 113, }, end: { '@type': "uast:Position", - offset: 7500, + offset: 7502, line: 253, - col: 121, + col: 123, }, }, ExpressionType: "", @@ -13951,14 +13951,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7490, + offset: 7492, line: 253, - col: 111, + col: 113, }, end: { '@type': "uast:Position", - offset: 7500, + offset: 7502, line: 253, - col: 121, + col: 123, }, }, Name: "rootWindow", @@ -13969,14 +13969,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7616, + offset: 7618, line: 254, - col: 111, + col: 113, }, end: { '@type': "uast:Position", - offset: 7633, + offset: 7635, line: 254, - col: 128, + col: 130, }, }, ExpressionType: "", @@ -13985,14 +13985,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7616, + offset: 7618, line: 254, - col: 111, + col: 113, }, end: { '@type': "uast:Position", - offset: 7633, + offset: 7635, line: 254, - col: 128, + col: 130, }, }, Name: "XCB_CW_EVENT_MASK", @@ -14002,14 +14002,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7747, + offset: 7749, line: 255, - col: 111, + col: 113, }, end: { '@type': "uast:Position", - offset: 7757, + offset: 7759, line: 255, - col: 121, + col: 123, }, }, ExpressionType: "const ? [1]", @@ -14018,14 +14018,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7747, + offset: 7749, line: 255, - col: 111, + col: 113, }, end: { '@type': "uast:Position", - offset: 7757, + offset: 7759, line: 255, - col: 121, + col: 123, }, }, Name: "maskValues", @@ -14036,14 +14036,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7327, + offset: 7329, line: 252, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 7363, + offset: 7365, line: 252, - col: 107, + col: 109, }, }, ExpressionType: "", @@ -14052,14 +14052,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7327, + offset: 7329, line: 252, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 7363, + offset: 7365, line: 252, - col: 107, + col: 109, }, }, Name: "xcb_change_window_attributes_checked", @@ -14071,14 +14071,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7223, + offset: 7225, line: 251, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 7240, + offset: 7242, line: 251, - col: 70, + col: 72, }, }, ExpressionType: "", @@ -14087,14 +14087,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7223, + offset: 7225, line: 251, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 7240, + offset: 7242, line: 251, - col: 70, + col: 72, }, }, Name: "xcb_request_check", @@ -14106,14 +14106,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7209, + offset: 7211, line: 251, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 7222, + offset: 7224, line: 251, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -14122,14 +14122,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7209, + offset: 7211, line: 251, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 7222, + offset: 7224, line: 251, - col: 52, + col: 54, }, }, Name: "redirectCheck", @@ -14141,14 +14141,14 @@ '@role': [Binary, Expression, Left, LessThan, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7173, + offset: 7175, line: 251, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7207, + offset: 7209, line: 251, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -14158,14 +14158,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7188, + offset: 7190, line: 251, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 7207, + offset: 7209, line: 251, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -14174,14 +14174,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7188, + offset: 7190, line: 251, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 7207, + offset: 7209, line: 251, - col: 37, + col: 39, }, }, Name: "xcb_generic_error_t", @@ -14191,14 +14191,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7173, + offset: 7175, line: 251, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7187, + offset: 7189, line: 251, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -14207,14 +14207,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7173, + offset: 7175, line: 251, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7187, + offset: 7189, line: 251, - col: 17, + col: 19, }, }, Name: "ScopedCPointer", @@ -14224,14 +14224,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7188, + offset: 7190, line: 251, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 7207, + offset: 7209, line: 251, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -14240,14 +14240,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7188, + offset: 7190, line: 251, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 7207, + offset: 7209, line: 251, - col: 37, + col: 39, }, }, Name: "xcb_generic_error_t", @@ -14258,14 +14258,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7209, + offset: 7211, line: 251, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 7760, + offset: 7762, line: 255, - col: 124, + col: 126, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -14276,14 +14276,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7223, + offset: 7225, line: 251, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 7759, + offset: 7761, line: 255, - col: 123, + col: 125, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -14294,14 +14294,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7241, + offset: 7243, line: 251, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 7253, + offset: 7255, line: 251, - col: 83, + col: 85, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -14311,14 +14311,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7241, + offset: 7243, line: 251, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 7251, + offset: 7253, line: 251, - col: 81, + col: 83, }, }, ExpressionType: "", @@ -14327,14 +14327,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7241, + offset: 7243, line: 251, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 7251, + offset: 7253, line: 251, - col: 81, + col: 83, }, }, Name: "connection", @@ -14345,14 +14345,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7327, + offset: 7329, line: 252, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 7758, + offset: 7760, line: 255, - col: 122, + col: 124, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -14363,14 +14363,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7364, + offset: 7366, line: 252, - col: 108, + col: 110, }, end: { '@type': "uast:Position", - offset: 7376, + offset: 7378, line: 252, - col: 120, + col: 122, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -14380,14 +14380,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7364, + offset: 7366, line: 252, - col: 108, + col: 110, }, end: { '@type': "uast:Position", - offset: 7374, + offset: 7376, line: 252, - col: 118, + col: 120, }, }, ExpressionType: "", @@ -14396,14 +14396,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7364, + offset: 7366, line: 252, - col: 108, + col: 110, }, end: { '@type': "uast:Position", - offset: 7374, + offset: 7376, line: 252, - col: 118, + col: 120, }, }, Name: "connection", @@ -14414,14 +14414,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7490, + offset: 7492, line: 253, - col: 111, + col: 113, }, end: { '@type': "uast:Position", - offset: 7502, + offset: 7504, line: 253, - col: 123, + col: 125, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -14431,14 +14431,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7490, + offset: 7492, line: 253, - col: 111, + col: 113, }, end: { '@type': "uast:Position", - offset: 7500, + offset: 7502, line: 253, - col: 121, + col: 123, }, }, ExpressionType: "", @@ -14447,14 +14447,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7490, + offset: 7492, line: 253, - col: 111, + col: 113, }, end: { '@type': "uast:Position", - offset: 7500, + offset: 7502, line: 253, - col: 121, + col: 123, }, }, Name: "rootWindow", @@ -14465,14 +14465,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7616, + offset: 7618, line: 254, - col: 111, + col: 113, }, end: { '@type': "uast:Position", - offset: 7633, + offset: 7635, line: 254, - col: 128, + col: 130, }, }, ExpressionType: "", @@ -14481,14 +14481,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7616, + offset: 7618, line: 254, - col: 111, + col: 113, }, end: { '@type': "uast:Position", - offset: 7633, + offset: 7635, line: 254, - col: 128, + col: 130, }, }, Name: "XCB_CW_EVENT_MASK", @@ -14498,14 +14498,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7747, + offset: 7749, line: 255, - col: 111, + col: 113, }, end: { '@type': "uast:Position", - offset: 7757, + offset: 7759, line: 255, - col: 121, + col: 123, }, }, ExpressionType: "const ? [1]", @@ -14514,14 +14514,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7747, + offset: 7749, line: 255, - col: 111, + col: 113, }, end: { '@type': "uast:Position", - offset: 7757, + offset: 7759, line: 255, - col: 121, + col: 123, }, }, Name: "maskValues", @@ -14532,14 +14532,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7327, + offset: 7329, line: 252, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 7363, + offset: 7365, line: 252, - col: 107, + col: 109, }, }, ExpressionType: "", @@ -14548,14 +14548,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7327, + offset: 7329, line: 252, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 7363, + offset: 7365, line: 252, - col: 107, + col: 109, }, }, Name: "xcb_change_window_attributes_checked", @@ -14567,14 +14567,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7223, + offset: 7225, line: 251, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 7240, + offset: 7242, line: 251, - col: 70, + col: 72, }, }, ExpressionType: "", @@ -14583,14 +14583,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7223, + offset: 7225, line: 251, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 7240, + offset: 7242, line: 251, - col: 70, + col: 72, }, }, Name: "xcb_request_check", @@ -14602,14 +14602,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7209, + offset: 7211, line: 251, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 7222, + offset: 7224, line: 251, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -14618,14 +14618,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7209, + offset: 7211, line: 251, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 7222, + offset: 7224, line: 251, - col: 52, + col: 54, }, }, Name: "redirectCheck", @@ -14638,28 +14638,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7766, + offset: 7768, line: 256, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7948, + offset: 7950, line: 259, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTUnaryExpression", '@role': [Not, Relational, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7770, + offset: 7772, line: 256, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 7793, + offset: 7795, line: 256, - col: 30, + col: 32, }, }, ExpressionType: "bool", @@ -14669,14 +14669,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7771, + offset: 7773, line: 256, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 7793, + offset: 7795, line: 256, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -14686,14 +14686,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7771, + offset: 7773, line: 256, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 7791, + offset: 7793, line: 256, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -14704,14 +14704,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7785, + offset: 7787, line: 256, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 7791, + offset: 7793, line: 256, - col: 28, + col: 30, }, }, Name: "isNull", @@ -14720,14 +14720,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7771, + offset: 7773, line: 256, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 7784, + offset: 7786, line: 256, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -14736,14 +14736,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7771, + offset: 7773, line: 256, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 7784, + offset: 7786, line: 256, - col: 21, + col: 23, }, }, Name: "redirectCheck", @@ -14757,14 +14757,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7795, + offset: 7797, line: 256, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 7948, + offset: 7950, line: 259, - col: 4, + col: 6, }, }, Statements: [ @@ -14772,28 +14772,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7805, + offset: 7807, line: 257, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 7923, + offset: 7925, line: 257, - col: 125, + col: 127, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7805, + offset: 7807, line: 257, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 7922, + offset: 7924, line: 257, - col: 124, + col: 126, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -14804,14 +14804,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7811, + offset: 7813, line: 257, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 7913, + offset: 7915, line: 257, - col: 115, + col: 117, }, }, ExpressionType: "", @@ -14821,14 +14821,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7811, + offset: 7813, line: 257, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 7911, + offset: 7913, line: 257, - col: 113, + col: 115, }, }, ExpressionType: "", @@ -14839,14 +14839,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7902, + offset: 7904, line: 257, - col: 104, + col: 106, }, end: { '@type': "uast:Position", - offset: 7911, + offset: 7913, line: 257, - col: 113, + col: 115, }, }, Name: "constData", @@ -14855,14 +14855,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7811, + offset: 7813, line: 257, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 7901, + offset: 7903, line: 257, - col: 103, + col: 105, }, }, ExpressionType: "", @@ -14872,14 +14872,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7811, + offset: 7813, line: 257, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 7899, + offset: 7901, line: 257, - col: 101, + col: 103, }, }, ExpressionType: "", @@ -14890,14 +14890,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7888, + offset: 7890, line: 257, - col: 90, + col: 92, }, end: { '@type': "uast:Position", - offset: 7899, + offset: 7901, line: 257, - col: 101, + col: 103, }, }, Name: "toLocal8Bit", @@ -14906,14 +14906,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7811, + offset: 7813, line: 257, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 7887, + offset: 7889, line: 257, - col: 89, + col: 91, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -14924,14 +14924,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7816, + offset: 7818, line: 257, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 7886, + offset: 7888, line: 257, - col: 88, + col: 90, }, }, Format: "", @@ -14942,14 +14942,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7811, + offset: 7813, line: 257, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 7815, + offset: 7817, line: 257, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -14958,14 +14958,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7811, + offset: 7813, line: 257, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 7815, + offset: 7817, line: 257, - col: 17, + col: 19, }, }, Name: "i18n", @@ -14980,14 +14980,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7915, + offset: 7917, line: 257, - col: 117, + col: 119, }, end: { '@type': "uast:Position", - offset: 7921, + offset: 7923, line: 257, - col: 123, + col: 125, }, }, ExpressionType: "", @@ -14996,14 +14996,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7915, + offset: 7917, line: 257, - col: 117, + col: 119, }, end: { '@type': "uast:Position", - offset: 7921, + offset: 7923, line: 257, - col: 123, + col: 125, }, }, Name: "stderr", @@ -15014,14 +15014,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7805, + offset: 7807, line: 257, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 7810, + offset: 7812, line: 257, - col: 12, + col: 14, }, }, ExpressionType: "", @@ -15030,14 +15030,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7805, + offset: 7807, line: 257, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 7810, + offset: 7812, line: 257, - col: 12, + col: 14, }, }, Name: "fputs", @@ -15049,28 +15049,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7932, + offset: 7934, line: 258, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 7942, + offset: 7944, line: 258, - col: 17, + col: 19, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7932, + offset: 7934, line: 258, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 7941, + offset: 7943, line: 258, - col: 16, + col: 18, }, }, ExpressionType: "Attempt to use symbol failed: exit", @@ -15082,14 +15082,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7939, + offset: 7941, line: 258, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 7940, + offset: 7942, line: 258, - col: 15, + col: 17, }, }, ExpressionType: "int", @@ -15102,14 +15102,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7932, + offset: 7934, line: 258, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 7938, + offset: 7940, line: 258, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -15118,14 +15118,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7932, + offset: 7934, line: 258, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 7938, + offset: 7940, line: 258, - col: 13, + col: 15, }, }, Names: [ @@ -15144,28 +15144,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7954, + offset: 7956, line: 261, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8041, + offset: 8043, line: 261, - col: 90, + col: 92, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7954, + offset: 7956, line: 261, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8040, + offset: 8042, line: 261, - col: 89, + col: 91, }, }, ExpressionType: "", @@ -15176,14 +15176,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7975, + offset: 7977, line: 261, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 8000, + offset: 8002, line: 261, - col: 49, + col: 51, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -15194,14 +15194,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7990, + offset: 7992, line: 261, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 7999, + offset: 8001, line: 261, - col: 48, + col: 50, }, }, Format: "", @@ -15212,14 +15212,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7975, + offset: 7977, line: 261, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 7989, + offset: 7991, line: 261, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -15228,14 +15228,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7975, + offset: 7977, line: 261, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 7989, + offset: 7991, line: 261, - col: 38, + col: 40, }, }, Name: "QStringLiteral", @@ -15246,14 +15246,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8002, + offset: 8004, line: 261, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 8039, + offset: 8041, line: 261, - col: 88, + col: 90, }, }, ExpressionType: "Attempt to use symbol failed: fromUtf8", @@ -15264,14 +15264,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8020, + offset: 8022, line: 261, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 8038, + offset: 8040, line: 261, - col: 87, + col: 89, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -15282,14 +15282,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8028, + offset: 8030, line: 261, - col: 77, + col: 79, }, end: { '@type': "uast:Position", - offset: 8037, + offset: 8039, line: 261, - col: 86, + col: 88, }, }, Format: "", @@ -15300,14 +15300,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8020, + offset: 8022, line: 261, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 8027, + offset: 8029, line: 261, - col: 76, + col: 78, }, }, ExpressionType: "", @@ -15316,14 +15316,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8020, + offset: 8022, line: 261, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 8027, + offset: 8029, line: 261, - col: 76, + col: 78, }, }, Name: "qgetenv", @@ -15335,14 +15335,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8002, + offset: 8004, line: 261, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 8019, + offset: 8021, line: 261, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -15351,14 +15351,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8002, + offset: 8004, line: 261, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 8019, + offset: 8021, line: 261, - col: 68, + col: 70, }, }, Names: [ @@ -15377,14 +15377,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7954, + offset: 7956, line: 261, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7974, + offset: 7976, line: 261, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -15395,14 +15395,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7968, + offset: 7970, line: 261, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 7974, + offset: 7976, line: 261, - col: 23, + col: 25, }, }, Name: "insert", @@ -15411,14 +15411,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7954, + offset: 7956, line: 261, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7967, + offset: 7969, line: 261, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -15427,14 +15427,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7954, + offset: 7956, line: 261, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7967, + offset: 7969, line: 261, - col: 16, + col: 18, }, }, Name: "m_environment", @@ -15447,28 +15447,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8047, + offset: 8049, line: 263, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8062, + offset: 8064, line: 263, - col: 18, + col: 20, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8047, + offset: 8049, line: 263, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8061, + offset: 8063, line: 263, - col: 17, + col: 19, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -15478,14 +15478,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8047, + offset: 8049, line: 263, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8059, + offset: 8061, line: 263, - col: 15, + col: 17, }, }, ExpressionType: "", @@ -15494,14 +15494,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8047, + offset: 8049, line: 263, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8059, + offset: 8061, line: 263, - col: 15, + col: 17, }, }, Name: "startSession", @@ -15513,28 +15513,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8067, + offset: 8069, line: 264, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8085, + offset: 8087, line: 264, - col: 21, + col: 23, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8067, + offset: 8069, line: 264, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8084, + offset: 8086, line: 264, - col: 20, + col: 22, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -15544,14 +15544,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8067, + offset: 8069, line: 264, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8082, + offset: 8084, line: 264, - col: 18, + col: 20, }, }, ExpressionType: "", @@ -15560,14 +15560,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8067, + offset: 8069, line: 264, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8082, + offset: 8084, line: 264, - col: 18, + col: 20, }, }, Name: "createWorkspace", @@ -15579,28 +15579,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8091, + offset: 8093, line: 266, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8103, + offset: 8105, line: 266, - col: 15, + col: 17, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8091, + offset: 8093, line: 266, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8102, + offset: 8104, line: 266, - col: 14, + col: 16, }, }, ExpressionType: "Attempt to use symbol failed: sync", @@ -15610,14 +15610,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8091, + offset: 8093, line: 266, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8100, + offset: 8102, line: 266, - col: 12, + col: 14, }, }, ExpressionType: "", @@ -15626,14 +15626,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8091, + offset: 8093, line: 266, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8100, + offset: 8102, line: 266, - col: 12, + col: 14, }, }, Names: [ @@ -15651,14 +15651,14 @@ { '@type': "uast:Comment", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8104, + offset: 8106, line: 266, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 8163, + offset: 8165, line: 266, - col: 75, + col: 77, }, }, Block: false, @@ -15673,28 +15673,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8169, + offset: 8171, line: 268, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8185, + offset: 8187, line: 268, - col: 19, + col: 21, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8169, + offset: 8171, line: 268, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8184, + offset: 8186, line: 268, - col: 18, + col: 20, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -15704,14 +15704,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8169, + offset: 8171, line: 268, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8182, + offset: 8184, line: 268, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -15720,14 +15720,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8169, + offset: 8171, line: 268, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8182, + offset: 8184, line: 268, - col: 16, + col: 18, }, }, Name: "notifyKSplash", @@ -15747,14 +15747,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8189, - line: 269, - col: 2, + offset: 8191, + line: 271, + col: 1, }, end: { '@type': "uast:Position", - offset: 10399, - line: 317, - col: 6, + offset: 10401, + line: 318, + col: 2, }, }, Nodes: [ @@ -15769,14 +15769,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8229, - line: 271, - col: 39, + offset: 8231, + line: 272, + col: 1, }, end: { '@type': "uast:Position", - offset: 10399, - line: 317, - col: 6, + offset: 10401, + line: 318, + col: 2, }, }, Statements: [ @@ -15784,28 +15784,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8235, + offset: 8237, line: 273, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9386, + offset: 9388, line: 296, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTUnaryExpression", '@role': [Not, Relational, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8239, + offset: 8241, line: 273, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 8276, + offset: 8278, line: 273, - col: 44, + col: 46, }, }, ExpressionType: "bool", @@ -15815,14 +15815,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8240, + offset: 8242, line: 273, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 8276, + offset: 8278, line: 273, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -15832,14 +15832,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8240, + offset: 8242, line: 273, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 8274, + offset: 8276, line: 273, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -15850,14 +15850,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8267, + offset: 8269, line: 273, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 8274, + offset: 8276, line: 273, - col: 42, + col: 44, }, }, Name: "isEmpty", @@ -15866,14 +15866,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8240, + offset: 8242, line: 273, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 8266, + offset: 8268, line: 273, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -15882,14 +15882,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8240, + offset: 8242, line: 273, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 8266, + offset: 8268, line: 273, - col: 34, + col: 36, }, }, Name: "m_inputMethodServerToStart", @@ -15903,14 +15903,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8278, + offset: 8280, line: 273, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 9386, + offset: 9388, line: 296, - col: 4, + col: 6, }, }, Statements: [ @@ -15918,28 +15918,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8288, + offset: 8290, line: 274, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 8353, + offset: 8355, line: 274, - col: 72, + col: 74, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8288, + offset: 8290, line: 274, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 8353, + offset: 8355, line: 274, - col: 72, + col: 74, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -15947,14 +15947,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8288, + offset: 8290, line: 274, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 8291, + offset: 8293, line: 274, - col: 10, + col: 12, }, }, IsComplex: false, @@ -15980,14 +15980,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8292, + offset: 8294, line: 274, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8352, + offset: 8354, line: 274, - col: 71, + col: 73, }, }, DeclaresParameterPack: false, @@ -15995,28 +15995,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8299, + offset: 8301, line: 274, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 8352, + offset: 8354, line: 274, - col: 71, + col: 73, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8301, + offset: 8303, line: 274, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 8352, + offset: 8354, line: 274, - col: 71, + col: 73, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -16027,14 +16027,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8305, + offset: 8307, line: 274, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 8351, + offset: 8353, line: 274, - col: 70, + col: 72, }, }, ExpressionType: "", @@ -16044,14 +16044,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8305, + offset: 8307, line: 274, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 8349, + offset: 8351, line: 274, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -16062,14 +16062,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8322, + offset: 8324, line: 274, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 8349, + offset: 8351, line: 274, - col: 68, + col: 70, }, }, Name: "createInputMethodConnection", @@ -16078,14 +16078,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8305, + offset: 8307, line: 274, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 8320, + offset: 8322, line: 274, - col: 39, + col: 41, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -16095,14 +16095,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8305, + offset: 8307, line: 274, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 8318, + offset: 8320, line: 274, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -16111,14 +16111,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8305, + offset: 8307, line: 274, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 8318, + offset: 8320, line: 274, - col: 37, + col: 39, }, }, Name: "waylandServer", @@ -16132,14 +16132,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8301, + offset: 8303, line: 274, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 8304, + offset: 8306, line: 274, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -16148,14 +16148,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8301, + offset: 8303, line: 274, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 8304, + offset: 8306, line: 274, - col: 23, + col: 25, }, }, Name: "dup", @@ -16166,14 +16166,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8301, + offset: 8303, line: 274, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 8352, + offset: 8354, line: 274, - col: 71, + col: 73, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -16184,14 +16184,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8305, + offset: 8307, line: 274, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 8351, + offset: 8353, line: 274, - col: 70, + col: 72, }, }, ExpressionType: "", @@ -16201,14 +16201,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8305, + offset: 8307, line: 274, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 8349, + offset: 8351, line: 274, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -16219,14 +16219,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8322, + offset: 8324, line: 274, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 8349, + offset: 8351, line: 274, - col: 68, + col: 70, }, }, Name: "createInputMethodConnection", @@ -16235,14 +16235,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8305, + offset: 8307, line: 274, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 8320, + offset: 8322, line: 274, - col: 39, + col: 41, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -16252,14 +16252,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8305, + offset: 8307, line: 274, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 8318, + offset: 8320, line: 274, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -16268,14 +16268,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8305, + offset: 8307, line: 274, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 8318, + offset: 8320, line: 274, - col: 37, + col: 39, }, }, Name: "waylandServer", @@ -16289,14 +16289,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8301, + offset: 8303, line: 274, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 8304, + offset: 8306, line: 274, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -16305,14 +16305,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8301, + offset: 8303, line: 274, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 8304, + offset: 8306, line: 274, - col: 23, + col: 25, }, }, Name: "dup", @@ -16323,14 +16323,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8292, + offset: 8294, line: 274, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8298, + offset: 8300, line: 274, - col: 17, + col: 19, }, }, Name: "socket", @@ -16344,14 +16344,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8362, + offset: 8364, line: 275, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9380, + offset: 9382, line: 295, - col: 8, + col: 10, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTBinaryExpression", @@ -16359,14 +16359,14 @@ '@role': [Binary, Expression, GreaterThanOrEqual, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8366, + offset: 8368, line: 275, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8377, + offset: 8379, line: 275, - col: 22, + col: 24, }, }, ExpressionType: "bool", @@ -16377,14 +16377,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8376, + offset: 8378, line: 275, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 8377, + offset: 8379, line: 275, - col: 22, + col: 24, }, }, ExpressionType: "int", @@ -16396,14 +16396,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8366, + offset: 8368, line: 275, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8372, + offset: 8374, line: 275, - col: 17, + col: 19, }, }, ExpressionType: "int", @@ -16412,14 +16412,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8366, + offset: 8368, line: 275, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8372, + offset: 8374, line: 275, - col: 17, + col: 19, }, }, Name: "socket", @@ -16430,14 +16430,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8376, + offset: 8378, line: 275, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 8377, + offset: 8379, line: 275, - col: 22, + col: 24, }, }, ExpressionType: "int", @@ -16450,14 +16450,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8379, + offset: 8381, line: 275, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 9380, + offset: 9382, line: 295, - col: 8, + col: 10, }, }, Statements: [ @@ -16465,42 +16465,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8393, + offset: 8395, line: 276, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8441, + offset: 8443, line: 276, - col: 59, + col: 61, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8393, + offset: 8395, line: 276, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8441, + offset: 8443, line: 276, - col: 59, + col: 61, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8393, + offset: 8395, line: 276, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8412, + offset: 8414, line: 276, - col: 30, + col: 32, }, }, IsConst: false, @@ -16516,14 +16516,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8393, + offset: 8395, line: 276, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8412, + offset: 8414, line: 276, - col: 30, + col: 32, }, }, Name: "QProcessEnvironment", @@ -16535,14 +16535,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8413, + offset: 8415, line: 276, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 8440, + offset: 8442, line: 276, - col: 58, + col: 60, }, }, DeclaresParameterPack: false, @@ -16550,28 +16550,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8425, + offset: 8427, line: 276, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 8440, + offset: 8442, line: 276, - col: 58, + col: 60, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8427, + offset: 8429, line: 276, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 8440, + offset: 8442, line: 276, - col: 58, + col: 60, }, }, ExpressionType: "", @@ -16580,14 +16580,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8427, + offset: 8429, line: 276, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 8440, + offset: 8442, line: 276, - col: 58, + col: 60, }, }, Name: "m_environment", @@ -16597,14 +16597,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8427, + offset: 8429, line: 276, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 8440, + offset: 8442, line: 276, - col: 58, + col: 60, }, }, ExpressionType: "", @@ -16613,14 +16613,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8427, + offset: 8429, line: 276, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 8440, + offset: 8442, line: 276, - col: 58, + col: 60, }, }, Name: "m_environment", @@ -16630,14 +16630,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8413, + offset: 8415, line: 276, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 8424, + offset: 8426, line: 276, - col: 42, + col: 44, }, }, Name: "environment", @@ -16651,28 +16651,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8454, + offset: 8456, line: 277, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8535, + offset: 8537, line: 277, - col: 92, + col: 94, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8454, + offset: 8456, line: 277, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8534, + offset: 8536, line: 277, - col: 91, + col: 93, }, }, ExpressionType: "", @@ -16683,14 +16683,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8473, + offset: 8475, line: 277, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 8505, + offset: 8507, line: 277, - col: 62, + col: 64, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -16701,14 +16701,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8488, + offset: 8490, line: 277, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 8504, + offset: 8506, line: 277, - col: 61, + col: 63, }, }, Format: "", @@ -16719,14 +16719,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8473, + offset: 8475, line: 277, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 8487, + offset: 8489, line: 277, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -16735,14 +16735,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8473, + offset: 8475, line: 277, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 8487, + offset: 8489, line: 277, - col: 44, + col: 46, }, }, Name: "QStringLiteral", @@ -16753,14 +16753,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8507, + offset: 8509, line: 277, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 8533, + offset: 8535, line: 277, - col: 90, + col: 92, }, }, ExpressionType: "Attempt to use symbol failed: number", @@ -16771,14 +16771,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8526, + offset: 8528, line: 277, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 8532, + offset: 8534, line: 277, - col: 89, + col: 91, }, }, ExpressionType: "int", @@ -16787,14 +16787,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8526, + offset: 8528, line: 277, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 8532, + offset: 8534, line: 277, - col: 89, + col: 91, }, }, Name: "socket", @@ -16805,14 +16805,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8507, + offset: 8509, line: 277, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 8525, + offset: 8527, line: 277, - col: 82, + col: 84, }, }, ExpressionType: "", @@ -16821,14 +16821,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8507, + offset: 8509, line: 277, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 8525, + offset: 8527, line: 277, - col: 82, + col: 84, }, }, Names: [ @@ -16847,14 +16847,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8454, + offset: 8456, line: 277, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8472, + offset: 8474, line: 277, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -16865,14 +16865,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8466, + offset: 8468, line: 277, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 8472, + offset: 8474, line: 277, - col: 29, + col: 31, }, }, Name: "insert", @@ -16881,14 +16881,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8454, + offset: 8456, line: 277, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8465, + offset: 8467, line: 277, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -16897,14 +16897,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8454, + offset: 8456, line: 277, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8465, + offset: 8467, line: 277, - col: 22, + col: 24, }, }, Name: "environment", @@ -16917,28 +16917,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8548, + offset: 8550, line: 278, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8629, + offset: 8631, line: 278, - col: 92, + col: 94, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8548, + offset: 8550, line: 278, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8628, + offset: 8630, line: 278, - col: 91, + col: 93, }, }, ExpressionType: "", @@ -16949,14 +16949,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8567, + offset: 8569, line: 278, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 8600, + offset: 8602, line: 278, - col: 63, + col: 65, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -16967,14 +16967,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8582, + offset: 8584, line: 278, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 8599, + offset: 8601, line: 278, - col: 62, + col: 64, }, }, Format: "", @@ -16985,14 +16985,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8567, + offset: 8569, line: 278, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 8581, + offset: 8583, line: 278, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -17001,14 +17001,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8567, + offset: 8569, line: 278, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 8581, + offset: 8583, line: 278, - col: 44, + col: 46, }, }, Name: "QStringLiteral", @@ -17019,14 +17019,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8602, + offset: 8604, line: 278, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 8627, + offset: 8629, line: 278, - col: 90, + col: 92, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -17037,14 +17037,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8617, + offset: 8619, line: 278, - col: 80, + col: 82, }, end: { '@type': "uast:Position", - offset: 8626, + offset: 8628, line: 278, - col: 89, + col: 91, }, }, Format: "", @@ -17055,14 +17055,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8602, + offset: 8604, line: 278, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 8616, + offset: 8618, line: 278, - col: 79, + col: 81, }, }, ExpressionType: "", @@ -17071,14 +17071,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8602, + offset: 8604, line: 278, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 8616, + offset: 8618, line: 278, - col: 79, + col: 81, }, }, Name: "QStringLiteral", @@ -17090,14 +17090,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8548, + offset: 8550, line: 278, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8566, + offset: 8568, line: 278, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -17108,14 +17108,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8560, + offset: 8562, line: 278, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 8566, + offset: 8568, line: 278, - col: 29, + col: 31, }, }, Name: "insert", @@ -17124,14 +17124,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8548, + offset: 8550, line: 278, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8559, + offset: 8561, line: 278, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -17140,14 +17140,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8548, + offset: 8550, line: 278, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8559, + offset: 8561, line: 278, - col: 22, + col: 24, }, }, Name: "environment", @@ -17160,28 +17160,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8642, + offset: 8644, line: 279, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8672, + offset: 8674, line: 279, - col: 41, + col: 43, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8642, + offset: 8644, line: 279, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8671, + offset: 8673, line: 279, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -17192,14 +17192,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8661, + offset: 8663, line: 279, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 8670, + offset: 8672, line: 279, - col: 39, + col: 41, }, }, Format: "", @@ -17210,14 +17210,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8642, + offset: 8644, line: 279, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8660, + offset: 8662, line: 279, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -17228,14 +17228,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8654, + offset: 8656, line: 279, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 8660, + offset: 8662, line: 279, - col: 29, + col: 31, }, }, Name: "remove", @@ -17244,14 +17244,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8642, + offset: 8644, line: 279, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8653, + offset: 8655, line: 279, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -17260,14 +17260,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8642, + offset: 8644, line: 279, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8653, + offset: 8655, line: 279, - col: 22, + col: 24, }, }, Name: "environment", @@ -17280,28 +17280,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8685, + offset: 8687, line: 280, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8723, + offset: 8725, line: 280, - col: 49, + col: 51, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8685, + offset: 8687, line: 280, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8722, + offset: 8724, line: 280, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -17312,14 +17312,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8704, + offset: 8706, line: 280, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 8721, + offset: 8723, line: 280, - col: 47, + col: 49, }, }, Format: "", @@ -17330,14 +17330,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8685, + offset: 8687, line: 280, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8703, + offset: 8705, line: 280, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -17348,14 +17348,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8697, + offset: 8699, line: 280, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 8703, + offset: 8705, line: 280, - col: 29, + col: 31, }, }, Name: "remove", @@ -17364,14 +17364,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8685, + offset: 8687, line: 280, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8696, + offset: 8698, line: 280, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -17380,14 +17380,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8685, + offset: 8687, line: 280, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8696, + offset: 8698, line: 280, - col: 22, + col: 24, }, }, Name: "environment", @@ -17400,42 +17400,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8736, + offset: 8738, line: 281, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8768, + offset: 8770, line: 281, - col: 43, + col: 45, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8736, + offset: 8738, line: 281, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8768, + offset: 8770, line: 281, - col: 43, + col: 45, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8736, + offset: 8738, line: 281, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8744, + offset: 8746, line: 281, - col: 19, + col: 21, }, }, IsConst: false, @@ -17451,14 +17451,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8736, + offset: 8738, line: 281, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8744, + offset: 8746, line: 281, - col: 19, + col: 21, }, }, Name: "QProcess", @@ -17470,14 +17470,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8745, + offset: 8747, line: 281, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 8767, + offset: 8769, line: 281, - col: 42, + col: 44, }, }, DeclaresParameterPack: false, @@ -17485,28 +17485,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8748, + offset: 8750, line: 281, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 8767, + offset: 8769, line: 281, - col: 42, + col: 44, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTNewExpression", '@role': [Instance, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8750, + offset: 8752, line: 281, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 8767, + offset: 8769, line: 281, - col: 42, + col: 44, }, }, ExpressionType: "? *", @@ -17519,14 +17519,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8761, + offset: 8763, line: 281, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 8767, + offset: 8769, line: 281, - col: 42, + col: 44, }, }, 'Prop_Arguments': [ @@ -17535,14 +17535,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8762, + offset: 8764, line: 281, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 8766, + offset: 8768, line: 281, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -17556,14 +17556,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8762, + offset: 8764, line: 281, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 8766, + offset: 8768, line: 281, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -17577,14 +17577,14 @@ '@role': [Expression, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8762, + offset: 8764, line: 281, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 8766, + offset: 8768, line: 281, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -17596,28 +17596,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8754, + offset: 8756, line: 281, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 8761, + offset: 8763, line: 281, - col: 36, + col: 38, }, }, 'Prop_AbstractDeclarator': { '@type': "cpp:CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8761, + offset: 8763, line: 281, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 8761, + offset: 8763, line: 281, - col: 36, + col: 38, }, }, DeclaresParameterPack: false, @@ -17628,14 +17628,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8754, + offset: 8756, line: 281, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 8761, + offset: 8763, line: 281, - col: 36, + col: 38, }, }, IsConst: false, @@ -17651,14 +17651,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8754, + offset: 8756, line: 281, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 8761, + offset: 8763, line: 281, - col: 36, + col: 38, }, }, Name: "Process", @@ -17671,14 +17671,14 @@ '@role': [Instance, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8750, + offset: 8752, line: 281, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 8767, + offset: 8769, line: 281, - col: 42, + col: 44, }, }, ExpressionType: "? *", @@ -17691,14 +17691,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8761, + offset: 8763, line: 281, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 8767, + offset: 8769, line: 281, - col: 42, + col: 44, }, }, 'Prop_Arguments': [ @@ -17707,14 +17707,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8762, + offset: 8764, line: 281, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 8766, + offset: 8768, line: 281, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -17728,14 +17728,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8762, + offset: 8764, line: 281, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 8766, + offset: 8768, line: 281, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -17749,14 +17749,14 @@ '@role': [Expression, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8762, + offset: 8764, line: 281, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 8766, + offset: 8768, line: 281, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -17768,28 +17768,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8754, + offset: 8756, line: 281, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 8761, + offset: 8763, line: 281, - col: 36, + col: 38, }, }, 'Prop_AbstractDeclarator': { '@type': "cpp:CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8761, + offset: 8763, line: 281, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 8761, + offset: 8763, line: 281, - col: 36, + col: 38, }, }, DeclaresParameterPack: false, @@ -17800,14 +17800,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8754, + offset: 8756, line: 281, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 8761, + offset: 8763, line: 281, - col: 36, + col: 38, }, }, IsConst: false, @@ -17823,14 +17823,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8754, + offset: 8756, line: 281, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 8761, + offset: 8763, line: 281, - col: 36, + col: 38, }, }, Name: "Process", @@ -17843,14 +17843,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8746, + offset: 8748, line: 281, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 8747, + offset: 8749, line: 281, - col: 22, + col: 24, }, }, Name: "p", @@ -17865,28 +17865,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8781, + offset: 8783, line: 282, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8839, + offset: 8841, line: 282, - col: 69, + col: 71, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8781, + offset: 8783, line: 282, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8838, + offset: 8840, line: 282, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -17897,14 +17897,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8806, + offset: 8808, line: 282, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 8837, + offset: 8839, line: 282, - col: 67, + col: 69, }, }, ExpressionType: "", @@ -17913,14 +17913,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8806, + offset: 8808, line: 282, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 8837, + offset: 8839, line: 282, - col: 67, + col: 69, }, }, Names: [ @@ -17938,14 +17938,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8781, + offset: 8783, line: 282, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8805, + offset: 8807, line: 282, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -17956,14 +17956,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8784, + offset: 8786, line: 282, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 8805, + offset: 8807, line: 282, - col: 35, + col: 37, }, }, Name: "setProcessChannelMode", @@ -17972,14 +17972,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8781, + offset: 8783, line: 282, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8782, + offset: 8784, line: 282, - col: 12, + col: 14, }, }, ExpressionType: "? *", @@ -17988,14 +17988,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8781, + offset: 8783, line: 282, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8782, + offset: 8784, line: 282, - col: 12, + col: 14, }, }, Name: "p", @@ -18008,28 +18008,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8852, + offset: 8854, line: 283, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8954, + offset: 8956, line: 283, - col: 113, + col: 115, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8852, + offset: 8854, line: 283, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8954, + offset: 8956, line: 283, - col: 113, + col: 115, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -18037,14 +18037,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8852, + offset: 8854, line: 283, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8856, + offset: 8858, line: 283, - col: 15, + col: 17, }, }, IsComplex: false, @@ -18070,14 +18070,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8857, + offset: 8859, line: 283, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 8953, + offset: 8955, line: 283, - col: 112, + col: 114, }, }, DeclaresParameterPack: false, @@ -18085,28 +18085,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8872, + offset: 8874, line: 283, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 8953, + offset: 8955, line: 283, - col: 112, + col: 114, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTCastExpression", '@role': [Expression, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8874, + offset: 8876, line: 283, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 8953, + offset: 8955, line: 283, - col: 112, + col: 114, }, }, CastOperator: "static_cast", @@ -18117,14 +18117,14 @@ '@role': [Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8933, + offset: 8935, line: 283, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 8952, + offset: 8954, line: 283, - col: 111, + col: 113, }, }, ExpressionType: "", @@ -18134,14 +18134,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8934, + offset: 8936, line: 283, - col: 93, + col: 95, }, end: { '@type': "uast:Position", - offset: 8952, + offset: 8954, line: 283, - col: 111, + col: 113, }, }, ExpressionType: "", @@ -18150,14 +18150,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8934, + offset: 8936, line: 283, - col: 93, + col: 95, }, end: { '@type': "uast:Position", - offset: 8952, + offset: 8954, line: 283, - col: 111, + col: 113, }, }, Names: [ @@ -18176,28 +18176,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8886, + offset: 8888, line: 283, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 8931, + offset: 8933, line: 283, - col: 90, + col: 92, }, }, 'Prop_AbstractDeclarator': { '@type': "cpp:CPPASTFunctionDeclarator", '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8891, + offset: 8893, line: 283, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 8931, + offset: 8933, line: 283, - col: 90, + col: 92, }, }, IsConst: false, @@ -18211,14 +18211,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8892, + offset: 8894, line: 283, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 8903, + offset: 8905, line: 283, - col: 62, + col: 64, }, }, DeclaresParameterPack: false, @@ -18227,14 +18227,14 @@ { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8892, + offset: 8894, line: 283, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 8902, + offset: 8904, line: 283, - col: 61, + col: 63, }, }, Names: [ @@ -18252,14 +18252,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8908, + offset: 8910, line: 283, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 8908, + offset: 8910, line: 283, - col: 67, + col: 69, }, }, DeclaresParameterPack: false, @@ -18269,14 +18269,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8905, + offset: 8907, line: 283, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 8908, + offset: 8910, line: 283, - col: 67, + col: 69, }, }, IsComplex: false, @@ -18302,14 +18302,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8930, + offset: 8932, line: 283, - col: 89, + col: 91, }, end: { '@type': "uast:Position", - offset: 8930, + offset: 8932, line: 283, - col: 89, + col: 91, }, }, DeclaresParameterPack: false, @@ -18318,14 +18318,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8910, + offset: 8912, line: 283, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 8930, + offset: 8932, line: 283, - col: 89, + col: 91, }, }, IsConst: false, @@ -18341,14 +18341,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8910, + offset: 8912, line: 283, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 8930, + offset: 8932, line: 283, - col: 89, + col: 91, }, }, Names: [ @@ -18371,14 +18371,14 @@ '@role': ['Null', Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8886, + offset: 8888, line: 283, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 8890, + offset: 8892, line: 283, - col: 49, + col: 51, }, }, IsComplex: false, @@ -18405,14 +18405,14 @@ '@role': [Expression, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8874, + offset: 8876, line: 283, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 8953, + offset: 8955, line: 283, - col: 112, + col: 114, }, }, CastOperator: "static_cast", @@ -18423,14 +18423,14 @@ '@role': [Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8933, + offset: 8935, line: 283, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 8952, + offset: 8954, line: 283, - col: 111, + col: 113, }, }, ExpressionType: "", @@ -18440,14 +18440,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8934, + offset: 8936, line: 283, - col: 93, + col: 95, }, end: { '@type': "uast:Position", - offset: 8952, + offset: 8954, line: 283, - col: 111, + col: 113, }, }, ExpressionType: "", @@ -18456,14 +18456,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8934, + offset: 8936, line: 283, - col: 93, + col: 95, }, end: { '@type': "uast:Position", - offset: 8952, + offset: 8954, line: 283, - col: 111, + col: 113, }, }, Names: [ @@ -18482,28 +18482,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8886, + offset: 8888, line: 283, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 8931, + offset: 8933, line: 283, - col: 90, + col: 92, }, }, 'Prop_AbstractDeclarator': { '@type': "cpp:CPPASTFunctionDeclarator", '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8891, + offset: 8893, line: 283, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 8931, + offset: 8933, line: 283, - col: 90, + col: 92, }, }, IsConst: false, @@ -18517,14 +18517,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8892, + offset: 8894, line: 283, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 8903, + offset: 8905, line: 283, - col: 62, + col: 64, }, }, DeclaresParameterPack: false, @@ -18533,14 +18533,14 @@ { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8892, + offset: 8894, line: 283, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 8902, + offset: 8904, line: 283, - col: 61, + col: 63, }, }, Names: [ @@ -18558,14 +18558,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8908, + offset: 8910, line: 283, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 8908, + offset: 8910, line: 283, - col: 67, + col: 69, }, }, DeclaresParameterPack: false, @@ -18575,14 +18575,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8905, + offset: 8907, line: 283, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 8908, + offset: 8910, line: 283, - col: 67, + col: 69, }, }, IsComplex: false, @@ -18608,14 +18608,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8930, + offset: 8932, line: 283, - col: 89, + col: 91, }, end: { '@type': "uast:Position", - offset: 8930, + offset: 8932, line: 283, - col: 89, + col: 91, }, }, DeclaresParameterPack: false, @@ -18624,14 +18624,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8910, + offset: 8912, line: 283, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 8930, + offset: 8932, line: 283, - col: 89, + col: 91, }, }, IsConst: false, @@ -18647,14 +18647,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8910, + offset: 8912, line: 283, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 8930, + offset: 8932, line: 283, - col: 89, + col: 91, }, }, Names: [ @@ -18677,14 +18677,14 @@ '@role': ['Null', Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8886, + offset: 8888, line: 283, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 8890, + offset: 8892, line: 283, - col: 49, + col: 51, }, }, IsComplex: false, @@ -18711,14 +18711,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8857, + offset: 8859, line: 283, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 8871, + offset: 8873, line: 283, - col: 30, + col: 32, }, }, Name: "finishedSignal", @@ -18732,28 +18732,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8967, + offset: 8969, line: 284, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 9236, + offset: 9238, line: 291, - col: 13, + col: 15, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8967, + offset: 8969, line: 284, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 9235, + offset: 9237, line: 291, - col: 12, + col: 14, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -18764,14 +18764,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8975, + offset: 8977, line: 284, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 8976, + offset: 8978, line: 284, - col: 20, + col: 22, }, }, ExpressionType: "? *", @@ -18780,14 +18780,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8975, + offset: 8977, line: 284, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 8976, + offset: 8978, line: 284, - col: 20, + col: 22, }, }, Name: "p", @@ -18797,14 +18797,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8978, + offset: 8980, line: 284, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 8992, + offset: 8994, line: 284, - col: 36, + col: 38, }, }, ExpressionType: "void (?::*)(int, ?)", @@ -18813,14 +18813,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8978, + offset: 8980, line: 284, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 8992, + offset: 8994, line: 284, - col: 36, + col: 38, }, }, Name: "finishedSignal", @@ -18831,14 +18831,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8994, + offset: 8996, line: 284, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 8998, + offset: 9000, line: 284, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -18850,14 +18850,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9016, + offset: 9018, line: 285, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 9221, + offset: 9223, line: 290, - col: 16, + col: 18, }, }, ExpressionType: "[this, p] {\n if (waylandServer()) {\n waylandServer()->destroyInputMethodConnection();\n }\n p->deleteLater();\n }", @@ -18866,14 +18866,14 @@ 'Prop_Body': { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9026, + offset: 9028, line: 285, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 9221, + offset: 9223, line: 290, - col: 16, + col: 18, }, }, Statements: [ @@ -18881,28 +18881,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9048, + offset: 9050, line: 286, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 9165, + offset: 9167, line: 288, - col: 20, + col: 22, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9052, + offset: 9054, line: 286, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 9067, + offset: 9069, line: 286, - col: 38, + col: 40, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -18912,14 +18912,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9052, + offset: 9054, line: 286, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 9065, + offset: 9067, line: 286, - col: 36, + col: 38, }, }, ExpressionType: "", @@ -18928,14 +18928,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9052, + offset: 9054, line: 286, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 9065, + offset: 9067, line: 286, - col: 36, + col: 38, }, }, Name: "waylandServer", @@ -18946,14 +18946,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9069, + offset: 9071, line: 286, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 9165, + offset: 9167, line: 288, - col: 20, + col: 22, }, }, Statements: [ @@ -18961,28 +18961,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9095, + offset: 9097, line: 287, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 9143, + offset: 9145, line: 287, - col: 71, + col: 73, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9095, + offset: 9097, line: 287, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 9142, + offset: 9144, line: 287, - col: 70, + col: 72, }, }, ExpressionType: "", @@ -18992,14 +18992,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9095, + offset: 9097, line: 287, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 9140, + offset: 9142, line: 287, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -19010,14 +19010,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9112, + offset: 9114, line: 287, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 9140, + offset: 9142, line: 287, - col: 68, + col: 70, }, }, Name: "destroyInputMethodConnection", @@ -19026,14 +19026,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9095, + offset: 9097, line: 287, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 9110, + offset: 9112, line: 287, - col: 38, + col: 40, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -19043,14 +19043,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9095, + offset: 9097, line: 287, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 9108, + offset: 9110, line: 287, - col: 36, + col: 38, }, }, ExpressionType: "", @@ -19059,14 +19059,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9095, + offset: 9097, line: 287, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 9108, + offset: 9110, line: 287, - col: 36, + col: 38, }, }, Name: "waylandServer", @@ -19083,28 +19083,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9186, + offset: 9188, line: 289, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 9203, + offset: 9205, line: 289, - col: 36, + col: 38, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9186, + offset: 9188, line: 289, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 9202, + offset: 9204, line: 289, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -19114,14 +19114,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9186, + offset: 9188, line: 289, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 9200, + offset: 9202, line: 289, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -19132,14 +19132,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9189, + offset: 9191, line: 289, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 9200, + offset: 9202, line: 289, - col: 33, + col: 35, }, }, Name: "deleteLater", @@ -19148,14 +19148,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9186, + offset: 9188, line: 289, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 9187, + offset: 9189, line: 289, - col: 20, + col: 22, }, }, ExpressionType: "? *", @@ -19164,14 +19164,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9186, + offset: 9188, line: 289, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 9187, + offset: 9189, line: 289, - col: 20, + col: 22, }, }, Name: "p", @@ -19186,14 +19186,14 @@ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9023, + offset: 9025, line: 285, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 9024, + offset: 9026, line: 285, - col: 23, + col: 25, }, }, Name: "p", @@ -19205,14 +19205,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8967, + offset: 8969, line: 284, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8974, + offset: 8976, line: 284, - col: 18, + col: 20, }, }, ExpressionType: "", @@ -19221,14 +19221,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8967, + offset: 8969, line: 284, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8974, + offset: 8976, line: 284, - col: 18, + col: 20, }, }, Name: "connect", @@ -19240,28 +19240,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9249, + offset: 9251, line: 292, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 9287, + offset: 9289, line: 292, - col: 49, + col: 51, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9249, + offset: 9251, line: 292, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 9286, + offset: 9288, line: 292, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -19272,14 +19272,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9274, + offset: 9276, line: 292, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 9285, + offset: 9287, line: 292, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -19288,14 +19288,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9274, + offset: 9276, line: 292, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 9285, + offset: 9287, line: 292, - col: 47, + col: 49, }, }, Name: "environment", @@ -19306,14 +19306,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9249, + offset: 9251, line: 292, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 9273, + offset: 9275, line: 292, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -19324,14 +19324,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9252, + offset: 9254, line: 292, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 9273, + offset: 9275, line: 292, - col: 35, + col: 37, }, }, Name: "setProcessEnvironment", @@ -19340,14 +19340,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9249, + offset: 9251, line: 292, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 9250, + offset: 9252, line: 292, - col: 12, + col: 14, }, }, ExpressionType: "? *", @@ -19356,14 +19356,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9249, + offset: 9251, line: 292, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 9250, + offset: 9252, line: 292, - col: 12, + col: 14, }, }, Name: "p", @@ -19376,28 +19376,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9300, + offset: 9302, line: 293, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 9337, + offset: 9339, line: 293, - col: 48, + col: 50, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9300, + offset: 9302, line: 293, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 9336, + offset: 9338, line: 293, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -19408,14 +19408,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9309, + offset: 9311, line: 293, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 9335, + offset: 9337, line: 293, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -19424,14 +19424,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9309, + offset: 9311, line: 293, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 9335, + offset: 9337, line: 293, - col: 46, + col: 48, }, }, Name: "m_inputMethodServerToStart", @@ -19442,14 +19442,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9300, + offset: 9302, line: 293, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 9308, + offset: 9310, line: 293, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -19460,14 +19460,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9303, + offset: 9305, line: 293, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 9308, + offset: 9310, line: 293, - col: 19, + col: 21, }, }, Name: "start", @@ -19476,14 +19476,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9300, + offset: 9302, line: 293, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 9301, + offset: 9303, line: 293, - col: 12, + col: 14, }, }, ExpressionType: "? *", @@ -19492,14 +19492,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9300, + offset: 9302, line: 293, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 9301, + offset: 9303, line: 293, - col: 12, + col: 14, }, }, Name: "p", @@ -19512,28 +19512,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9350, + offset: 9352, line: 294, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 9370, + offset: 9372, line: 294, - col: 31, + col: 33, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9350, + offset: 9352, line: 294, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 9369, + offset: 9371, line: 294, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -19543,14 +19543,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9350, + offset: 9352, line: 294, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 9367, + offset: 9369, line: 294, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -19561,14 +19561,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9353, + offset: 9355, line: 294, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 9367, + offset: 9369, line: 294, - col: 28, + col: 30, }, }, Name: "waitForStarted", @@ -19577,14 +19577,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9350, + offset: 9352, line: 294, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 9351, + offset: 9353, line: 294, - col: 12, + col: 14, }, }, ExpressionType: "? *", @@ -19593,14 +19593,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9350, + offset: 9352, line: 294, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 9351, + offset: 9353, line: 294, - col: 12, + col: 14, }, }, Name: "p", @@ -19619,28 +19619,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9413, + offset: 9415, line: 299, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9828, + offset: 9830, line: 306, - col: 4, + col: 6, }, }, LeadingComments: [ { '@type': "uast:Comment", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9392, + offset: 9394, line: 298, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9408, + offset: 9410, line: 298, - col: 19, + col: 21, }, }, Block: false, @@ -19654,14 +19654,14 @@ '@role': [Not, Relational, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9417, + offset: 9419, line: 299, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9445, + offset: 9447, line: 299, - col: 35, + col: 37, }, }, ExpressionType: "bool", @@ -19671,14 +19671,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9418, + offset: 9420, line: 299, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 9445, + offset: 9447, line: 299, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -19688,14 +19688,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9418, + offset: 9420, line: 299, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 9443, + offset: 9445, line: 299, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -19706,14 +19706,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9436, + offset: 9438, line: 299, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 9443, + offset: 9445, line: 299, - col: 33, + col: 35, }, }, Name: "isEmpty", @@ -19722,14 +19722,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9418, + offset: 9420, line: 299, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 9435, + offset: 9437, line: 299, - col: 25, + col: 27, }, }, ExpressionType: "", @@ -19738,14 +19738,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9418, + offset: 9420, line: 299, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 9435, + offset: 9437, line: 299, - col: 25, + col: 27, }, }, Name: "m_sessionArgument", @@ -19759,14 +19759,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9447, + offset: 9449, line: 299, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 9828, + offset: 9830, line: 306, - col: 4, + col: 6, }, }, Statements: [ @@ -19774,42 +19774,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9457, + offset: 9459, line: 300, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9489, + offset: 9491, line: 300, - col: 39, + col: 41, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9457, + offset: 9459, line: 300, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9489, + offset: 9491, line: 300, - col: 39, + col: 41, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9457, + offset: 9459, line: 300, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9465, + offset: 9467, line: 300, - col: 15, + col: 17, }, }, IsConst: false, @@ -19825,14 +19825,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9457, + offset: 9459, line: 300, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9465, + offset: 9467, line: 300, - col: 15, + col: 17, }, }, Name: "QProcess", @@ -19844,14 +19844,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9466, + offset: 9468, line: 300, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 9488, + offset: 9490, line: 300, - col: 38, + col: 40, }, }, DeclaresParameterPack: false, @@ -19859,28 +19859,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9469, + offset: 9471, line: 300, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 9488, + offset: 9490, line: 300, - col: 38, + col: 40, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTNewExpression", '@role': [Instance, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9471, + offset: 9473, line: 300, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 9488, + offset: 9490, line: 300, - col: 38, + col: 40, }, }, ExpressionType: "? *", @@ -19893,14 +19893,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9482, + offset: 9484, line: 300, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 9488, + offset: 9490, line: 300, - col: 38, + col: 40, }, }, 'Prop_Arguments': [ @@ -19909,14 +19909,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9483, + offset: 9485, line: 300, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 9487, + offset: 9489, line: 300, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -19930,14 +19930,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9483, + offset: 9485, line: 300, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 9487, + offset: 9489, line: 300, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -19951,14 +19951,14 @@ '@role': [Expression, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9483, + offset: 9485, line: 300, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 9487, + offset: 9489, line: 300, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -19970,28 +19970,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9475, + offset: 9477, line: 300, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 9482, + offset: 9484, line: 300, - col: 32, + col: 34, }, }, 'Prop_AbstractDeclarator': { '@type': "cpp:CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9482, + offset: 9484, line: 300, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 9482, + offset: 9484, line: 300, - col: 32, + col: 34, }, }, DeclaresParameterPack: false, @@ -20002,14 +20002,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9475, + offset: 9477, line: 300, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 9482, + offset: 9484, line: 300, - col: 32, + col: 34, }, }, IsConst: false, @@ -20025,14 +20025,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9475, + offset: 9477, line: 300, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 9482, + offset: 9484, line: 300, - col: 32, + col: 34, }, }, Name: "Process", @@ -20045,14 +20045,14 @@ '@role': [Instance, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9471, + offset: 9473, line: 300, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 9488, + offset: 9490, line: 300, - col: 38, + col: 40, }, }, ExpressionType: "? *", @@ -20065,14 +20065,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9482, + offset: 9484, line: 300, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 9488, + offset: 9490, line: 300, - col: 38, + col: 40, }, }, 'Prop_Arguments': [ @@ -20081,14 +20081,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9483, + offset: 9485, line: 300, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 9487, + offset: 9489, line: 300, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -20102,14 +20102,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9483, + offset: 9485, line: 300, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 9487, + offset: 9489, line: 300, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -20123,14 +20123,14 @@ '@role': [Expression, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9483, + offset: 9485, line: 300, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 9487, + offset: 9489, line: 300, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -20142,28 +20142,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9475, + offset: 9477, line: 300, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 9482, + offset: 9484, line: 300, - col: 32, + col: 34, }, }, 'Prop_AbstractDeclarator': { '@type': "cpp:CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9482, + offset: 9484, line: 300, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 9482, + offset: 9484, line: 300, - col: 32, + col: 34, }, }, DeclaresParameterPack: false, @@ -20174,14 +20174,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9475, + offset: 9477, line: 300, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 9482, + offset: 9484, line: 300, - col: 32, + col: 34, }, }, IsConst: false, @@ -20197,14 +20197,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9475, + offset: 9477, line: 300, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 9482, + offset: 9484, line: 300, - col: 32, + col: 34, }, }, Name: "Process", @@ -20217,14 +20217,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9467, + offset: 9469, line: 300, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 9468, + offset: 9470, line: 300, - col: 18, + col: 20, }, }, Name: "p", @@ -20239,28 +20239,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9498, + offset: 9500, line: 301, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9556, + offset: 9558, line: 301, - col: 65, + col: 67, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9498, + offset: 9500, line: 301, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9555, + offset: 9557, line: 301, - col: 64, + col: 66, }, }, ExpressionType: "", @@ -20271,14 +20271,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9523, + offset: 9525, line: 301, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 9554, + offset: 9556, line: 301, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -20287,14 +20287,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9523, + offset: 9525, line: 301, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 9554, + offset: 9556, line: 301, - col: 63, + col: 65, }, }, Names: [ @@ -20312,14 +20312,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9498, + offset: 9500, line: 301, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9522, + offset: 9524, line: 301, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -20330,14 +20330,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9501, + offset: 9503, line: 301, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9522, + offset: 9524, line: 301, - col: 31, + col: 33, }, }, Name: "setProcessChannelMode", @@ -20346,14 +20346,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9498, + offset: 9500, line: 301, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9499, + offset: 9501, line: 301, - col: 8, + col: 10, }, }, ExpressionType: "? *", @@ -20362,14 +20362,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9498, + offset: 9500, line: 301, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9499, + offset: 9501, line: 301, - col: 8, + col: 10, }, }, Name: "p", @@ -20382,28 +20382,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9565, + offset: 9567, line: 302, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9605, + offset: 9607, line: 302, - col: 47, + col: 49, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9565, + offset: 9567, line: 302, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9604, + offset: 9606, line: 302, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -20414,14 +20414,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9590, + offset: 9592, line: 302, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 9603, + offset: 9605, line: 302, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -20430,14 +20430,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9590, + offset: 9592, line: 302, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 9603, + offset: 9605, line: 302, - col: 45, + col: 47, }, }, Name: "m_environment", @@ -20448,14 +20448,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9565, + offset: 9567, line: 302, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9589, + offset: 9591, line: 302, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -20466,14 +20466,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9568, + offset: 9570, line: 302, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9589, + offset: 9591, line: 302, - col: 31, + col: 33, }, }, Name: "setProcessEnvironment", @@ -20482,14 +20482,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9565, + offset: 9567, line: 302, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9566, + offset: 9568, line: 302, - col: 8, + col: 10, }, }, ExpressionType: "? *", @@ -20498,14 +20498,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9565, + offset: 9567, line: 302, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9566, + offset: 9568, line: 302, - col: 8, + col: 10, }, }, Name: "p", @@ -20518,28 +20518,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9614, + offset: 9616, line: 303, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9716, + offset: 9718, line: 303, - col: 109, + col: 111, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9614, + offset: 9616, line: 303, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9716, + offset: 9718, line: 303, - col: 109, + col: 111, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -20547,14 +20547,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9614, + offset: 9616, line: 303, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9618, + offset: 9620, line: 303, - col: 11, + col: 13, }, }, IsComplex: false, @@ -20580,14 +20580,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9619, + offset: 9621, line: 303, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 9715, + offset: 9717, line: 303, - col: 108, + col: 110, }, }, DeclaresParameterPack: false, @@ -20595,28 +20595,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9634, + offset: 9636, line: 303, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 9715, + offset: 9717, line: 303, - col: 108, + col: 110, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTCastExpression", '@role': [Expression, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9636, + offset: 9638, line: 303, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 9715, + offset: 9717, line: 303, - col: 108, + col: 110, }, }, CastOperator: "static_cast", @@ -20627,14 +20627,14 @@ '@role': [Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9695, + offset: 9697, line: 303, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 9714, + offset: 9716, line: 303, - col: 107, + col: 109, }, }, ExpressionType: "", @@ -20644,14 +20644,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9696, + offset: 9698, line: 303, - col: 89, + col: 91, }, end: { '@type': "uast:Position", - offset: 9714, + offset: 9716, line: 303, - col: 107, + col: 109, }, }, ExpressionType: "", @@ -20660,14 +20660,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9696, + offset: 9698, line: 303, - col: 89, + col: 91, }, end: { '@type': "uast:Position", - offset: 9714, + offset: 9716, line: 303, - col: 107, + col: 109, }, }, Names: [ @@ -20686,28 +20686,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9648, + offset: 9650, line: 303, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 9693, + offset: 9695, line: 303, - col: 86, + col: 88, }, }, 'Prop_AbstractDeclarator': { '@type': "cpp:CPPASTFunctionDeclarator", '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9653, + offset: 9655, line: 303, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 9693, + offset: 9695, line: 303, - col: 86, + col: 88, }, }, IsConst: false, @@ -20721,14 +20721,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9654, + offset: 9656, line: 303, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 9665, + offset: 9667, line: 303, - col: 58, + col: 60, }, }, DeclaresParameterPack: false, @@ -20737,14 +20737,14 @@ { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9654, + offset: 9656, line: 303, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 9664, + offset: 9666, line: 303, - col: 57, + col: 59, }, }, Names: [ @@ -20762,14 +20762,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9670, + offset: 9672, line: 303, - col: 63, + col: 65, }, end: { '@type': "uast:Position", - offset: 9670, + offset: 9672, line: 303, - col: 63, + col: 65, }, }, DeclaresParameterPack: false, @@ -20779,14 +20779,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9667, + offset: 9669, line: 303, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 9670, + offset: 9672, line: 303, - col: 63, + col: 65, }, }, IsComplex: false, @@ -20812,14 +20812,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9692, + offset: 9694, line: 303, - col: 85, + col: 87, }, end: { '@type': "uast:Position", - offset: 9692, + offset: 9694, line: 303, - col: 85, + col: 87, }, }, DeclaresParameterPack: false, @@ -20828,14 +20828,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9672, + offset: 9674, line: 303, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 9692, + offset: 9694, line: 303, - col: 85, + col: 87, }, }, IsConst: false, @@ -20851,14 +20851,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9672, + offset: 9674, line: 303, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 9692, + offset: 9694, line: 303, - col: 85, + col: 87, }, }, Names: [ @@ -20881,14 +20881,14 @@ '@role': ['Null', Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9648, + offset: 9650, line: 303, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 9652, + offset: 9654, line: 303, - col: 45, + col: 47, }, }, IsComplex: false, @@ -20915,14 +20915,14 @@ '@role': [Expression, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9636, + offset: 9638, line: 303, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 9715, + offset: 9717, line: 303, - col: 108, + col: 110, }, }, CastOperator: "static_cast", @@ -20933,14 +20933,14 @@ '@role': [Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9695, + offset: 9697, line: 303, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 9714, + offset: 9716, line: 303, - col: 107, + col: 109, }, }, ExpressionType: "", @@ -20950,14 +20950,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9696, + offset: 9698, line: 303, - col: 89, + col: 91, }, end: { '@type': "uast:Position", - offset: 9714, + offset: 9716, line: 303, - col: 107, + col: 109, }, }, ExpressionType: "", @@ -20966,14 +20966,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9696, + offset: 9698, line: 303, - col: 89, + col: 91, }, end: { '@type': "uast:Position", - offset: 9714, + offset: 9716, line: 303, - col: 107, + col: 109, }, }, Names: [ @@ -20992,28 +20992,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9648, + offset: 9650, line: 303, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 9693, + offset: 9695, line: 303, - col: 86, + col: 88, }, }, 'Prop_AbstractDeclarator': { '@type': "cpp:CPPASTFunctionDeclarator", '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9653, + offset: 9655, line: 303, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 9693, + offset: 9695, line: 303, - col: 86, + col: 88, }, }, IsConst: false, @@ -21027,14 +21027,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9654, + offset: 9656, line: 303, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 9665, + offset: 9667, line: 303, - col: 58, + col: 60, }, }, DeclaresParameterPack: false, @@ -21043,14 +21043,14 @@ { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9654, + offset: 9656, line: 303, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 9664, + offset: 9666, line: 303, - col: 57, + col: 59, }, }, Names: [ @@ -21068,14 +21068,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9670, + offset: 9672, line: 303, - col: 63, + col: 65, }, end: { '@type': "uast:Position", - offset: 9670, + offset: 9672, line: 303, - col: 63, + col: 65, }, }, DeclaresParameterPack: false, @@ -21085,14 +21085,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9667, + offset: 9669, line: 303, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 9670, + offset: 9672, line: 303, - col: 63, + col: 65, }, }, IsComplex: false, @@ -21118,14 +21118,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9692, + offset: 9694, line: 303, - col: 85, + col: 87, }, end: { '@type': "uast:Position", - offset: 9692, + offset: 9694, line: 303, - col: 85, + col: 87, }, }, DeclaresParameterPack: false, @@ -21134,14 +21134,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9672, + offset: 9674, line: 303, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 9692, + offset: 9694, line: 303, - col: 85, + col: 87, }, }, IsConst: false, @@ -21157,14 +21157,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9672, + offset: 9674, line: 303, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 9692, + offset: 9694, line: 303, - col: 85, + col: 87, }, }, Names: [ @@ -21187,14 +21187,14 @@ '@role': ['Null', Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9648, + offset: 9650, line: 303, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 9652, + offset: 9654, line: 303, - col: 45, + col: 47, }, }, IsComplex: false, @@ -21221,14 +21221,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9619, + offset: 9621, line: 303, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 9633, + offset: 9635, line: 303, - col: 26, + col: 28, }, }, Name: "finishedSignal", @@ -21242,28 +21242,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9725, + offset: 9727, line: 304, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9785, + offset: 9787, line: 304, - col: 67, + col: 69, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9725, + offset: 9727, line: 304, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9784, + offset: 9786, line: 304, - col: 66, + col: 68, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -21274,14 +21274,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9733, + offset: 9735, line: 304, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 9734, + offset: 9736, line: 304, - col: 16, + col: 18, }, }, ExpressionType: "? *", @@ -21290,14 +21290,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9733, + offset: 9735, line: 304, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 9734, + offset: 9736, line: 304, - col: 16, + col: 18, }, }, Name: "p", @@ -21307,14 +21307,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9736, + offset: 9738, line: 304, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 9750, + offset: 9752, line: 304, - col: 32, + col: 34, }, }, ExpressionType: "void (?::*)(int, ?)", @@ -21323,14 +21323,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9736, + offset: 9738, line: 304, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 9750, + offset: 9752, line: 304, - col: 32, + col: 34, }, }, Name: "finishedSignal", @@ -21341,14 +21341,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9752, + offset: 9754, line: 304, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 9756, + offset: 9758, line: 304, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -21360,14 +21360,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9758, + offset: 9760, line: 304, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 9783, + offset: 9785, line: 304, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -21377,14 +21377,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9759, + offset: 9761, line: 304, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 9783, + offset: 9785, line: 304, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -21393,14 +21393,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9759, + offset: 9761, line: 304, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 9783, + offset: 9785, line: 304, - col: 65, + col: 67, }, }, Names: [ @@ -21420,14 +21420,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9725, + offset: 9727, line: 304, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9732, + offset: 9734, line: 304, - col: 14, + col: 16, }, }, ExpressionType: "", @@ -21436,14 +21436,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9725, + offset: 9727, line: 304, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9732, + offset: 9734, line: 304, - col: 14, + col: 16, }, }, Name: "connect", @@ -21455,28 +21455,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9794, + offset: 9796, line: 305, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9822, + offset: 9824, line: 305, - col: 35, + col: 37, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9794, + offset: 9796, line: 305, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9821, + offset: 9823, line: 305, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -21487,14 +21487,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9803, + offset: 9805, line: 305, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 9820, + offset: 9822, line: 305, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -21503,14 +21503,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9803, + offset: 9805, line: 305, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 9820, + offset: 9822, line: 305, - col: 33, + col: 35, }, }, Name: "m_sessionArgument", @@ -21521,14 +21521,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9794, + offset: 9796, line: 305, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9802, + offset: 9804, line: 305, - col: 15, + col: 17, }, }, ExpressionType: "", @@ -21539,14 +21539,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9797, + offset: 9799, line: 305, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9802, + offset: 9804, line: 305, - col: 15, + col: 17, }, }, Name: "start", @@ -21555,14 +21555,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9794, + offset: 9796, line: 305, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9795, + offset: 9797, line: 305, - col: 8, + col: 10, }, }, ExpressionType: "? *", @@ -21571,14 +21571,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9794, + offset: 9796, line: 305, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9795, + offset: 9797, line: 305, - col: 8, + col: 10, }, }, Name: "p", @@ -21594,28 +21594,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9902, + offset: 9904, line: 308, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10397, + offset: 10399, line: 317, - col: 4, + col: 6, }, }, LeadingComments: [ { '@type': "uast:Comment", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9833, + offset: 9835, line: 307, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9897, + offset: 9899, line: 307, - col: 67, + col: 69, }, }, Block: false, @@ -21629,14 +21629,14 @@ '@role': [Not, Relational, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9906, + offset: 9908, line: 308, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9938, + offset: 9940, line: 308, - col: 39, + col: 41, }, }, ExpressionType: "bool", @@ -21646,14 +21646,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9907, + offset: 9909, line: 308, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 9938, + offset: 9940, line: 308, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -21663,14 +21663,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9907, + offset: 9909, line: 308, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 9936, + offset: 9938, line: 308, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -21681,14 +21681,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9929, + offset: 9931, line: 308, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 9936, + offset: 9938, line: 308, - col: 37, + col: 39, }, }, Name: "isEmpty", @@ -21697,14 +21697,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9907, + offset: 9909, line: 308, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 9928, + offset: 9930, line: 308, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -21713,14 +21713,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9907, + offset: 9909, line: 308, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 9928, + offset: 9930, line: 308, - col: 29, + col: 31, }, }, Name: "m_applicationsToStart", @@ -21734,14 +21734,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9940, + offset: 9942, line: 308, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 10397, + offset: 10399, line: 317, - col: 4, + col: 6, }, }, Statements: [ @@ -21749,28 +21749,28 @@ '@role': [For, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9950, + offset: 9952, line: 309, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10391, + offset: 10393, line: 316, - col: 8, + col: 10, }, }, 'Prop_Body': { '@type': "uast:Block", '@role': [For], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10006, + offset: 10008, line: 309, - col: 63, + col: 65, }, end: { '@type': "uast:Position", - offset: 10391, + offset: 10393, line: 316, - col: 8, + col: 10, }, }, Statements: [ @@ -21778,28 +21778,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10190, + offset: 10192, line: 312, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10222, + offset: 10224, line: 312, - col: 43, + col: 45, }, }, LeadingComments: [ { '@type': "uast:Comment", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10020, + offset: 10022, line: 310, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10076, + offset: 10078, line: 310, - col: 67, + col: 69, }, }, Block: false, @@ -21811,14 +21811,14 @@ { '@type': "uast:Comment", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10089, + offset: 10091, line: 311, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10177, + offset: 10179, line: 311, - col: 99, + col: 101, }, }, Block: false, @@ -21832,28 +21832,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10190, + offset: 10192, line: 312, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10222, + offset: 10224, line: 312, - col: 43, + col: 45, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10190, + offset: 10192, line: 312, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10198, + offset: 10200, line: 312, - col: 19, + col: 21, }, }, IsConst: false, @@ -21869,14 +21869,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10190, + offset: 10192, line: 312, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10198, + offset: 10200, line: 312, - col: 19, + col: 21, }, }, Name: "QProcess", @@ -21888,14 +21888,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10199, + offset: 10201, line: 312, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 10221, + offset: 10223, line: 312, - col: 42, + col: 44, }, }, DeclaresParameterPack: false, @@ -21903,28 +21903,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10202, + offset: 10204, line: 312, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 10221, + offset: 10223, line: 312, - col: 42, + col: 44, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTNewExpression", '@role': [Instance, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10204, + offset: 10206, line: 312, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 10221, + offset: 10223, line: 312, - col: 42, + col: 44, }, }, ExpressionType: "? *", @@ -21937,14 +21937,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10215, + offset: 10217, line: 312, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 10221, + offset: 10223, line: 312, - col: 42, + col: 44, }, }, 'Prop_Arguments': [ @@ -21953,14 +21953,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10216, + offset: 10218, line: 312, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 10220, + offset: 10222, line: 312, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -21974,14 +21974,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10216, + offset: 10218, line: 312, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 10220, + offset: 10222, line: 312, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -21995,14 +21995,14 @@ '@role': [Expression, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10216, + offset: 10218, line: 312, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 10220, + offset: 10222, line: 312, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -22014,28 +22014,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10208, + offset: 10210, line: 312, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 10215, + offset: 10217, line: 312, - col: 36, + col: 38, }, }, 'Prop_AbstractDeclarator': { '@type': "cpp:CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10215, + offset: 10217, line: 312, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 10215, + offset: 10217, line: 312, - col: 36, + col: 38, }, }, DeclaresParameterPack: false, @@ -22046,14 +22046,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10208, + offset: 10210, line: 312, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 10215, + offset: 10217, line: 312, - col: 36, + col: 38, }, }, IsConst: false, @@ -22069,14 +22069,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10208, + offset: 10210, line: 312, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 10215, + offset: 10217, line: 312, - col: 36, + col: 38, }, }, Name: "Process", @@ -22089,14 +22089,14 @@ '@role': [Instance, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10204, + offset: 10206, line: 312, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 10221, + offset: 10223, line: 312, - col: 42, + col: 44, }, }, ExpressionType: "? *", @@ -22109,14 +22109,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10215, + offset: 10217, line: 312, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 10221, + offset: 10223, line: 312, - col: 42, + col: 44, }, }, 'Prop_Arguments': [ @@ -22125,14 +22125,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10216, + offset: 10218, line: 312, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 10220, + offset: 10222, line: 312, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -22146,14 +22146,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10216, + offset: 10218, line: 312, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 10220, + offset: 10222, line: 312, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -22167,14 +22167,14 @@ '@role': [Expression, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10216, + offset: 10218, line: 312, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 10220, + offset: 10222, line: 312, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -22186,28 +22186,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10208, + offset: 10210, line: 312, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 10215, + offset: 10217, line: 312, - col: 36, + col: 38, }, }, 'Prop_AbstractDeclarator': { '@type': "cpp:CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10215, + offset: 10217, line: 312, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 10215, + offset: 10217, line: 312, - col: 36, + col: 38, }, }, DeclaresParameterPack: false, @@ -22218,14 +22218,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10208, + offset: 10210, line: 312, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 10215, + offset: 10217, line: 312, - col: 36, + col: 38, }, }, IsConst: false, @@ -22241,14 +22241,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10208, + offset: 10210, line: 312, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 10215, + offset: 10217, line: 312, - col: 36, + col: 38, }, }, Name: "Process", @@ -22261,14 +22261,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10200, + offset: 10202, line: 312, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 10201, + offset: 10203, line: 312, - col: 22, + col: 24, }, }, Name: "p", @@ -22283,28 +22283,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10235, + offset: 10237, line: 313, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10293, + offset: 10295, line: 313, - col: 69, + col: 71, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10235, + offset: 10237, line: 313, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10292, + offset: 10294, line: 313, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -22315,14 +22315,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10260, + offset: 10262, line: 313, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 10291, + offset: 10293, line: 313, - col: 67, + col: 69, }, }, ExpressionType: "", @@ -22331,14 +22331,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10260, + offset: 10262, line: 313, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 10291, + offset: 10293, line: 313, - col: 67, + col: 69, }, }, Names: [ @@ -22356,14 +22356,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10235, + offset: 10237, line: 313, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10259, + offset: 10261, line: 313, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -22374,14 +22374,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10238, + offset: 10240, line: 313, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 10259, + offset: 10261, line: 313, - col: 35, + col: 37, }, }, Name: "setProcessChannelMode", @@ -22390,14 +22390,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10235, + offset: 10237, line: 313, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10236, + offset: 10238, line: 313, - col: 12, + col: 14, }, }, ExpressionType: "? *", @@ -22406,14 +22406,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10235, + offset: 10237, line: 313, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10236, + offset: 10238, line: 313, - col: 12, + col: 14, }, }, Name: "p", @@ -22426,28 +22426,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10306, + offset: 10308, line: 314, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10346, + offset: 10348, line: 314, - col: 51, + col: 53, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10306, + offset: 10308, line: 314, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10345, + offset: 10347, line: 314, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -22458,14 +22458,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10331, + offset: 10333, line: 314, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 10344, + offset: 10346, line: 314, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -22474,14 +22474,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10331, + offset: 10333, line: 314, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 10344, + offset: 10346, line: 314, - col: 49, + col: 51, }, }, Name: "m_environment", @@ -22492,14 +22492,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10306, + offset: 10308, line: 314, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10330, + offset: 10332, line: 314, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -22510,14 +22510,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10309, + offset: 10311, line: 314, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 10330, + offset: 10332, line: 314, - col: 35, + col: 37, }, }, Name: "setProcessEnvironment", @@ -22526,14 +22526,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10306, + offset: 10308, line: 314, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10307, + offset: 10309, line: 314, - col: 12, + col: 14, }, }, ExpressionType: "? *", @@ -22542,14 +22542,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10306, + offset: 10308, line: 314, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10307, + offset: 10309, line: 314, - col: 12, + col: 14, }, }, Name: "p", @@ -22562,28 +22562,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10359, + offset: 10361, line: 315, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10381, + offset: 10383, line: 315, - col: 33, + col: 35, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10359, + offset: 10361, line: 315, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10380, + offset: 10382, line: 315, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -22594,14 +22594,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10368, + offset: 10370, line: 315, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 10379, + offset: 10381, line: 315, - col: 31, + col: 33, }, }, ExpressionType: "const ?", @@ -22610,14 +22610,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10368, + offset: 10370, line: 315, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 10379, + offset: 10381, line: 315, - col: 31, + col: 33, }, }, Name: "application", @@ -22628,14 +22628,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10359, + offset: 10361, line: 315, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10367, + offset: 10369, line: 315, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -22646,14 +22646,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10362, + offset: 10364, line: 315, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 10367, + offset: 10369, line: 315, - col: 19, + col: 21, }, }, Name: "start", @@ -22662,14 +22662,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10359, + offset: 10361, line: 315, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10360, + offset: 10362, line: 315, - col: 12, + col: 14, }, }, ExpressionType: "? *", @@ -22678,14 +22678,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10359, + offset: 10361, line: 315, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10360, + offset: 10362, line: 315, - col: 12, + col: 14, }, }, Name: "p", @@ -22700,28 +22700,28 @@ '@role': [Declaration, For, Statement, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9955, + offset: 9957, line: 309, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 9981, + offset: 9983, line: 309, - col: 38, + col: 40, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9955, + offset: 9957, line: 309, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 9968, + offset: 9970, line: 309, - col: 25, + col: 27, }, }, IsConst: true, @@ -22737,14 +22737,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9961, + offset: 9963, line: 309, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 9968, + offset: 9970, line: 309, - col: 25, + col: 27, }, }, Name: "QString", @@ -22756,28 +22756,28 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9969, + offset: 9971, line: 309, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 9981, + offset: 9983, line: 309, - col: 38, + col: 40, }, }, DeclaresParameterPack: false, 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9970, + offset: 9972, line: 309, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 9981, + offset: 9983, line: 309, - col: 38, + col: 40, }, }, Name: "application", @@ -22791,14 +22791,14 @@ '@role': [Expression, For, Iterator, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9983, + offset: 9985, line: 309, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 10004, + offset: 10006, line: 309, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -22807,14 +22807,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9983, + offset: 9985, line: 309, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 10004, + offset: 10006, line: 309, - col: 61, + col: 63, }, }, Name: "m_applicationsToStart", @@ -22836,14 +22836,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10401, - line: 318, - col: 2, + offset: 10403, + line: 320, + col: 1, }, end: { '@type': "uast:Position", - offset: 11021, - line: 337, - col: 45, + offset: 11023, + line: 338, + col: 2, }, }, Nodes: [ @@ -22858,14 +22858,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10448, - line: 320, - col: 46, + offset: 10450, + line: 321, + col: 1, }, end: { '@type': "uast:Position", - offset: 11021, - line: 337, - col: 45, + offset: 11023, + line: 338, + col: 2, }, }, Statements: [ @@ -22873,28 +22873,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10454, + offset: 10456, line: 322, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10475, + offset: 10477, line: 322, - col: 24, + col: 26, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10454, + offset: 10456, line: 322, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10475, + offset: 10477, line: 322, - col: 24, + col: 26, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -22902,14 +22902,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10454, + offset: 10456, line: 322, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10457, + offset: 10459, line: 322, - col: 6, + col: 8, }, }, IsComplex: false, @@ -22935,14 +22935,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10458, + offset: 10460, line: 322, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10474, + offset: 10476, line: 322, - col: 23, + col: 25, }, }, DeclaresParameterPack: false, @@ -22950,14 +22950,14 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10471, + offset: 10473, line: 322, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 10474, + offset: 10476, line: 322, - col: 23, + col: 25, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTLiteralExpression", @@ -22965,14 +22965,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10473, + offset: 10475, line: 322, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 10474, + offset: 10476, line: 322, - col: 23, + col: 25, }, }, ExpressionType: "int", @@ -22985,14 +22985,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10473, + offset: 10475, line: 322, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 10474, + offset: 10476, line: 322, - col: 23, + col: 25, }, }, ExpressionType: "int", @@ -23004,14 +23004,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10458, + offset: 10460, line: 322, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10470, + offset: 10472, line: 322, - col: 19, + col: 21, }, }, Name: "screenNumber", @@ -23025,42 +23025,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10480, + offset: 10482, line: 323, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10510, + offset: 10512, line: 323, - col: 33, + col: 35, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10480, + offset: 10482, line: 323, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10510, + offset: 10512, line: 323, - col: 33, + col: 35, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10480, + offset: 10482, line: 323, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10496, + offset: 10498, line: 323, - col: 19, + col: 21, }, }, IsConst: false, @@ -23076,14 +23076,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10480, + offset: 10482, line: 323, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10496, + offset: 10498, line: 323, - col: 19, + col: 21, }, }, Name: "xcb_connection_t", @@ -23095,14 +23095,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10497, + offset: 10499, line: 323, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 10509, + offset: 10511, line: 323, - col: 32, + col: 34, }, }, DeclaresParameterPack: false, @@ -23110,14 +23110,14 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10500, + offset: 10502, line: 323, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 10509, + offset: 10511, line: 323, - col: 32, + col: 34, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTLiteralExpression", @@ -23125,14 +23125,14 @@ '@role': [Expression, Literal, 'Null'], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10502, + offset: 10504, line: 323, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 10509, + offset: 10511, line: 323, - col: 32, + col: 34, }, }, ExpressionType: "std::nullptr_t", @@ -23145,14 +23145,14 @@ '@role': [Expression, Literal, 'Null'], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10502, + offset: 10504, line: 323, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 10509, + offset: 10511, line: 323, - col: 32, + col: 34, }, }, ExpressionType: "std::nullptr_t", @@ -23164,14 +23164,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10498, + offset: 10500, line: 323, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 10499, + offset: 10501, line: 323, - col: 22, + col: 24, }, }, Name: "c", @@ -23186,14 +23186,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10515, + offset: 10517, line: 324, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10672, + offset: 10674, line: 328, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTBinaryExpression", @@ -23201,14 +23201,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10519, + offset: 10521, line: 324, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10542, + offset: 10544, line: 324, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -23218,14 +23218,14 @@ '@role': [Arithmetic, Binary, Expression, Incomplete, Initialization, Right, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10540, + offset: 10542, line: 324, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 10542, + offset: 10544, line: 324, - col: 30, + col: 32, }, }, ExpressionType: "int", @@ -23236,14 +23236,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10541, + offset: 10543, line: 324, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 10542, + offset: 10544, line: 324, - col: 30, + col: 32, }, }, ExpressionType: "int", @@ -23257,14 +23257,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10519, + offset: 10521, line: 324, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10536, + offset: 10538, line: 324, - col: 24, + col: 26, }, }, ExpressionType: "", @@ -23273,14 +23273,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10519, + offset: 10521, line: 324, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10536, + offset: 10538, line: 324, - col: 24, + col: 26, }, }, Name: "m_xcbConnectionFd", @@ -23290,14 +23290,14 @@ '@role': [Arithmetic, Binary, Expression, Incomplete, Right, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10540, + offset: 10542, line: 324, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 10542, + offset: 10544, line: 324, - col: 30, + col: 32, }, }, ExpressionType: "int", @@ -23308,14 +23308,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10541, + offset: 10543, line: 324, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 10542, + offset: 10544, line: 324, - col: 30, + col: 32, }, }, ExpressionType: "int", @@ -23330,14 +23330,14 @@ '@role': [Else, If], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10606, + offset: 10608, line: 326, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 10672, + offset: 10674, line: 328, - col: 4, + col: 6, }, }, Statements: [ @@ -23345,14 +23345,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10616, + offset: 10618, line: 327, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10666, + offset: 10668, line: 327, - col: 57, + col: 59, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -23360,14 +23360,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10616, + offset: 10618, line: 327, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10665, + offset: 10667, line: 327, - col: 56, + col: 58, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -23377,14 +23377,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10620, + offset: 10622, line: 327, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10665, + offset: 10667, line: 327, - col: 56, + col: 58, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -23395,14 +23395,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10638, + offset: 10640, line: 327, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 10655, + offset: 10657, line: 327, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -23411,14 +23411,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10638, + offset: 10640, line: 327, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 10655, + offset: 10657, line: 327, - col: 46, + col: 48, }, }, Name: "m_xcbConnectionFd", @@ -23429,14 +23429,14 @@ '@role': [Argument, Call, Expression, Function, Literal, 'Null'], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10657, + offset: 10659, line: 327, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 10664, + offset: 10666, line: 327, - col: 55, + col: 57, }, }, ExpressionType: "std::nullptr_t", @@ -23449,14 +23449,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10620, + offset: 10622, line: 327, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10637, + offset: 10639, line: 327, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -23465,14 +23465,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10620, + offset: 10622, line: 327, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10637, + offset: 10639, line: 327, - col: 28, + col: 30, }, }, Name: "xcb_connect_to_fd", @@ -23483,14 +23483,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10616, + offset: 10618, line: 327, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10617, + offset: 10619, line: 327, - col: 8, + col: 10, }, }, ExpressionType: "? *", @@ -23499,14 +23499,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10616, + offset: 10618, line: 327, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10617, + offset: 10619, line: 327, - col: 8, + col: 10, }, }, Name: "c", @@ -23516,14 +23516,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10620, + offset: 10622, line: 327, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10665, + offset: 10667, line: 327, - col: 56, + col: 58, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -23534,14 +23534,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10638, + offset: 10640, line: 327, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 10655, + offset: 10657, line: 327, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -23550,14 +23550,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10638, + offset: 10640, line: 327, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 10655, + offset: 10657, line: 327, - col: 46, + col: 48, }, }, Name: "m_xcbConnectionFd", @@ -23568,14 +23568,14 @@ '@role': [Argument, Call, Expression, Function, Literal, 'Null'], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10657, + offset: 10659, line: 327, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 10664, + offset: 10666, line: 327, - col: 55, + col: 57, }, }, ExpressionType: "std::nullptr_t", @@ -23588,14 +23588,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10620, + offset: 10622, line: 327, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10637, + offset: 10639, line: 327, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -23604,14 +23604,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10620, + offset: 10622, line: 327, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10637, + offset: 10639, line: 327, - col: 28, + col: 30, }, }, Name: "xcb_connect_to_fd", @@ -23626,14 +23626,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10544, + offset: 10546, line: 324, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 10600, + offset: 10602, line: 326, - col: 4, + col: 6, }, }, Statements: [ @@ -23641,14 +23641,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10554, + offset: 10556, line: 325, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10594, + offset: 10596, line: 325, - col: 47, + col: 49, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -23656,14 +23656,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10554, + offset: 10556, line: 325, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10593, + offset: 10595, line: 325, - col: 46, + col: 48, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -23673,14 +23673,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10558, + offset: 10560, line: 325, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10593, + offset: 10595, line: 325, - col: 46, + col: 48, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -23692,14 +23692,14 @@ '@role': [Argument, Call, Expression, Function, Literal, 'Null'], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10570, + offset: 10572, line: 325, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 10577, + offset: 10579, line: 325, - col: 30, + col: 32, }, }, ExpressionType: "std::nullptr_t", @@ -23711,14 +23711,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10579, + offset: 10581, line: 325, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 10592, + offset: 10594, line: 325, - col: 45, + col: 47, }, }, ExpressionType: "int *", @@ -23728,14 +23728,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10580, + offset: 10582, line: 325, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 10592, + offset: 10594, line: 325, - col: 45, + col: 47, }, }, ExpressionType: "int", @@ -23744,14 +23744,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10580, + offset: 10582, line: 325, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 10592, + offset: 10594, line: 325, - col: 45, + col: 47, }, }, Name: "screenNumber", @@ -23764,14 +23764,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10558, + offset: 10560, line: 325, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10569, + offset: 10571, line: 325, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -23780,14 +23780,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10558, + offset: 10560, line: 325, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10569, + offset: 10571, line: 325, - col: 22, + col: 24, }, }, Name: "xcb_connect", @@ -23798,14 +23798,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10554, + offset: 10556, line: 325, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10555, + offset: 10557, line: 325, - col: 8, + col: 10, }, }, ExpressionType: "? *", @@ -23814,14 +23814,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10554, + offset: 10556, line: 325, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10555, + offset: 10557, line: 325, - col: 8, + col: 10, }, }, Name: "c", @@ -23831,14 +23831,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10558, + offset: 10560, line: 325, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10593, + offset: 10595, line: 325, - col: 46, + col: 48, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -23850,14 +23850,14 @@ '@role': [Argument, Call, Expression, Function, Literal, 'Null'], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10570, + offset: 10572, line: 325, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 10577, + offset: 10579, line: 325, - col: 30, + col: 32, }, }, ExpressionType: "std::nullptr_t", @@ -23869,14 +23869,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10579, + offset: 10581, line: 325, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 10592, + offset: 10594, line: 325, - col: 45, + col: 47, }, }, ExpressionType: "int *", @@ -23886,14 +23886,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10580, + offset: 10582, line: 325, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 10592, + offset: 10594, line: 325, - col: 45, + col: 47, }, }, ExpressionType: "int", @@ -23902,14 +23902,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10580, + offset: 10582, line: 325, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 10592, + offset: 10594, line: 325, - col: 45, + col: 47, }, }, Name: "screenNumber", @@ -23922,14 +23922,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10558, + offset: 10560, line: 325, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10569, + offset: 10571, line: 325, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -23938,14 +23938,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10558, + offset: 10560, line: 325, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10569, + offset: 10571, line: 325, - col: 22, + col: 24, }, }, Name: "xcb_connect", @@ -23961,28 +23961,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10677, + offset: 10679, line: 329, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10861, + offset: 10863, line: 333, - col: 4, + col: 6, }, }, 'Prop_ConditionDeclaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10681, + offset: 10683, line: 329, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10720, + offset: 10722, line: 329, - col: 46, + col: 48, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -23990,14 +23990,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10681, + offset: 10683, line: 329, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10684, + offset: 10686, line: 329, - col: 10, + col: 12, }, }, IsComplex: false, @@ -24023,14 +24023,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10685, + offset: 10687, line: 329, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10720, + offset: 10722, line: 329, - col: 46, + col: 48, }, }, DeclaresParameterPack: false, @@ -24038,28 +24038,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10691, + offset: 10693, line: 329, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 10720, + offset: 10722, line: 329, - col: 46, + col: 48, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10693, + offset: 10695, line: 329, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 10720, + offset: 10722, line: 329, - col: 46, + col: 48, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -24070,14 +24070,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10718, + offset: 10720, line: 329, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 10719, + offset: 10721, line: 329, - col: 45, + col: 47, }, }, ExpressionType: "? *", @@ -24086,14 +24086,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10718, + offset: 10720, line: 329, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 10719, + offset: 10721, line: 329, - col: 45, + col: 47, }, }, Name: "c", @@ -24104,14 +24104,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10693, + offset: 10695, line: 329, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 10717, + offset: 10719, line: 329, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -24120,14 +24120,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10693, + offset: 10695, line: 329, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 10717, + offset: 10719, line: 329, - col: 43, + col: 45, }, }, Name: "xcb_connection_has_error", @@ -24138,14 +24138,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10693, + offset: 10695, line: 329, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 10720, + offset: 10722, line: 329, - col: 46, + col: 48, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -24156,14 +24156,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10718, + offset: 10720, line: 329, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 10719, + offset: 10721, line: 329, - col: 45, + col: 47, }, }, ExpressionType: "? *", @@ -24172,14 +24172,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10718, + offset: 10720, line: 329, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 10719, + offset: 10721, line: 329, - col: 45, + col: 47, }, }, Name: "c", @@ -24190,14 +24190,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10693, + offset: 10695, line: 329, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 10717, + offset: 10719, line: 329, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -24206,14 +24206,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10693, + offset: 10695, line: 329, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 10717, + offset: 10719, line: 329, - col: 43, + col: 45, }, }, Name: "xcb_connection_has_error", @@ -24224,14 +24224,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10685, + offset: 10687, line: 329, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10690, + offset: 10692, line: 329, - col: 16, + col: 18, }, }, Name: "error", @@ -24244,14 +24244,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10722, + offset: 10724, line: 329, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 10861, + offset: 10863, line: 333, - col: 4, + col: 6, }, }, Statements: [ @@ -24259,14 +24259,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10732, + offset: 10734, line: 330, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10822, + offset: 10824, line: 330, - col: 97, + col: 99, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -24274,14 +24274,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10732, + offset: 10734, line: 330, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10821, + offset: 10823, line: 330, - col: 96, + col: 98, }, }, ExpressionType: "", @@ -24291,14 +24291,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10812, + offset: 10814, line: 330, - col: 87, + col: 89, }, end: { '@type': "uast:Position", - offset: 10821, + offset: 10823, line: 330, - col: 96, + col: 98, }, }, ExpressionType: "", @@ -24307,14 +24307,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10812, + offset: 10814, line: 330, - col: 87, + col: 89, }, end: { '@type': "uast:Position", - offset: 10821, + offset: 10823, line: 330, - col: 96, + col: 98, }, }, Names: [ @@ -24332,14 +24332,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10732, + offset: 10734, line: 330, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10808, + offset: 10810, line: 330, - col: 83, + col: 85, }, }, ExpressionType: "", @@ -24349,14 +24349,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10803, + offset: 10805, line: 330, - col: 78, + col: 80, }, end: { '@type': "uast:Position", - offset: 10808, + offset: 10810, line: 330, - col: 83, + col: 85, }, }, ExpressionType: "int", @@ -24365,14 +24365,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10803, + offset: 10805, line: 330, - col: 78, + col: 80, }, end: { '@type': "uast:Position", - offset: 10808, + offset: 10810, line: 330, - col: 83, + col: 85, }, }, Name: "error", @@ -24383,14 +24383,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10732, + offset: 10734, line: 330, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10799, + offset: 10801, line: 330, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -24400,14 +24400,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10745, + offset: 10747, line: 330, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 10799, + offset: 10801, line: 330, - col: 74, + col: 76, }, }, Format: "", @@ -24417,14 +24417,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10732, + offset: 10734, line: 330, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10741, + offset: 10743, line: 330, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -24433,14 +24433,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10732, + offset: 10734, line: 330, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10741, + offset: 10743, line: 330, - col: 16, + col: 18, }, }, Names: [ @@ -24457,14 +24457,14 @@ '@role': [Binary, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10745, + offset: 10747, line: 330, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 10799, + offset: 10801, line: 330, - col: 74, + col: 76, }, }, Format: "", @@ -24475,14 +24475,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10803, + offset: 10805, line: 330, - col: 78, + col: 80, }, end: { '@type': "uast:Position", - offset: 10808, + offset: 10810, line: 330, - col: 83, + col: 85, }, }, ExpressionType: "int", @@ -24491,14 +24491,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10803, + offset: 10805, line: 330, - col: 78, + col: 80, }, end: { '@type': "uast:Position", - offset: 10808, + offset: 10810, line: 330, - col: 83, + col: 85, }, }, Name: "error", @@ -24509,14 +24509,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10812, + offset: 10814, line: 330, - col: 87, + col: 89, }, end: { '@type': "uast:Position", - offset: 10821, + offset: 10823, line: 330, - col: 96, + col: 98, }, }, ExpressionType: "", @@ -24525,14 +24525,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10812, + offset: 10814, line: 330, - col: 87, + col: 89, }, end: { '@type': "uast:Position", - offset: 10821, + offset: 10823, line: 330, - col: 96, + col: 98, }, }, Names: [ @@ -24551,28 +24551,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10831, + offset: 10833, line: 331, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10839, + offset: 10841, line: 331, - col: 15, + col: 17, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10831, + offset: 10833, line: 331, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10838, + offset: 10840, line: 331, - col: 14, + col: 16, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -24584,14 +24584,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10836, + offset: 10838, line: 331, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 10837, + offset: 10839, line: 331, - col: 13, + col: 15, }, }, ExpressionType: "int", @@ -24604,14 +24604,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10831, + offset: 10833, line: 331, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10835, + offset: 10837, line: 331, - col: 11, + col: 13, }, }, ExpressionType: "", @@ -24620,14 +24620,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10831, + offset: 10833, line: 331, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10835, + offset: 10837, line: 331, - col: 11, + col: 13, }, }, Name: "exit", @@ -24639,14 +24639,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10848, + offset: 10850, line: 332, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10855, + offset: 10857, line: 332, - col: 14, + col: 16, }, }, }, @@ -24657,28 +24657,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10866, + offset: 10868, line: 334, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10886, + offset: 10888, line: 334, - col: 23, + col: 25, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10866, + offset: 10868, line: 334, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10885, + offset: 10887, line: 334, - col: 22, + col: 24, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -24689,14 +24689,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10883, + offset: 10885, line: 334, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 10884, + offset: 10886, line: 334, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -24705,14 +24705,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10883, + offset: 10885, line: 334, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 10884, + offset: 10886, line: 334, - col: 21, + col: 23, }, }, Name: "c", @@ -24723,14 +24723,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10866, + offset: 10868, line: 334, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10882, + offset: 10884, line: 334, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -24739,14 +24739,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10866, + offset: 10868, line: 334, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10882, + offset: 10884, line: 334, - col: 19, + col: 21, }, }, Name: "setX11Connection", @@ -24758,28 +24758,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10941, + offset: 10943, line: 336, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10974, + offset: 10976, line: 336, - col: 36, + col: 38, }, }, LeadingComments: [ { '@type': "uast:Comment", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10891, + offset: 10893, line: 335, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10936, + offset: 10938, line: 335, - col: 48, + col: 50, }, }, Block: false, @@ -24793,14 +24793,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10941, + offset: 10943, line: 336, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10973, + offset: 10975, line: 336, - col: 35, + col: 37, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -24811,14 +24811,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10960, + offset: 10962, line: 336, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 10972, + offset: 10974, line: 336, - col: 34, + col: 36, }, }, ExpressionType: "int", @@ -24827,14 +24827,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10960, + offset: 10962, line: 336, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 10972, + offset: 10974, line: 336, - col: 34, + col: 36, }, }, Name: "screenNumber", @@ -24845,14 +24845,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10941, + offset: 10943, line: 336, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10959, + offset: 10961, line: 336, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -24861,14 +24861,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10941, + offset: 10943, line: 336, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10959, + offset: 10961, line: 336, - col: 21, + col: 23, }, }, Name: "setX11ScreenNumber", @@ -24880,42 +24880,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10979, + offset: 10981, line: 337, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11019, + offset: 11021, line: 337, - col: 43, + col: 45, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10979, + offset: 10981, line: 337, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11019, + offset: 11021, line: 337, - col: 43, + col: 45, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10979, + offset: 10981, line: 337, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10995, + offset: 10997, line: 337, - col: 19, + col: 21, }, }, IsConst: false, @@ -24931,14 +24931,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10979, + offset: 10981, line: 337, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10995, + offset: 10997, line: 337, - col: 19, + col: 21, }, }, Name: "setX11RootWindow", @@ -24950,14 +24950,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10995, + offset: 10997, line: 337, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 11018, + offset: 11020, line: 337, - col: 42, + col: 44, }, }, DeclaresParameterPack: false, @@ -24966,14 +24966,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10996, + offset: 10998, line: 337, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 11017, + offset: 11019, line: 337, - col: 41, + col: 43, }, }, IsConst: false, @@ -24986,14 +24986,14 @@ '@role': [Declaration, Function, Name], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10996, + offset: 10998, line: 337, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 11009, + offset: 11011, line: 337, - col: 33, + col: 35, }, }, Name: "defaultScreen", @@ -25002,28 +25002,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11013, + offset: 11015, line: 337, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 11017, + offset: 11019, line: 337, - col: 41, + col: 43, }, }, 'Prop_AbstractDeclarator': { '@type': "cpp:CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11017, + offset: 11019, line: 337, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 11017, + offset: 11019, line: 337, - col: 41, + col: 43, }, }, DeclaresParameterPack: false, @@ -25034,14 +25034,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11013, + offset: 11015, line: 337, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 11017, + offset: 11019, line: 337, - col: 41, + col: 43, }, }, IsConst: false, @@ -25057,14 +25057,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11013, + offset: 11015, line: 337, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 11017, + offset: 11019, line: 337, - col: 41, + col: 43, }, }, Name: "root", @@ -25091,14 +25091,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11023, - line: 338, - col: 2, + offset: 11025, + line: 340, + col: 1, }, end: { '@type': "uast:Position", - offset: 14014, - line: 409, - col: 23, + offset: 14016, + line: 410, + col: 2, }, }, Nodes: [ @@ -25113,14 +25113,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11070, - line: 340, - col: 46, + offset: 11072, + line: 341, + col: 1, }, end: { '@type': "uast:Position", - offset: 14014, - line: 409, - col: 23, + offset: 14016, + line: 410, + col: 2, }, }, Statements: [ @@ -25128,28 +25128,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11076, + offset: 11078, line: 342, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11182, + offset: 11184, line: 342, - col: 109, + col: 111, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11076, + offset: 11078, line: 342, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11181, + offset: 11183, line: 342, - col: 108, + col: 110, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -25160,14 +25160,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11087, + offset: 11089, line: 342, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 11105, + offset: 11107, line: 342, - col: 32, + col: 34, }, }, ExpressionType: "Attempt to use symbol failed: self", @@ -25177,14 +25177,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11087, + offset: 11089, line: 342, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 11103, + offset: 11105, line: 342, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -25193,14 +25193,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11087, + offset: 11089, line: 342, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 11103, + offset: 11105, line: 342, - col: 30, + col: 32, }, }, Names: [ @@ -25218,14 +25218,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11107, + offset: 11109, line: 342, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 11132, + offset: 11134, line: 342, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -25235,14 +25235,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11108, + offset: 11110, line: 342, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 11132, + offset: 11134, line: 342, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -25251,14 +25251,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11108, + offset: 11110, line: 342, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 11132, + offset: 11134, line: 342, - col: 59, + col: 61, }, }, Names: [ @@ -25278,14 +25278,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11134, + offset: 11136, line: 342, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 11138, + offset: 11140, line: 342, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -25297,14 +25297,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11140, + offset: 11142, line: 342, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 11180, + offset: 11182, line: 342, - col: 107, + col: 109, }, }, ExpressionType: "", @@ -25314,14 +25314,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11141, + offset: 11143, line: 342, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 11180, + offset: 11182, line: 342, - col: 107, + col: 109, }, }, ExpressionType: "", @@ -25330,14 +25330,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11141, + offset: 11143, line: 342, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 11180, + offset: 11182, line: 342, - col: 107, + col: 109, }, }, Names: [ @@ -25357,14 +25357,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11076, + offset: 11078, line: 342, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11086, + offset: 11088, line: 342, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -25373,14 +25373,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11076, + offset: 11078, line: 342, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11086, + offset: 11088, line: 342, - col: 13, + col: 15, }, }, Name: "disconnect", @@ -25392,28 +25392,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11187, + offset: 11189, line: 343, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11202, + offset: 11204, line: 343, - col: 18, + col: 20, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11187, + offset: 11189, line: 343, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11202, + offset: 11204, line: 343, - col: 18, + col: 20, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -25421,14 +25421,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11187, + offset: 11189, line: 343, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11190, + offset: 11192, line: 343, - col: 6, + col: 8, }, }, IsComplex: false, @@ -25454,14 +25454,14 @@ '@role': [Declaration, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11191, + offset: 11193, line: 343, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11201, + offset: 11203, line: 343, - col: 17, + col: 19, }, }, DeclaresParameterPack: false, @@ -25470,14 +25470,14 @@ '@role': [Declaration, Incomplete, List, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11198, + offset: 11200, line: 343, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 11201, + offset: 11203, line: 343, - col: 17, + col: 19, }, }, 'Prop_ConstantExpression': { '@type': "cpp:CPPASTLiteralExpression", @@ -25485,14 +25485,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11199, + offset: 11201, line: 343, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 11200, + offset: 11202, line: 343, - col: 16, + col: 18, }, }, ExpressionType: "int", @@ -25505,14 +25505,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11191, + offset: 11193, line: 343, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11198, + offset: 11200, line: 343, - col: 14, + col: 16, }, }, Name: "pipeFds", @@ -25526,14 +25526,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11207, + offset: 11209, line: 344, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11361, + offset: 11363, line: 348, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTBinaryExpression", @@ -25541,14 +25541,14 @@ '@role': [Binary, Equal, Expression, Not, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11211, + offset: 11213, line: 344, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11229, + offset: 11231, line: 344, - col: 25, + col: 27, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -25559,14 +25559,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11228, + offset: 11230, line: 344, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 11229, + offset: 11231, line: 344, - col: 25, + col: 27, }, }, ExpressionType: "int", @@ -25578,14 +25578,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11211, + offset: 11213, line: 344, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11224, + offset: 11226, line: 344, - col: 20, + col: 22, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -25596,14 +25596,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11216, + offset: 11218, line: 344, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 11223, + offset: 11225, line: 344, - col: 19, + col: 21, }, }, ExpressionType: "int [2]", @@ -25612,14 +25612,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11216, + offset: 11218, line: 344, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 11223, + offset: 11225, line: 344, - col: 19, + col: 21, }, }, Name: "pipeFds", @@ -25630,14 +25630,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11211, + offset: 11213, line: 344, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11215, + offset: 11217, line: 344, - col: 11, + col: 13, }, }, ExpressionType: "", @@ -25646,14 +25646,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11211, + offset: 11213, line: 344, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11215, + offset: 11217, line: 344, - col: 11, + col: 13, }, }, Name: "pipe", @@ -25665,14 +25665,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11228, + offset: 11230, line: 344, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 11229, + offset: 11231, line: 344, - col: 25, + col: 27, }, }, ExpressionType: "int", @@ -25685,14 +25685,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11231, + offset: 11233, line: 344, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 11361, + offset: 11363, line: 348, - col: 4, + col: 6, }, }, Statements: [ @@ -25700,14 +25700,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11241, + offset: 11243, line: 345, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11322, + offset: 11324, line: 345, - col: 88, + col: 90, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -25715,14 +25715,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11241, + offset: 11243, line: 345, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11321, + offset: 11323, line: 345, - col: 87, + col: 89, }, }, ExpressionType: "", @@ -25732,14 +25732,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11312, + offset: 11314, line: 345, - col: 78, + col: 80, }, end: { '@type': "uast:Position", - offset: 11321, + offset: 11323, line: 345, - col: 87, + col: 89, }, }, ExpressionType: "", @@ -25748,14 +25748,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11312, + offset: 11314, line: 345, - col: 78, + col: 80, }, end: { '@type': "uast:Position", - offset: 11321, + offset: 11323, line: 345, - col: 87, + col: 89, }, }, Names: [ @@ -25773,14 +25773,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11241, + offset: 11243, line: 345, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11308, + offset: 11310, line: 345, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -25790,14 +25790,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11254, + offset: 11256, line: 345, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 11308, + offset: 11310, line: 345, - col: 74, + col: 76, }, }, Format: "", @@ -25807,14 +25807,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11241, + offset: 11243, line: 345, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11250, + offset: 11252, line: 345, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -25823,14 +25823,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11241, + offset: 11243, line: 345, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11250, + offset: 11252, line: 345, - col: 16, + col: 18, }, }, Names: [ @@ -25847,14 +25847,14 @@ '@role': [Binary, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11254, + offset: 11256, line: 345, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 11308, + offset: 11310, line: 345, - col: 74, + col: 76, }, }, Format: "", @@ -25865,14 +25865,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11312, + offset: 11314, line: 345, - col: 78, + col: 80, }, end: { '@type': "uast:Position", - offset: 11321, + offset: 11323, line: 345, - col: 87, + col: 89, }, }, ExpressionType: "", @@ -25881,14 +25881,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11312, + offset: 11314, line: 345, - col: 78, + col: 80, }, end: { '@type': "uast:Position", - offset: 11321, + offset: 11323, line: 345, - col: 87, + col: 89, }, }, Names: [ @@ -25907,28 +25907,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11331, + offset: 11333, line: 346, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11339, + offset: 11341, line: 346, - col: 15, + col: 17, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11331, + offset: 11333, line: 346, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11338, + offset: 11340, line: 346, - col: 14, + col: 16, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -25940,14 +25940,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11336, + offset: 11338, line: 346, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 11337, + offset: 11339, line: 346, - col: 13, + col: 15, }, }, ExpressionType: "int", @@ -25960,14 +25960,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11331, + offset: 11333, line: 346, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11335, + offset: 11337, line: 346, - col: 11, + col: 13, }, }, ExpressionType: "", @@ -25976,14 +25976,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11331, + offset: 11333, line: 346, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11335, + offset: 11337, line: 346, - col: 11, + col: 13, }, }, Name: "exit", @@ -25995,14 +25995,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11348, + offset: 11350, line: 347, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11355, + offset: 11357, line: 347, - col: 14, + col: 16, }, }, }, @@ -26013,28 +26013,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11366, + offset: 11368, line: 349, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11376, + offset: 11378, line: 349, - col: 13, + col: 15, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11366, + offset: 11368, line: 349, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11376, + offset: 11378, line: 349, - col: 13, + col: 15, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -26042,14 +26042,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11366, + offset: 11368, line: 349, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11369, + offset: 11371, line: 349, - col: 6, + col: 8, }, }, IsComplex: false, @@ -26075,14 +26075,14 @@ '@role': [Declaration, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11370, + offset: 11372, line: 349, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11375, + offset: 11377, line: 349, - col: 12, + col: 14, }, }, DeclaresParameterPack: false, @@ -26091,14 +26091,14 @@ '@role': [Declaration, Incomplete, List, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11372, + offset: 11374, line: 349, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 11375, + offset: 11377, line: 349, - col: 12, + col: 14, }, }, 'Prop_ConstantExpression': { '@type': "cpp:CPPASTLiteralExpression", @@ -26106,14 +26106,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11373, + offset: 11375, line: 349, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 11374, + offset: 11376, line: 349, - col: 11, + col: 13, }, }, ExpressionType: "int", @@ -26126,14 +26126,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11370, + offset: 11372, line: 349, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11372, + offset: 11374, line: 349, - col: 9, + col: 11, }, }, Name: "sx", @@ -26147,14 +26147,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11381, + offset: 11383, line: 350, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11580, + offset: 11582, line: 354, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTBinaryExpression", @@ -26162,14 +26162,14 @@ '@role': [Binary, Expression, LessThan, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11385, + offset: 11387, line: 350, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11443, + offset: 11445, line: 350, - col: 65, + col: 67, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -26180,14 +26180,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11442, + offset: 11444, line: 350, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 11443, + offset: 11445, line: 350, - col: 65, + col: 67, }, }, ExpressionType: "int", @@ -26199,14 +26199,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11385, + offset: 11387, line: 350, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11439, + offset: 11441, line: 350, - col: 61, + col: 63, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -26217,14 +26217,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11396, + offset: 11398, line: 350, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 11403, + offset: 11405, line: 350, - col: 25, + col: 27, }, }, ExpressionType: "", @@ -26233,14 +26233,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11396, + offset: 11398, line: 350, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 11403, + offset: 11405, line: 350, - col: 25, + col: 27, }, }, Name: "AF_UNIX", @@ -26251,14 +26251,14 @@ '@role': [Argument, Binary, Bitwise, Call, Expression, Function, Or], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11405, + offset: 11407, line: 350, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 11431, + offset: 11433, line: 350, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -26268,14 +26268,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11419, + offset: 11421, line: 350, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 11431, + offset: 11433, line: 350, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -26284,14 +26284,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11419, + offset: 11421, line: 350, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 11431, + offset: 11433, line: 350, - col: 53, + col: 55, }, }, Name: "SOCK_CLOEXEC", @@ -26301,14 +26301,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11405, + offset: 11407, line: 350, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 11416, + offset: 11418, line: 350, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -26317,14 +26317,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11405, + offset: 11407, line: 350, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 11416, + offset: 11418, line: 350, - col: 38, + col: 40, }, }, Name: "SOCK_STREAM", @@ -26334,14 +26334,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11419, + offset: 11421, line: 350, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 11431, + offset: 11433, line: 350, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -26350,14 +26350,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11419, + offset: 11421, line: 350, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 11431, + offset: 11433, line: 350, - col: 53, + col: 55, }, }, Name: "SOCK_CLOEXEC", @@ -26369,14 +26369,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11433, + offset: 11435, line: 350, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 11434, + offset: 11436, line: 350, - col: 56, + col: 58, }, }, ExpressionType: "int", @@ -26388,14 +26388,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11436, + offset: 11438, line: 350, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 11438, + offset: 11440, line: 350, - col: 60, + col: 62, }, }, ExpressionType: "int [2]", @@ -26404,14 +26404,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11436, + offset: 11438, line: 350, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 11438, + offset: 11440, line: 350, - col: 60, + col: 62, }, }, Name: "sx", @@ -26422,14 +26422,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11385, + offset: 11387, line: 350, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11395, + offset: 11397, line: 350, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -26438,14 +26438,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11385, + offset: 11387, line: 350, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11395, + offset: 11397, line: 350, - col: 17, + col: 19, }, }, Name: "socketpair", @@ -26457,14 +26457,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11442, + offset: 11444, line: 350, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 11443, + offset: 11445, line: 350, - col: 65, + col: 67, }, }, ExpressionType: "int", @@ -26477,14 +26477,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11445, + offset: 11447, line: 350, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 11580, + offset: 11582, line: 354, - col: 4, + col: 6, }, }, Statements: [ @@ -26492,14 +26492,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11455, + offset: 11457, line: 351, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11541, + offset: 11543, line: 351, - col: 93, + col: 95, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -26507,14 +26507,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11455, + offset: 11457, line: 351, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11540, + offset: 11542, line: 351, - col: 92, + col: 94, }, }, ExpressionType: "", @@ -26524,14 +26524,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11531, + offset: 11533, line: 351, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 11540, + offset: 11542, line: 351, - col: 92, + col: 94, }, }, ExpressionType: "", @@ -26540,14 +26540,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11531, + offset: 11533, line: 351, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 11540, + offset: 11542, line: 351, - col: 92, + col: 94, }, }, Names: [ @@ -26565,14 +26565,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11455, + offset: 11457, line: 351, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11527, + offset: 11529, line: 351, - col: 79, + col: 81, }, }, ExpressionType: "", @@ -26582,14 +26582,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11468, + offset: 11470, line: 351, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 11527, + offset: 11529, line: 351, - col: 79, + col: 81, }, }, Format: "", @@ -26599,14 +26599,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11455, + offset: 11457, line: 351, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11464, + offset: 11466, line: 351, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -26615,14 +26615,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11455, + offset: 11457, line: 351, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11464, + offset: 11466, line: 351, - col: 16, + col: 18, }, }, Names: [ @@ -26639,14 +26639,14 @@ '@role': [Binary, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11468, + offset: 11470, line: 351, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 11527, + offset: 11529, line: 351, - col: 79, + col: 81, }, }, Format: "", @@ -26657,14 +26657,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11531, + offset: 11533, line: 351, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 11540, + offset: 11542, line: 351, - col: 92, + col: 94, }, }, ExpressionType: "", @@ -26673,14 +26673,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11531, + offset: 11533, line: 351, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 11540, + offset: 11542, line: 351, - col: 92, + col: 94, }, }, Names: [ @@ -26699,28 +26699,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11550, + offset: 11552, line: 352, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11558, + offset: 11560, line: 352, - col: 15, + col: 17, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11550, + offset: 11552, line: 352, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11557, + offset: 11559, line: 352, - col: 14, + col: 16, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -26732,14 +26732,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11555, + offset: 11557, line: 352, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 11556, + offset: 11558, line: 352, - col: 13, + col: 15, }, }, ExpressionType: "int", @@ -26752,14 +26752,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11550, + offset: 11552, line: 352, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11554, + offset: 11556, line: 352, - col: 11, + col: 13, }, }, ExpressionType: "", @@ -26768,14 +26768,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11550, + offset: 11552, line: 352, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11554, + offset: 11556, line: 352, - col: 11, + col: 13, }, }, Name: "exit", @@ -26787,14 +26787,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11567, + offset: 11569, line: 353, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11574, + offset: 11576, line: 353, - col: 14, + col: 16, }, }, }, @@ -26805,28 +26805,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11585, + offset: 11587, line: 355, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11605, + offset: 11607, line: 355, - col: 23, + col: 25, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11585, + offset: 11587, line: 355, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11605, + offset: 11607, line: 355, - col: 23, + col: 25, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -26834,14 +26834,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11585, + offset: 11587, line: 355, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11588, + offset: 11590, line: 355, - col: 6, + col: 8, }, }, IsComplex: false, @@ -26867,14 +26867,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11589, + offset: 11591, line: 355, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11604, + offset: 11606, line: 355, - col: 22, + col: 24, }, }, DeclaresParameterPack: false, @@ -26882,28 +26882,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11592, + offset: 11594, line: 355, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 11604, + offset: 11606, line: 355, - col: 22, + col: 24, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11594, + offset: 11596, line: 355, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 11604, + offset: 11606, line: 355, - col: 22, + col: 24, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -26914,14 +26914,14 @@ '@role': [Argument, Call, Function, Incomplete, List, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11598, + offset: 11600, line: 355, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 11603, + offset: 11605, line: 355, - col: 21, + col: 23, }, }, ExpressionType: "int", @@ -26932,14 +26932,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11601, + offset: 11603, line: 355, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 11602, + offset: 11604, line: 355, - col: 20, + col: 22, }, }, ExpressionType: "int", @@ -26951,14 +26951,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11598, + offset: 11600, line: 355, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 11600, + offset: 11602, line: 355, - col: 18, + col: 20, }, }, ExpressionType: "int [2]", @@ -26967,14 +26967,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11598, + offset: 11600, line: 355, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 11600, + offset: 11602, line: 355, - col: 18, + col: 20, }, }, Name: "sx", @@ -26985,14 +26985,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11601, + offset: 11603, line: 355, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 11602, + offset: 11604, line: 355, - col: 20, + col: 22, }, }, ExpressionType: "int", @@ -27006,14 +27006,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11594, + offset: 11596, line: 355, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 11597, + offset: 11599, line: 355, - col: 15, + col: 17, }, }, ExpressionType: "", @@ -27022,14 +27022,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11594, + offset: 11596, line: 355, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 11597, + offset: 11599, line: 355, - col: 15, + col: 17, }, }, Name: "dup", @@ -27040,14 +27040,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11594, + offset: 11596, line: 355, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 11604, + offset: 11606, line: 355, - col: 22, + col: 24, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -27058,14 +27058,14 @@ '@role': [Argument, Call, Function, Incomplete, List, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11598, + offset: 11600, line: 355, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 11603, + offset: 11605, line: 355, - col: 21, + col: 23, }, }, ExpressionType: "int", @@ -27076,14 +27076,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11601, + offset: 11603, line: 355, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 11602, + offset: 11604, line: 355, - col: 20, + col: 22, }, }, ExpressionType: "int", @@ -27095,14 +27095,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11598, + offset: 11600, line: 355, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 11600, + offset: 11602, line: 355, - col: 18, + col: 20, }, }, ExpressionType: "int [2]", @@ -27111,14 +27111,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11598, + offset: 11600, line: 355, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 11600, + offset: 11602, line: 355, - col: 18, + col: 20, }, }, Name: "sx", @@ -27129,14 +27129,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11601, + offset: 11603, line: 355, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 11602, + offset: 11604, line: 355, - col: 20, + col: 22, }, }, ExpressionType: "int", @@ -27150,14 +27150,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11594, + offset: 11596, line: 355, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 11597, + offset: 11599, line: 355, - col: 15, + col: 17, }, }, ExpressionType: "", @@ -27166,14 +27166,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11594, + offset: 11596, line: 355, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 11597, + offset: 11599, line: 355, - col: 15, + col: 17, }, }, Name: "dup", @@ -27184,14 +27184,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11589, + offset: 11591, line: 355, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11591, + offset: 11593, line: 355, - col: 9, + col: 11, }, }, Name: "fd", @@ -27205,14 +27205,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11610, + offset: 11612, line: 356, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11758, + offset: 11760, line: 360, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTBinaryExpression", @@ -27220,14 +27220,14 @@ '@role': [Binary, Expression, LessThan, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11614, + offset: 11616, line: 356, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11620, + offset: 11622, line: 356, - col: 13, + col: 15, }, }, ExpressionType: "bool", @@ -27238,14 +27238,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11619, + offset: 11621, line: 356, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 11620, + offset: 11622, line: 356, - col: 13, + col: 15, }, }, ExpressionType: "int", @@ -27257,14 +27257,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11614, + offset: 11616, line: 356, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11616, + offset: 11618, line: 356, - col: 9, + col: 11, }, }, ExpressionType: "int", @@ -27273,14 +27273,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11614, + offset: 11616, line: 356, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11616, + offset: 11618, line: 356, - col: 9, + col: 11, }, }, Name: "fd", @@ -27291,14 +27291,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11619, + offset: 11621, line: 356, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 11620, + offset: 11622, line: 356, - col: 13, + col: 15, }, }, ExpressionType: "int", @@ -27311,14 +27311,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11622, + offset: 11624, line: 356, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 11758, + offset: 11760, line: 360, - col: 4, + col: 6, }, }, Statements: [ @@ -27326,14 +27326,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11632, + offset: 11634, line: 357, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11718, + offset: 11720, line: 357, - col: 93, + col: 95, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -27341,14 +27341,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11632, + offset: 11634, line: 357, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11717, + offset: 11719, line: 357, - col: 92, + col: 94, }, }, ExpressionType: "", @@ -27358,14 +27358,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11708, + offset: 11710, line: 357, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 11717, + offset: 11719, line: 357, - col: 92, + col: 94, }, }, ExpressionType: "", @@ -27374,14 +27374,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11708, + offset: 11710, line: 357, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 11717, + offset: 11719, line: 357, - col: 92, + col: 94, }, }, Names: [ @@ -27399,14 +27399,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11632, + offset: 11634, line: 357, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11704, + offset: 11706, line: 357, - col: 79, + col: 81, }, }, ExpressionType: "", @@ -27416,14 +27416,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11645, + offset: 11647, line: 357, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 11704, + offset: 11706, line: 357, - col: 79, + col: 81, }, }, Format: "", @@ -27433,14 +27433,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11632, + offset: 11634, line: 357, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11641, + offset: 11643, line: 357, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -27449,14 +27449,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11632, + offset: 11634, line: 357, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11641, + offset: 11643, line: 357, - col: 16, + col: 18, }, }, Names: [ @@ -27473,14 +27473,14 @@ '@role': [Binary, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11645, + offset: 11647, line: 357, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 11704, + offset: 11706, line: 357, - col: 79, + col: 81, }, }, Format: "", @@ -27491,14 +27491,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11708, + offset: 11710, line: 357, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 11717, + offset: 11719, line: 357, - col: 92, + col: 94, }, }, ExpressionType: "", @@ -27507,14 +27507,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11708, + offset: 11710, line: 357, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 11717, + offset: 11719, line: 357, - col: 92, + col: 94, }, }, Names: [ @@ -27533,28 +27533,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11727, + offset: 11729, line: 358, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11736, + offset: 11738, line: 358, - col: 16, + col: 18, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11727, + offset: 11729, line: 358, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11735, + offset: 11737, line: 358, - col: 15, + col: 17, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -27566,14 +27566,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11732, + offset: 11734, line: 358, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 11734, + offset: 11736, line: 358, - col: 14, + col: 16, }, }, ExpressionType: "int", @@ -27586,14 +27586,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11727, + offset: 11729, line: 358, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11731, + offset: 11733, line: 358, - col: 11, + col: 13, }, }, ExpressionType: "", @@ -27602,14 +27602,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11727, + offset: 11729, line: 358, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11731, + offset: 11733, line: 358, - col: 11, + col: 13, }, }, Name: "exit", @@ -27621,14 +27621,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11745, + offset: 11747, line: 359, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11752, + offset: 11754, line: 359, - col: 14, + col: 16, }, }, }, @@ -27639,28 +27639,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11764, + offset: 11766, line: 362, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11834, + offset: 11836, line: 362, - col: 73, + col: 75, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11764, + offset: 11766, line: 362, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11834, + offset: 11836, line: 362, - col: 73, + col: 75, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -27668,14 +27668,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11764, + offset: 11766, line: 362, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11773, + offset: 11775, line: 362, - col: 12, + col: 14, }, }, IsComplex: false, @@ -27701,14 +27701,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11774, + offset: 11776, line: 362, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 11833, + offset: 11835, line: 362, - col: 72, + col: 74, }, }, DeclaresParameterPack: false, @@ -27716,28 +27716,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11788, + offset: 11790, line: 362, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 11833, + offset: 11835, line: 362, - col: 72, + col: 74, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11790, + offset: 11792, line: 362, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 11833, + offset: 11835, line: 362, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -27747,14 +27747,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11790, + offset: 11792, line: 362, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 11831, + offset: 11833, line: 362, - col: 70, + col: 72, }, }, ExpressionType: "", @@ -27765,14 +27765,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11807, + offset: 11809, line: 362, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 11831, + offset: 11833, line: 362, - col: 70, + col: 72, }, }, Name: "createXWaylandConnection", @@ -27781,14 +27781,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11790, + offset: 11792, line: 362, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 11805, + offset: 11807, line: 362, - col: 44, + col: 46, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -27798,14 +27798,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11790, + offset: 11792, line: 362, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 11803, + offset: 11805, line: 362, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -27814,14 +27814,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11790, + offset: 11792, line: 362, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 11803, + offset: 11805, line: 362, - col: 42, + col: 44, }, }, Name: "waylandServer", @@ -27834,14 +27834,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11790, + offset: 11792, line: 362, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 11833, + offset: 11835, line: 362, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -27851,14 +27851,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11790, + offset: 11792, line: 362, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 11831, + offset: 11833, line: 362, - col: 70, + col: 72, }, }, ExpressionType: "", @@ -27869,14 +27869,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11807, + offset: 11809, line: 362, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 11831, + offset: 11833, line: 362, - col: 70, + col: 72, }, }, Name: "createXWaylandConnection", @@ -27885,14 +27885,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11790, + offset: 11792, line: 362, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 11805, + offset: 11807, line: 362, - col: 44, + col: 46, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -27902,14 +27902,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11790, + offset: 11792, line: 362, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 11803, + offset: 11805, line: 362, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -27918,14 +27918,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11790, + offset: 11792, line: 362, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 11803, + offset: 11805, line: 362, - col: 42, + col: 44, }, }, Name: "waylandServer", @@ -27938,14 +27938,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11774, + offset: 11776, line: 362, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 11787, + offset: 11789, line: 362, - col: 26, + col: 28, }, }, Name: "waylandSocket", @@ -27959,14 +27959,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11839, + offset: 11841, line: 363, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11989, + offset: 11991, line: 367, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTBinaryExpression", @@ -27974,14 +27974,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11843, + offset: 11845, line: 363, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11862, + offset: 11864, line: 363, - col: 26, + col: 28, }, }, ExpressionType: "bool", @@ -27991,14 +27991,14 @@ '@role': [Arithmetic, Binary, Expression, Incomplete, Initialization, Right, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11860, + offset: 11862, line: 363, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 11862, + offset: 11864, line: 363, - col: 26, + col: 28, }, }, ExpressionType: "int", @@ -28009,14 +28009,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11861, + offset: 11863, line: 363, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 11862, + offset: 11864, line: 363, - col: 26, + col: 28, }, }, ExpressionType: "int", @@ -28030,14 +28030,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11843, + offset: 11845, line: 363, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11856, + offset: 11858, line: 363, - col: 20, + col: 22, }, }, ExpressionType: "const int", @@ -28046,14 +28046,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11843, + offset: 11845, line: 363, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11856, + offset: 11858, line: 363, - col: 20, + col: 22, }, }, Name: "waylandSocket", @@ -28063,14 +28063,14 @@ '@role': [Arithmetic, Binary, Expression, Incomplete, Right, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11860, + offset: 11862, line: 363, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 11862, + offset: 11864, line: 363, - col: 26, + col: 28, }, }, ExpressionType: "int", @@ -28081,14 +28081,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11861, + offset: 11863, line: 363, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 11862, + offset: 11864, line: 363, - col: 26, + col: 28, }, }, ExpressionType: "int", @@ -28103,14 +28103,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11864, + offset: 11866, line: 363, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 11989, + offset: 11991, line: 367, - col: 4, + col: 6, }, }, Statements: [ @@ -28118,14 +28118,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11874, + offset: 11876, line: 364, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11950, + offset: 11952, line: 364, - col: 83, + col: 85, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -28133,14 +28133,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11874, + offset: 11876, line: 364, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11949, + offset: 11951, line: 364, - col: 82, + col: 84, }, }, ExpressionType: "", @@ -28150,14 +28150,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11940, + offset: 11942, line: 364, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 11949, + offset: 11951, line: 364, - col: 82, + col: 84, }, }, ExpressionType: "", @@ -28166,14 +28166,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11940, + offset: 11942, line: 364, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 11949, + offset: 11951, line: 364, - col: 82, + col: 84, }, }, Names: [ @@ -28191,14 +28191,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11874, + offset: 11876, line: 364, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11936, + offset: 11938, line: 364, - col: 69, + col: 71, }, }, ExpressionType: "", @@ -28208,14 +28208,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11887, + offset: 11889, line: 364, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 11936, + offset: 11938, line: 364, - col: 69, + col: 71, }, }, Format: "", @@ -28225,14 +28225,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11874, + offset: 11876, line: 364, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11883, + offset: 11885, line: 364, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -28241,14 +28241,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11874, + offset: 11876, line: 364, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11883, + offset: 11885, line: 364, - col: 16, + col: 18, }, }, Names: [ @@ -28265,14 +28265,14 @@ '@role': [Binary, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11887, + offset: 11889, line: 364, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 11936, + offset: 11938, line: 364, - col: 69, + col: 71, }, }, Format: "", @@ -28283,14 +28283,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11940, + offset: 11942, line: 364, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 11949, + offset: 11951, line: 364, - col: 82, + col: 84, }, }, ExpressionType: "", @@ -28299,14 +28299,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11940, + offset: 11942, line: 364, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 11949, + offset: 11951, line: 364, - col: 82, + col: 84, }, }, Names: [ @@ -28325,28 +28325,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11959, + offset: 11961, line: 365, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11967, + offset: 11969, line: 365, - col: 15, + col: 17, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11959, + offset: 11961, line: 365, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11966, + offset: 11968, line: 365, - col: 14, + col: 16, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -28358,14 +28358,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11964, + offset: 11966, line: 365, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 11965, + offset: 11967, line: 365, - col: 13, + col: 15, }, }, ExpressionType: "int", @@ -28378,14 +28378,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11959, + offset: 11961, line: 365, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11963, + offset: 11965, line: 365, - col: 11, + col: 13, }, }, ExpressionType: "", @@ -28394,14 +28394,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11959, + offset: 11961, line: 365, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11963, + offset: 11965, line: 365, - col: 11, + col: 13, }, }, Name: "exit", @@ -28413,14 +28413,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11976, + offset: 11978, line: 366, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11983, + offset: 11985, line: 366, - col: 14, + col: 16, }, }, }, @@ -28431,28 +28431,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11994, + offset: 11996, line: 368, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12030, + offset: 12032, line: 368, - col: 39, + col: 41, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11994, + offset: 11996, line: 368, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12030, + offset: 12032, line: 368, - col: 39, + col: 41, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -28460,14 +28460,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11994, + offset: 11996, line: 368, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12003, + offset: 12005, line: 368, - col: 12, + col: 14, }, }, IsComplex: false, @@ -28493,14 +28493,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12004, + offset: 12006, line: 368, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 12029, + offset: 12031, line: 368, - col: 38, + col: 40, }, }, DeclaresParameterPack: false, @@ -28508,28 +28508,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12009, + offset: 12011, line: 368, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 12029, + offset: 12031, line: 368, - col: 38, + col: 40, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12011, + offset: 12013, line: 368, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 12029, + offset: 12031, line: 368, - col: 38, + col: 40, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -28540,14 +28540,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12015, + offset: 12017, line: 368, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 12028, + offset: 12030, line: 368, - col: 37, + col: 39, }, }, ExpressionType: "const int", @@ -28556,14 +28556,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12015, + offset: 12017, line: 368, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 12028, + offset: 12030, line: 368, - col: 37, + col: 39, }, }, Name: "waylandSocket", @@ -28574,14 +28574,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12011, + offset: 12013, line: 368, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 12014, + offset: 12016, line: 368, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -28590,14 +28590,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12011, + offset: 12013, line: 368, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 12014, + offset: 12016, line: 368, - col: 23, + col: 25, }, }, Name: "dup", @@ -28608,14 +28608,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12011, + offset: 12013, line: 368, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 12029, + offset: 12031, line: 368, - col: 38, + col: 40, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -28626,14 +28626,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12015, + offset: 12017, line: 368, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 12028, + offset: 12030, line: 368, - col: 37, + col: 39, }, }, ExpressionType: "const int", @@ -28642,14 +28642,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12015, + offset: 12017, line: 368, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 12028, + offset: 12030, line: 368, - col: 37, + col: 39, }, }, Name: "waylandSocket", @@ -28660,14 +28660,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12011, + offset: 12013, line: 368, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 12014, + offset: 12016, line: 368, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -28676,14 +28676,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12011, + offset: 12013, line: 368, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 12014, + offset: 12016, line: 368, - col: 23, + col: 25, }, }, Name: "dup", @@ -28694,14 +28694,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12004, + offset: 12006, line: 368, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 12008, + offset: 12010, line: 368, - col: 17, + col: 19, }, }, Name: "wlfd", @@ -28715,14 +28715,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12035, + offset: 12037, line: 369, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12175, + offset: 12177, line: 373, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTBinaryExpression", @@ -28730,14 +28730,14 @@ '@role': [Binary, Expression, LessThan, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12039, + offset: 12041, line: 369, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 12047, + offset: 12049, line: 369, - col: 15, + col: 17, }, }, ExpressionType: "bool", @@ -28748,14 +28748,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12046, + offset: 12048, line: 369, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 12047, + offset: 12049, line: 369, - col: 15, + col: 17, }, }, ExpressionType: "int", @@ -28767,14 +28767,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12039, + offset: 12041, line: 369, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 12043, + offset: 12045, line: 369, - col: 11, + col: 13, }, }, ExpressionType: "const int", @@ -28783,14 +28783,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12039, + offset: 12041, line: 369, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 12043, + offset: 12045, line: 369, - col: 11, + col: 13, }, }, Name: "wlfd", @@ -28801,14 +28801,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12046, + offset: 12048, line: 369, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 12047, + offset: 12049, line: 369, - col: 15, + col: 17, }, }, ExpressionType: "int", @@ -28821,14 +28821,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12049, + offset: 12051, line: 369, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 12175, + offset: 12177, line: 373, - col: 4, + col: 6, }, }, Statements: [ @@ -28836,14 +28836,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12059, + offset: 12061, line: 370, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 12135, + offset: 12137, line: 370, - col: 83, + col: 85, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -28851,14 +28851,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12059, + offset: 12061, line: 370, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 12134, + offset: 12136, line: 370, - col: 82, + col: 84, }, }, ExpressionType: "", @@ -28868,14 +28868,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12125, + offset: 12127, line: 370, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 12134, + offset: 12136, line: 370, - col: 82, + col: 84, }, }, ExpressionType: "", @@ -28884,14 +28884,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12125, + offset: 12127, line: 370, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 12134, + offset: 12136, line: 370, - col: 82, + col: 84, }, }, Names: [ @@ -28909,14 +28909,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12059, + offset: 12061, line: 370, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 12121, + offset: 12123, line: 370, - col: 69, + col: 71, }, }, ExpressionType: "", @@ -28926,14 +28926,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12072, + offset: 12074, line: 370, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 12121, + offset: 12123, line: 370, - col: 69, + col: 71, }, }, Format: "", @@ -28943,14 +28943,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12059, + offset: 12061, line: 370, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 12068, + offset: 12070, line: 370, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -28959,14 +28959,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12059, + offset: 12061, line: 370, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 12068, + offset: 12070, line: 370, - col: 16, + col: 18, }, }, Names: [ @@ -28983,14 +28983,14 @@ '@role': [Binary, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12072, + offset: 12074, line: 370, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 12121, + offset: 12123, line: 370, - col: 69, + col: 71, }, }, Format: "", @@ -29001,14 +29001,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12125, + offset: 12127, line: 370, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 12134, + offset: 12136, line: 370, - col: 82, + col: 84, }, }, ExpressionType: "", @@ -29017,14 +29017,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12125, + offset: 12127, line: 370, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 12134, + offset: 12136, line: 370, - col: 82, + col: 84, }, }, Names: [ @@ -29043,28 +29043,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12144, + offset: 12146, line: 371, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 12153, + offset: 12155, line: 371, - col: 16, + col: 18, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12144, + offset: 12146, line: 371, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 12152, + offset: 12154, line: 371, - col: 15, + col: 17, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -29076,14 +29076,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12149, + offset: 12151, line: 371, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 12151, + offset: 12153, line: 371, - col: 14, + col: 16, }, }, ExpressionType: "int", @@ -29096,14 +29096,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12144, + offset: 12146, line: 371, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 12148, + offset: 12150, line: 371, - col: 11, + col: 13, }, }, ExpressionType: "", @@ -29112,14 +29112,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12144, + offset: 12146, line: 371, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 12148, + offset: 12150, line: 371, - col: 11, + col: 13, }, }, Name: "exit", @@ -29131,14 +29131,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12162, + offset: 12164, line: 372, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 12169, + offset: 12171, line: 372, - col: 14, + col: 16, }, }, }, @@ -29149,14 +29149,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12181, + offset: 12183, line: 375, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12207, + offset: 12209, line: 375, - col: 29, + col: 31, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -29164,14 +29164,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12181, + offset: 12183, line: 375, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12206, + offset: 12208, line: 375, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -29181,14 +29181,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, List, Right, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12201, + offset: 12203, line: 375, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 12206, + offset: 12208, line: 375, - col: 28, + col: 30, }, }, ExpressionType: "int", @@ -29199,14 +29199,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12204, + offset: 12206, line: 375, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12205, + offset: 12207, line: 375, - col: 27, + col: 29, }, }, ExpressionType: "int", @@ -29218,14 +29218,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12201, + offset: 12203, line: 375, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 12203, + offset: 12205, line: 375, - col: 25, + col: 27, }, }, ExpressionType: "int [2]", @@ -29234,14 +29234,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12201, + offset: 12203, line: 375, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 12203, + offset: 12205, line: 375, - col: 25, + col: 27, }, }, Name: "sx", @@ -29252,14 +29252,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12204, + offset: 12206, line: 375, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12205, + offset: 12207, line: 375, - col: 27, + col: 29, }, }, ExpressionType: "int", @@ -29272,14 +29272,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12181, + offset: 12183, line: 375, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12198, + offset: 12200, line: 375, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -29288,14 +29288,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12181, + offset: 12183, line: 375, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12198, + offset: 12200, line: 375, - col: 20, + col: 22, }, }, Name: "m_xcbConnectionFd", @@ -29305,14 +29305,14 @@ '@role': [Binary, Expression, Incomplete, List, Right, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12201, + offset: 12203, line: 375, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 12206, + offset: 12208, line: 375, - col: 28, + col: 30, }, }, ExpressionType: "int", @@ -29323,14 +29323,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12204, + offset: 12206, line: 375, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12205, + offset: 12207, line: 375, - col: 27, + col: 29, }, }, ExpressionType: "int", @@ -29342,14 +29342,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12201, + offset: 12203, line: 375, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 12203, + offset: 12205, line: 375, - col: 25, + col: 27, }, }, ExpressionType: "int [2]", @@ -29358,14 +29358,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12201, + offset: 12203, line: 375, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 12203, + offset: 12205, line: 375, - col: 25, + col: 27, }, }, Name: "sx", @@ -29376,14 +29376,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12204, + offset: 12206, line: 375, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12205, + offset: 12207, line: 375, - col: 27, + col: 29, }, }, ExpressionType: "int", @@ -29398,14 +29398,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12213, + offset: 12215, line: 377, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12256, + offset: 12258, line: 377, - col: 46, + col: 48, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -29413,14 +29413,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12213, + offset: 12215, line: 377, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12255, + offset: 12257, line: 377, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -29430,14 +29430,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Instance, Right, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12233, + offset: 12235, line: 377, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 12255, + offset: 12257, line: 377, - col: 45, + col: 47, }, }, ExpressionType: "? *", @@ -29450,14 +29450,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12244, + offset: 12246, line: 377, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 12255, + offset: 12257, line: 377, - col: 45, + col: 47, }, }, 'Prop_Arguments': [ @@ -29465,14 +29465,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12245, + offset: 12247, line: 377, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12254, + offset: 12256, line: 377, - col: 44, + col: 46, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -29482,14 +29482,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12245, + offset: 12247, line: 377, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12252, + offset: 12254, line: 377, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -29498,14 +29498,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12245, + offset: 12247, line: 377, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12252, + offset: 12254, line: 377, - col: 42, + col: 44, }, }, Name: "kwinApp", @@ -29517,14 +29517,14 @@ '@role': [Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12245, + offset: 12247, line: 377, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12254, + offset: 12256, line: 377, - col: 44, + col: 46, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -29534,14 +29534,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12245, + offset: 12247, line: 377, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12252, + offset: 12254, line: 377, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -29550,14 +29550,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12245, + offset: 12247, line: 377, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12252, + offset: 12254, line: 377, - col: 42, + col: 44, }, }, Name: "kwinApp", @@ -29569,14 +29569,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12245, + offset: 12247, line: 377, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12254, + offset: 12256, line: 377, - col: 44, + col: 46, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -29586,14 +29586,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12245, + offset: 12247, line: 377, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12252, + offset: 12254, line: 377, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -29602,14 +29602,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12245, + offset: 12247, line: 377, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12252, + offset: 12254, line: 377, - col: 42, + col: 44, }, }, Name: "kwinApp", @@ -29620,28 +29620,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12237, + offset: 12239, line: 377, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 12244, + offset: 12246, line: 377, - col: 34, + col: 36, }, }, 'Prop_AbstractDeclarator': { '@type': "cpp:CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12244, + offset: 12246, line: 377, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 12244, + offset: 12246, line: 377, - col: 34, + col: 36, }, }, DeclaresParameterPack: false, @@ -29652,14 +29652,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12237, + offset: 12239, line: 377, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 12244, + offset: 12246, line: 377, - col: 34, + col: 36, }, }, IsConst: false, @@ -29675,14 +29675,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12237, + offset: 12239, line: 377, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 12244, + offset: 12246, line: 377, - col: 34, + col: 36, }, }, Name: "Process", @@ -29695,14 +29695,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12213, + offset: 12215, line: 377, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12230, + offset: 12232, line: 377, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -29711,14 +29711,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12213, + offset: 12215, line: 377, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12230, + offset: 12232, line: 377, - col: 20, + col: 22, }, }, Name: "m_xwaylandProcess", @@ -29728,14 +29728,14 @@ '@role': [Binary, Expression, Instance, Right, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12233, + offset: 12235, line: 377, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 12255, + offset: 12257, line: 377, - col: 45, + col: 47, }, }, ExpressionType: "? *", @@ -29748,14 +29748,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12244, + offset: 12246, line: 377, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 12255, + offset: 12257, line: 377, - col: 45, + col: 47, }, }, 'Prop_Arguments': [ @@ -29763,14 +29763,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12245, + offset: 12247, line: 377, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12254, + offset: 12256, line: 377, - col: 44, + col: 46, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -29780,14 +29780,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12245, + offset: 12247, line: 377, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12252, + offset: 12254, line: 377, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -29796,14 +29796,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12245, + offset: 12247, line: 377, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12252, + offset: 12254, line: 377, - col: 42, + col: 44, }, }, Name: "kwinApp", @@ -29815,14 +29815,14 @@ '@role': [Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12245, + offset: 12247, line: 377, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12254, + offset: 12256, line: 377, - col: 44, + col: 46, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -29832,14 +29832,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12245, + offset: 12247, line: 377, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12252, + offset: 12254, line: 377, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -29848,14 +29848,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12245, + offset: 12247, line: 377, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12252, + offset: 12254, line: 377, - col: 42, + col: 44, }, }, Name: "kwinApp", @@ -29867,14 +29867,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12245, + offset: 12247, line: 377, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12254, + offset: 12256, line: 377, - col: 44, + col: 46, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -29884,14 +29884,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12245, + offset: 12247, line: 377, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12252, + offset: 12254, line: 377, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -29900,14 +29900,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12245, + offset: 12247, line: 377, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12252, + offset: 12254, line: 377, - col: 42, + col: 44, }, }, Name: "kwinApp", @@ -29918,28 +29918,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12237, + offset: 12239, line: 377, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 12244, + offset: 12246, line: 377, - col: 34, + col: 36, }, }, 'Prop_AbstractDeclarator': { '@type': "cpp:CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12244, + offset: 12246, line: 377, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 12244, + offset: 12246, line: 377, - col: 34, + col: 36, }, }, DeclaresParameterPack: false, @@ -29950,14 +29950,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12237, + offset: 12239, line: 377, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 12244, + offset: 12246, line: 377, - col: 34, + col: 36, }, }, IsConst: false, @@ -29973,14 +29973,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12237, + offset: 12239, line: 377, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 12244, + offset: 12246, line: 377, - col: 34, + col: 36, }, }, Name: "Process", @@ -29995,28 +29995,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12261, + offset: 12263, line: 378, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12335, + offset: 12337, line: 378, - col: 77, + col: 79, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12261, + offset: 12263, line: 378, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12334, + offset: 12336, line: 378, - col: 76, + col: 78, }, }, ExpressionType: "", @@ -30027,14 +30027,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12302, + offset: 12304, line: 378, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 12333, + offset: 12335, line: 378, - col: 75, + col: 77, }, }, ExpressionType: "", @@ -30043,14 +30043,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12302, + offset: 12304, line: 378, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 12333, + offset: 12335, line: 378, - col: 75, + col: 77, }, }, Names: [ @@ -30068,14 +30068,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12261, + offset: 12263, line: 378, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12301, + offset: 12303, line: 378, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -30086,14 +30086,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12280, + offset: 12282, line: 378, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 12301, + offset: 12303, line: 378, - col: 43, + col: 45, }, }, Name: "setProcessChannelMode", @@ -30102,14 +30102,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12261, + offset: 12263, line: 378, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12278, + offset: 12280, line: 378, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -30118,14 +30118,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12261, + offset: 12263, line: 378, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12278, + offset: 12280, line: 378, - col: 20, + col: 22, }, }, Name: "m_xwaylandProcess", @@ -30138,28 +30138,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12340, + offset: 12342, line: 379, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12398, + offset: 12400, line: 379, - col: 61, + col: 63, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12340, + offset: 12342, line: 379, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12397, + offset: 12399, line: 379, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -30170,14 +30170,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12370, + offset: 12372, line: 379, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 12396, + offset: 12398, line: 379, - col: 59, + col: 61, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -30188,14 +30188,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12385, + offset: 12387, line: 379, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 12395, + offset: 12397, line: 379, - col: 58, + col: 60, }, }, Format: "", @@ -30206,14 +30206,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12370, + offset: 12372, line: 379, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 12384, + offset: 12386, line: 379, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -30222,14 +30222,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12370, + offset: 12372, line: 379, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 12384, + offset: 12386, line: 379, - col: 47, + col: 49, }, }, Name: "QStringLiteral", @@ -30241,14 +30241,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12340, + offset: 12342, line: 379, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12369, + offset: 12371, line: 379, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -30259,14 +30259,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12359, + offset: 12361, line: 379, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 12369, + offset: 12371, line: 379, - col: 32, + col: 34, }, }, Name: "setProgram", @@ -30275,14 +30275,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12340, + offset: 12342, line: 379, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12357, + offset: 12359, line: 379, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -30291,14 +30291,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12340, + offset: 12342, line: 379, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12357, + offset: 12359, line: 379, - col: 20, + col: 22, }, }, Name: "m_xwaylandProcess", @@ -30311,42 +30311,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12403, + offset: 12405, line: 380, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12443, + offset: 12445, line: 380, - col: 43, + col: 45, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12403, + offset: 12405, line: 380, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12443, + offset: 12445, line: 380, - col: 43, + col: 45, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12403, + offset: 12405, line: 380, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12422, + offset: 12424, line: 380, - col: 22, + col: 24, }, }, IsConst: false, @@ -30362,14 +30362,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12403, + offset: 12405, line: 380, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12422, + offset: 12424, line: 380, - col: 22, + col: 24, }, }, Name: "QProcessEnvironment", @@ -30381,14 +30381,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12423, + offset: 12425, line: 380, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 12442, + offset: 12444, line: 380, - col: 42, + col: 44, }, }, DeclaresParameterPack: false, @@ -30396,28 +30396,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12427, + offset: 12429, line: 380, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 12442, + offset: 12444, line: 380, - col: 42, + col: 44, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12429, + offset: 12431, line: 380, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 12442, + offset: 12444, line: 380, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -30426,14 +30426,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12429, + offset: 12431, line: 380, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 12442, + offset: 12444, line: 380, - col: 42, + col: 44, }, }, Name: "m_environment", @@ -30443,14 +30443,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12429, + offset: 12431, line: 380, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 12442, + offset: 12444, line: 380, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -30459,14 +30459,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12429, + offset: 12431, line: 380, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 12442, + offset: 12444, line: 380, - col: 42, + col: 44, }, }, Name: "m_environment", @@ -30476,14 +30476,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12423, + offset: 12425, line: 380, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 12426, + offset: 12428, line: 380, - col: 26, + col: 28, }, }, Name: "env", @@ -30497,28 +30497,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12448, + offset: 12450, line: 381, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12503, + offset: 12505, line: 381, - col: 58, + col: 60, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12448, + offset: 12450, line: 381, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12502, + offset: 12504, line: 381, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -30529,14 +30529,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12459, + offset: 12461, line: 381, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 12475, + offset: 12477, line: 381, - col: 30, + col: 32, }, }, Format: "", @@ -30546,14 +30546,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12477, + offset: 12479, line: 381, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 12501, + offset: 12503, line: 381, - col: 56, + col: 58, }, }, ExpressionType: "Attempt to use symbol failed: number", @@ -30564,14 +30564,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12496, + offset: 12498, line: 381, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 12500, + offset: 12502, line: 381, - col: 55, + col: 57, }, }, ExpressionType: "const int", @@ -30580,14 +30580,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12496, + offset: 12498, line: 381, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 12500, + offset: 12502, line: 381, - col: 55, + col: 57, }, }, Name: "wlfd", @@ -30598,14 +30598,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12477, + offset: 12479, line: 381, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 12495, + offset: 12497, line: 381, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -30614,14 +30614,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12477, + offset: 12479, line: 381, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 12495, + offset: 12497, line: 381, - col: 50, + col: 52, }, }, Names: [ @@ -30640,14 +30640,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12448, + offset: 12450, line: 381, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12458, + offset: 12460, line: 381, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -30658,14 +30658,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12452, + offset: 12454, line: 381, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 12458, + offset: 12460, line: 381, - col: 13, + col: 15, }, }, Name: "insert", @@ -30674,14 +30674,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12448, + offset: 12450, line: 381, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12451, + offset: 12453, line: 381, - col: 6, + col: 8, }, }, ExpressionType: "", @@ -30690,14 +30690,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12448, + offset: 12450, line: 381, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12451, + offset: 12453, line: 381, - col: 6, + col: 8, }, }, Name: "env", @@ -30710,28 +30710,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12508, + offset: 12510, line: 382, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12561, + offset: 12563, line: 382, - col: 56, + col: 58, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12508, + offset: 12510, line: 382, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12560, + offset: 12562, line: 382, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -30742,14 +30742,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12519, + offset: 12521, line: 382, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 12533, + offset: 12535, line: 382, - col: 28, + col: 30, }, }, Format: "", @@ -30759,14 +30759,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12535, + offset: 12537, line: 382, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 12559, + offset: 12561, line: 382, - col: 54, + col: 56, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -30777,14 +30777,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12553, + offset: 12555, line: 382, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 12558, + offset: 12560, line: 382, - col: 53, + col: 55, }, }, Format: "", @@ -30795,14 +30795,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12535, + offset: 12537, line: 382, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 12552, + offset: 12554, line: 382, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -30811,14 +30811,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12535, + offset: 12537, line: 382, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 12552, + offset: 12554, line: 382, - col: 47, + col: 49, }, }, Name: "QByteArrayLiteral", @@ -30830,14 +30830,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12508, + offset: 12510, line: 382, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12518, + offset: 12520, line: 382, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -30848,14 +30848,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12512, + offset: 12514, line: 382, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 12518, + offset: 12520, line: 382, - col: 13, + col: 15, }, }, Name: "insert", @@ -30864,14 +30864,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12508, + offset: 12510, line: 382, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12511, + offset: 12513, line: 382, - col: 6, + col: 8, }, }, ExpressionType: "", @@ -30880,14 +30880,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12508, + offset: 12510, line: 382, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12511, + offset: 12513, line: 382, - col: 6, + col: 8, }, }, Name: "env", @@ -30900,28 +30900,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12566, + offset: 12568, line: 383, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12612, + offset: 12614, line: 383, - col: 49, + col: 51, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12566, + offset: 12568, line: 383, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12611, + offset: 12613, line: 383, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -30932,14 +30932,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12607, + offset: 12609, line: 383, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 12610, + offset: 12612, line: 383, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -30948,14 +30948,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12607, + offset: 12609, line: 383, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 12610, + offset: 12612, line: 383, - col: 47, + col: 49, }, }, Name: "env", @@ -30966,14 +30966,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12566, + offset: 12568, line: 383, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12606, + offset: 12608, line: 383, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -30984,14 +30984,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12585, + offset: 12587, line: 383, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 12606, + offset: 12608, line: 383, - col: 43, + col: 45, }, }, Name: "setProcessEnvironment", @@ -31000,14 +31000,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12566, + offset: 12568, line: 383, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12583, + offset: 12585, line: 383, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -31016,14 +31016,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12566, + offset: 12568, line: 383, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12583, + offset: 12585, line: 383, - col: 20, + col: 22, }, }, Name: "m_xwaylandProcess", @@ -31036,28 +31036,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12617, + offset: 12619, line: 384, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12891, + offset: 12893, line: 388, - col: 48, + col: 50, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12617, + offset: 12619, line: 384, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12890, + offset: 12892, line: 388, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -31068,14 +31068,14 @@ '@role': [Argument, Call, Function, Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12649, + offset: 12651, line: 384, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12889, + offset: 12891, line: 388, - col: 46, + col: 48, }, }, 'Prop_Clauses': [ @@ -31083,14 +31083,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12650, + offset: 12652, line: 384, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 12678, + offset: 12680, line: 384, - col: 64, + col: 66, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -31101,14 +31101,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12665, + offset: 12667, line: 384, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 12677, + offset: 12679, line: 384, - col: 63, + col: 65, }, }, Format: "", @@ -31119,14 +31119,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12650, + offset: 12652, line: 384, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 12664, + offset: 12666, line: 384, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -31135,14 +31135,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12650, + offset: 12652, line: 384, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 12664, + offset: 12666, line: 384, - col: 50, + col: 52, }, }, Name: "QStringLiteral", @@ -31153,14 +31153,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12707, + offset: 12709, line: 385, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12734, + offset: 12736, line: 385, - col: 53, + col: 55, }, }, ExpressionType: "Attempt to use symbol failed: number", @@ -31171,14 +31171,14 @@ '@role': [Argument, Call, Function, Incomplete, List, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12723, + offset: 12725, line: 385, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 12733, + offset: 12735, line: 385, - col: 52, + col: 54, }, }, ExpressionType: "int", @@ -31189,14 +31189,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12731, + offset: 12733, line: 385, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 12732, + offset: 12734, line: 385, - col: 51, + col: 53, }, }, ExpressionType: "int", @@ -31208,14 +31208,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12723, + offset: 12725, line: 385, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 12730, + offset: 12732, line: 385, - col: 49, + col: 51, }, }, ExpressionType: "int [2]", @@ -31224,14 +31224,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12723, + offset: 12725, line: 385, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 12730, + offset: 12732, line: 385, - col: 49, + col: 51, }, }, Name: "pipeFds", @@ -31242,14 +31242,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12731, + offset: 12733, line: 385, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 12732, + offset: 12734, line: 385, - col: 51, + col: 53, }, }, ExpressionType: "int", @@ -31263,14 +31263,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12707, + offset: 12709, line: 385, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12722, + offset: 12724, line: 385, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -31279,14 +31279,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12707, + offset: 12709, line: 385, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12722, + offset: 12724, line: 385, - col: 41, + col: 43, }, }, Names: [ @@ -31304,14 +31304,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12763, + offset: 12765, line: 386, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12790, + offset: 12792, line: 386, - col: 53, + col: 55, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -31322,14 +31322,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12778, + offset: 12780, line: 386, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 12789, + offset: 12791, line: 386, - col: 52, + col: 54, }, }, Format: "", @@ -31340,14 +31340,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12763, + offset: 12765, line: 386, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12777, + offset: 12779, line: 386, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -31356,14 +31356,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12763, + offset: 12765, line: 386, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12777, + offset: 12779, line: 386, - col: 40, + col: 42, }, }, Name: "QStringLiteral", @@ -31374,14 +31374,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12819, + offset: 12821, line: 387, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12840, + offset: 12842, line: 387, - col: 47, + col: 49, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -31392,14 +31392,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12834, + offset: 12836, line: 387, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 12839, + offset: 12841, line: 387, - col: 46, + col: 48, }, }, Format: "", @@ -31410,14 +31410,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12819, + offset: 12821, line: 387, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12833, + offset: 12835, line: 387, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -31426,14 +31426,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12819, + offset: 12821, line: 387, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12833, + offset: 12835, line: 387, - col: 40, + col: 42, }, }, Name: "QStringLiteral", @@ -31444,14 +31444,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12869, + offset: 12871, line: 388, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12888, + offset: 12890, line: 388, - col: 45, + col: 47, }, }, ExpressionType: "Attempt to use symbol failed: number", @@ -31462,14 +31462,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12885, + offset: 12887, line: 388, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 12887, + offset: 12889, line: 388, - col: 44, + col: 46, }, }, ExpressionType: "int", @@ -31478,14 +31478,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12885, + offset: 12887, line: 388, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 12887, + offset: 12889, line: 388, - col: 44, + col: 46, }, }, Name: "fd", @@ -31496,14 +31496,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12869, + offset: 12871, line: 388, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12884, + offset: 12886, line: 388, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -31512,14 +31512,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12869, + offset: 12871, line: 388, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12884, + offset: 12886, line: 388, - col: 41, + col: 43, }, }, Names: [ @@ -31541,14 +31541,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12650, + offset: 12652, line: 384, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 12678, + offset: 12680, line: 384, - col: 64, + col: 66, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -31559,14 +31559,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12665, + offset: 12667, line: 384, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 12677, + offset: 12679, line: 384, - col: 63, + col: 65, }, }, Format: "", @@ -31577,14 +31577,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12650, + offset: 12652, line: 384, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 12664, + offset: 12666, line: 384, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -31593,14 +31593,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12650, + offset: 12652, line: 384, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 12664, + offset: 12666, line: 384, - col: 50, + col: 52, }, }, Name: "QStringLiteral", @@ -31611,14 +31611,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12650, + offset: 12652, line: 384, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 12678, + offset: 12680, line: 384, - col: 64, + col: 66, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -31629,14 +31629,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12665, + offset: 12667, line: 384, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 12677, + offset: 12679, line: 384, - col: 63, + col: 65, }, }, Format: "", @@ -31647,14 +31647,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12650, + offset: 12652, line: 384, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 12664, + offset: 12666, line: 384, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -31663,14 +31663,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12650, + offset: 12652, line: 384, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 12664, + offset: 12666, line: 384, - col: 50, + col: 52, }, }, Name: "QStringLiteral", @@ -31684,14 +31684,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12707, + offset: 12709, line: 385, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12734, + offset: 12736, line: 385, - col: 53, + col: 55, }, }, ExpressionType: "Attempt to use symbol failed: number", @@ -31702,14 +31702,14 @@ '@role': [Argument, Call, Function, Incomplete, List, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12723, + offset: 12725, line: 385, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 12733, + offset: 12735, line: 385, - col: 52, + col: 54, }, }, ExpressionType: "int", @@ -31720,14 +31720,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12731, + offset: 12733, line: 385, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 12732, + offset: 12734, line: 385, - col: 51, + col: 53, }, }, ExpressionType: "int", @@ -31739,14 +31739,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12723, + offset: 12725, line: 385, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 12730, + offset: 12732, line: 385, - col: 49, + col: 51, }, }, ExpressionType: "int [2]", @@ -31755,14 +31755,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12723, + offset: 12725, line: 385, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 12730, + offset: 12732, line: 385, - col: 49, + col: 51, }, }, Name: "pipeFds", @@ -31773,14 +31773,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12731, + offset: 12733, line: 385, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 12732, + offset: 12734, line: 385, - col: 51, + col: 53, }, }, ExpressionType: "int", @@ -31794,14 +31794,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12707, + offset: 12709, line: 385, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12722, + offset: 12724, line: 385, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -31810,14 +31810,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12707, + offset: 12709, line: 385, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12722, + offset: 12724, line: 385, - col: 41, + col: 43, }, }, Names: [ @@ -31835,14 +31835,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12707, + offset: 12709, line: 385, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12734, + offset: 12736, line: 385, - col: 53, + col: 55, }, }, ExpressionType: "Attempt to use symbol failed: number", @@ -31853,14 +31853,14 @@ '@role': [Argument, Call, Function, Incomplete, List, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12723, + offset: 12725, line: 385, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 12733, + offset: 12735, line: 385, - col: 52, + col: 54, }, }, ExpressionType: "int", @@ -31871,14 +31871,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12731, + offset: 12733, line: 385, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 12732, + offset: 12734, line: 385, - col: 51, + col: 53, }, }, ExpressionType: "int", @@ -31890,14 +31890,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12723, + offset: 12725, line: 385, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 12730, + offset: 12732, line: 385, - col: 49, + col: 51, }, }, ExpressionType: "int [2]", @@ -31906,14 +31906,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12723, + offset: 12725, line: 385, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 12730, + offset: 12732, line: 385, - col: 49, + col: 51, }, }, Name: "pipeFds", @@ -31924,14 +31924,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12731, + offset: 12733, line: 385, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 12732, + offset: 12734, line: 385, - col: 51, + col: 53, }, }, ExpressionType: "int", @@ -31945,14 +31945,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12707, + offset: 12709, line: 385, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12722, + offset: 12724, line: 385, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -31961,14 +31961,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12707, + offset: 12709, line: 385, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12722, + offset: 12724, line: 385, - col: 41, + col: 43, }, }, Names: [ @@ -31989,14 +31989,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12763, + offset: 12765, line: 386, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12790, + offset: 12792, line: 386, - col: 53, + col: 55, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -32007,14 +32007,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12778, + offset: 12780, line: 386, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 12789, + offset: 12791, line: 386, - col: 52, + col: 54, }, }, Format: "", @@ -32025,14 +32025,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12763, + offset: 12765, line: 386, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12777, + offset: 12779, line: 386, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -32041,14 +32041,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12763, + offset: 12765, line: 386, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12777, + offset: 12779, line: 386, - col: 40, + col: 42, }, }, Name: "QStringLiteral", @@ -32059,14 +32059,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12763, + offset: 12765, line: 386, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12790, + offset: 12792, line: 386, - col: 53, + col: 55, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -32077,14 +32077,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12778, + offset: 12780, line: 386, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 12789, + offset: 12791, line: 386, - col: 52, + col: 54, }, }, Format: "", @@ -32095,14 +32095,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12763, + offset: 12765, line: 386, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12777, + offset: 12779, line: 386, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -32111,14 +32111,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12763, + offset: 12765, line: 386, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12777, + offset: 12779, line: 386, - col: 40, + col: 42, }, }, Name: "QStringLiteral", @@ -32132,14 +32132,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12819, + offset: 12821, line: 387, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12840, + offset: 12842, line: 387, - col: 47, + col: 49, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -32150,14 +32150,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12834, + offset: 12836, line: 387, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 12839, + offset: 12841, line: 387, - col: 46, + col: 48, }, }, Format: "", @@ -32168,14 +32168,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12819, + offset: 12821, line: 387, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12833, + offset: 12835, line: 387, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -32184,14 +32184,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12819, + offset: 12821, line: 387, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12833, + offset: 12835, line: 387, - col: 40, + col: 42, }, }, Name: "QStringLiteral", @@ -32202,14 +32202,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12819, + offset: 12821, line: 387, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12840, + offset: 12842, line: 387, - col: 47, + col: 49, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -32220,14 +32220,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12834, + offset: 12836, line: 387, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 12839, + offset: 12841, line: 387, - col: 46, + col: 48, }, }, Format: "", @@ -32238,14 +32238,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12819, + offset: 12821, line: 387, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12833, + offset: 12835, line: 387, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -32254,14 +32254,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12819, + offset: 12821, line: 387, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12833, + offset: 12835, line: 387, - col: 40, + col: 42, }, }, Name: "QStringLiteral", @@ -32275,14 +32275,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12869, + offset: 12871, line: 388, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12888, + offset: 12890, line: 388, - col: 45, + col: 47, }, }, ExpressionType: "Attempt to use symbol failed: number", @@ -32293,14 +32293,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12885, + offset: 12887, line: 388, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 12887, + offset: 12889, line: 388, - col: 44, + col: 46, }, }, ExpressionType: "int", @@ -32309,14 +32309,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12885, + offset: 12887, line: 388, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 12887, + offset: 12889, line: 388, - col: 44, + col: 46, }, }, Name: "fd", @@ -32327,14 +32327,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12869, + offset: 12871, line: 388, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12884, + offset: 12886, line: 388, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -32343,14 +32343,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12869, + offset: 12871, line: 388, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12884, + offset: 12886, line: 388, - col: 41, + col: 43, }, }, Names: [ @@ -32368,14 +32368,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12869, + offset: 12871, line: 388, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12888, + offset: 12890, line: 388, - col: 45, + col: 47, }, }, ExpressionType: "Attempt to use symbol failed: number", @@ -32386,14 +32386,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12885, + offset: 12887, line: 388, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 12887, + offset: 12889, line: 388, - col: 44, + col: 46, }, }, ExpressionType: "int", @@ -32402,14 +32402,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12885, + offset: 12887, line: 388, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 12887, + offset: 12889, line: 388, - col: 44, + col: 46, }, }, Name: "fd", @@ -32420,14 +32420,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12869, + offset: 12871, line: 388, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12884, + offset: 12886, line: 388, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -32436,14 +32436,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12869, + offset: 12871, line: 388, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12884, + offset: 12886, line: 388, - col: 41, + col: 43, }, }, Names: [ @@ -32466,14 +32466,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12617, + offset: 12619, line: 384, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12648, + offset: 12650, line: 384, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -32484,14 +32484,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12636, + offset: 12638, line: 384, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 12648, + offset: 12650, line: 384, - col: 34, + col: 36, }, }, Name: "setArguments", @@ -32500,14 +32500,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12617, + offset: 12619, line: 384, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12634, + offset: 12636, line: 384, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -32516,14 +32516,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12617, + offset: 12619, line: 384, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12634, + offset: 12636, line: 384, - col: 20, + col: 22, }, }, Name: "m_xwaylandProcess", @@ -32536,14 +32536,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12896, + offset: 12898, line: 389, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13375, + offset: 13377, line: 398, - col: 5, + col: 7, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -32551,14 +32551,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12896, + offset: 12898, line: 389, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13374, + offset: 13376, line: 398, - col: 4, + col: 6, }, }, ExpressionType: "", @@ -32568,14 +32568,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12923, + offset: 12925, line: 389, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 13374, + offset: 13376, line: 398, - col: 4, + col: 6, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -32586,14 +32586,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12931, + offset: 12933, line: 389, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 12948, + offset: 12950, line: 389, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -32602,14 +32602,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12931, + offset: 12933, line: 389, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 12948, + offset: 12950, line: 389, - col: 55, + col: 57, }, }, Name: "m_xwaylandProcess", @@ -32619,14 +32619,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12950, + offset: 12952, line: 389, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 13023, + offset: 13025, line: 389, - col: 130, + col: 132, }, }, CastOperator: "static_cast", @@ -32637,14 +32637,14 @@ '@role': [Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13006, + offset: 13008, line: 389, - col: 113, + col: 115, }, end: { '@type': "uast:Position", - offset: 13022, + offset: 13024, line: 389, - col: 129, + col: 131, }, }, ExpressionType: "", @@ -32654,14 +32654,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13007, + offset: 13009, line: 389, - col: 114, + col: 116, }, end: { '@type': "uast:Position", - offset: 13022, + offset: 13024, line: 389, - col: 129, + col: 131, }, }, ExpressionType: "", @@ -32670,14 +32670,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13007, + offset: 13009, line: 389, - col: 114, + col: 116, }, end: { '@type': "uast:Position", - offset: 13022, + offset: 13024, line: 389, - col: 129, + col: 131, }, }, Names: [ @@ -32696,28 +32696,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12962, + offset: 12964, line: 389, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 13004, + offset: 13006, line: 389, - col: 111, + col: 113, }, }, 'Prop_AbstractDeclarator': { '@type': "cpp:CPPASTFunctionDeclarator", '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12967, + offset: 12969, line: 389, - col: 74, + col: 76, }, end: { '@type': "uast:Position", - offset: 13004, + offset: 13006, line: 389, - col: 111, + col: 113, }, }, IsConst: false, @@ -32731,14 +32731,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12968, + offset: 12970, line: 389, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 12979, + offset: 12981, line: 389, - col: 86, + col: 88, }, }, DeclaresParameterPack: false, @@ -32747,14 +32747,14 @@ { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12968, + offset: 12970, line: 389, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 12978, + offset: 12980, line: 389, - col: 85, + col: 87, }, }, Names: [ @@ -32772,14 +32772,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13003, + offset: 13005, line: 389, - col: 110, + col: 112, }, end: { '@type': "uast:Position", - offset: 13003, + offset: 13005, line: 389, - col: 110, + col: 112, }, }, DeclaresParameterPack: false, @@ -32788,14 +32788,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12981, + offset: 12983, line: 389, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 13003, + offset: 13005, line: 389, - col: 110, + col: 112, }, }, IsConst: false, @@ -32811,14 +32811,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12981, + offset: 12983, line: 389, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 13003, + offset: 13005, line: 389, - col: 110, + col: 112, }, }, Names: [ @@ -32841,14 +32841,14 @@ '@role': ['Null', Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12962, + offset: 12964, line: 389, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 12966, + offset: 12968, line: 389, - col: 73, + col: 75, }, }, IsComplex: false, @@ -32876,14 +32876,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13025, + offset: 13027, line: 389, - col: 132, + col: 134, }, end: { '@type': "uast:Position", - offset: 13029, + offset: 13031, line: 389, - col: 136, + col: 138, }, }, ExpressionType: "", @@ -32895,14 +32895,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13039, + offset: 13041, line: 390, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 13368, + offset: 13370, line: 397, - col: 8, + col: 10, }, }, ExpressionType: "[] (QProcess::ProcessError error) {\n if (error == QProcess::FailedToStart) {\n std::cerr << \"FATAL ERROR: failed to start Xwayland\" << std::endl;\n } else {\n std::cerr << \"FATAL ERROR: Xwayland failed, going to exit now\" << std::endl;\n }\n exit(1);\n }", @@ -32912,14 +32912,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13073, + offset: 13075, line: 390, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 13368, + offset: 13370, line: 397, - col: 8, + col: 10, }, }, Statements: [ @@ -32927,14 +32927,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13087, + offset: 13089, line: 391, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13337, + offset: 13339, line: 395, - col: 12, + col: 14, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTBinaryExpression", @@ -32942,14 +32942,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13091, + offset: 13093, line: 391, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13123, + offset: 13125, line: 391, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -32959,14 +32959,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13100, + offset: 13102, line: 391, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 13123, + offset: 13125, line: 391, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -32975,14 +32975,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13100, + offset: 13102, line: 391, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 13123, + offset: 13125, line: 391, - col: 47, + col: 49, }, }, Names: [ @@ -32999,14 +32999,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13091, + offset: 13093, line: 391, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13096, + offset: 13098, line: 391, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -33015,14 +33015,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13091, + offset: 13093, line: 391, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13096, + offset: 13098, line: 391, - col: 20, + col: 22, }, }, Name: "error", @@ -33032,14 +33032,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13100, + offset: 13102, line: 391, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 13123, + offset: 13125, line: 391, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -33048,14 +33048,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13100, + offset: 13102, line: 391, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 13123, + offset: 13125, line: 391, - col: 47, + col: 49, }, }, Names: [ @@ -33073,14 +33073,14 @@ '@role': [Else, If], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13229, + offset: 13231, line: 393, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 13337, + offset: 13339, line: 395, - col: 12, + col: 14, }, }, Statements: [ @@ -33088,14 +33088,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13247, + offset: 13249, line: 394, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13323, + offset: 13325, line: 394, - col: 91, + col: 93, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -33103,14 +33103,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13247, + offset: 13249, line: 394, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13322, + offset: 13324, line: 394, - col: 90, + col: 92, }, }, ExpressionType: "", @@ -33120,14 +33120,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13313, + offset: 13315, line: 394, - col: 81, + col: 83, }, end: { '@type': "uast:Position", - offset: 13322, + offset: 13324, line: 394, - col: 90, + col: 92, }, }, ExpressionType: "", @@ -33136,14 +33136,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13313, + offset: 13315, line: 394, - col: 81, + col: 83, }, end: { '@type': "uast:Position", - offset: 13322, + offset: 13324, line: 394, - col: 90, + col: 92, }, }, Names: [ @@ -33161,14 +33161,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13247, + offset: 13249, line: 394, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13309, + offset: 13311, line: 394, - col: 77, + col: 79, }, }, ExpressionType: "", @@ -33178,14 +33178,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13260, + offset: 13262, line: 394, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 13309, + offset: 13311, line: 394, - col: 77, + col: 79, }, }, Format: "", @@ -33195,14 +33195,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13247, + offset: 13249, line: 394, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13256, + offset: 13258, line: 394, - col: 24, + col: 26, }, }, ExpressionType: "", @@ -33211,14 +33211,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13247, + offset: 13249, line: 394, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13256, + offset: 13258, line: 394, - col: 24, + col: 26, }, }, Names: [ @@ -33235,14 +33235,14 @@ '@role': [Binary, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13260, + offset: 13262, line: 394, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 13309, + offset: 13311, line: 394, - col: 77, + col: 79, }, }, Format: "", @@ -33253,14 +33253,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13313, + offset: 13315, line: 394, - col: 81, + col: 83, }, end: { '@type': "uast:Position", - offset: 13322, + offset: 13324, line: 394, - col: 90, + col: 92, }, }, ExpressionType: "", @@ -33269,14 +33269,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13313, + offset: 13315, line: 394, - col: 81, + col: 83, }, end: { '@type': "uast:Position", - offset: 13322, + offset: 13324, line: 394, - col: 90, + col: 92, }, }, Names: [ @@ -33297,14 +33297,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13125, + offset: 13127, line: 391, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 13223, + offset: 13225, line: 393, - col: 12, + col: 14, }, }, Statements: [ @@ -33312,14 +33312,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13143, + offset: 13145, line: 392, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13209, + offset: 13211, line: 392, - col: 81, + col: 83, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -33327,14 +33327,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13143, + offset: 13145, line: 392, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13208, + offset: 13210, line: 392, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -33344,14 +33344,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13199, + offset: 13201, line: 392, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 13208, + offset: 13210, line: 392, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -33360,14 +33360,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13199, + offset: 13201, line: 392, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 13208, + offset: 13210, line: 392, - col: 80, + col: 82, }, }, Names: [ @@ -33385,14 +33385,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13143, + offset: 13145, line: 392, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13195, + offset: 13197, line: 392, - col: 67, + col: 69, }, }, ExpressionType: "", @@ -33402,14 +33402,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13156, + offset: 13158, line: 392, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 13195, + offset: 13197, line: 392, - col: 67, + col: 69, }, }, Format: "", @@ -33419,14 +33419,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13143, + offset: 13145, line: 392, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13152, + offset: 13154, line: 392, - col: 24, + col: 26, }, }, ExpressionType: "", @@ -33435,14 +33435,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13143, + offset: 13145, line: 392, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13152, + offset: 13154, line: 392, - col: 24, + col: 26, }, }, Names: [ @@ -33459,14 +33459,14 @@ '@role': [Binary, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13156, + offset: 13158, line: 392, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 13195, + offset: 13197, line: 392, - col: 67, + col: 69, }, }, Format: "", @@ -33477,14 +33477,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13199, + offset: 13201, line: 392, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 13208, + offset: 13210, line: 392, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -33493,14 +33493,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13199, + offset: 13201, line: 392, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 13208, + offset: 13210, line: 392, - col: 80, + col: 82, }, }, Names: [ @@ -33522,28 +33522,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13350, + offset: 13352, line: 396, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13358, + offset: 13360, line: 396, - col: 19, + col: 21, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13350, + offset: 13352, line: 396, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13357, + offset: 13359, line: 396, - col: 18, + col: 20, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -33555,14 +33555,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13355, + offset: 13357, line: 396, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 13356, + offset: 13358, line: 396, - col: 17, + col: 19, }, }, ExpressionType: "int", @@ -33575,14 +33575,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13350, + offset: 13352, line: 396, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13354, + offset: 13356, line: 396, - col: 15, + col: 17, }, }, ExpressionType: "", @@ -33591,14 +33591,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13350, + offset: 13352, line: 396, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13354, + offset: 13356, line: 396, - col: 15, + col: 17, }, }, Name: "exit", @@ -33612,14 +33612,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13042, + offset: 13044, line: 390, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 13072, + offset: 13074, line: 390, - col: 40, + col: 42, }, }, IsConst: false, @@ -33633,28 +33633,28 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13066, + offset: 13068, line: 390, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 13071, + offset: 13073, line: 390, - col: 39, + col: 41, }, }, DeclaresParameterPack: false, 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13066, + offset: 13068, line: 390, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 13071, + offset: 13073, line: 390, - col: 39, + col: 41, }, }, Name: "error", @@ -33663,14 +33663,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13043, + offset: 13045, line: 390, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13065, + offset: 13067, line: 390, - col: 33, + col: 35, }, }, IsConst: false, @@ -33686,14 +33686,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13043, + offset: 13045, line: 390, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13065, + offset: 13067, line: 390, - col: 33, + col: 35, }, }, Names: [ @@ -33717,14 +33717,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12923, + offset: 12925, line: 389, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 12930, + offset: 12932, line: 389, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -33733,14 +33733,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12923, + offset: 12925, line: 389, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 12930, + offset: 12932, line: 389, - col: 37, + col: 39, }, }, Name: "connect", @@ -33751,14 +33751,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12896, + offset: 12898, line: 389, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12920, + offset: 12922, line: 389, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -33767,14 +33767,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12896, + offset: 12898, line: 389, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12920, + offset: 12922, line: 389, - col: 27, + col: 29, }, }, Name: "m_xwaylandFailConnection", @@ -33784,14 +33784,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12923, + offset: 12925, line: 389, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 13374, + offset: 13376, line: 398, - col: 4, + col: 6, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -33802,14 +33802,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12931, + offset: 12933, line: 389, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 12948, + offset: 12950, line: 389, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -33818,14 +33818,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12931, + offset: 12933, line: 389, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 12948, + offset: 12950, line: 389, - col: 55, + col: 57, }, }, Name: "m_xwaylandProcess", @@ -33835,14 +33835,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12950, + offset: 12952, line: 389, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 13023, + offset: 13025, line: 389, - col: 130, + col: 132, }, }, CastOperator: "static_cast", @@ -33853,14 +33853,14 @@ '@role': [Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13006, + offset: 13008, line: 389, - col: 113, + col: 115, }, end: { '@type': "uast:Position", - offset: 13022, + offset: 13024, line: 389, - col: 129, + col: 131, }, }, ExpressionType: "", @@ -33870,14 +33870,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13007, + offset: 13009, line: 389, - col: 114, + col: 116, }, end: { '@type': "uast:Position", - offset: 13022, + offset: 13024, line: 389, - col: 129, + col: 131, }, }, ExpressionType: "", @@ -33886,14 +33886,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13007, + offset: 13009, line: 389, - col: 114, + col: 116, }, end: { '@type': "uast:Position", - offset: 13022, + offset: 13024, line: 389, - col: 129, + col: 131, }, }, Names: [ @@ -33912,28 +33912,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12962, + offset: 12964, line: 389, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 13004, + offset: 13006, line: 389, - col: 111, + col: 113, }, }, 'Prop_AbstractDeclarator': { '@type': "cpp:CPPASTFunctionDeclarator", '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12967, + offset: 12969, line: 389, - col: 74, + col: 76, }, end: { '@type': "uast:Position", - offset: 13004, + offset: 13006, line: 389, - col: 111, + col: 113, }, }, IsConst: false, @@ -33947,14 +33947,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12968, + offset: 12970, line: 389, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 12979, + offset: 12981, line: 389, - col: 86, + col: 88, }, }, DeclaresParameterPack: false, @@ -33963,14 +33963,14 @@ { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12968, + offset: 12970, line: 389, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 12978, + offset: 12980, line: 389, - col: 85, + col: 87, }, }, Names: [ @@ -33988,14 +33988,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13003, + offset: 13005, line: 389, - col: 110, + col: 112, }, end: { '@type': "uast:Position", - offset: 13003, + offset: 13005, line: 389, - col: 110, + col: 112, }, }, DeclaresParameterPack: false, @@ -34004,14 +34004,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12981, + offset: 12983, line: 389, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 13003, + offset: 13005, line: 389, - col: 110, + col: 112, }, }, IsConst: false, @@ -34027,14 +34027,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12981, + offset: 12983, line: 389, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 13003, + offset: 13005, line: 389, - col: 110, + col: 112, }, }, Names: [ @@ -34057,14 +34057,14 @@ '@role': ['Null', Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12962, + offset: 12964, line: 389, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 12966, + offset: 12968, line: 389, - col: 73, + col: 75, }, }, IsComplex: false, @@ -34092,14 +34092,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13025, + offset: 13027, line: 389, - col: 132, + col: 134, }, end: { '@type': "uast:Position", - offset: 13029, + offset: 13031, line: 389, - col: 136, + col: 138, }, }, ExpressionType: "", @@ -34111,14 +34111,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13039, + offset: 13041, line: 390, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 13368, + offset: 13370, line: 397, - col: 8, + col: 10, }, }, ExpressionType: "[] (QProcess::ProcessError error) {\n if (error == QProcess::FailedToStart) {\n std::cerr << \"FATAL ERROR: failed to start Xwayland\" << std::endl;\n } else {\n std::cerr << \"FATAL ERROR: Xwayland failed, going to exit now\" << std::endl;\n }\n exit(1);\n }", @@ -34128,14 +34128,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13073, + offset: 13075, line: 390, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 13368, + offset: 13370, line: 397, - col: 8, + col: 10, }, }, Statements: [ @@ -34143,14 +34143,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13087, + offset: 13089, line: 391, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13337, + offset: 13339, line: 395, - col: 12, + col: 14, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTBinaryExpression", @@ -34158,14 +34158,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13091, + offset: 13093, line: 391, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13123, + offset: 13125, line: 391, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -34175,14 +34175,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13100, + offset: 13102, line: 391, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 13123, + offset: 13125, line: 391, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -34191,14 +34191,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13100, + offset: 13102, line: 391, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 13123, + offset: 13125, line: 391, - col: 47, + col: 49, }, }, Names: [ @@ -34215,14 +34215,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13091, + offset: 13093, line: 391, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13096, + offset: 13098, line: 391, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -34231,14 +34231,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13091, + offset: 13093, line: 391, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13096, + offset: 13098, line: 391, - col: 20, + col: 22, }, }, Name: "error", @@ -34248,14 +34248,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13100, + offset: 13102, line: 391, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 13123, + offset: 13125, line: 391, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -34264,14 +34264,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13100, + offset: 13102, line: 391, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 13123, + offset: 13125, line: 391, - col: 47, + col: 49, }, }, Names: [ @@ -34289,14 +34289,14 @@ '@role': [Else, If], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13229, + offset: 13231, line: 393, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 13337, + offset: 13339, line: 395, - col: 12, + col: 14, }, }, Statements: [ @@ -34304,14 +34304,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13247, + offset: 13249, line: 394, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13323, + offset: 13325, line: 394, - col: 91, + col: 93, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -34319,14 +34319,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13247, + offset: 13249, line: 394, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13322, + offset: 13324, line: 394, - col: 90, + col: 92, }, }, ExpressionType: "", @@ -34336,14 +34336,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13313, + offset: 13315, line: 394, - col: 81, + col: 83, }, end: { '@type': "uast:Position", - offset: 13322, + offset: 13324, line: 394, - col: 90, + col: 92, }, }, ExpressionType: "", @@ -34352,14 +34352,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13313, + offset: 13315, line: 394, - col: 81, + col: 83, }, end: { '@type': "uast:Position", - offset: 13322, + offset: 13324, line: 394, - col: 90, + col: 92, }, }, Names: [ @@ -34377,14 +34377,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13247, + offset: 13249, line: 394, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13309, + offset: 13311, line: 394, - col: 77, + col: 79, }, }, ExpressionType: "", @@ -34394,14 +34394,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13260, + offset: 13262, line: 394, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 13309, + offset: 13311, line: 394, - col: 77, + col: 79, }, }, Format: "", @@ -34411,14 +34411,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13247, + offset: 13249, line: 394, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13256, + offset: 13258, line: 394, - col: 24, + col: 26, }, }, ExpressionType: "", @@ -34427,14 +34427,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13247, + offset: 13249, line: 394, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13256, + offset: 13258, line: 394, - col: 24, + col: 26, }, }, Names: [ @@ -34451,14 +34451,14 @@ '@role': [Binary, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13260, + offset: 13262, line: 394, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 13309, + offset: 13311, line: 394, - col: 77, + col: 79, }, }, Format: "", @@ -34469,14 +34469,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13313, + offset: 13315, line: 394, - col: 81, + col: 83, }, end: { '@type': "uast:Position", - offset: 13322, + offset: 13324, line: 394, - col: 90, + col: 92, }, }, ExpressionType: "", @@ -34485,14 +34485,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13313, + offset: 13315, line: 394, - col: 81, + col: 83, }, end: { '@type': "uast:Position", - offset: 13322, + offset: 13324, line: 394, - col: 90, + col: 92, }, }, Names: [ @@ -34513,14 +34513,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13125, + offset: 13127, line: 391, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 13223, + offset: 13225, line: 393, - col: 12, + col: 14, }, }, Statements: [ @@ -34528,14 +34528,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13143, + offset: 13145, line: 392, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13209, + offset: 13211, line: 392, - col: 81, + col: 83, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -34543,14 +34543,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13143, + offset: 13145, line: 392, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13208, + offset: 13210, line: 392, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -34560,14 +34560,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13199, + offset: 13201, line: 392, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 13208, + offset: 13210, line: 392, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -34576,14 +34576,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13199, + offset: 13201, line: 392, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 13208, + offset: 13210, line: 392, - col: 80, + col: 82, }, }, Names: [ @@ -34601,14 +34601,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13143, + offset: 13145, line: 392, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13195, + offset: 13197, line: 392, - col: 67, + col: 69, }, }, ExpressionType: "", @@ -34618,14 +34618,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13156, + offset: 13158, line: 392, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 13195, + offset: 13197, line: 392, - col: 67, + col: 69, }, }, Format: "", @@ -34635,14 +34635,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13143, + offset: 13145, line: 392, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13152, + offset: 13154, line: 392, - col: 24, + col: 26, }, }, ExpressionType: "", @@ -34651,14 +34651,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13143, + offset: 13145, line: 392, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13152, + offset: 13154, line: 392, - col: 24, + col: 26, }, }, Names: [ @@ -34675,14 +34675,14 @@ '@role': [Binary, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13156, + offset: 13158, line: 392, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 13195, + offset: 13197, line: 392, - col: 67, + col: 69, }, }, Format: "", @@ -34693,14 +34693,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13199, + offset: 13201, line: 392, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 13208, + offset: 13210, line: 392, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -34709,14 +34709,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13199, + offset: 13201, line: 392, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 13208, + offset: 13210, line: 392, - col: 80, + col: 82, }, }, Names: [ @@ -34738,28 +34738,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13350, + offset: 13352, line: 396, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13358, + offset: 13360, line: 396, - col: 19, + col: 21, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13350, + offset: 13352, line: 396, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13357, + offset: 13359, line: 396, - col: 18, + col: 20, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -34771,14 +34771,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13355, + offset: 13357, line: 396, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 13356, + offset: 13358, line: 396, - col: 17, + col: 19, }, }, ExpressionType: "int", @@ -34791,14 +34791,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13350, + offset: 13352, line: 396, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13354, + offset: 13356, line: 396, - col: 15, + col: 17, }, }, ExpressionType: "", @@ -34807,14 +34807,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13350, + offset: 13352, line: 396, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13354, + offset: 13356, line: 396, - col: 15, + col: 17, }, }, Name: "exit", @@ -34828,14 +34828,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13042, + offset: 13044, line: 390, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 13072, + offset: 13074, line: 390, - col: 40, + col: 42, }, }, IsConst: false, @@ -34849,28 +34849,28 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13066, + offset: 13068, line: 390, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 13071, + offset: 13073, line: 390, - col: 39, + col: 41, }, }, DeclaresParameterPack: false, 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13066, + offset: 13068, line: 390, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 13071, + offset: 13073, line: 390, - col: 39, + col: 41, }, }, Name: "error", @@ -34879,14 +34879,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13043, + offset: 13045, line: 390, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13065, + offset: 13067, line: 390, - col: 33, + col: 35, }, }, IsConst: false, @@ -34902,14 +34902,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13043, + offset: 13045, line: 390, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13065, + offset: 13067, line: 390, - col: 33, + col: 35, }, }, Names: [ @@ -34933,14 +34933,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12923, + offset: 12925, line: 389, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 12930, + offset: 12932, line: 389, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -34949,14 +34949,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12923, + offset: 12925, line: 389, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 12930, + offset: 12932, line: 389, - col: 37, + col: 39, }, }, Name: "connect", @@ -34969,28 +34969,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13380, + offset: 13382, line: 399, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13416, + offset: 13418, line: 399, - col: 39, + col: 41, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13380, + offset: 13382, line: 399, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13416, + offset: 13418, line: 399, - col: 39, + col: 41, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -34998,14 +34998,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13380, + offset: 13382, line: 399, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13389, + offset: 13391, line: 399, - col: 12, + col: 14, }, }, IsComplex: false, @@ -35031,14 +35031,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13390, + offset: 13392, line: 399, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 13415, + offset: 13417, line: 399, - col: 38, + col: 40, }, }, DeclaresParameterPack: false, @@ -35046,28 +35046,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13403, + offset: 13405, line: 399, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 13415, + offset: 13417, line: 399, - col: 38, + col: 40, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTArraySubscriptExpression", '@role': [Incomplete, List, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13405, + offset: 13407, line: 399, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 13415, + offset: 13417, line: 399, - col: 38, + col: 40, }, }, ExpressionType: "int", @@ -35078,14 +35078,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13413, + offset: 13415, line: 399, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 13414, + offset: 13416, line: 399, - col: 37, + col: 39, }, }, ExpressionType: "int", @@ -35097,14 +35097,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13405, + offset: 13407, line: 399, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 13412, + offset: 13414, line: 399, - col: 35, + col: 37, }, }, ExpressionType: "int [2]", @@ -35113,14 +35113,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13405, + offset: 13407, line: 399, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 13412, + offset: 13414, line: 399, - col: 35, + col: 37, }, }, Name: "pipeFds", @@ -35131,14 +35131,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13413, + offset: 13415, line: 399, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 13414, + offset: 13416, line: 399, - col: 37, + col: 39, }, }, ExpressionType: "int", @@ -35151,14 +35151,14 @@ '@role': [Incomplete, List, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13405, + offset: 13407, line: 399, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 13415, + offset: 13417, line: 399, - col: 38, + col: 40, }, }, ExpressionType: "int", @@ -35169,14 +35169,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13413, + offset: 13415, line: 399, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 13414, + offset: 13416, line: 399, - col: 37, + col: 39, }, }, ExpressionType: "int", @@ -35188,14 +35188,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13405, + offset: 13407, line: 399, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 13412, + offset: 13414, line: 399, - col: 35, + col: 37, }, }, ExpressionType: "int [2]", @@ -35204,14 +35204,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13405, + offset: 13407, line: 399, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 13412, + offset: 13414, line: 399, - col: 35, + col: 37, }, }, Name: "pipeFds", @@ -35222,14 +35222,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13413, + offset: 13415, line: 399, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 13414, + offset: 13416, line: 399, - col: 37, + col: 39, }, }, ExpressionType: "int", @@ -35242,14 +35242,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13390, + offset: 13392, line: 399, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 13402, + offset: 13404, line: 399, - col: 25, + col: 27, }, }, Name: "xDisplayPipe", @@ -35263,28 +35263,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13421, + offset: 13423, line: 400, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13957, + offset: 13959, line: 407, - col: 5, + col: 7, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13421, + offset: 13423, line: 400, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13956, + offset: 13958, line: 407, - col: 4, + col: 6, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -35295,14 +35295,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13429, + offset: 13431, line: 400, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13446, + offset: 13448, line: 400, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -35311,14 +35311,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13429, + offset: 13431, line: 400, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13446, + offset: 13448, line: 400, - col: 28, + col: 30, }, }, Name: "m_xwaylandProcess", @@ -35328,14 +35328,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13448, + offset: 13450, line: 400, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 13466, + offset: 13468, line: 400, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -35345,14 +35345,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13449, + offset: 13451, line: 400, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13466, + offset: 13468, line: 400, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -35361,14 +35361,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13449, + offset: 13451, line: 400, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13466, + offset: 13468, line: 400, - col: 48, + col: 50, }, }, Names: [ @@ -35388,14 +35388,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13468, + offset: 13470, line: 400, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 13472, + offset: 13474, line: 400, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -35407,14 +35407,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13482, + offset: 13484, line: 401, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 13950, + offset: 13952, line: 406, - col: 8, + col: 10, }, }, ExpressionType: "[this, xDisplayPipe] {\n QFutureWatcher *watcher = new QFutureWatcher(this);\n QObject::connect(watcher, &QFutureWatcher::finished, this, &ApplicationWayland::continueStartupWithX, Qt::QueuedConnection);\n QObject::connect(watcher, &QFutureWatcher::finished, watcher, &QFutureWatcher::deleteLater, Qt::QueuedConnection);\n watcher->setFuture(QtConcurrent::run(readDisplay, xDisplayPipe));\n }", @@ -35423,14 +35423,14 @@ 'Prop_Body': { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13503, + offset: 13505, line: 401, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 13950, + offset: 13952, line: 406, - col: 8, + col: 10, }, }, Statements: [ @@ -35438,42 +35438,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13517, + offset: 13519, line: 402, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13580, + offset: 13582, line: 402, - col: 74, + col: 76, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13517, + offset: 13519, line: 402, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13580, + offset: 13582, line: 402, - col: 74, + col: 76, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13517, + offset: 13519, line: 402, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13537, + offset: 13539, line: 402, - col: 31, + col: 33, }, }, IsConst: false, @@ -35490,14 +35490,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13517, + offset: 13519, line: 402, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13537, + offset: 13539, line: 402, - col: 31, + col: 33, }, }, Name: { '@type': "uast:Identifier", @@ -35508,28 +35508,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13532, + offset: 13534, line: 402, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 13536, + offset: 13538, line: 402, - col: 30, + col: 32, }, }, 'Prop_AbstractDeclarator': { '@type': "cpp:CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13536, + offset: 13538, line: 402, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 13536, + offset: 13538, line: 402, - col: 30, + col: 32, }, }, DeclaresParameterPack: false, @@ -35541,14 +35541,14 @@ '@role': ['Null', Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13532, + offset: 13534, line: 402, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 13536, + offset: 13538, line: 402, - col: 30, + col: 32, }, }, IsComplex: false, @@ -35574,14 +35574,14 @@ 'Prop_TemplateName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13517, + offset: 13519, line: 402, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13531, + offset: 13533, line: 402, - col: 25, + col: 27, }, }, Name: "QFutureWatcher", @@ -35594,14 +35594,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13538, + offset: 13540, line: 402, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 13579, + offset: 13581, line: 402, - col: 73, + col: 75, }, }, DeclaresParameterPack: false, @@ -35609,28 +35609,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13547, + offset: 13549, line: 402, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 13579, + offset: 13581, line: 402, - col: 73, + col: 75, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTNewExpression", '@role': [Instance, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13549, + offset: 13551, line: 402, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 13579, + offset: 13581, line: 402, - col: 73, + col: 75, }, }, ExpressionType: "? *", @@ -35643,14 +35643,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13573, + offset: 13575, line: 402, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 13579, + offset: 13581, line: 402, - col: 73, + col: 75, }, }, 'Prop_Arguments': [ @@ -35659,14 +35659,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13574, + offset: 13576, line: 402, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 13578, + offset: 13580, line: 402, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -35680,14 +35680,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13574, + offset: 13576, line: 402, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 13578, + offset: 13580, line: 402, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -35701,14 +35701,14 @@ '@role': [Expression, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13574, + offset: 13576, line: 402, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 13578, + offset: 13580, line: 402, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -35720,28 +35720,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13553, + offset: 13555, line: 402, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 13573, + offset: 13575, line: 402, - col: 67, + col: 69, }, }, 'Prop_AbstractDeclarator': { '@type': "cpp:CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13573, + offset: 13575, line: 402, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 13573, + offset: 13575, line: 402, - col: 67, + col: 69, }, }, DeclaresParameterPack: false, @@ -35752,14 +35752,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13553, + offset: 13555, line: 402, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 13573, + offset: 13575, line: 402, - col: 67, + col: 69, }, }, IsConst: false, @@ -35776,14 +35776,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13553, + offset: 13555, line: 402, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 13573, + offset: 13575, line: 402, - col: 67, + col: 69, }, }, Name: { '@type': "uast:Identifier", @@ -35794,28 +35794,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13568, + offset: 13570, line: 402, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 13572, + offset: 13574, line: 402, - col: 66, + col: 68, }, }, 'Prop_AbstractDeclarator': { '@type': "cpp:CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13572, + offset: 13574, line: 402, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 13572, + offset: 13574, line: 402, - col: 66, + col: 68, }, }, DeclaresParameterPack: false, @@ -35827,14 +35827,14 @@ '@role': ['Null', Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13568, + offset: 13570, line: 402, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 13572, + offset: 13574, line: 402, - col: 66, + col: 68, }, }, IsComplex: false, @@ -35860,14 +35860,14 @@ 'Prop_TemplateName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13553, + offset: 13555, line: 402, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 13567, + offset: 13569, line: 402, - col: 61, + col: 63, }, }, Name: "QFutureWatcher", @@ -35881,14 +35881,14 @@ '@role': [Instance, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13549, + offset: 13551, line: 402, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 13579, + offset: 13581, line: 402, - col: 73, + col: 75, }, }, ExpressionType: "? *", @@ -35901,14 +35901,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13573, + offset: 13575, line: 402, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 13579, + offset: 13581, line: 402, - col: 73, + col: 75, }, }, 'Prop_Arguments': [ @@ -35917,14 +35917,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13574, + offset: 13576, line: 402, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 13578, + offset: 13580, line: 402, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -35938,14 +35938,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13574, + offset: 13576, line: 402, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 13578, + offset: 13580, line: 402, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -35959,14 +35959,14 @@ '@role': [Expression, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13574, + offset: 13576, line: 402, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 13578, + offset: 13580, line: 402, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -35978,28 +35978,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13553, + offset: 13555, line: 402, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 13573, + offset: 13575, line: 402, - col: 67, + col: 69, }, }, 'Prop_AbstractDeclarator': { '@type': "cpp:CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13573, + offset: 13575, line: 402, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 13573, + offset: 13575, line: 402, - col: 67, + col: 69, }, }, DeclaresParameterPack: false, @@ -36010,14 +36010,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13553, + offset: 13555, line: 402, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 13573, + offset: 13575, line: 402, - col: 67, + col: 69, }, }, IsConst: false, @@ -36034,14 +36034,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13553, + offset: 13555, line: 402, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 13573, + offset: 13575, line: 402, - col: 67, + col: 69, }, }, Name: { '@type': "uast:Identifier", @@ -36052,28 +36052,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13568, + offset: 13570, line: 402, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 13572, + offset: 13574, line: 402, - col: 66, + col: 68, }, }, 'Prop_AbstractDeclarator': { '@type': "cpp:CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13572, + offset: 13574, line: 402, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 13572, + offset: 13574, line: 402, - col: 66, + col: 68, }, }, DeclaresParameterPack: false, @@ -36085,14 +36085,14 @@ '@role': ['Null', Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13568, + offset: 13570, line: 402, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 13572, + offset: 13574, line: 402, - col: 66, + col: 68, }, }, IsComplex: false, @@ -36118,14 +36118,14 @@ 'Prop_TemplateName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13553, + offset: 13555, line: 402, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 13567, + offset: 13569, line: 402, - col: 61, + col: 63, }, }, Name: "QFutureWatcher", @@ -36139,14 +36139,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13539, + offset: 13541, line: 402, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 13546, + offset: 13548, line: 402, - col: 40, + col: 42, }, }, Name: "watcher", @@ -36161,28 +36161,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13593, + offset: 13595, line: 403, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13723, + offset: 13725, line: 403, - col: 141, + col: 143, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13593, + offset: 13595, line: 403, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13722, + offset: 13724, line: 403, - col: 140, + col: 142, }, }, ExpressionType: "Attempt to use symbol failed: connect", @@ -36193,14 +36193,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13610, + offset: 13612, line: 403, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 13617, + offset: 13619, line: 403, - col: 35, + col: 37, }, }, ExpressionType: "? *", @@ -36209,14 +36209,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13610, + offset: 13612, line: 403, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 13617, + offset: 13619, line: 403, - col: 35, + col: 37, }, }, Name: "watcher", @@ -36226,14 +36226,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13619, + offset: 13621, line: 403, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 13650, + offset: 13652, line: 403, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -36243,14 +36243,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13620, + offset: 13622, line: 403, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 13650, + offset: 13652, line: 403, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -36259,14 +36259,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13620, + offset: 13622, line: 403, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 13650, + offset: 13652, line: 403, - col: 68, + col: 70, }, }, Names: [ @@ -36286,14 +36286,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13652, + offset: 13654, line: 403, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 13656, + offset: 13658, line: 403, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -36305,14 +36305,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13658, + offset: 13660, line: 403, - col: 76, + col: 78, }, end: { '@type': "uast:Position", - offset: 13699, + offset: 13701, line: 403, - col: 117, + col: 119, }, }, ExpressionType: "", @@ -36322,14 +36322,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13659, + offset: 13661, line: 403, - col: 77, + col: 79, }, end: { '@type': "uast:Position", - offset: 13699, + offset: 13701, line: 403, - col: 117, + col: 119, }, }, ExpressionType: "", @@ -36338,14 +36338,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13659, + offset: 13661, line: 403, - col: 77, + col: 79, }, end: { '@type': "uast:Position", - offset: 13699, + offset: 13701, line: 403, - col: 117, + col: 119, }, }, Names: [ @@ -36364,14 +36364,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13701, + offset: 13703, line: 403, - col: 119, + col: 121, }, end: { '@type': "uast:Position", - offset: 13721, + offset: 13723, line: 403, - col: 139, + col: 141, }, }, ExpressionType: "", @@ -36380,14 +36380,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13701, + offset: 13703, line: 403, - col: 119, + col: 121, }, end: { '@type': "uast:Position", - offset: 13721, + offset: 13723, line: 403, - col: 139, + col: 141, }, }, Names: [ @@ -36405,14 +36405,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13593, + offset: 13595, line: 403, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13609, + offset: 13611, line: 403, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -36421,14 +36421,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13593, + offset: 13595, line: 403, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13609, + offset: 13611, line: 403, - col: 27, + col: 29, }, }, Names: [ @@ -36447,28 +36447,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13736, + offset: 13738, line: 404, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13862, + offset: 13864, line: 404, - col: 137, + col: 139, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13736, + offset: 13738, line: 404, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13861, + offset: 13863, line: 404, - col: 136, + col: 138, }, }, ExpressionType: "Attempt to use symbol failed: connect", @@ -36479,14 +36479,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13753, + offset: 13755, line: 404, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 13760, + offset: 13762, line: 404, - col: 35, + col: 37, }, }, ExpressionType: "? *", @@ -36495,14 +36495,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13753, + offset: 13755, line: 404, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 13760, + offset: 13762, line: 404, - col: 35, + col: 37, }, }, Name: "watcher", @@ -36512,14 +36512,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13762, + offset: 13764, line: 404, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 13793, + offset: 13795, line: 404, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -36529,14 +36529,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13763, + offset: 13765, line: 404, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 13793, + offset: 13795, line: 404, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -36545,14 +36545,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13763, + offset: 13765, line: 404, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 13793, + offset: 13795, line: 404, - col: 68, + col: 70, }, }, Names: [ @@ -36571,14 +36571,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13795, + offset: 13797, line: 404, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 13802, + offset: 13804, line: 404, - col: 77, + col: 79, }, }, ExpressionType: "? *", @@ -36587,14 +36587,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13795, + offset: 13797, line: 404, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 13802, + offset: 13804, line: 404, - col: 77, + col: 79, }, }, Name: "watcher", @@ -36604,14 +36604,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13804, + offset: 13806, line: 404, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 13838, + offset: 13840, line: 404, - col: 113, + col: 115, }, }, ExpressionType: "", @@ -36621,14 +36621,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13805, + offset: 13807, line: 404, - col: 80, + col: 82, }, end: { '@type': "uast:Position", - offset: 13838, + offset: 13840, line: 404, - col: 113, + col: 115, }, }, ExpressionType: "", @@ -36637,14 +36637,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13805, + offset: 13807, line: 404, - col: 80, + col: 82, }, end: { '@type': "uast:Position", - offset: 13838, + offset: 13840, line: 404, - col: 113, + col: 115, }, }, Names: [ @@ -36663,14 +36663,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13840, + offset: 13842, line: 404, - col: 115, + col: 117, }, end: { '@type': "uast:Position", - offset: 13860, + offset: 13862, line: 404, - col: 135, + col: 137, }, }, ExpressionType: "", @@ -36679,14 +36679,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13840, + offset: 13842, line: 404, - col: 115, + col: 117, }, end: { '@type': "uast:Position", - offset: 13860, + offset: 13862, line: 404, - col: 135, + col: 137, }, }, Names: [ @@ -36704,14 +36704,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13736, + offset: 13738, line: 404, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13752, + offset: 13754, line: 404, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -36720,14 +36720,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13736, + offset: 13738, line: 404, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13752, + offset: 13754, line: 404, - col: 27, + col: 29, }, }, Names: [ @@ -36746,28 +36746,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13875, + offset: 13877, line: 405, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13940, + offset: 13942, line: 405, - col: 76, + col: 78, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13875, + offset: 13877, line: 405, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13939, + offset: 13941, line: 405, - col: 75, + col: 77, }, }, ExpressionType: "", @@ -36778,14 +36778,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13894, + offset: 13896, line: 405, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 13938, + offset: 13940, line: 405, - col: 74, + col: 76, }, }, ExpressionType: "Attempt to use symbol failed: run", @@ -36796,14 +36796,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13912, + offset: 13914, line: 405, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 13923, + offset: 13925, line: 405, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -36812,14 +36812,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13912, + offset: 13914, line: 405, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 13923, + offset: 13925, line: 405, - col: 59, + col: 61, }, }, Name: "readDisplay", @@ -36829,14 +36829,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13925, + offset: 13927, line: 405, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 13937, + offset: 13939, line: 405, - col: 73, + col: 75, }, }, ExpressionType: "const int", @@ -36845,14 +36845,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13925, + offset: 13927, line: 405, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 13937, + offset: 13939, line: 405, - col: 73, + col: 75, }, }, Name: "xDisplayPipe", @@ -36863,14 +36863,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13894, + offset: 13896, line: 405, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 13911, + offset: 13913, line: 405, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -36879,14 +36879,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13894, + offset: 13896, line: 405, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 13911, + offset: 13913, line: 405, - col: 47, + col: 49, }, }, Names: [ @@ -36905,14 +36905,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13875, + offset: 13877, line: 405, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13893, + offset: 13895, line: 405, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -36923,14 +36923,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13884, + offset: 13886, line: 405, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 13893, + offset: 13895, line: 405, - col: 29, + col: 31, }, }, Name: "setFuture", @@ -36939,14 +36939,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13875, + offset: 13877, line: 405, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13882, + offset: 13884, line: 405, - col: 18, + col: 20, }, }, ExpressionType: "? *", @@ -36955,14 +36955,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13875, + offset: 13877, line: 405, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13882, + offset: 13884, line: 405, - col: 18, + col: 20, }, }, Name: "watcher", @@ -36977,14 +36977,14 @@ { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13489, + offset: 13491, line: 401, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 13501, + offset: 13503, line: 401, - col: 26, + col: 28, }, }, Name: "xDisplayPipe", @@ -36996,14 +36996,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13421, + offset: 13423, line: 400, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13428, + offset: 13430, line: 400, - col: 10, + col: 12, }, }, ExpressionType: "", @@ -37012,14 +37012,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13421, + offset: 13423, line: 400, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13428, + offset: 13430, line: 400, - col: 10, + col: 12, }, }, Name: "connect", @@ -37031,28 +37031,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13962, + offset: 13964, line: 408, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13989, + offset: 13991, line: 408, - col: 30, + col: 32, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13962, + offset: 13964, line: 408, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13988, + offset: 13990, line: 408, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -37062,14 +37062,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13962, + offset: 13964, line: 408, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13986, + offset: 13988, line: 408, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -37080,14 +37080,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13981, + offset: 13983, line: 408, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 13986, + offset: 13988, line: 408, - col: 27, + col: 29, }, }, Name: "start", @@ -37096,14 +37096,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13962, + offset: 13964, line: 408, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13979, + offset: 13981, line: 408, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -37112,14 +37112,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13962, + offset: 13964, line: 408, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13979, + offset: 13981, line: 408, - col: 20, + col: 22, }, }, Name: "m_xwaylandProcess", @@ -37132,28 +37132,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13994, + offset: 13996, line: 409, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14012, + offset: 14014, line: 409, - col: 21, + col: 23, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13994, + offset: 13996, line: 409, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14011, + offset: 14013, line: 409, - col: 20, + col: 22, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -37164,14 +37164,14 @@ '@role': [Argument, Call, Function, Incomplete, List, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14000, + offset: 14002, line: 409, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 14010, + offset: 14012, line: 409, - col: 19, + col: 21, }, }, ExpressionType: "int", @@ -37182,14 +37182,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14008, + offset: 14010, line: 409, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 14009, + offset: 14011, line: 409, - col: 18, + col: 20, }, }, ExpressionType: "int", @@ -37201,14 +37201,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14000, + offset: 14002, line: 409, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 14007, + offset: 14009, line: 409, - col: 16, + col: 18, }, }, ExpressionType: "int [2]", @@ -37217,14 +37217,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14000, + offset: 14002, line: 409, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 14007, + offset: 14009, line: 409, - col: 16, + col: 18, }, }, Name: "pipeFds", @@ -37235,14 +37235,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14008, + offset: 14010, line: 409, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 14009, + offset: 14011, line: 409, - col: 18, + col: 20, }, }, ExpressionType: "int", @@ -37256,14 +37256,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13994, + offset: 13996, line: 409, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13999, + offset: 14001, line: 409, - col: 8, + col: 10, }, }, ExpressionType: "", @@ -37272,14 +37272,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13994, + offset: 13996, line: 409, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13999, + offset: 14001, line: 409, - col: 8, + col: 10, }, }, Name: "close", @@ -37299,14 +37299,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14016, - line: 410, - col: 2, + offset: 14018, + line: 412, + col: 1, }, end: { '@type': "uast:Position", - offset: 14575, - line: 428, - col: 17, + offset: 14577, + line: 429, + col: 2, }, }, Nodes: [ @@ -37321,14 +37321,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14050, - line: 412, - col: 33, + offset: 14052, + line: 413, + col: 1, }, end: { '@type': "uast:Position", - offset: 14575, - line: 428, - col: 17, + offset: 14577, + line: 429, + col: 2, }, }, Statements: [ @@ -37336,42 +37336,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14056, + offset: 14058, line: 414, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14071, + offset: 14073, line: 414, - col: 18, + col: 20, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14056, + offset: 14058, line: 414, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14071, + offset: 14073, line: 414, - col: 18, + col: 20, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14056, + offset: 14058, line: 414, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14061, + offset: 14063, line: 414, - col: 8, + col: 10, }, }, IsConst: false, @@ -37387,14 +37387,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14056, + offset: 14058, line: 414, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14061, + offset: 14063, line: 414, - col: 8, + col: 10, }, }, Name: "QFile", @@ -37406,28 +37406,28 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14062, + offset: 14064, line: 414, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 14070, + offset: 14072, line: 414, - col: 17, + col: 19, }, }, DeclaresParameterPack: false, 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14062, + offset: 14064, line: 414, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 14070, + offset: 14072, line: 414, - col: 17, + col: 19, }, }, Name: "readPipe", @@ -37441,28 +37441,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14076, + offset: 14078, line: 415, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14234, + offset: 14236, line: 418, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTUnaryExpression", '@role': [Not, Relational, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14080, + offset: 14082, line: 415, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14121, + offset: 14123, line: 415, - col: 48, + col: 50, }, }, ExpressionType: "bool", @@ -37472,14 +37472,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14081, + offset: 14083, line: 415, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 14121, + offset: 14123, line: 415, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -37490,14 +37490,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14095, + offset: 14097, line: 415, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 14099, + offset: 14101, line: 415, - col: 26, + col: 28, }, }, ExpressionType: "int", @@ -37506,14 +37506,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14095, + offset: 14097, line: 415, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 14099, + offset: 14101, line: 415, - col: 26, + col: 28, }, }, Name: "pipe", @@ -37523,14 +37523,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14101, + offset: 14103, line: 415, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 14120, + offset: 14122, line: 415, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -37539,14 +37539,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14101, + offset: 14103, line: 415, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 14120, + offset: 14122, line: 415, - col: 47, + col: 49, }, }, Names: [ @@ -37564,14 +37564,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14081, + offset: 14083, line: 415, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 14094, + offset: 14096, line: 415, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -37582,14 +37582,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14090, + offset: 14092, line: 415, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 14094, + offset: 14096, line: 415, - col: 21, + col: 23, }, }, Name: "open", @@ -37598,14 +37598,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14081, + offset: 14083, line: 415, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 14089, + offset: 14091, line: 415, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -37614,14 +37614,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14081, + offset: 14083, line: 415, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 14089, + offset: 14091, line: 415, - col: 16, + col: 18, }, }, Name: "readPipe", @@ -37635,14 +37635,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14123, + offset: 14125, line: 415, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 14234, + offset: 14236, line: 418, - col: 4, + col: 6, }, }, Statements: [ @@ -37650,14 +37650,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14133, + offset: 14135, line: 416, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14211, + offset: 14213, line: 416, - col: 85, + col: 87, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -37665,14 +37665,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14133, + offset: 14135, line: 416, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14210, + offset: 14212, line: 416, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -37682,14 +37682,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14201, + offset: 14203, line: 416, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 14210, + offset: 14212, line: 416, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -37698,14 +37698,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14201, + offset: 14203, line: 416, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 14210, + offset: 14212, line: 416, - col: 84, + col: 86, }, }, Names: [ @@ -37723,14 +37723,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14133, + offset: 14135, line: 416, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14197, + offset: 14199, line: 416, - col: 71, + col: 73, }, }, ExpressionType: "", @@ -37740,14 +37740,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14146, + offset: 14148, line: 416, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 14197, + offset: 14199, line: 416, - col: 71, + col: 73, }, }, Format: "", @@ -37757,14 +37757,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14133, + offset: 14135, line: 416, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14142, + offset: 14144, line: 416, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -37773,14 +37773,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14133, + offset: 14135, line: 416, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14142, + offset: 14144, line: 416, - col: 16, + col: 18, }, }, Names: [ @@ -37797,14 +37797,14 @@ '@role': [Binary, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14146, + offset: 14148, line: 416, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 14197, + offset: 14199, line: 416, - col: 71, + col: 73, }, }, Format: "", @@ -37815,14 +37815,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14201, + offset: 14203, line: 416, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 14210, + offset: 14212, line: 416, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -37831,14 +37831,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14201, + offset: 14203, line: 416, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 14210, + offset: 14212, line: 416, - col: 84, + col: 86, }, }, Names: [ @@ -37857,28 +37857,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14220, + offset: 14222, line: 417, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14228, + offset: 14230, line: 417, - col: 15, + col: 17, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14220, + offset: 14222, line: 417, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14227, + offset: 14229, line: 417, - col: 14, + col: 16, }, }, ExpressionType: "Attempt to use symbol failed: exit", @@ -37890,14 +37890,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14225, + offset: 14227, line: 417, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 14226, + offset: 14228, line: 417, - col: 13, + col: 15, }, }, ExpressionType: "int", @@ -37910,14 +37910,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14220, + offset: 14222, line: 417, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14224, + offset: 14226, line: 417, - col: 11, + col: 13, }, }, ExpressionType: "", @@ -37926,14 +37926,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14220, + offset: 14222, line: 417, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14224, + offset: 14226, line: 417, - col: 11, + col: 13, }, }, Name: "exit", @@ -37948,42 +37948,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14239, + offset: 14241, line: 419, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14286, + offset: 14288, line: 419, - col: 50, + col: 52, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14239, + offset: 14241, line: 419, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14286, + offset: 14288, line: 419, - col: 50, + col: 52, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14239, + offset: 14241, line: 419, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14249, + offset: 14251, line: 419, - col: 13, + col: 15, }, }, IsConst: false, @@ -37999,14 +37999,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14239, + offset: 14241, line: 419, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14249, + offset: 14251, line: 419, - col: 13, + col: 15, }, }, Name: "QByteArray", @@ -38018,14 +38018,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14250, + offset: 14252, line: 419, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 14285, + offset: 14287, line: 419, - col: 49, + col: 51, }, }, DeclaresParameterPack: false, @@ -38033,28 +38033,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14264, + offset: 14266, line: 419, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 14285, + offset: 14287, line: 419, - col: 49, + col: 51, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14266, + offset: 14268, line: 419, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 14285, + offset: 14287, line: 419, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -38064,14 +38064,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14266, + offset: 14268, line: 419, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 14283, + offset: 14285, line: 419, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -38082,14 +38082,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14275, + offset: 14277, line: 419, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 14283, + offset: 14285, line: 419, - col: 47, + col: 49, }, }, Name: "readLine", @@ -38098,14 +38098,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14266, + offset: 14268, line: 419, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 14274, + offset: 14276, line: 419, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -38114,14 +38114,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14266, + offset: 14268, line: 419, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 14274, + offset: 14276, line: 419, - col: 38, + col: 40, }, }, Name: "readPipe", @@ -38133,14 +38133,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14266, + offset: 14268, line: 419, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 14285, + offset: 14287, line: 419, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -38150,14 +38150,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14266, + offset: 14268, line: 419, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 14283, + offset: 14285, line: 419, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -38168,14 +38168,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14275, + offset: 14277, line: 419, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 14283, + offset: 14285, line: 419, - col: 47, + col: 49, }, }, Name: "readLine", @@ -38184,14 +38184,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14266, + offset: 14268, line: 419, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 14274, + offset: 14276, line: 419, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -38200,14 +38200,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14266, + offset: 14268, line: 419, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 14274, + offset: 14276, line: 419, - col: 38, + col: 40, }, }, Name: "readPipe", @@ -38219,14 +38219,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14250, + offset: 14252, line: 419, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 14263, + offset: 14265, line: 419, - col: 27, + col: 29, }, }, Name: "displayNumber", @@ -38240,28 +38240,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14292, + offset: 14294, line: 421, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14331, + offset: 14333, line: 421, - col: 42, + col: 44, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14292, + offset: 14294, line: 421, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14330, + offset: 14332, line: 421, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -38272,14 +38272,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14314, + offset: 14316, line: 421, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 14329, + offset: 14331, line: 421, - col: 40, + col: 42, }, }, ExpressionType: "Attempt to use symbol failed: QByteArray", @@ -38290,14 +38290,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14325, + offset: 14327, line: 421, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 14328, + offset: 14330, line: 421, - col: 39, + col: 41, }, }, Format: "", @@ -38308,14 +38308,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14314, + offset: 14316, line: 421, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 14324, + offset: 14326, line: 421, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -38324,14 +38324,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14314, + offset: 14316, line: 421, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 14324, + offset: 14326, line: 421, - col: 35, + col: 37, }, }, Name: "QByteArray", @@ -38343,14 +38343,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14292, + offset: 14294, line: 421, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14313, + offset: 14315, line: 421, - col: 24, + col: 26, }, }, ExpressionType: "", @@ -38361,14 +38361,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14306, + offset: 14308, line: 421, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 14313, + offset: 14315, line: 421, - col: 24, + col: 26, }, }, Name: "prepend", @@ -38377,14 +38377,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14292, + offset: 14294, line: 421, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14305, + offset: 14307, line: 421, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -38393,14 +38393,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14292, + offset: 14294, line: 421, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14305, + offset: 14307, line: 421, - col: 16, + col: 18, }, }, Name: "displayNumber", @@ -38413,28 +38413,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14336, + offset: 14338, line: 422, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14385, + offset: 14387, line: 422, - col: 52, + col: 54, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14336, + offset: 14338, line: 422, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14384, + offset: 14386, line: 422, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -38446,14 +38446,14 @@ '@role': [Argument, Arithmetic, Binary, Call, Expression, Function, Substract], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14357, + offset: 14359, line: 422, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 14380, + offset: 14382, line: 422, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -38464,14 +38464,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14379, + offset: 14381, line: 422, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 14380, + offset: 14382, line: 422, - col: 47, + col: 49, }, }, ExpressionType: "int", @@ -38483,14 +38483,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14357, + offset: 14359, line: 422, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 14377, + offset: 14379, line: 422, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -38500,14 +38500,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14357, + offset: 14359, line: 422, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 14375, + offset: 14377, line: 422, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -38518,14 +38518,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14371, + offset: 14373, line: 422, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 14375, + offset: 14377, line: 422, - col: 42, + col: 44, }, }, Name: "size", @@ -38534,14 +38534,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14357, + offset: 14359, line: 422, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 14370, + offset: 14372, line: 422, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -38550,14 +38550,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14357, + offset: 14359, line: 422, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 14370, + offset: 14372, line: 422, - col: 37, + col: 39, }, }, Name: "displayNumber", @@ -38570,14 +38570,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14379, + offset: 14381, line: 422, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 14380, + offset: 14382, line: 422, - col: 47, + col: 49, }, }, ExpressionType: "int", @@ -38591,14 +38591,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14382, + offset: 14384, line: 422, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 14383, + offset: 14385, line: 422, - col: 50, + col: 52, }, }, ExpressionType: "int", @@ -38611,14 +38611,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14336, + offset: 14338, line: 422, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14356, + offset: 14358, line: 422, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -38629,14 +38629,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14350, + offset: 14352, line: 422, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 14356, + offset: 14358, line: 422, - col: 23, + col: 25, }, }, Name: "remove", @@ -38645,14 +38645,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14336, + offset: 14338, line: 422, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14349, + offset: 14351, line: 422, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -38661,14 +38661,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14336, + offset: 14338, line: 422, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14349, + offset: 14351, line: 422, - col: 16, + col: 18, }, }, Name: "displayNumber", @@ -38681,14 +38681,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14390, + offset: 14392, line: 423, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14476, + offset: 14478, line: 423, - col: 89, + col: 91, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -38696,14 +38696,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14390, + offset: 14392, line: 423, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14475, + offset: 14477, line: 423, - col: 88, + col: 90, }, }, ExpressionType: "", @@ -38713,14 +38713,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14466, + offset: 14468, line: 423, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 14475, + offset: 14477, line: 423, - col: 88, + col: 90, }, }, ExpressionType: "", @@ -38729,14 +38729,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14466, + offset: 14468, line: 423, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 14475, + offset: 14477, line: 423, - col: 88, + col: 90, }, }, Names: [ @@ -38754,14 +38754,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14390, + offset: 14392, line: 423, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14462, + offset: 14464, line: 423, - col: 75, + col: 77, }, }, ExpressionType: "", @@ -38771,14 +38771,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14437, + offset: 14439, line: 423, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 14462, + offset: 14464, line: 423, - col: 75, + col: 77, }, }, ExpressionType: "", @@ -38788,14 +38788,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14437, + offset: 14439, line: 423, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 14460, + offset: 14462, line: 423, - col: 73, + col: 75, }, }, ExpressionType: "", @@ -38806,14 +38806,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14451, + offset: 14453, line: 423, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 14460, + offset: 14462, line: 423, - col: 73, + col: 75, }, }, Name: "constData", @@ -38822,14 +38822,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14437, + offset: 14439, line: 423, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 14450, + offset: 14452, line: 423, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -38838,14 +38838,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14437, + offset: 14439, line: 423, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 14450, + offset: 14452, line: 423, - col: 63, + col: 65, }, }, Name: "displayNumber", @@ -38858,14 +38858,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14390, + offset: 14392, line: 423, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14433, + offset: 14435, line: 423, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -38875,14 +38875,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14403, + offset: 14405, line: 423, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 14433, + offset: 14435, line: 423, - col: 46, + col: 48, }, }, Format: "", @@ -38892,14 +38892,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14390, + offset: 14392, line: 423, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14399, + offset: 14401, line: 423, - col: 12, + col: 14, }, }, ExpressionType: "", @@ -38908,14 +38908,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14390, + offset: 14392, line: 423, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14399, + offset: 14401, line: 423, - col: 12, + col: 14, }, }, Names: [ @@ -38932,14 +38932,14 @@ '@role': [Binary, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14403, + offset: 14405, line: 423, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 14433, + offset: 14435, line: 423, - col: 46, + col: 48, }, }, Format: "", @@ -38950,14 +38950,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14437, + offset: 14439, line: 423, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 14462, + offset: 14464, line: 423, - col: 75, + col: 77, }, }, ExpressionType: "", @@ -38967,14 +38967,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14437, + offset: 14439, line: 423, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 14460, + offset: 14462, line: 423, - col: 73, + col: 75, }, }, ExpressionType: "", @@ -38985,14 +38985,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14451, + offset: 14453, line: 423, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 14460, + offset: 14462, line: 423, - col: 73, + col: 75, }, }, Name: "constData", @@ -39001,14 +39001,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14437, + offset: 14439, line: 423, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 14450, + offset: 14452, line: 423, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -39017,14 +39017,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14437, + offset: 14439, line: 423, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 14450, + offset: 14452, line: 423, - col: 63, + col: 65, }, }, Name: "displayNumber", @@ -39037,14 +39037,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14466, + offset: 14468, line: 423, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 14475, + offset: 14477, line: 423, - col: 88, + col: 90, }, }, ExpressionType: "", @@ -39053,14 +39053,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14466, + offset: 14468, line: 423, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 14475, + offset: 14477, line: 423, - col: 88, + col: 90, }, }, Names: [ @@ -39079,28 +39079,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14482, + offset: 14484, line: 425, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14533, + offset: 14535, line: 425, - col: 54, + col: 56, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14482, + offset: 14484, line: 425, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14532, + offset: 14534, line: 425, - col: 53, + col: 55, }, }, ExpressionType: "Attempt to use symbol failed: setenv", @@ -39111,14 +39111,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14489, + offset: 14491, line: 425, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14498, + offset: 14500, line: 425, - col: 19, + col: 21, }, }, Format: "", @@ -39128,14 +39128,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14500, + offset: 14502, line: 425, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 14525, + offset: 14527, line: 425, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -39145,14 +39145,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14500, + offset: 14502, line: 425, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 14523, + offset: 14525, line: 425, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -39163,14 +39163,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14514, + offset: 14516, line: 425, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 14523, + offset: 14525, line: 425, - col: 44, + col: 46, }, }, Name: "constData", @@ -39179,14 +39179,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14500, + offset: 14502, line: 425, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 14513, + offset: 14515, line: 425, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -39195,14 +39195,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14500, + offset: 14502, line: 425, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 14513, + offset: 14515, line: 425, - col: 34, + col: 36, }, }, Name: "displayNumber", @@ -39215,14 +39215,14 @@ '@role': [Argument, Boolean, Call, Expression, Function, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14527, + offset: 14529, line: 425, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 14531, + offset: 14533, line: 425, - col: 52, + col: 54, }, }, ExpressionType: "bool", @@ -39235,14 +39235,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14482, + offset: 14484, line: 425, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14488, + offset: 14490, line: 425, - col: 9, + col: 11, }, }, ExpressionType: "", @@ -39251,14 +39251,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14482, + offset: 14484, line: 425, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14488, + offset: 14490, line: 425, - col: 9, + col: 11, }, }, Name: "setenv", @@ -39270,28 +39270,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14561, + offset: 14563, line: 428, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14573, + offset: 14575, line: 428, - col: 15, + col: 17, }, }, LeadingComments: [ { '@type': "uast:Comment", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14539, + offset: 14541, line: 427, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14556, + offset: 14558, line: 427, - col: 20, + col: 22, }, }, Block: false, @@ -39305,14 +39305,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14561, + offset: 14563, line: 428, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14572, + offset: 14574, line: 428, - col: 14, + col: 16, }, }, ExpressionType: "Attempt to use symbol failed: close", @@ -39323,14 +39323,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14567, + offset: 14569, line: 428, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 14571, + offset: 14573, line: 428, - col: 13, + col: 15, }, }, ExpressionType: "int", @@ -39339,14 +39339,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14567, + offset: 14569, line: 428, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 14571, + offset: 14573, line: 428, - col: 13, + col: 15, }, }, Name: "pipe", @@ -39357,14 +39357,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14561, + offset: 14563, line: 428, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14566, + offset: 14568, line: 428, - col: 8, + col: 10, }, }, ExpressionType: "", @@ -39373,14 +39373,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14561, + offset: 14563, line: 428, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14566, + offset: 14568, line: 428, - col: 8, + col: 10, }, }, Name: "close", @@ -39398,14 +39398,14 @@ Name: { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14044, + offset: 14046, line: 412, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 14048, + offset: 14050, line: 412, - col: 31, + col: 33, }, }, Name: "pipe", @@ -39416,14 +39416,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14040, + offset: 14042, line: 412, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 14043, + offset: 14045, line: 412, - col: 26, + col: 28, }, }, IsComplex: false, @@ -39457,28 +39457,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14577, - line: 429, - col: 2, + offset: 14579, + line: 431, + col: 1, }, end: { '@type': "uast:Position", - offset: 14660, + offset: 14662, line: 431, - col: 82, + col: 84, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14577, - line: 429, - col: 2, + offset: 14579, + line: 431, + col: 1, }, end: { '@type': "uast:Position", - offset: 14597, + offset: 14599, line: 431, - col: 19, + col: 21, }, }, IsConst: true, @@ -39494,14 +39494,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14590, + offset: 14592, line: 431, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 14597, + offset: 14599, line: 431, - col: 19, + col: 21, }, }, Name: "QString", @@ -39513,14 +39513,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14598, + offset: 14600, line: 431, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 14659, + offset: 14661, line: 431, - col: 81, + col: 83, }, }, DeclaresParameterPack: false, @@ -39528,28 +39528,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14614, + offset: 14616, line: 431, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 14659, + offset: 14661, line: 431, - col: 81, + col: 83, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14616, + offset: 14618, line: 431, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 14659, + offset: 14661, line: 431, - col: 81, + col: 83, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -39560,14 +39560,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14631, + offset: 14633, line: 431, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 14658, + offset: 14660, line: 431, - col: 80, + col: 82, }, }, Format: "", @@ -39578,14 +39578,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14616, + offset: 14618, line: 431, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 14630, + offset: 14632, line: 431, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -39594,14 +39594,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14616, + offset: 14618, line: 431, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 14630, + offset: 14632, line: 431, - col: 52, + col: 54, }, }, Name: "QStringLiteral", @@ -39612,14 +39612,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14616, + offset: 14618, line: 431, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 14659, + offset: 14661, line: 431, - col: 81, + col: 83, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -39630,14 +39630,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14631, + offset: 14633, line: 431, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 14658, + offset: 14660, line: 431, - col: 80, + col: 82, }, }, Format: "", @@ -39648,14 +39648,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14616, + offset: 14618, line: 431, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 14630, + offset: 14632, line: 431, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -39664,14 +39664,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14616, + offset: 14618, line: 431, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 14630, + offset: 14632, line: 431, - col: 52, + col: 54, }, }, Name: "QStringLiteral", @@ -39682,14 +39682,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14598, + offset: 14600, line: 431, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 14613, + offset: 14615, line: 431, - col: 35, + col: 37, }, }, Name: "s_waylandPlugin", @@ -39702,28 +39702,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14661, - line: 431, - col: 83, + offset: 14663, + line: 432, + col: 1, }, end: { '@type': "uast:Position", - offset: 14736, + offset: 14738, line: 432, - col: 74, + col: 76, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14661, - line: 431, - col: 83, + offset: 14663, + line: 432, + col: 1, }, end: { '@type': "uast:Position", - offset: 14681, + offset: 14683, line: 432, - col: 19, + col: 21, }, }, IsConst: true, @@ -39739,14 +39739,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14674, + offset: 14676, line: 432, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 14681, + offset: 14683, line: 432, - col: 19, + col: 21, }, }, Name: "QString", @@ -39758,14 +39758,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14682, + offset: 14684, line: 432, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 14735, + offset: 14737, line: 432, - col: 73, + col: 75, }, }, DeclaresParameterPack: false, @@ -39773,28 +39773,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14694, + offset: 14696, line: 432, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 14735, + offset: 14737, line: 432, - col: 73, + col: 75, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14696, + offset: 14698, line: 432, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 14735, + offset: 14737, line: 432, - col: 73, + col: 75, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -39805,14 +39805,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14711, + offset: 14713, line: 432, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 14734, + offset: 14736, line: 432, - col: 72, + col: 74, }, }, Format: "", @@ -39823,14 +39823,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14696, + offset: 14698, line: 432, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 14710, + offset: 14712, line: 432, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -39839,14 +39839,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14696, + offset: 14698, line: 432, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 14710, + offset: 14712, line: 432, - col: 48, + col: 50, }, }, Name: "QStringLiteral", @@ -39857,14 +39857,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14696, + offset: 14698, line: 432, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 14735, + offset: 14737, line: 432, - col: 73, + col: 75, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -39875,14 +39875,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14711, + offset: 14713, line: 432, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 14734, + offset: 14736, line: 432, - col: 72, + col: 74, }, }, Format: "", @@ -39893,14 +39893,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14696, + offset: 14698, line: 432, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 14710, + offset: 14712, line: 432, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -39909,14 +39909,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14696, + offset: 14698, line: 432, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 14710, + offset: 14712, line: 432, - col: 48, + col: 50, }, }, Name: "QStringLiteral", @@ -39927,14 +39927,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14682, + offset: 14684, line: 432, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 14693, + offset: 14695, line: 432, - col: 31, + col: 33, }, }, Name: "s_x11Plugin", @@ -39947,28 +39947,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14737, - line: 432, - col: 75, + offset: 14739, + line: 433, + col: 1, }, end: { '@type': "uast:Position", - offset: 14816, + offset: 14818, line: 433, - col: 78, + col: 80, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14737, - line: 432, - col: 75, + offset: 14739, + line: 433, + col: 1, }, end: { '@type': "uast:Position", - offset: 14757, + offset: 14759, line: 433, - col: 19, + col: 21, }, }, IsConst: true, @@ -39984,14 +39984,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14750, + offset: 14752, line: 433, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 14757, + offset: 14759, line: 433, - col: 19, + col: 21, }, }, Name: "QString", @@ -40003,14 +40003,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14758, + offset: 14760, line: 433, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 14815, + offset: 14817, line: 433, - col: 77, + col: 79, }, }, DeclaresParameterPack: false, @@ -40018,28 +40018,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14772, + offset: 14774, line: 433, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 14815, + offset: 14817, line: 433, - col: 77, + col: 79, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14774, + offset: 14776, line: 433, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 14815, + offset: 14817, line: 433, - col: 77, + col: 79, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -40050,14 +40050,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14789, + offset: 14791, line: 433, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 14814, + offset: 14816, line: 433, - col: 76, + col: 78, }, }, Format: "", @@ -40068,14 +40068,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14774, + offset: 14776, line: 433, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 14788, + offset: 14790, line: 433, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -40084,14 +40084,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14774, + offset: 14776, line: 433, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 14788, + offset: 14790, line: 433, - col: 50, + col: 52, }, }, Name: "QStringLiteral", @@ -40102,14 +40102,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14774, + offset: 14776, line: 433, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 14815, + offset: 14817, line: 433, - col: 77, + col: 79, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -40120,14 +40120,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14789, + offset: 14791, line: 433, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 14814, + offset: 14816, line: 433, - col: 76, + col: 78, }, }, Format: "", @@ -40138,14 +40138,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14774, + offset: 14776, line: 433, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 14788, + offset: 14790, line: 433, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -40154,14 +40154,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14774, + offset: 14776, line: 433, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 14788, + offset: 14790, line: 433, - col: 50, + col: 52, }, }, Name: "QStringLiteral", @@ -40172,14 +40172,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14758, + offset: 14760, line: 433, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 14771, + offset: 14773, line: 433, - col: 33, + col: 35, }, }, Name: "s_fbdevPlugin", @@ -40192,28 +40192,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15029, - line: 439, - col: 6, + offset: 15031, + line: 440, + col: 1, }, end: { '@type': "uast:Position", - offset: 15112, + offset: 15114, line: 440, - col: 82, + col: 84, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15029, - line: 439, - col: 6, + offset: 15031, + line: 440, + col: 1, }, end: { '@type': "uast:Position", - offset: 15049, + offset: 15051, line: 440, - col: 19, + col: 21, }, }, IsConst: true, @@ -40229,14 +40229,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15042, + offset: 15044, line: 440, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 15049, + offset: 15051, line: 440, - col: 19, + col: 21, }, }, Name: "QString", @@ -40248,14 +40248,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15050, + offset: 15052, line: 440, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 15111, + offset: 15113, line: 440, - col: 81, + col: 83, }, }, DeclaresParameterPack: false, @@ -40263,28 +40263,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15066, + offset: 15068, line: 440, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 15111, + offset: 15113, line: 440, - col: 81, + col: 83, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15068, + offset: 15070, line: 440, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 15111, + offset: 15113, line: 440, - col: 81, + col: 83, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -40295,14 +40295,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15083, + offset: 15085, line: 440, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 15110, + offset: 15112, line: 440, - col: 80, + col: 82, }, }, Format: "", @@ -40313,14 +40313,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15068, + offset: 15070, line: 440, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 15082, + offset: 15084, line: 440, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -40329,14 +40329,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15068, + offset: 15070, line: 440, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 15082, + offset: 15084, line: 440, - col: 52, + col: 54, }, }, Name: "QStringLiteral", @@ -40347,14 +40347,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15068, + offset: 15070, line: 440, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 15111, + offset: 15113, line: 440, - col: 81, + col: 83, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -40365,14 +40365,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15083, + offset: 15085, line: 440, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 15110, + offset: 15112, line: 440, - col: 80, + col: 82, }, }, Format: "", @@ -40383,14 +40383,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15068, + offset: 15070, line: 440, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 15082, + offset: 15084, line: 440, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -40399,14 +40399,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15068, + offset: 15070, line: 440, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 15082, + offset: 15084, line: 440, - col: 52, + col: 54, }, }, Name: "QStringLiteral", @@ -40417,14 +40417,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15050, + offset: 15052, line: 440, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 15065, + offset: 15067, line: 440, - col: 35, + col: 37, }, }, Name: "s_virtualPlugin", @@ -40436,14 +40436,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15114, - line: 440, - col: 84, + offset: 15116, + line: 442, + col: 1, }, end: { '@type': "uast:Position", - offset: 15526, - line: 458, - col: 26, + offset: 15528, + line: 459, + col: 2, }, }, Nodes: [ @@ -40458,14 +40458,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15157, - line: 442, - col: 42, + offset: 15159, + line: 443, + col: 1, }, end: { '@type': "uast:Position", - offset: 15526, - line: 458, - col: 26, + offset: 15528, + line: 459, + col: 2, }, }, Statements: [ @@ -40473,28 +40473,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15163, + offset: 15165, line: 444, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15252, + offset: 15254, line: 446, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15167, + offset: 15169, line: 444, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 15211, + offset: 15213, line: 444, - col: 51, + col: 53, }, }, ExpressionType: "Attempt to use symbol failed: qEnvironmentVariableIsSet", @@ -40505,14 +40505,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15193, + offset: 15195, line: 444, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 15210, + offset: 15212, line: 444, - col: 50, + col: 52, }, }, Format: "", @@ -40523,14 +40523,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15167, + offset: 15169, line: 444, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 15192, + offset: 15194, line: 444, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -40539,14 +40539,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15167, + offset: 15169, line: 444, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 15192, + offset: 15194, line: 444, - col: 32, + col: 34, }, }, Name: "qEnvironmentVariableIsSet", @@ -40557,14 +40557,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15213, + offset: 15215, line: 444, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 15252, + offset: 15254, line: 446, - col: 4, + col: 6, }, }, Statements: [ @@ -40572,28 +40572,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15223, + offset: 15225, line: 445, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 15246, + offset: 15248, line: 445, - col: 30, + col: 32, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTIdExpression", '@role': [Expression, Return, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15230, + offset: 15232, line: 445, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 15245, + offset: 15247, line: 445, - col: 29, + col: 31, }, }, ExpressionType: "const ?", @@ -40602,14 +40602,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15230, + offset: 15232, line: 445, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 15245, + offset: 15247, line: 445, - col: 29, + col: 31, }, }, Name: "s_waylandPlugin", @@ -40619,14 +40619,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15230, + offset: 15232, line: 445, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 15245, + offset: 15247, line: 445, - col: 29, + col: 31, }, }, ExpressionType: "const ?", @@ -40635,14 +40635,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15230, + offset: 15232, line: 445, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 15245, + offset: 15247, line: 445, - col: 29, + col: 31, }, }, Name: "s_waylandPlugin", @@ -40656,28 +40656,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15257, + offset: 15259, line: 447, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15334, + offset: 15336, line: 449, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15261, + offset: 15263, line: 447, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 15297, + offset: 15299, line: 447, - col: 43, + col: 45, }, }, ExpressionType: "Attempt to use symbol failed: qEnvironmentVariableIsSet", @@ -40688,14 +40688,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15287, + offset: 15289, line: 447, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 15296, + offset: 15298, line: 447, - col: 42, + col: 44, }, }, Format: "", @@ -40706,14 +40706,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15261, + offset: 15263, line: 447, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 15286, + offset: 15288, line: 447, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -40722,14 +40722,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15261, + offset: 15263, line: 447, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 15286, + offset: 15288, line: 447, - col: 32, + col: 34, }, }, Name: "qEnvironmentVariableIsSet", @@ -40740,14 +40740,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15299, + offset: 15301, line: 447, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 15334, + offset: 15336, line: 449, - col: 4, + col: 6, }, }, Statements: [ @@ -40755,28 +40755,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15309, + offset: 15311, line: 448, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 15328, + offset: 15330, line: 448, - col: 26, + col: 28, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTIdExpression", '@role': [Expression, Return, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15316, + offset: 15318, line: 448, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 15327, + offset: 15329, line: 448, - col: 25, + col: 27, }, }, ExpressionType: "const ?", @@ -40785,14 +40785,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15316, + offset: 15318, line: 448, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 15327, + offset: 15329, line: 448, - col: 25, + col: 27, }, }, Name: "s_x11Plugin", @@ -40802,14 +40802,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15316, + offset: 15318, line: 448, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 15327, + offset: 15329, line: 448, - col: 25, + col: 27, }, }, ExpressionType: "const ?", @@ -40818,14 +40818,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15316, + offset: 15318, line: 448, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 15327, + offset: 15329, line: 448, - col: 25, + col: 27, }, }, Name: "s_x11Plugin", @@ -40839,28 +40839,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15503, + offset: 15505, line: 458, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15524, + offset: 15526, line: 458, - col: 24, + col: 26, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTIdExpression", '@role': [Expression, Return, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15510, + offset: 15512, line: 458, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 15523, + offset: 15525, line: 458, - col: 23, + col: 25, }, }, ExpressionType: "const ?", @@ -40869,14 +40869,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15510, + offset: 15512, line: 458, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 15523, + offset: 15525, line: 458, - col: 23, + col: 25, }, }, Name: "s_fbdevPlugin", @@ -40886,14 +40886,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15510, + offset: 15512, line: 458, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 15523, + offset: 15525, line: 458, - col: 23, + col: 25, }, }, ExpressionType: "const ?", @@ -40902,14 +40902,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15510, + offset: 15512, line: 458, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 15523, + offset: 15525, line: 458, - col: 23, + col: 25, }, }, Name: "s_fbdevPlugin", @@ -40928,14 +40928,14 @@ Type: { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15121, + offset: 15123, line: 442, - col: 6, + col: 8, }, end: { '@type': "uast:Position", - offset: 15128, + offset: 15130, line: 442, - col: 13, + col: 15, }, }, Name: "QString", @@ -40951,14 +40951,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15528, - line: 459, - col: 2, + offset: 15530, + line: 461, + col: 1, }, end: { '@type': "uast:Position", - offset: 16335, - line: 483, - col: 1, + offset: 16337, + line: 484, + col: 2, }, }, Nodes: [ @@ -40973,14 +40973,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15556, - line: 461, - col: 27, + offset: 15558, + line: 462, + col: 1, }, end: { '@type': "uast:Position", - offset: 16335, - line: 483, - col: 1, + offset: 16337, + line: 484, + col: 2, }, }, Statements: [], @@ -40995,14 +40995,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16337, - line: 484, - col: 2, + offset: 16339, + line: 486, + col: 1, }, end: { '@type': "uast:Position", - offset: 16492, - line: 493, - col: 12, + offset: 16494, + line: 494, + col: 2, }, }, Nodes: [ @@ -41017,14 +41017,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16372, - line: 486, - col: 34, + offset: 16374, + line: 487, + col: 1, }, end: { '@type': "uast:Position", - offset: 16492, - line: 493, - col: 12, + offset: 16494, + line: 494, + col: 2, }, }, Statements: [ @@ -41032,28 +41032,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16441, + offset: 16443, line: 491, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 16462, + offset: 16464, line: 491, - col: 24, + col: 26, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16441, + offset: 16443, line: 491, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 16461, + offset: 16463, line: 491, - col: 23, + col: 25, }, }, ExpressionType: "Attempt to use symbol failed: signal", @@ -41064,14 +41064,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16448, + offset: 16450, line: 491, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 16451, + offset: 16453, line: 491, - col: 13, + col: 15, }, }, ExpressionType: "int", @@ -41080,14 +41080,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16448, + offset: 16450, line: 491, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 16451, + offset: 16453, line: 491, - col: 13, + col: 15, }, }, Name: "sig", @@ -41097,14 +41097,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16453, + offset: 16455, line: 491, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 16460, + offset: 16462, line: 491, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -41113,14 +41113,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16453, + offset: 16455, line: 491, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 16460, + offset: 16462, line: 491, - col: 22, + col: 24, }, }, Name: "SIG_IGN", @@ -41131,14 +41131,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16441, + offset: 16443, line: 491, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 16447, + offset: 16449, line: 491, - col: 9, + col: 11, }, }, ExpressionType: "", @@ -41147,14 +41147,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16441, + offset: 16443, line: 491, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 16447, + offset: 16449, line: 491, - col: 9, + col: 11, }, }, Name: "signal", @@ -41166,28 +41166,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16467, + offset: 16469, line: 492, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 16478, + offset: 16480, line: 492, - col: 14, + col: 16, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16467, + offset: 16469, line: 492, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 16477, + offset: 16479, line: 492, - col: 13, + col: 15, }, }, ExpressionType: "Attempt to use symbol failed: raise", @@ -41198,14 +41198,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16473, + offset: 16475, line: 492, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 16476, + offset: 16478, line: 492, - col: 12, + col: 14, }, }, ExpressionType: "int", @@ -41214,14 +41214,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16473, + offset: 16475, line: 492, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 16476, + offset: 16478, line: 492, - col: 12, + col: 14, }, }, Name: "sig", @@ -41232,14 +41232,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16467, + offset: 16469, line: 492, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 16472, + offset: 16474, line: 492, - col: 8, + col: 10, }, }, ExpressionType: "", @@ -41248,14 +41248,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16467, + offset: 16469, line: 492, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 16472, + offset: 16474, line: 492, - col: 8, + col: 10, }, }, Name: "raise", @@ -41267,14 +41267,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16483, + offset: 16485, line: 493, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 16490, + offset: 16492, line: 493, - col: 10, + col: 12, }, }, }, @@ -41288,14 +41288,14 @@ Name: { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16367, + offset: 16369, line: 486, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 16370, + offset: 16372, line: 486, - col: 32, + col: 34, }, }, Name: "sig", @@ -41306,14 +41306,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16363, + offset: 16365, line: 486, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 16366, + offset: 16368, line: 486, - col: 28, + col: 30, }, }, IsComplex: false, @@ -41346,14 +41346,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16494, - line: 494, - col: 2, + offset: 16496, + line: 496, + col: 1, }, end: { '@type': "uast:Position", - offset: 16948, - line: 514, - col: 7, + offset: 16950, + line: 515, + col: 2, }, }, Nodes: [ @@ -41368,14 +41368,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16520, - line: 496, - col: 25, + offset: 16522, + line: 497, + col: 1, }, end: { '@type': "uast:Position", - offset: 16948, - line: 514, - col: 7, + offset: 16950, + line: 515, + col: 2, }, }, Statements: [], @@ -41390,14 +41390,14 @@ { '@type': "uast:FunctionGroup", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16966, - line: 517, - col: 15, + offset: 16968, + line: 519, + col: 1, }, end: { '@type': "uast:Position", - offset: 30197, - line: 829, - col: 21, + offset: 30199, + line: 830, + col: 2, }, }, Nodes: [ @@ -41412,14 +41412,14 @@ Body: { '@type': "uast:Block", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17000, - line: 519, - col: 33, + offset: 17002, + line: 520, + col: 1, }, end: { '@type': "uast:Position", - offset: 30197, - line: 829, - col: 21, + offset: 30199, + line: 830, + col: 2, }, }, Statements: [ @@ -41427,14 +41427,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17006, + offset: 17008, line: 521, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17134, + offset: 17136, line: 524, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTBinaryExpression", @@ -41442,14 +41442,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17010, + offset: 17012, line: 521, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17023, + offset: 17025, line: 521, - col: 20, + col: 22, }, }, ExpressionType: "Attempt to use symbol failed: getuid", @@ -41460,14 +41460,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17022, + offset: 17024, line: 521, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 17023, + offset: 17025, line: 521, - col: 20, + col: 22, }, }, ExpressionType: "int", @@ -41479,14 +41479,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17010, + offset: 17012, line: 521, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17018, + offset: 17020, line: 521, - col: 15, + col: 17, }, }, ExpressionType: "Attempt to use symbol failed: getuid", @@ -41496,14 +41496,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17010, + offset: 17012, line: 521, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17016, + offset: 17018, line: 521, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -41512,14 +41512,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17010, + offset: 17012, line: 521, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17016, + offset: 17018, line: 521, - col: 13, + col: 15, }, }, Name: "getuid", @@ -41531,14 +41531,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17022, + offset: 17024, line: 521, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 17023, + offset: 17025, line: 521, - col: 20, + col: 22, }, }, ExpressionType: "int", @@ -41551,14 +41551,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17025, + offset: 17027, line: 521, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 17134, + offset: 17136, line: 524, - col: 4, + col: 6, }, }, Statements: [ @@ -41566,14 +41566,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17035, + offset: 17037, line: 522, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17110, + offset: 17112, line: 522, - col: 82, + col: 84, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -41581,14 +41581,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17035, + offset: 17037, line: 522, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17109, + offset: 17111, line: 522, - col: 81, + col: 83, }, }, ExpressionType: "", @@ -41598,14 +41598,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17100, + offset: 17102, line: 522, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 17109, + offset: 17111, line: 522, - col: 81, + col: 83, }, }, ExpressionType: "", @@ -41614,14 +41614,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17100, + offset: 17102, line: 522, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 17109, + offset: 17111, line: 522, - col: 81, + col: 83, }, }, Names: [ @@ -41639,14 +41639,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17035, + offset: 17037, line: 522, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17096, + offset: 17098, line: 522, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -41656,14 +41656,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17048, + offset: 17050, line: 522, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 17096, + offset: 17098, line: 522, - col: 68, + col: 70, }, }, Format: "", @@ -41673,14 +41673,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17035, + offset: 17037, line: 522, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17044, + offset: 17046, line: 522, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -41689,14 +41689,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17035, + offset: 17037, line: 522, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17044, + offset: 17046, line: 522, - col: 16, + col: 18, }, }, Names: [ @@ -41713,14 +41713,14 @@ '@role': [Binary, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17048, + offset: 17050, line: 522, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 17096, + offset: 17098, line: 522, - col: 68, + col: 70, }, }, Format: "", @@ -41731,14 +41731,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17100, + offset: 17102, line: 522, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 17109, + offset: 17111, line: 522, - col: 81, + col: 83, }, }, ExpressionType: "", @@ -41747,14 +41747,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17100, + offset: 17102, line: 522, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 17109, + offset: 17111, line: 522, - col: 81, + col: 83, }, }, Names: [ @@ -41773,14 +41773,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17119, + offset: 17121, line: 523, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17128, + offset: 17130, line: 523, - col: 16, + col: 18, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTLiteralExpression", @@ -41788,14 +41788,14 @@ '@role': [Expression, Literal, Number, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17126, + offset: 17128, line: 523, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 17127, + offset: 17129, line: 523, - col: 15, + col: 17, }, }, ExpressionType: "int", @@ -41808,14 +41808,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17126, + offset: 17128, line: 523, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 17127, + offset: 17129, line: 523, - col: 15, + col: 17, }, }, ExpressionType: "int", @@ -41831,28 +41831,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17139, + offset: 17141, line: 525, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17161, + offset: 17163, line: 525, - col: 25, + col: 27, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17139, + offset: 17141, line: 525, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17160, + offset: 17162, line: 525, - col: 24, + col: 26, }, }, ExpressionType: "void", @@ -41862,14 +41862,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17139, + offset: 17141, line: 525, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17158, + offset: 17160, line: 525, - col: 22, + col: 24, }, }, ExpressionType: "void ()", @@ -41878,14 +41878,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17139, + offset: 17141, line: 525, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17158, + offset: 17160, line: 525, - col: 22, + col: 24, }, }, Names: [ @@ -41904,28 +41904,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17166, + offset: 17168, line: 526, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17199, + offset: 17201, line: 526, - col: 36, + col: 38, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17166, + offset: 17168, line: 526, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17198, + offset: 17200, line: 526, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: setupMalloc", @@ -41935,14 +41935,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17166, + offset: 17168, line: 526, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17196, + offset: 17198, line: 526, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -41951,14 +41951,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17166, + offset: 17168, line: 526, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17196, + offset: 17198, line: 526, - col: 33, + col: 35, }, }, Names: [ @@ -41980,28 +41980,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17204, + offset: 17206, line: 527, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17246, + offset: 17248, line: 527, - col: 45, + col: 47, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17204, + offset: 17206, line: 527, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17245, + offset: 17247, line: 527, - col: 44, + col: 46, }, }, ExpressionType: "Attempt to use symbol failed: setupLocalizedString", @@ -42011,14 +42011,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17204, + offset: 17206, line: 527, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17243, + offset: 17245, line: 527, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -42027,14 +42027,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17204, + offset: 17206, line: 527, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17243, + offset: 17245, line: 527, - col: 42, + col: 44, }, }, Names: [ @@ -42056,28 +42056,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17251, + offset: 17253, line: 528, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17272, + offset: 17274, line: 528, - col: 24, + col: 26, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17251, + offset: 17253, line: 528, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17271, + offset: 17273, line: 528, - col: 23, + col: 25, }, }, ExpressionType: "void", @@ -42087,14 +42087,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17251, + offset: 17253, line: 528, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17269, + offset: 17271, line: 528, - col: 21, + col: 23, }, }, ExpressionType: "void (enum KWin::RealTimeFlags)", @@ -42103,14 +42103,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17251, + offset: 17253, line: 528, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17269, + offset: 17271, line: 528, - col: 21, + col: 23, }, }, Names: [ @@ -42129,28 +42129,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17277, + offset: 17279, line: 529, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17304, + offset: 17306, line: 529, - col: 30, + col: 32, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17277, + offset: 17279, line: 529, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17303, + offset: 17305, line: 529, - col: 29, + col: 31, }, }, ExpressionType: "void", @@ -42160,14 +42160,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17277, + offset: 17279, line: 529, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17301, + offset: 17303, line: 529, - col: 27, + col: 29, }, }, ExpressionType: "void ()", @@ -42176,14 +42176,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17277, + offset: 17279, line: 529, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17301, + offset: 17303, line: 529, - col: 27, + col: 29, }, }, Names: [ @@ -42202,14 +42202,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17310, + offset: 17312, line: 531, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17393, + offset: 17395, line: 532, - col: 32, + col: 34, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTBinaryExpression", @@ -42217,14 +42217,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17314, + offset: 17316, line: 531, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17358, + offset: 17360, line: 531, - col: 51, + col: 53, }, }, ExpressionType: "Attempt to use symbol failed: signal", @@ -42234,14 +42234,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17351, + offset: 17353, line: 531, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 17358, + offset: 17360, line: 531, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -42250,14 +42250,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17351, + offset: 17353, line: 531, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 17358, + offset: 17360, line: 531, - col: 51, + col: 53, }, }, Name: "SIG_IGN", @@ -42267,14 +42267,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17314, + offset: 17316, line: 531, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17347, + offset: 17349, line: 531, - col: 40, + col: 42, }, }, ExpressionType: "Attempt to use symbol failed: signal", @@ -42285,14 +42285,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17321, + offset: 17323, line: 531, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 17328, + offset: 17330, line: 531, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -42301,14 +42301,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17321, + offset: 17323, line: 531, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 17328, + offset: 17330, line: 531, - col: 21, + col: 23, }, }, Name: "SIGTERM", @@ -42318,14 +42318,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17330, + offset: 17332, line: 531, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 17346, + offset: 17348, line: 531, - col: 39, + col: 41, }, }, ExpressionType: "void (int)", @@ -42334,14 +42334,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17330, + offset: 17332, line: 531, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 17346, + offset: 17348, line: 531, - col: 39, + col: 41, }, }, Names: [ @@ -42359,14 +42359,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17314, + offset: 17316, line: 531, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17320, + offset: 17322, line: 531, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -42375,14 +42375,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17314, + offset: 17316, line: 531, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17320, + offset: 17322, line: 531, - col: 13, + col: 15, }, }, Name: "signal", @@ -42393,14 +42393,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17351, + offset: 17353, line: 531, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 17358, + offset: 17360, line: 531, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -42409,14 +42409,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17351, + offset: 17353, line: 531, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 17358, + offset: 17360, line: 531, - col: 51, + col: 53, }, }, Name: "SIG_IGN", @@ -42427,28 +42427,28 @@ '@role': [Expression, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17368, + offset: 17370, line: 532, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17393, + offset: 17395, line: 532, - col: 32, + col: 34, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17368, + offset: 17370, line: 532, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17392, + offset: 17394, line: 532, - col: 31, + col: 33, }, }, ExpressionType: "Attempt to use symbol failed: signal", @@ -42459,14 +42459,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17375, + offset: 17377, line: 532, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 17382, + offset: 17384, line: 532, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -42475,14 +42475,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17375, + offset: 17377, line: 532, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 17382, + offset: 17384, line: 532, - col: 21, + col: 23, }, }, Name: "SIGTERM", @@ -42492,14 +42492,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17384, + offset: 17386, line: 532, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 17391, + offset: 17393, line: 532, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -42508,14 +42508,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17384, + offset: 17386, line: 532, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 17391, + offset: 17393, line: 532, - col: 30, + col: 32, }, }, Name: "SIG_IGN", @@ -42526,14 +42526,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17368, + offset: 17370, line: 532, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17374, + offset: 17376, line: 532, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -42542,14 +42542,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17368, + offset: 17370, line: 532, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17374, + offset: 17376, line: 532, - col: 13, + col: 15, }, }, Name: "signal", @@ -42562,14 +42562,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17398, + offset: 17400, line: 533, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17479, + offset: 17481, line: 534, - col: 31, + col: 33, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTBinaryExpression", @@ -42577,14 +42577,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17402, + offset: 17404, line: 533, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17445, + offset: 17447, line: 533, - col: 50, + col: 52, }, }, ExpressionType: "Attempt to use symbol failed: signal", @@ -42594,14 +42594,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17438, + offset: 17440, line: 533, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 17445, + offset: 17447, line: 533, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -42610,14 +42610,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17438, + offset: 17440, line: 533, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 17445, + offset: 17447, line: 533, - col: 50, + col: 52, }, }, Name: "SIG_IGN", @@ -42627,14 +42627,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17402, + offset: 17404, line: 533, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17434, + offset: 17436, line: 533, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: signal", @@ -42645,14 +42645,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17409, + offset: 17411, line: 533, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 17415, + offset: 17417, line: 533, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -42661,14 +42661,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17409, + offset: 17411, line: 533, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 17415, + offset: 17417, line: 533, - col: 20, + col: 22, }, }, Name: "SIGINT", @@ -42678,14 +42678,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17417, + offset: 17419, line: 533, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 17433, + offset: 17435, line: 533, - col: 38, + col: 40, }, }, ExpressionType: "void (int)", @@ -42694,14 +42694,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17417, + offset: 17419, line: 533, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 17433, + offset: 17435, line: 533, - col: 38, + col: 40, }, }, Names: [ @@ -42719,14 +42719,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17402, + offset: 17404, line: 533, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17408, + offset: 17410, line: 533, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -42735,14 +42735,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17402, + offset: 17404, line: 533, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17408, + offset: 17410, line: 533, - col: 13, + col: 15, }, }, Name: "signal", @@ -42753,14 +42753,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17438, + offset: 17440, line: 533, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 17445, + offset: 17447, line: 533, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -42769,14 +42769,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17438, + offset: 17440, line: 533, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 17445, + offset: 17447, line: 533, - col: 50, + col: 52, }, }, Name: "SIG_IGN", @@ -42787,28 +42787,28 @@ '@role': [Expression, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17455, + offset: 17457, line: 534, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17479, + offset: 17481, line: 534, - col: 31, + col: 33, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17455, + offset: 17457, line: 534, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17478, + offset: 17480, line: 534, - col: 30, + col: 32, }, }, ExpressionType: "Attempt to use symbol failed: signal", @@ -42819,14 +42819,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17462, + offset: 17464, line: 534, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 17468, + offset: 17470, line: 534, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -42835,14 +42835,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17462, + offset: 17464, line: 534, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 17468, + offset: 17470, line: 534, - col: 20, + col: 22, }, }, Name: "SIGINT", @@ -42852,14 +42852,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17470, + offset: 17472, line: 534, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 17477, + offset: 17479, line: 534, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -42868,14 +42868,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17470, + offset: 17472, line: 534, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 17477, + offset: 17479, line: 534, - col: 29, + col: 31, }, }, Name: "SIG_IGN", @@ -42886,14 +42886,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17455, + offset: 17457, line: 534, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17461, + offset: 17463, line: 534, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -42902,14 +42902,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17455, + offset: 17457, line: 534, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17461, + offset: 17463, line: 534, - col: 13, + col: 15, }, }, Name: "signal", @@ -42922,14 +42922,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17484, + offset: 17486, line: 535, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17565, + offset: 17567, line: 536, - col: 31, + col: 33, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTBinaryExpression", @@ -42937,14 +42937,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17488, + offset: 17490, line: 535, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17531, + offset: 17533, line: 535, - col: 50, + col: 52, }, }, ExpressionType: "Attempt to use symbol failed: signal", @@ -42954,14 +42954,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17524, + offset: 17526, line: 535, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 17531, + offset: 17533, line: 535, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -42970,14 +42970,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17524, + offset: 17526, line: 535, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 17531, + offset: 17533, line: 535, - col: 50, + col: 52, }, }, Name: "SIG_IGN", @@ -42987,14 +42987,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17488, + offset: 17490, line: 535, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17520, + offset: 17522, line: 535, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: signal", @@ -43005,14 +43005,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17495, + offset: 17497, line: 535, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 17501, + offset: 17503, line: 535, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -43021,14 +43021,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17495, + offset: 17497, line: 535, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 17501, + offset: 17503, line: 535, - col: 20, + col: 22, }, }, Name: "SIGHUP", @@ -43038,14 +43038,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17503, + offset: 17505, line: 535, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 17519, + offset: 17521, line: 535, - col: 38, + col: 40, }, }, ExpressionType: "void (int)", @@ -43054,14 +43054,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17503, + offset: 17505, line: 535, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 17519, + offset: 17521, line: 535, - col: 38, + col: 40, }, }, Names: [ @@ -43079,14 +43079,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17488, + offset: 17490, line: 535, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17494, + offset: 17496, line: 535, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -43095,14 +43095,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17488, + offset: 17490, line: 535, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17494, + offset: 17496, line: 535, - col: 13, + col: 15, }, }, Name: "signal", @@ -43113,14 +43113,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17524, + offset: 17526, line: 535, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 17531, + offset: 17533, line: 535, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -43129,14 +43129,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17524, + offset: 17526, line: 535, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 17531, + offset: 17533, line: 535, - col: 50, + col: 52, }, }, Name: "SIG_IGN", @@ -43147,28 +43147,28 @@ '@role': [Expression, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17541, + offset: 17543, line: 536, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17565, + offset: 17567, line: 536, - col: 31, + col: 33, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17541, + offset: 17543, line: 536, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17564, + offset: 17566, line: 536, - col: 30, + col: 32, }, }, ExpressionType: "Attempt to use symbol failed: signal", @@ -43179,14 +43179,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17548, + offset: 17550, line: 536, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 17554, + offset: 17556, line: 536, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -43195,14 +43195,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17548, + offset: 17550, line: 536, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 17554, + offset: 17556, line: 536, - col: 20, + col: 22, }, }, Name: "SIGHUP", @@ -43212,14 +43212,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17556, + offset: 17558, line: 536, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 17563, + offset: 17565, line: 536, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -43228,14 +43228,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17556, + offset: 17558, line: 536, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 17563, + offset: 17565, line: 536, - col: 29, + col: 31, }, }, Name: "SIG_IGN", @@ -43246,14 +43246,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17541, + offset: 17543, line: 536, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17547, + offset: 17549, line: 536, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -43262,14 +43262,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17541, + offset: 17543, line: 536, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17547, + offset: 17549, line: 536, - col: 13, + col: 15, }, }, Name: "signal", @@ -43282,28 +43282,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17570, + offset: 17572, line: 537, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17607, + offset: 17609, line: 537, - col: 40, + col: 42, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17570, + offset: 17572, line: 537, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17606, + offset: 17608, line: 537, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: signal", @@ -43314,14 +43314,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17577, + offset: 17579, line: 537, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 17584, + offset: 17586, line: 537, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -43330,14 +43330,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17577, + offset: 17579, line: 537, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 17584, + offset: 17586, line: 537, - col: 17, + col: 19, }, }, Name: "SIGABRT", @@ -43347,14 +43347,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17586, + offset: 17588, line: 537, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 17605, + offset: 17607, line: 537, - col: 38, + col: 40, }, }, ExpressionType: "void (int)", @@ -43363,14 +43363,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17586, + offset: 17588, line: 537, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 17605, + offset: 17607, line: 537, - col: 38, + col: 40, }, }, Names: [ @@ -43388,14 +43388,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17570, + offset: 17572, line: 537, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17576, + offset: 17578, line: 537, - col: 9, + col: 11, }, }, ExpressionType: "", @@ -43404,14 +43404,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17570, + offset: 17572, line: 537, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17576, + offset: 17578, line: 537, - col: 9, + col: 11, }, }, Name: "signal", @@ -43423,28 +43423,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17612, + offset: 17614, line: 538, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17649, + offset: 17651, line: 538, - col: 40, + col: 42, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17612, + offset: 17614, line: 538, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17648, + offset: 17650, line: 538, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: signal", @@ -43455,14 +43455,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17619, + offset: 17621, line: 538, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 17626, + offset: 17628, line: 538, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -43471,14 +43471,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17619, + offset: 17621, line: 538, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 17626, + offset: 17628, line: 538, - col: 17, + col: 19, }, }, Name: "SIGSEGV", @@ -43488,14 +43488,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17628, + offset: 17630, line: 538, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 17647, + offset: 17649, line: 538, - col: 38, + col: 40, }, }, ExpressionType: "void (int)", @@ -43504,14 +43504,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17628, + offset: 17630, line: 538, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 17647, + offset: 17649, line: 538, - col: 38, + col: 40, }, }, Names: [ @@ -43529,14 +43529,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17612, + offset: 17614, line: 538, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17618, + offset: 17620, line: 538, - col: 9, + col: 11, }, }, ExpressionType: "", @@ -43545,14 +43545,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17612, + offset: 17614, line: 538, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17618, + offset: 17620, line: 538, - col: 9, + col: 11, }, }, Name: "signal", @@ -43564,28 +43564,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17654, + offset: 17656, line: 539, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17679, + offset: 17681, line: 539, - col: 28, + col: 30, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17654, + offset: 17656, line: 539, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17678, + offset: 17680, line: 539, - col: 27, + col: 29, }, }, ExpressionType: "Attempt to use symbol failed: signal", @@ -43596,14 +43596,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17661, + offset: 17663, line: 539, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 17668, + offset: 17670, line: 539, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -43612,14 +43612,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17661, + offset: 17663, line: 539, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 17668, + offset: 17670, line: 539, - col: 17, + col: 19, }, }, Name: "SIGPIPE", @@ -43629,14 +43629,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17670, + offset: 17672, line: 539, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 17677, + offset: 17679, line: 539, - col: 26, + col: 28, }, }, ExpressionType: "", @@ -43645,14 +43645,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17670, + offset: 17672, line: 539, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 17677, + offset: 17679, line: 539, - col: 26, + col: 28, }, }, Name: "SIG_IGN", @@ -43663,14 +43663,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17654, + offset: 17656, line: 539, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17660, + offset: 17662, line: 539, - col: 9, + col: 11, }, }, ExpressionType: "", @@ -43679,14 +43679,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17654, + offset: 17656, line: 539, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17660, + offset: 17662, line: 539, - col: 9, + col: 11, }, }, Name: "signal", @@ -43698,28 +43698,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17726, + offset: 17728, line: 541, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17747, + offset: 17749, line: 541, - col: 24, + col: 26, }, }, LeadingComments: [ { '@type': "uast:Comment", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17684, + offset: 17686, line: 540, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17721, + offset: 17723, line: 540, - col: 40, + col: 42, }, }, Block: false, @@ -43733,28 +43733,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17726, + offset: 17728, line: 541, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17747, + offset: 17749, line: 541, - col: 24, + col: 26, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17726, + offset: 17728, line: 541, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17734, + offset: 17736, line: 541, - col: 11, + col: 13, }, }, IsConst: false, @@ -43770,14 +43770,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17726, + offset: 17728, line: 541, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17734, + offset: 17736, line: 541, - col: 11, + col: 13, }, }, Name: "sigset_t", @@ -43789,28 +43789,28 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17735, + offset: 17737, line: 541, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 17746, + offset: 17748, line: 541, - col: 23, + col: 25, }, }, DeclaresParameterPack: false, 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17735, + offset: 17737, line: 541, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 17746, + offset: 17748, line: 541, - col: 23, + col: 25, }, }, Name: "userSignals", @@ -43824,28 +43824,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17752, + offset: 17754, line: 542, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17778, + offset: 17780, line: 542, - col: 29, + col: 31, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17752, + offset: 17754, line: 542, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17777, + offset: 17779, line: 542, - col: 28, + col: 30, }, }, ExpressionType: "Attempt to use symbol failed: sigemptyset", @@ -43856,14 +43856,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17764, + offset: 17766, line: 542, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 17776, + offset: 17778, line: 542, - col: 27, + col: 29, }, }, ExpressionType: "? *", @@ -43873,14 +43873,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17765, + offset: 17767, line: 542, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 17776, + offset: 17778, line: 542, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -43889,14 +43889,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17765, + offset: 17767, line: 542, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 17776, + offset: 17778, line: 542, - col: 27, + col: 29, }, }, Name: "userSignals", @@ -43909,14 +43909,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17752, + offset: 17754, line: 542, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17763, + offset: 17765, line: 542, - col: 14, + col: 16, }, }, ExpressionType: "", @@ -43925,14 +43925,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17752, + offset: 17754, line: 542, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17763, + offset: 17765, line: 542, - col: 14, + col: 16, }, }, Name: "sigemptyset", @@ -43944,28 +43944,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17783, + offset: 17785, line: 543, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17816, + offset: 17818, line: 543, - col: 36, + col: 38, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17783, + offset: 17785, line: 543, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17815, + offset: 17817, line: 543, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: sigaddset", @@ -43976,14 +43976,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17793, + offset: 17795, line: 543, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 17805, + offset: 17807, line: 543, - col: 25, + col: 27, }, }, ExpressionType: "? *", @@ -43993,14 +43993,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17794, + offset: 17796, line: 543, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 17805, + offset: 17807, line: 543, - col: 25, + col: 27, }, }, ExpressionType: "", @@ -44009,14 +44009,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17794, + offset: 17796, line: 543, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 17805, + offset: 17807, line: 543, - col: 25, + col: 27, }, }, Name: "userSignals", @@ -44028,14 +44028,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17807, + offset: 17809, line: 543, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 17814, + offset: 17816, line: 543, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -44044,14 +44044,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17807, + offset: 17809, line: 543, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 17814, + offset: 17816, line: 543, - col: 34, + col: 36, }, }, Name: "SIGUSR1", @@ -44062,14 +44062,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17783, + offset: 17785, line: 543, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17792, + offset: 17794, line: 543, - col: 12, + col: 14, }, }, ExpressionType: "", @@ -44078,14 +44078,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17783, + offset: 17785, line: 543, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17792, + offset: 17794, line: 543, - col: 12, + col: 14, }, }, Name: "sigaddset", @@ -44097,28 +44097,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17821, + offset: 17823, line: 544, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17854, + offset: 17856, line: 544, - col: 36, + col: 38, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17821, + offset: 17823, line: 544, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17853, + offset: 17855, line: 544, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: sigaddset", @@ -44129,14 +44129,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17831, + offset: 17833, line: 544, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 17843, + offset: 17845, line: 544, - col: 25, + col: 27, }, }, ExpressionType: "? *", @@ -44146,14 +44146,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17832, + offset: 17834, line: 544, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 17843, + offset: 17845, line: 544, - col: 25, + col: 27, }, }, ExpressionType: "", @@ -44162,14 +44162,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17832, + offset: 17834, line: 544, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 17843, + offset: 17845, line: 544, - col: 25, + col: 27, }, }, Name: "userSignals", @@ -44181,14 +44181,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17845, + offset: 17847, line: 544, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 17852, + offset: 17854, line: 544, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -44197,14 +44197,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17845, + offset: 17847, line: 544, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 17852, + offset: 17854, line: 544, - col: 34, + col: 36, }, }, Name: "SIGUSR2", @@ -44215,14 +44215,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17821, + offset: 17823, line: 544, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17830, + offset: 17832, line: 544, - col: 12, + col: 14, }, }, ExpressionType: "", @@ -44231,14 +44231,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17821, + offset: 17823, line: 544, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17830, + offset: 17832, line: 544, - col: 12, + col: 14, }, }, Name: "sigaddset", @@ -44250,28 +44250,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17859, + offset: 17861, line: 545, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17909, + offset: 17911, line: 545, - col: 53, + col: 55, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17859, + offset: 17861, line: 545, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17908, + offset: 17910, line: 545, - col: 52, + col: 54, }, }, ExpressionType: "Attempt to use symbol failed: pthread_sigmask", @@ -44282,14 +44282,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17875, + offset: 17877, line: 545, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 17884, + offset: 17886, line: 545, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -44298,14 +44298,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17875, + offset: 17877, line: 545, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 17884, + offset: 17886, line: 545, - col: 28, + col: 30, }, }, Name: "SIG_BLOCK", @@ -44315,14 +44315,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17886, + offset: 17888, line: 545, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 17898, + offset: 17900, line: 545, - col: 42, + col: 44, }, }, ExpressionType: "? *", @@ -44332,14 +44332,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17887, + offset: 17889, line: 545, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 17898, + offset: 17900, line: 545, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -44348,14 +44348,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17887, + offset: 17889, line: 545, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 17898, + offset: 17900, line: 545, - col: 42, + col: 44, }, }, Name: "userSignals", @@ -44368,14 +44368,14 @@ '@role': [Argument, Call, Expression, Function, Literal, 'Null'], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17900, + offset: 17902, line: 545, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 17907, + offset: 17909, line: 545, - col: 51, + col: 53, }, }, ExpressionType: "std::nullptr_t", @@ -44388,14 +44388,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17859, + offset: 17861, line: 545, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17874, + offset: 17876, line: 545, - col: 18, + col: 20, }, }, ExpressionType: "", @@ -44404,14 +44404,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17859, + offset: 17861, line: 545, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17874, + offset: 17876, line: 545, - col: 18, + col: 20, }, }, Name: "pthread_sigmask", @@ -44423,42 +44423,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17915, + offset: 17917, line: 547, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17990, + offset: 17992, line: 547, - col: 78, + col: 80, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17915, + offset: 17917, line: 547, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17990, + offset: 17992, line: 547, - col: 78, + col: 80, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17915, + offset: 17917, line: 547, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17934, + offset: 17936, line: 547, - col: 22, + col: 24, }, }, IsConst: false, @@ -44474,14 +44474,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17915, + offset: 17917, line: 547, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17934, + offset: 17936, line: 547, - col: 22, + col: 24, }, }, Name: "QProcessEnvironment", @@ -44493,14 +44493,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17935, + offset: 17937, line: 547, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 17989, + offset: 17991, line: 547, - col: 77, + col: 79, }, }, DeclaresParameterPack: false, @@ -44508,28 +44508,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17947, + offset: 17949, line: 547, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 17989, + offset: 17991, line: 547, - col: 77, + col: 79, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17949, + offset: 17951, line: 547, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 17989, + offset: 17991, line: 547, - col: 77, + col: 79, }, }, ExpressionType: "Attempt to use symbol failed: systemEnvironment", @@ -44539,14 +44539,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17949, + offset: 17951, line: 547, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 17987, + offset: 17989, line: 547, - col: 75, + col: 77, }, }, ExpressionType: "", @@ -44555,14 +44555,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17949, + offset: 17951, line: 547, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 17987, + offset: 17989, line: 547, - col: 75, + col: 77, }, }, Names: [ @@ -44580,14 +44580,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17949, + offset: 17951, line: 547, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 17989, + offset: 17991, line: 547, - col: 77, + col: 79, }, }, ExpressionType: "Attempt to use symbol failed: systemEnvironment", @@ -44597,14 +44597,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17949, + offset: 17951, line: 547, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 17987, + offset: 17989, line: 547, - col: 75, + col: 77, }, }, ExpressionType: "", @@ -44613,14 +44613,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17949, + offset: 17951, line: 547, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 17987, + offset: 17989, line: 547, - col: 75, + col: 77, }, }, Names: [ @@ -44638,14 +44638,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17935, + offset: 17937, line: 547, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 17946, + offset: 17948, line: 547, - col: 34, + col: 36, }, }, Name: "environment", @@ -44659,28 +44659,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18085, + offset: 18087, line: 550, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18145, + offset: 18147, line: 550, - col: 63, + col: 65, }, }, LeadingComments: [ { '@type': "uast:Comment", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17996, + offset: 17998, line: 549, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18080, + offset: 18082, line: 549, - col: 87, + col: 89, }, }, Block: false, @@ -44694,14 +44694,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18085, + offset: 18087, line: 550, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18144, + offset: 18146, line: 550, - col: 62, + col: 64, }, }, ExpressionType: "Attempt to use symbol failed: setenv", @@ -44712,14 +44712,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18092, + offset: 18094, line: 550, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 18109, + offset: 18111, line: 550, - col: 27, + col: 29, }, }, Format: "", @@ -44729,14 +44729,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18111, + offset: 18113, line: 550, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 18137, + offset: 18139, line: 550, - col: 55, + col: 57, }, }, Format: "", @@ -44747,14 +44747,14 @@ '@role': [Argument, Boolean, Call, Expression, Function, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18139, + offset: 18141, line: 550, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 18143, + offset: 18145, line: 550, - col: 61, + col: 63, }, }, ExpressionType: "bool", @@ -44767,14 +44767,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18085, + offset: 18087, line: 550, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18091, + offset: 18093, line: 550, - col: 9, + col: 11, }, }, ExpressionType: "", @@ -44783,14 +44783,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18085, + offset: 18087, line: 550, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18091, + offset: 18093, line: 550, - col: 9, + col: 11, }, }, Name: "setenv", @@ -44802,28 +44802,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18151, + offset: 18153, line: 552, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18186, + offset: 18188, line: 552, - col: 38, + col: 40, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18151, + offset: 18153, line: 552, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18185, + offset: 18187, line: 552, - col: 37, + col: 39, }, }, ExpressionType: "Attempt to use symbol failed: qunsetenv", @@ -44834,14 +44834,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18161, + offset: 18163, line: 552, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 18184, + offset: 18186, line: 552, - col: 36, + col: 38, }, }, Format: "", @@ -44852,14 +44852,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18151, + offset: 18153, line: 552, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18160, + offset: 18162, line: 552, - col: 12, + col: 14, }, }, ExpressionType: "", @@ -44868,14 +44868,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18151, + offset: 18153, line: 552, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18160, + offset: 18162, line: 552, - col: 12, + col: 14, }, }, Name: "qunsetenv", @@ -44887,28 +44887,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18191, + offset: 18193, line: 553, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18236, + offset: 18238, line: 553, - col: 48, + col: 50, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18191, + offset: 18193, line: 553, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18235, + offset: 18237, line: 553, - col: 47, + col: 49, }, }, ExpressionType: "Attempt to use symbol failed: qputenv", @@ -44919,14 +44919,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18199, + offset: 18201, line: 553, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 18213, + offset: 18215, line: 553, - col: 25, + col: 27, }, }, Format: "", @@ -44936,14 +44936,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18215, + offset: 18217, line: 553, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 18234, + offset: 18236, line: 553, - col: 46, + col: 48, }, }, Format: "", @@ -44954,14 +44954,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18191, + offset: 18193, line: 553, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18198, + offset: 18200, line: 553, - col: 10, + col: 12, }, }, ExpressionType: "", @@ -44970,14 +44970,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18191, + offset: 18193, line: 553, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18198, + offset: 18200, line: 553, - col: 10, + col: 12, }, }, Name: "qputenv", @@ -44989,28 +44989,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18241, + offset: 18243, line: 554, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18277, + offset: 18279, line: 554, - col: 39, + col: 41, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18241, + offset: 18243, line: 554, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18276, + offset: 18278, line: 554, - col: 38, + col: 40, }, }, ExpressionType: "Attempt to use symbol failed: qputenv", @@ -45021,14 +45021,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18249, + offset: 18251, line: 554, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 18266, + offset: 18268, line: 554, - col: 28, + col: 30, }, }, Format: "", @@ -45038,14 +45038,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18268, + offset: 18270, line: 554, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 18275, + offset: 18277, line: 554, - col: 37, + col: 39, }, }, Format: "", @@ -45056,14 +45056,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18241, + offset: 18243, line: 554, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18248, + offset: 18250, line: 554, - col: 10, + col: 12, }, }, ExpressionType: "", @@ -45072,14 +45072,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18241, + offset: 18243, line: 554, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18248, + offset: 18250, line: 554, - col: 10, + col: 12, }, }, Name: "qputenv", @@ -45091,28 +45091,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18282, + offset: 18284, line: 555, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18343, + offset: 18345, line: 555, - col: 64, + col: 66, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18282, + offset: 18284, line: 555, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18342, + offset: 18344, line: 555, - col: 63, + col: 65, }, }, ExpressionType: "Attempt to use symbol failed: setAttribute", @@ -45123,14 +45123,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18313, + offset: 18315, line: 555, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 18341, + offset: 18343, line: 555, - col: 62, + col: 64, }, }, ExpressionType: "", @@ -45139,14 +45139,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18313, + offset: 18315, line: 555, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 18341, + offset: 18343, line: 555, - col: 62, + col: 64, }, }, Names: [ @@ -45164,14 +45164,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18282, + offset: 18284, line: 555, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18312, + offset: 18314, line: 555, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -45180,14 +45180,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18282, + offset: 18284, line: 555, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18312, + offset: 18314, line: 555, - col: 33, + col: 35, }, }, Names: [ @@ -45206,42 +45206,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18348, + offset: 18350, line: 556, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18387, + offset: 18389, line: 556, - col: 42, + col: 44, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18348, + offset: 18350, line: 556, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18387, + offset: 18389, line: 556, - col: 42, + col: 44, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18348, + offset: 18350, line: 556, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18372, + offset: 18374, line: 556, - col: 27, + col: 29, }, }, IsConst: false, @@ -45257,14 +45257,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18348, + offset: 18350, line: 556, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18372, + offset: 18374, line: 556, - col: 27, + col: 29, }, }, Names: [ @@ -45283,14 +45283,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18373, + offset: 18375, line: 556, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 18386, + offset: 18388, line: 556, - col: 41, + col: 43, }, }, DeclaresParameterPack: false, @@ -45298,14 +45298,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18374, + offset: 18376, line: 556, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 18386, + offset: 18388, line: 556, - col: 41, + col: 43, }, }, 'Prop_Arguments': [ @@ -45313,14 +45313,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18375, + offset: 18377, line: 556, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 18379, + offset: 18381, line: 556, - col: 34, + col: 36, }, }, ExpressionType: "int", @@ -45329,14 +45329,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18375, + offset: 18377, line: 556, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 18379, + offset: 18381, line: 556, - col: 34, + col: 36, }, }, Name: "argc", @@ -45346,14 +45346,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18381, + offset: 18383, line: 556, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 18385, + offset: 18387, line: 556, - col: 40, + col: 42, }, }, ExpressionType: "char * *", @@ -45362,14 +45362,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18381, + offset: 18383, line: 556, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 18385, + offset: 18387, line: 556, - col: 40, + col: 42, }, }, Name: "argv", @@ -45387,14 +45387,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18375, + offset: 18377, line: 556, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 18379, + offset: 18381, line: 556, - col: 34, + col: 36, }, }, ExpressionType: "int", @@ -45403,14 +45403,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18375, + offset: 18377, line: 556, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 18379, + offset: 18381, line: 556, - col: 34, + col: 36, }, }, Name: "argc", @@ -45420,14 +45420,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18381, + offset: 18383, line: 556, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 18385, + offset: 18387, line: 556, - col: 40, + col: 42, }, }, ExpressionType: "char * *", @@ -45436,14 +45436,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18381, + offset: 18383, line: 556, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 18385, + offset: 18387, line: 556, - col: 40, + col: 42, }, }, Name: "argv", @@ -45455,14 +45455,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18373, + offset: 18375, line: 556, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 18374, + offset: 18376, line: 556, - col: 29, + col: 31, }, }, Name: "a", @@ -45476,28 +45476,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18392, + offset: 18394, line: 557, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18412, + offset: 18414, line: 557, - col: 23, + col: 25, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18392, + offset: 18394, line: 557, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18411, + offset: 18413, line: 557, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -45507,14 +45507,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18392, + offset: 18394, line: 557, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18409, + offset: 18411, line: 557, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -45525,14 +45525,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18394, + offset: 18396, line: 557, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 18409, + offset: 18411, line: 557, - col: 20, + col: 22, }, }, Name: "setupTranslator", @@ -45541,14 +45541,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18392, + offset: 18394, line: 557, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18393, + offset: 18395, line: 557, - col: 4, + col: 6, }, }, ExpressionType: "", @@ -45557,14 +45557,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18392, + offset: 18394, line: 557, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18393, + offset: 18395, line: 557, - col: 4, + col: 6, }, }, Name: "a", @@ -45577,28 +45577,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18498, + offset: 18500, line: 559, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18541, + offset: 18543, line: 559, - col: 46, + col: 48, }, }, LeadingComments: [ { '@type': "uast:Comment", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18417, + offset: 18419, line: 558, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18493, + offset: 18495, line: 558, - col: 79, + col: 81, }, }, Block: false, @@ -45612,14 +45612,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18498, + offset: 18500, line: 559, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18540, + offset: 18542, line: 559, - col: 45, + col: 47, }, }, ExpressionType: "Attempt to use symbol failed: setenv", @@ -45630,14 +45630,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18505, + offset: 18507, line: 559, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 18522, + offset: 18524, line: 559, - col: 27, + col: 29, }, }, Format: "", @@ -45647,14 +45647,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18524, + offset: 18526, line: 559, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 18533, + offset: 18535, line: 559, - col: 38, + col: 40, }, }, Format: "", @@ -45665,14 +45665,14 @@ '@role': [Argument, Boolean, Call, Expression, Function, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18535, + offset: 18537, line: 559, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 18539, + offset: 18541, line: 559, - col: 44, + col: 46, }, }, ExpressionType: "bool", @@ -45685,14 +45685,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18498, + offset: 18500, line: 559, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18504, + offset: 18506, line: 559, - col: 9, + col: 11, }, }, ExpressionType: "", @@ -45701,14 +45701,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18498, + offset: 18500, line: 559, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18504, + offset: 18506, line: 559, - col: 9, + col: 11, }, }, Name: "setenv", @@ -45720,28 +45720,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18547, + offset: 18549, line: 561, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18584, + offset: 18586, line: 561, - col: 40, + col: 42, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18547, + offset: 18549, line: 561, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18583, + offset: 18585, line: 561, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: createAboutData", @@ -45751,14 +45751,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18547, + offset: 18549, line: 561, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18581, + offset: 18583, line: 561, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -45767,14 +45767,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18547, + offset: 18549, line: 561, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18581, + offset: 18583, line: 561, - col: 37, + col: 39, }, }, Names: [ @@ -45796,28 +45796,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18589, + offset: 18591, line: 562, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18627, + offset: 18629, line: 562, - col: 41, + col: 43, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18589, + offset: 18591, line: 562, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18626, + offset: 18628, line: 562, - col: 40, + col: 42, }, }, ExpressionType: "Attempt to use symbol failed: init", @@ -45827,14 +45827,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18589, + offset: 18591, line: 562, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18624, + offset: 18626, line: 562, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -45843,14 +45843,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18589, + offset: 18591, line: 562, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18624, + offset: 18626, line: 562, - col: 38, + col: 40, }, }, Names: [ @@ -45872,28 +45872,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18633, + offset: 18635, line: 564, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18738, + offset: 18740, line: 564, - col: 108, + col: 110, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18633, + offset: 18635, line: 564, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18738, + offset: 18740, line: 564, - col: 108, + col: 110, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -45901,14 +45901,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18633, + offset: 18635, line: 564, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18643, + offset: 18645, line: 564, - col: 13, + col: 15, }, }, IsComplex: false, @@ -45934,14 +45934,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18644, + offset: 18646, line: 564, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 18737, + offset: 18739, line: 564, - col: 107, + col: 109, }, }, DeclaresParameterPack: false, @@ -45949,28 +45949,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18661, + offset: 18663, line: 564, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 18737, + offset: 18739, line: 564, - col: 107, + col: 109, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18663, + offset: 18665, line: 564, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 18737, + offset: 18739, line: 564, - col: 107, + col: 109, }, }, ExpressionType: "Attempt to use symbol failed: findPlugins", @@ -45981,14 +45981,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18690, + offset: 18692, line: 564, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 18736, + offset: 18738, line: 564, - col: 106, + col: 108, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -45999,14 +45999,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18705, + offset: 18707, line: 564, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 18735, + offset: 18737, line: 564, - col: 105, + col: 107, }, }, Format: "", @@ -46017,14 +46017,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18690, + offset: 18692, line: 564, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 18704, + offset: 18706, line: 564, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -46033,14 +46033,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18690, + offset: 18692, line: 564, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 18704, + offset: 18706, line: 564, - col: 74, + col: 76, }, }, Name: "QStringLiteral", @@ -46052,14 +46052,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18663, + offset: 18665, line: 564, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 18689, + offset: 18691, line: 564, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -46068,14 +46068,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18663, + offset: 18665, line: 564, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 18689, + offset: 18691, line: 564, - col: 59, + col: 61, }, }, Names: [ @@ -46093,14 +46093,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18663, + offset: 18665, line: 564, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 18737, + offset: 18739, line: 564, - col: 107, + col: 109, }, }, ExpressionType: "Attempt to use symbol failed: findPlugins", @@ -46111,14 +46111,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18690, + offset: 18692, line: 564, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 18736, + offset: 18738, line: 564, - col: 106, + col: 108, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -46129,14 +46129,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18705, + offset: 18707, line: 564, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 18735, + offset: 18737, line: 564, - col: 105, + col: 107, }, }, Format: "", @@ -46147,14 +46147,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18690, + offset: 18692, line: 564, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 18704, + offset: 18706, line: 564, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -46163,14 +46163,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18690, + offset: 18692, line: 564, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 18704, + offset: 18706, line: 564, - col: 74, + col: 76, }, }, Name: "QStringLiteral", @@ -46182,14 +46182,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18663, + offset: 18665, line: 564, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 18689, + offset: 18691, line: 564, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -46198,14 +46198,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18663, + offset: 18665, line: 564, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 18689, + offset: 18691, line: 564, - col: 59, + col: 61, }, }, Names: [ @@ -46223,14 +46223,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18644, + offset: 18646, line: 564, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 18660, + offset: 18662, line: 564, - col: 30, + col: 32, }, }, Name: "availablePlugins", @@ -46244,28 +46244,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18743, + offset: 18745, line: 565, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19015, + offset: 19017, line: 571, - col: 5, + col: 7, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18743, + offset: 18745, line: 565, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19015, + offset: 19017, line: 571, - col: 5, + col: 7, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -46273,14 +46273,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18743, + offset: 18745, line: 565, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18747, + offset: 18749, line: 565, - col: 7, + col: 9, }, }, IsComplex: false, @@ -46306,14 +46306,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18748, + offset: 18750, line: 565, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 19014, + offset: 19016, line: 571, - col: 4, + col: 6, }, }, DeclaresParameterPack: false, @@ -46321,28 +46321,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18758, + offset: 18760, line: 565, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 19014, + offset: 19016, line: 571, - col: 4, + col: 6, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTLambdaExpression", '@role': [Anonymous, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18760, + offset: 18762, line: 565, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 19014, + offset: 19016, line: 571, - col: 4, + col: 6, }, }, ExpressionType: "[&availablePlugins] (const QString &name) {\n return std::any_of(availablePlugins.begin(), availablePlugins.end(),\n [name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }\n );\n }", @@ -46352,14 +46352,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18802, + offset: 18804, line: 565, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 19014, + offset: 19016, line: 571, - col: 4, + col: 6, }, }, Statements: [ @@ -46367,28 +46367,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18812, + offset: 18814, line: 566, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 19008, + offset: 19010, line: 570, - col: 9, + col: 11, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18819, + offset: 18821, line: 566, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 19007, + offset: 19009, line: 570, - col: 8, + col: 10, }, }, ExpressionType: "Attempt to use symbol failed: any_of", @@ -46399,14 +46399,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18831, + offset: 18833, line: 566, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 18855, + offset: 18857, line: 566, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -46416,14 +46416,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18831, + offset: 18833, line: 566, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 18853, + offset: 18855, line: 566, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -46434,14 +46434,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18848, + offset: 18850, line: 566, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18853, + offset: 18855, line: 566, - col: 48, + col: 50, }, }, Name: "begin", @@ -46450,14 +46450,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18831, + offset: 18833, line: 566, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 18847, + offset: 18849, line: 566, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -46466,14 +46466,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18831, + offset: 18833, line: 566, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 18847, + offset: 18849, line: 566, - col: 42, + col: 44, }, }, Name: "availablePlugins", @@ -46485,14 +46485,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18857, + offset: 18859, line: 566, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 18879, + offset: 18881, line: 566, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -46502,14 +46502,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18857, + offset: 18859, line: 566, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 18877, + offset: 18879, line: 566, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -46520,14 +46520,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18874, + offset: 18876, line: 566, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 18877, + offset: 18879, line: 566, - col: 72, + col: 74, }, }, Name: "end", @@ -46536,14 +46536,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18857, + offset: 18859, line: 566, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 18873, + offset: 18875, line: 566, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -46552,14 +46552,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18857, + offset: 18859, line: 566, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 18873, + offset: 18875, line: 566, - col: 68, + col: 70, }, }, Name: "availablePlugins", @@ -46571,14 +46571,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18893, + offset: 18895, line: 567, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 18997, + offset: 18999, line: 569, - col: 12, + col: 14, }, }, ExpressionType: "[name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }", @@ -46588,14 +46588,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18932, + offset: 18934, line: 567, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 18997, + offset: 18999, line: 569, - col: 12, + col: 14, }, }, Statements: [ @@ -46603,14 +46603,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18950, + offset: 18952, line: 568, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 18983, + offset: 18985, line: 568, - col: 48, + col: 50, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTBinaryExpression", @@ -46618,14 +46618,14 @@ '@role': [Binary, Equal, Expression, Relational, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -46635,14 +46635,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "const ?", @@ -46651,14 +46651,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, Name: "name", @@ -46668,14 +46668,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18974, + offset: 18976, line: 568, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -46685,14 +46685,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18972, + offset: 18974, line: 568, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -46703,14 +46703,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18964, + offset: 18966, line: 568, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 18972, + offset: 18974, line: 568, - col: 37, + col: 39, }, }, Name: "pluginId", @@ -46719,14 +46719,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18963, + offset: 18965, line: 568, - col: 28, + col: 30, }, }, ExpressionType: "const ?", @@ -46735,14 +46735,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18963, + offset: 18965, line: 568, - col: 28, + col: 30, }, }, Name: "plugin", @@ -46754,14 +46754,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "const ?", @@ -46770,14 +46770,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, Name: "name", @@ -46789,14 +46789,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -46806,14 +46806,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "const ?", @@ -46822,14 +46822,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, Name: "name", @@ -46839,14 +46839,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18974, + offset: 18976, line: 568, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -46856,14 +46856,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18972, + offset: 18974, line: 568, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -46874,14 +46874,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18964, + offset: 18966, line: 568, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 18972, + offset: 18974, line: 568, - col: 37, + col: 39, }, }, Name: "pluginId", @@ -46890,14 +46890,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18963, + offset: 18965, line: 568, - col: 28, + col: 30, }, }, ExpressionType: "const ?", @@ -46906,14 +46906,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18963, + offset: 18965, line: 568, - col: 28, + col: 30, }, }, Name: "plugin", @@ -46925,14 +46925,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "const ?", @@ -46941,14 +46941,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, Name: "name", @@ -46963,14 +46963,14 @@ '@role': [Declaration, Function, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18894, + offset: 18896, line: 567, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 18898, + offset: 18900, line: 567, - col: 16, + col: 18, }, }, Name: "name", @@ -46980,14 +46980,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18900, + offset: 18902, line: 567, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 18931, + offset: 18933, line: 567, - col: 49, + col: 51, }, }, IsConst: false, @@ -47001,28 +47001,28 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18923, + offset: 18925, line: 567, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 18930, + offset: 18932, line: 567, - col: 48, + col: 50, }, }, DeclaresParameterPack: false, 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18924, + offset: 18926, line: 567, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 18930, + offset: 18932, line: 567, - col: 48, + col: 50, }, }, Name: "plugin", @@ -47032,14 +47032,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18901, + offset: 18903, line: 567, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 18922, + offset: 18924, line: 567, - col: 40, + col: 42, }, }, IsConst: true, @@ -47055,14 +47055,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18907, + offset: 18909, line: 567, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 18922, + offset: 18924, line: 567, - col: 40, + col: 42, }, }, Name: "KPluginMetaData", @@ -47079,14 +47079,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18819, + offset: 18821, line: 566, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 18830, + offset: 18832, line: 566, - col: 25, + col: 27, }, }, ExpressionType: "", @@ -47095,14 +47095,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18819, + offset: 18821, line: 566, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 18830, + offset: 18832, line: 566, - col: 25, + col: 27, }, }, Names: [ @@ -47120,14 +47120,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18819, + offset: 18821, line: 566, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 19007, + offset: 19009, line: 570, - col: 8, + col: 10, }, }, ExpressionType: "Attempt to use symbol failed: any_of", @@ -47138,14 +47138,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18831, + offset: 18833, line: 566, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 18855, + offset: 18857, line: 566, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -47155,14 +47155,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18831, + offset: 18833, line: 566, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 18853, + offset: 18855, line: 566, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -47173,14 +47173,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18848, + offset: 18850, line: 566, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18853, + offset: 18855, line: 566, - col: 48, + col: 50, }, }, Name: "begin", @@ -47189,14 +47189,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18831, + offset: 18833, line: 566, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 18847, + offset: 18849, line: 566, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -47205,14 +47205,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18831, + offset: 18833, line: 566, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 18847, + offset: 18849, line: 566, - col: 42, + col: 44, }, }, Name: "availablePlugins", @@ -47224,14 +47224,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18857, + offset: 18859, line: 566, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 18879, + offset: 18881, line: 566, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -47241,14 +47241,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18857, + offset: 18859, line: 566, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 18877, + offset: 18879, line: 566, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -47259,14 +47259,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18874, + offset: 18876, line: 566, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 18877, + offset: 18879, line: 566, - col: 72, + col: 74, }, }, Name: "end", @@ -47275,14 +47275,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18857, + offset: 18859, line: 566, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 18873, + offset: 18875, line: 566, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -47291,14 +47291,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18857, + offset: 18859, line: 566, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 18873, + offset: 18875, line: 566, - col: 68, + col: 70, }, }, Name: "availablePlugins", @@ -47310,14 +47310,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18893, + offset: 18895, line: 567, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 18997, + offset: 18999, line: 569, - col: 12, + col: 14, }, }, ExpressionType: "[name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }", @@ -47327,14 +47327,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18932, + offset: 18934, line: 567, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 18997, + offset: 18999, line: 569, - col: 12, + col: 14, }, }, Statements: [ @@ -47342,14 +47342,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18950, + offset: 18952, line: 568, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 18983, + offset: 18985, line: 568, - col: 48, + col: 50, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTBinaryExpression", @@ -47357,14 +47357,14 @@ '@role': [Binary, Equal, Expression, Relational, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -47374,14 +47374,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "const ?", @@ -47390,14 +47390,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, Name: "name", @@ -47407,14 +47407,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18974, + offset: 18976, line: 568, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -47424,14 +47424,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18972, + offset: 18974, line: 568, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -47442,14 +47442,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18964, + offset: 18966, line: 568, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 18972, + offset: 18974, line: 568, - col: 37, + col: 39, }, }, Name: "pluginId", @@ -47458,14 +47458,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18963, + offset: 18965, line: 568, - col: 28, + col: 30, }, }, ExpressionType: "const ?", @@ -47474,14 +47474,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18963, + offset: 18965, line: 568, - col: 28, + col: 30, }, }, Name: "plugin", @@ -47493,14 +47493,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "const ?", @@ -47509,14 +47509,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, Name: "name", @@ -47528,14 +47528,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -47545,14 +47545,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "const ?", @@ -47561,14 +47561,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, Name: "name", @@ -47578,14 +47578,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18974, + offset: 18976, line: 568, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -47595,14 +47595,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18972, + offset: 18974, line: 568, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -47613,14 +47613,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18964, + offset: 18966, line: 568, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 18972, + offset: 18974, line: 568, - col: 37, + col: 39, }, }, Name: "pluginId", @@ -47629,14 +47629,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18963, + offset: 18965, line: 568, - col: 28, + col: 30, }, }, ExpressionType: "const ?", @@ -47645,14 +47645,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18963, + offset: 18965, line: 568, - col: 28, + col: 30, }, }, Name: "plugin", @@ -47664,14 +47664,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "const ?", @@ -47680,14 +47680,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, Name: "name", @@ -47702,14 +47702,14 @@ '@role': [Declaration, Function, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18894, + offset: 18896, line: 567, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 18898, + offset: 18900, line: 567, - col: 16, + col: 18, }, }, Name: "name", @@ -47719,14 +47719,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18900, + offset: 18902, line: 567, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 18931, + offset: 18933, line: 567, - col: 49, + col: 51, }, }, IsConst: false, @@ -47740,28 +47740,28 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18923, + offset: 18925, line: 567, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 18930, + offset: 18932, line: 567, - col: 48, + col: 50, }, }, DeclaresParameterPack: false, 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18924, + offset: 18926, line: 567, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 18930, + offset: 18932, line: 567, - col: 48, + col: 50, }, }, Name: "plugin", @@ -47771,14 +47771,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18901, + offset: 18903, line: 567, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 18922, + offset: 18924, line: 567, - col: 40, + col: 42, }, }, IsConst: true, @@ -47794,14 +47794,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18907, + offset: 18909, line: 567, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 18922, + offset: 18924, line: 567, - col: 40, + col: 42, }, }, Name: "KPluginMetaData", @@ -47818,14 +47818,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18819, + offset: 18821, line: 566, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 18830, + offset: 18832, line: 566, - col: 25, + col: 27, }, }, ExpressionType: "", @@ -47834,14 +47834,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18819, + offset: 18821, line: 566, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 18830, + offset: 18832, line: 566, - col: 25, + col: 27, }, }, Names: [ @@ -47863,14 +47863,14 @@ '@role': [Declaration, Function, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18762, + offset: 18764, line: 565, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18778, + offset: 18780, line: 565, - col: 38, + col: 40, }, }, Name: "availablePlugins", @@ -47880,14 +47880,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18780, + offset: 18782, line: 565, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 18801, + offset: 18803, line: 565, - col: 61, + col: 63, }, }, IsConst: false, @@ -47901,28 +47901,28 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18795, + offset: 18797, line: 565, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 18800, + offset: 18802, line: 565, - col: 60, + col: 62, }, }, DeclaresParameterPack: false, 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18796, + offset: 18798, line: 565, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 18800, + offset: 18802, line: 565, - col: 60, + col: 62, }, }, Name: "name", @@ -47932,14 +47932,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18781, + offset: 18783, line: 565, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 18794, + offset: 18796, line: 565, - col: 54, + col: 56, }, }, IsConst: true, @@ -47955,14 +47955,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18787, + offset: 18789, line: 565, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 18794, + offset: 18796, line: 565, - col: 54, + col: 56, }, }, Name: "QString", @@ -47978,14 +47978,14 @@ '@role': [Anonymous, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18760, + offset: 18762, line: 565, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 19014, + offset: 19016, line: 571, - col: 4, + col: 6, }, }, ExpressionType: "[&availablePlugins] (const QString &name) {\n return std::any_of(availablePlugins.begin(), availablePlugins.end(),\n [name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }\n );\n }", @@ -47995,14 +47995,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18802, + offset: 18804, line: 565, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 19014, + offset: 19016, line: 571, - col: 4, + col: 6, }, }, Statements: [ @@ -48010,28 +48010,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18812, + offset: 18814, line: 566, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 19008, + offset: 19010, line: 570, - col: 9, + col: 11, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18819, + offset: 18821, line: 566, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 19007, + offset: 19009, line: 570, - col: 8, + col: 10, }, }, ExpressionType: "Attempt to use symbol failed: any_of", @@ -48042,14 +48042,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18831, + offset: 18833, line: 566, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 18855, + offset: 18857, line: 566, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -48059,14 +48059,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18831, + offset: 18833, line: 566, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 18853, + offset: 18855, line: 566, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -48077,14 +48077,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18848, + offset: 18850, line: 566, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18853, + offset: 18855, line: 566, - col: 48, + col: 50, }, }, Name: "begin", @@ -48093,14 +48093,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18831, + offset: 18833, line: 566, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 18847, + offset: 18849, line: 566, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -48109,14 +48109,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18831, + offset: 18833, line: 566, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 18847, + offset: 18849, line: 566, - col: 42, + col: 44, }, }, Name: "availablePlugins", @@ -48128,14 +48128,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18857, + offset: 18859, line: 566, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 18879, + offset: 18881, line: 566, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -48145,14 +48145,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18857, + offset: 18859, line: 566, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 18877, + offset: 18879, line: 566, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -48163,14 +48163,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18874, + offset: 18876, line: 566, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 18877, + offset: 18879, line: 566, - col: 72, + col: 74, }, }, Name: "end", @@ -48179,14 +48179,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18857, + offset: 18859, line: 566, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 18873, + offset: 18875, line: 566, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -48195,14 +48195,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18857, + offset: 18859, line: 566, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 18873, + offset: 18875, line: 566, - col: 68, + col: 70, }, }, Name: "availablePlugins", @@ -48214,14 +48214,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18893, + offset: 18895, line: 567, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 18997, + offset: 18999, line: 569, - col: 12, + col: 14, }, }, ExpressionType: "[name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }", @@ -48231,14 +48231,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18932, + offset: 18934, line: 567, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 18997, + offset: 18999, line: 569, - col: 12, + col: 14, }, }, Statements: [ @@ -48246,14 +48246,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18950, + offset: 18952, line: 568, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 18983, + offset: 18985, line: 568, - col: 48, + col: 50, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTBinaryExpression", @@ -48261,14 +48261,14 @@ '@role': [Binary, Equal, Expression, Relational, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -48278,14 +48278,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "const ?", @@ -48294,14 +48294,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, Name: "name", @@ -48311,14 +48311,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18974, + offset: 18976, line: 568, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -48328,14 +48328,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18972, + offset: 18974, line: 568, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -48346,14 +48346,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18964, + offset: 18966, line: 568, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 18972, + offset: 18974, line: 568, - col: 37, + col: 39, }, }, Name: "pluginId", @@ -48362,14 +48362,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18963, + offset: 18965, line: 568, - col: 28, + col: 30, }, }, ExpressionType: "const ?", @@ -48378,14 +48378,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18963, + offset: 18965, line: 568, - col: 28, + col: 30, }, }, Name: "plugin", @@ -48397,14 +48397,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "const ?", @@ -48413,14 +48413,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, Name: "name", @@ -48432,14 +48432,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -48449,14 +48449,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "const ?", @@ -48465,14 +48465,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, Name: "name", @@ -48482,14 +48482,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18974, + offset: 18976, line: 568, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -48499,14 +48499,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18972, + offset: 18974, line: 568, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -48517,14 +48517,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18964, + offset: 18966, line: 568, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 18972, + offset: 18974, line: 568, - col: 37, + col: 39, }, }, Name: "pluginId", @@ -48533,14 +48533,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18963, + offset: 18965, line: 568, - col: 28, + col: 30, }, }, ExpressionType: "const ?", @@ -48549,14 +48549,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18963, + offset: 18965, line: 568, - col: 28, + col: 30, }, }, Name: "plugin", @@ -48568,14 +48568,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "const ?", @@ -48584,14 +48584,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, Name: "name", @@ -48606,14 +48606,14 @@ '@role': [Declaration, Function, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18894, + offset: 18896, line: 567, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 18898, + offset: 18900, line: 567, - col: 16, + col: 18, }, }, Name: "name", @@ -48623,14 +48623,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18900, + offset: 18902, line: 567, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 18931, + offset: 18933, line: 567, - col: 49, + col: 51, }, }, IsConst: false, @@ -48644,28 +48644,28 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18923, + offset: 18925, line: 567, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 18930, + offset: 18932, line: 567, - col: 48, + col: 50, }, }, DeclaresParameterPack: false, 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18924, + offset: 18926, line: 567, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 18930, + offset: 18932, line: 567, - col: 48, + col: 50, }, }, Name: "plugin", @@ -48675,14 +48675,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18901, + offset: 18903, line: 567, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 18922, + offset: 18924, line: 567, - col: 40, + col: 42, }, }, IsConst: true, @@ -48698,14 +48698,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18907, + offset: 18909, line: 567, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 18922, + offset: 18924, line: 567, - col: 40, + col: 42, }, }, Name: "KPluginMetaData", @@ -48722,14 +48722,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18819, + offset: 18821, line: 566, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 18830, + offset: 18832, line: 566, - col: 25, + col: 27, }, }, ExpressionType: "", @@ -48738,14 +48738,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18819, + offset: 18821, line: 566, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 18830, + offset: 18832, line: 566, - col: 25, + col: 27, }, }, Names: [ @@ -48763,14 +48763,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18819, + offset: 18821, line: 566, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 19007, + offset: 19009, line: 570, - col: 8, + col: 10, }, }, ExpressionType: "Attempt to use symbol failed: any_of", @@ -48781,14 +48781,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18831, + offset: 18833, line: 566, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 18855, + offset: 18857, line: 566, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -48798,14 +48798,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18831, + offset: 18833, line: 566, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 18853, + offset: 18855, line: 566, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -48816,14 +48816,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18848, + offset: 18850, line: 566, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18853, + offset: 18855, line: 566, - col: 48, + col: 50, }, }, Name: "begin", @@ -48832,14 +48832,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18831, + offset: 18833, line: 566, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 18847, + offset: 18849, line: 566, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -48848,14 +48848,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18831, + offset: 18833, line: 566, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 18847, + offset: 18849, line: 566, - col: 42, + col: 44, }, }, Name: "availablePlugins", @@ -48867,14 +48867,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18857, + offset: 18859, line: 566, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 18879, + offset: 18881, line: 566, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -48884,14 +48884,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18857, + offset: 18859, line: 566, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 18877, + offset: 18879, line: 566, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -48902,14 +48902,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18874, + offset: 18876, line: 566, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 18877, + offset: 18879, line: 566, - col: 72, + col: 74, }, }, Name: "end", @@ -48918,14 +48918,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18857, + offset: 18859, line: 566, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 18873, + offset: 18875, line: 566, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -48934,14 +48934,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18857, + offset: 18859, line: 566, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 18873, + offset: 18875, line: 566, - col: 68, + col: 70, }, }, Name: "availablePlugins", @@ -48953,14 +48953,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18893, + offset: 18895, line: 567, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 18997, + offset: 18999, line: 569, - col: 12, + col: 14, }, }, ExpressionType: "[name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }", @@ -48970,14 +48970,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18932, + offset: 18934, line: 567, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 18997, + offset: 18999, line: 569, - col: 12, + col: 14, }, }, Statements: [ @@ -48985,14 +48985,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18950, + offset: 18952, line: 568, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 18983, + offset: 18985, line: 568, - col: 48, + col: 50, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTBinaryExpression", @@ -49000,14 +49000,14 @@ '@role': [Binary, Equal, Expression, Relational, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -49017,14 +49017,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "const ?", @@ -49033,14 +49033,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, Name: "name", @@ -49050,14 +49050,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18974, + offset: 18976, line: 568, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -49067,14 +49067,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18972, + offset: 18974, line: 568, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -49085,14 +49085,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18964, + offset: 18966, line: 568, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 18972, + offset: 18974, line: 568, - col: 37, + col: 39, }, }, Name: "pluginId", @@ -49101,14 +49101,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18963, + offset: 18965, line: 568, - col: 28, + col: 30, }, }, ExpressionType: "const ?", @@ -49117,14 +49117,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18963, + offset: 18965, line: 568, - col: 28, + col: 30, }, }, Name: "plugin", @@ -49136,14 +49136,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "const ?", @@ -49152,14 +49152,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, Name: "name", @@ -49171,14 +49171,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -49188,14 +49188,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "const ?", @@ -49204,14 +49204,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, Name: "name", @@ -49221,14 +49221,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18974, + offset: 18976, line: 568, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -49238,14 +49238,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18972, + offset: 18974, line: 568, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -49256,14 +49256,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18964, + offset: 18966, line: 568, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 18972, + offset: 18974, line: 568, - col: 37, + col: 39, }, }, Name: "pluginId", @@ -49272,14 +49272,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18963, + offset: 18965, line: 568, - col: 28, + col: 30, }, }, ExpressionType: "const ?", @@ -49288,14 +49288,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18963, + offset: 18965, line: 568, - col: 28, + col: 30, }, }, Name: "plugin", @@ -49307,14 +49307,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "const ?", @@ -49323,14 +49323,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, Name: "name", @@ -49345,14 +49345,14 @@ '@role': [Declaration, Function, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18894, + offset: 18896, line: 567, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 18898, + offset: 18900, line: 567, - col: 16, + col: 18, }, }, Name: "name", @@ -49362,14 +49362,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18900, + offset: 18902, line: 567, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 18931, + offset: 18933, line: 567, - col: 49, + col: 51, }, }, IsConst: false, @@ -49383,28 +49383,28 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18923, + offset: 18925, line: 567, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 18930, + offset: 18932, line: 567, - col: 48, + col: 50, }, }, DeclaresParameterPack: false, 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18924, + offset: 18926, line: 567, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 18930, + offset: 18932, line: 567, - col: 48, + col: 50, }, }, Name: "plugin", @@ -49414,14 +49414,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18901, + offset: 18903, line: 567, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 18922, + offset: 18924, line: 567, - col: 40, + col: 42, }, }, IsConst: true, @@ -49437,14 +49437,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18907, + offset: 18909, line: 567, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 18922, + offset: 18924, line: 567, - col: 40, + col: 42, }, }, Name: "KPluginMetaData", @@ -49461,14 +49461,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18819, + offset: 18821, line: 566, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 18830, + offset: 18832, line: 566, - col: 25, + col: 27, }, }, ExpressionType: "", @@ -49477,14 +49477,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18819, + offset: 18821, line: 566, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 18830, + offset: 18832, line: 566, - col: 25, + col: 27, }, }, Names: [ @@ -49506,14 +49506,14 @@ '@role': [Declaration, Function, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18762, + offset: 18764, line: 565, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18778, + offset: 18780, line: 565, - col: 38, + col: 40, }, }, Name: "availablePlugins", @@ -49523,14 +49523,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18780, + offset: 18782, line: 565, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 18801, + offset: 18803, line: 565, - col: 61, + col: 63, }, }, IsConst: false, @@ -49544,28 +49544,28 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18795, + offset: 18797, line: 565, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 18800, + offset: 18802, line: 565, - col: 60, + col: 62, }, }, DeclaresParameterPack: false, 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18796, + offset: 18798, line: 565, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 18800, + offset: 18802, line: 565, - col: 60, + col: 62, }, }, Name: "name", @@ -49575,14 +49575,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18781, + offset: 18783, line: 565, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 18794, + offset: 18796, line: 565, - col: 54, + col: 56, }, }, IsConst: true, @@ -49598,14 +49598,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18787, + offset: 18789, line: 565, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 18794, + offset: 18796, line: 565, - col: 54, + col: 56, }, }, Name: "QString", @@ -49621,14 +49621,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18748, + offset: 18750, line: 565, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 18757, + offset: 18759, line: 565, - col: 17, + col: 19, }, }, Name: "hasPlugin", @@ -49642,28 +49642,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19020, + offset: 19022, line: 572, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19112, + offset: 19114, line: 572, - col: 95, + col: 97, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19020, + offset: 19022, line: 572, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19112, + offset: 19114, line: 572, - col: 95, + col: 97, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -49671,14 +49671,14 @@ '@role': [Boolean, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19020, + offset: 19022, line: 572, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19030, + offset: 19032, line: 572, - col: 13, + col: 15, }, }, IsComplex: false, @@ -49704,14 +49704,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19031, + offset: 19033, line: 572, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 19111, + offset: 19113, line: 572, - col: 94, + col: 96, }, }, DeclaresParameterPack: false, @@ -49719,14 +49719,14 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19045, + offset: 19047, line: 572, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 19111, + offset: 19113, line: 572, - col: 94, + col: 96, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -49734,14 +49734,14 @@ '@role': [Binary, Boolean, Expression, Or], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19047, + offset: 19049, line: 572, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 19111, + offset: 19113, line: 572, - col: 94, + col: 96, }, }, ExpressionType: "", @@ -49751,14 +49751,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19079, + offset: 19081, line: 572, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 19111, + offset: 19113, line: 572, - col: 94, + col: 96, }, }, ExpressionType: "", @@ -49769,14 +49769,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19089, + offset: 19091, line: 572, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 19110, + offset: 19112, line: 572, - col: 93, + col: 95, }, }, ExpressionType: "const ?", @@ -49785,14 +49785,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19089, + offset: 19091, line: 572, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 19110, + offset: 19112, line: 572, - col: 93, + col: 95, }, }, Names: [ @@ -49810,14 +49810,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19079, + offset: 19081, line: 572, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 19088, + offset: 19090, line: 572, - col: 71, + col: 73, }, }, ExpressionType: "[&availablePlugins] (const QString &name) {\n return std::any_of(availablePlugins.begin(), availablePlugins.end(),\n [name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }\n );\n }", @@ -49826,14 +49826,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19079, + offset: 19081, line: 572, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 19088, + offset: 19090, line: 572, - col: 71, + col: 73, }, }, Name: "hasPlugin", @@ -49844,14 +49844,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19047, + offset: 19049, line: 572, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 19075, + offset: 19077, line: 572, - col: 58, + col: 60, }, }, ExpressionType: "", @@ -49862,14 +49862,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19057, + offset: 19059, line: 572, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 19074, + offset: 19076, line: 572, - col: 57, + col: 59, }, }, ExpressionType: "const ?", @@ -49878,14 +49878,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19057, + offset: 19059, line: 572, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 19074, + offset: 19076, line: 572, - col: 57, + col: 59, }, }, Names: [ @@ -49903,14 +49903,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19047, + offset: 19049, line: 572, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 19056, + offset: 19058, line: 572, - col: 39, + col: 41, }, }, ExpressionType: "[&availablePlugins] (const QString &name) {\n return std::any_of(availablePlugins.begin(), availablePlugins.end(),\n [name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }\n );\n }", @@ -49919,14 +49919,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19047, + offset: 19049, line: 572, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 19056, + offset: 19058, line: 572, - col: 39, + col: 41, }, }, Name: "hasPlugin", @@ -49937,14 +49937,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19079, + offset: 19081, line: 572, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 19111, + offset: 19113, line: 572, - col: 94, + col: 96, }, }, ExpressionType: "", @@ -49955,14 +49955,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19089, + offset: 19091, line: 572, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 19110, + offset: 19112, line: 572, - col: 93, + col: 95, }, }, ExpressionType: "const ?", @@ -49971,14 +49971,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19089, + offset: 19091, line: 572, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 19110, + offset: 19112, line: 572, - col: 93, + col: 95, }, }, Names: [ @@ -49996,14 +49996,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19079, + offset: 19081, line: 572, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 19088, + offset: 19090, line: 572, - col: 71, + col: 73, }, }, ExpressionType: "[&availablePlugins] (const QString &name) {\n return std::any_of(availablePlugins.begin(), availablePlugins.end(),\n [name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }\n );\n }", @@ -50012,14 +50012,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19079, + offset: 19081, line: 572, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 19088, + offset: 19090, line: 572, - col: 71, + col: 73, }, }, Name: "hasPlugin", @@ -50032,14 +50032,14 @@ '@role': [Binary, Boolean, Expression, Or], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19047, + offset: 19049, line: 572, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 19111, + offset: 19113, line: 572, - col: 94, + col: 96, }, }, ExpressionType: "", @@ -50049,14 +50049,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19079, + offset: 19081, line: 572, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 19111, + offset: 19113, line: 572, - col: 94, + col: 96, }, }, ExpressionType: "", @@ -50067,14 +50067,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19089, + offset: 19091, line: 572, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 19110, + offset: 19112, line: 572, - col: 93, + col: 95, }, }, ExpressionType: "const ?", @@ -50083,14 +50083,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19089, + offset: 19091, line: 572, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 19110, + offset: 19112, line: 572, - col: 93, + col: 95, }, }, Names: [ @@ -50108,14 +50108,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19079, + offset: 19081, line: 572, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 19088, + offset: 19090, line: 572, - col: 71, + col: 73, }, }, ExpressionType: "[&availablePlugins] (const QString &name) {\n return std::any_of(availablePlugins.begin(), availablePlugins.end(),\n [name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }\n );\n }", @@ -50124,14 +50124,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19079, + offset: 19081, line: 572, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 19088, + offset: 19090, line: 572, - col: 71, + col: 73, }, }, Name: "hasPlugin", @@ -50142,14 +50142,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19047, + offset: 19049, line: 572, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 19075, + offset: 19077, line: 572, - col: 58, + col: 60, }, }, ExpressionType: "", @@ -50160,14 +50160,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19057, + offset: 19059, line: 572, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 19074, + offset: 19076, line: 572, - col: 57, + col: 59, }, }, ExpressionType: "const ?", @@ -50176,14 +50176,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19057, + offset: 19059, line: 572, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 19074, + offset: 19076, line: 572, - col: 57, + col: 59, }, }, Names: [ @@ -50201,14 +50201,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19047, + offset: 19049, line: 572, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 19056, + offset: 19058, line: 572, - col: 39, + col: 41, }, }, ExpressionType: "[&availablePlugins] (const QString &name) {\n return std::any_of(availablePlugins.begin(), availablePlugins.end(),\n [name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }\n );\n }", @@ -50217,14 +50217,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19047, + offset: 19049, line: 572, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 19056, + offset: 19058, line: 572, - col: 39, + col: 41, }, }, Name: "hasPlugin", @@ -50235,14 +50235,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19079, + offset: 19081, line: 572, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 19111, + offset: 19113, line: 572, - col: 94, + col: 96, }, }, ExpressionType: "", @@ -50253,14 +50253,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19089, + offset: 19091, line: 572, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 19110, + offset: 19112, line: 572, - col: 93, + col: 95, }, }, ExpressionType: "const ?", @@ -50269,14 +50269,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19089, + offset: 19091, line: 572, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 19110, + offset: 19112, line: 572, - col: 93, + col: 95, }, }, Names: [ @@ -50294,14 +50294,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19079, + offset: 19081, line: 572, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 19088, + offset: 19090, line: 572, - col: 71, + col: 73, }, }, ExpressionType: "[&availablePlugins] (const QString &name) {\n return std::any_of(availablePlugins.begin(), availablePlugins.end(),\n [name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }\n );\n }", @@ -50310,14 +50310,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19079, + offset: 19081, line: 572, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 19088, + offset: 19090, line: 572, - col: 71, + col: 73, }, }, Name: "hasPlugin", @@ -50329,14 +50329,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19031, + offset: 19033, line: 572, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 19044, + offset: 19046, line: 572, - col: 27, + col: 29, }, }, Name: "hasSizeOption", @@ -50350,28 +50350,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19117, + offset: 19119, line: 573, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19180, + offset: 19182, line: 573, - col: 66, + col: 68, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19117, + offset: 19119, line: 573, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19180, + offset: 19182, line: 573, - col: 66, + col: 68, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -50379,14 +50379,14 @@ '@role': [Boolean, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19117, + offset: 19119, line: 573, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19127, + offset: 19129, line: 573, - col: 13, + col: 15, }, }, IsComplex: false, @@ -50412,14 +50412,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19128, + offset: 19130, line: 573, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 19179, + offset: 19181, line: 573, - col: 65, + col: 67, }, }, DeclaresParameterPack: false, @@ -50427,28 +50427,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19149, + offset: 19151, line: 573, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 19179, + offset: 19181, line: 573, - col: 65, + col: 67, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19151, + offset: 19153, line: 573, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19179, + offset: 19181, line: 573, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -50459,14 +50459,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19161, + offset: 19163, line: 573, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 19178, + offset: 19180, line: 573, - col: 64, + col: 66, }, }, ExpressionType: "const ?", @@ -50475,14 +50475,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19161, + offset: 19163, line: 573, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 19178, + offset: 19180, line: 573, - col: 64, + col: 66, }, }, Names: [ @@ -50500,14 +50500,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19151, + offset: 19153, line: 573, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19160, + offset: 19162, line: 573, - col: 46, + col: 48, }, }, ExpressionType: "[&availablePlugins] (const QString &name) {\n return std::any_of(availablePlugins.begin(), availablePlugins.end(),\n [name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }\n );\n }", @@ -50516,14 +50516,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19151, + offset: 19153, line: 573, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19160, + offset: 19162, line: 573, - col: 46, + col: 48, }, }, Name: "hasPlugin", @@ -50534,14 +50534,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19151, + offset: 19153, line: 573, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19179, + offset: 19181, line: 573, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -50552,14 +50552,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19161, + offset: 19163, line: 573, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 19178, + offset: 19180, line: 573, - col: 64, + col: 66, }, }, ExpressionType: "const ?", @@ -50568,14 +50568,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19161, + offset: 19163, line: 573, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 19178, + offset: 19180, line: 573, - col: 64, + col: 66, }, }, Names: [ @@ -50593,14 +50593,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19151, + offset: 19153, line: 573, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19160, + offset: 19162, line: 573, - col: 46, + col: 48, }, }, ExpressionType: "[&availablePlugins] (const QString &name) {\n return std::any_of(availablePlugins.begin(), availablePlugins.end(),\n [name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }\n );\n }", @@ -50609,14 +50609,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19151, + offset: 19153, line: 573, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19160, + offset: 19162, line: 573, - col: 46, + col: 48, }, }, Name: "hasPlugin", @@ -50627,14 +50627,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19128, + offset: 19130, line: 573, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 19148, + offset: 19150, line: 573, - col: 34, + col: 36, }, }, Name: "hasOutputCountOption", @@ -50648,28 +50648,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19185, + offset: 19187, line: 574, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19240, + offset: 19242, line: 574, - col: 58, + col: 60, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19185, + offset: 19187, line: 574, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19240, + offset: 19242, line: 574, - col: 58, + col: 60, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -50677,14 +50677,14 @@ '@role': [Boolean, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19185, + offset: 19187, line: 574, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19195, + offset: 19197, line: 574, - col: 13, + col: 15, }, }, IsComplex: false, @@ -50710,14 +50710,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19196, + offset: 19198, line: 574, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 19239, + offset: 19241, line: 574, - col: 57, + col: 59, }, }, DeclaresParameterPack: false, @@ -50725,28 +50725,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19209, + offset: 19211, line: 574, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 19239, + offset: 19241, line: 574, - col: 57, + col: 59, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19211, + offset: 19213, line: 574, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 19239, + offset: 19241, line: 574, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -50757,14 +50757,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19221, + offset: 19223, line: 574, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 19238, + offset: 19240, line: 574, - col: 56, + col: 58, }, }, ExpressionType: "const ?", @@ -50773,14 +50773,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19221, + offset: 19223, line: 574, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 19238, + offset: 19240, line: 574, - col: 56, + col: 58, }, }, Names: [ @@ -50798,14 +50798,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19211, + offset: 19213, line: 574, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 19220, + offset: 19222, line: 574, - col: 38, + col: 40, }, }, ExpressionType: "[&availablePlugins] (const QString &name) {\n return std::any_of(availablePlugins.begin(), availablePlugins.end(),\n [name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }\n );\n }", @@ -50814,14 +50814,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19211, + offset: 19213, line: 574, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 19220, + offset: 19222, line: 574, - col: 38, + col: 40, }, }, Name: "hasPlugin", @@ -50832,14 +50832,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19211, + offset: 19213, line: 574, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 19239, + offset: 19241, line: 574, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -50850,14 +50850,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19221, + offset: 19223, line: 574, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 19238, + offset: 19240, line: 574, - col: 56, + col: 58, }, }, ExpressionType: "const ?", @@ -50866,14 +50866,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19221, + offset: 19223, line: 574, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 19238, + offset: 19240, line: 574, - col: 56, + col: 58, }, }, Names: [ @@ -50891,14 +50891,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19211, + offset: 19213, line: 574, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 19220, + offset: 19222, line: 574, - col: 38, + col: 40, }, }, ExpressionType: "[&availablePlugins] (const QString &name) {\n return std::any_of(availablePlugins.begin(), availablePlugins.end(),\n [name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }\n );\n }", @@ -50907,14 +50907,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19211, + offset: 19213, line: 574, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 19220, + offset: 19222, line: 574, - col: 38, + col: 40, }, }, Name: "hasPlugin", @@ -50925,14 +50925,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19196, + offset: 19198, line: 574, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 19208, + offset: 19210, line: 574, - col: 26, + col: 28, }, }, Name: "hasX11Option", @@ -50946,28 +50946,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19245, + offset: 19247, line: 575, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19308, + offset: 19310, line: 575, - col: 66, + col: 68, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19245, + offset: 19247, line: 575, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19308, + offset: 19310, line: 575, - col: 66, + col: 68, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -50975,14 +50975,14 @@ '@role': [Boolean, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19245, + offset: 19247, line: 575, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19255, + offset: 19257, line: 575, - col: 13, + col: 15, }, }, IsComplex: false, @@ -51008,14 +51008,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19256, + offset: 19258, line: 575, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 19307, + offset: 19309, line: 575, - col: 65, + col: 67, }, }, DeclaresParameterPack: false, @@ -51023,28 +51023,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19273, + offset: 19275, line: 575, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 19307, + offset: 19309, line: 575, - col: 65, + col: 67, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19275, + offset: 19277, line: 575, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 19307, + offset: 19309, line: 575, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -51055,14 +51055,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19285, + offset: 19287, line: 575, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 19306, + offset: 19308, line: 575, - col: 64, + col: 66, }, }, ExpressionType: "const ?", @@ -51071,14 +51071,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19285, + offset: 19287, line: 575, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 19306, + offset: 19308, line: 575, - col: 64, + col: 66, }, }, Names: [ @@ -51096,14 +51096,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19275, + offset: 19277, line: 575, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 19284, + offset: 19286, line: 575, - col: 42, + col: 44, }, }, ExpressionType: "[&availablePlugins] (const QString &name) {\n return std::any_of(availablePlugins.begin(), availablePlugins.end(),\n [name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }\n );\n }", @@ -51112,14 +51112,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19275, + offset: 19277, line: 575, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 19284, + offset: 19286, line: 575, - col: 42, + col: 44, }, }, Name: "hasPlugin", @@ -51130,14 +51130,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19275, + offset: 19277, line: 575, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 19307, + offset: 19309, line: 575, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -51148,14 +51148,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19285, + offset: 19287, line: 575, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 19306, + offset: 19308, line: 575, - col: 64, + col: 66, }, }, ExpressionType: "const ?", @@ -51164,14 +51164,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19285, + offset: 19287, line: 575, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 19306, + offset: 19308, line: 575, - col: 64, + col: 66, }, }, Names: [ @@ -51189,14 +51189,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19275, + offset: 19277, line: 575, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 19284, + offset: 19286, line: 575, - col: 42, + col: 44, }, }, ExpressionType: "[&availablePlugins] (const QString &name) {\n return std::any_of(availablePlugins.begin(), availablePlugins.end(),\n [name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }\n );\n }", @@ -51205,14 +51205,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19275, + offset: 19277, line: 575, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 19284, + offset: 19286, line: 575, - col: 42, + col: 44, }, }, Name: "hasPlugin", @@ -51223,14 +51223,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19256, + offset: 19258, line: 575, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 19272, + offset: 19274, line: 575, - col: 30, + col: 32, }, }, Name: "hasVirtualOption", @@ -51244,28 +51244,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19313, + offset: 19315, line: 576, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19376, + offset: 19378, line: 576, - col: 66, + col: 68, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19313, + offset: 19315, line: 576, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19376, + offset: 19378, line: 576, - col: 66, + col: 68, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -51273,14 +51273,14 @@ '@role': [Boolean, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19313, + offset: 19315, line: 576, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19323, + offset: 19325, line: 576, - col: 13, + col: 15, }, }, IsComplex: false, @@ -51306,14 +51306,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19324, + offset: 19326, line: 576, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 19375, + offset: 19377, line: 576, - col: 65, + col: 67, }, }, DeclaresParameterPack: false, @@ -51321,28 +51321,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19341, + offset: 19343, line: 576, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 19375, + offset: 19377, line: 576, - col: 65, + col: 67, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19343, + offset: 19345, line: 576, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 19375, + offset: 19377, line: 576, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -51353,14 +51353,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19353, + offset: 19355, line: 576, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 19374, + offset: 19376, line: 576, - col: 64, + col: 66, }, }, ExpressionType: "const ?", @@ -51369,14 +51369,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19353, + offset: 19355, line: 576, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 19374, + offset: 19376, line: 576, - col: 64, + col: 66, }, }, Names: [ @@ -51394,14 +51394,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19343, + offset: 19345, line: 576, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 19352, + offset: 19354, line: 576, - col: 42, + col: 44, }, }, ExpressionType: "[&availablePlugins] (const QString &name) {\n return std::any_of(availablePlugins.begin(), availablePlugins.end(),\n [name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }\n );\n }", @@ -51410,14 +51410,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19343, + offset: 19345, line: 576, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 19352, + offset: 19354, line: 576, - col: 42, + col: 44, }, }, Name: "hasPlugin", @@ -51428,14 +51428,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19343, + offset: 19345, line: 576, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 19375, + offset: 19377, line: 576, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -51446,14 +51446,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19353, + offset: 19355, line: 576, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 19374, + offset: 19376, line: 576, - col: 64, + col: 66, }, }, ExpressionType: "const ?", @@ -51462,14 +51462,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19353, + offset: 19355, line: 576, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 19374, + offset: 19376, line: 576, - col: 64, + col: 66, }, }, Names: [ @@ -51487,14 +51487,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19343, + offset: 19345, line: 576, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 19352, + offset: 19354, line: 576, - col: 42, + col: 44, }, }, ExpressionType: "[&availablePlugins] (const QString &name) {\n return std::any_of(availablePlugins.begin(), availablePlugins.end(),\n [name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }\n );\n }", @@ -51503,14 +51503,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19343, + offset: 19345, line: 576, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 19352, + offset: 19354, line: 576, - col: 42, + col: 44, }, }, Name: "hasPlugin", @@ -51521,14 +51521,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19324, + offset: 19326, line: 576, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 19340, + offset: 19342, line: 576, - col: 30, + col: 32, }, }, Name: "hasWaylandOption", @@ -51542,28 +51542,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19381, + offset: 19383, line: 577, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19446, + offset: 19448, line: 577, - col: 68, + col: 70, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19381, + offset: 19383, line: 577, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19446, + offset: 19448, line: 577, - col: 68, + col: 70, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -51571,14 +51571,14 @@ '@role': [Boolean, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19381, + offset: 19383, line: 577, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19391, + offset: 19393, line: 577, - col: 13, + col: 15, }, }, IsComplex: false, @@ -51604,14 +51604,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19392, + offset: 19394, line: 577, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 19445, + offset: 19447, line: 577, - col: 67, + col: 69, }, }, DeclaresParameterPack: false, @@ -51619,28 +51619,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19413, + offset: 19415, line: 577, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 19445, + offset: 19447, line: 577, - col: 67, + col: 69, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19415, + offset: 19417, line: 577, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19445, + offset: 19447, line: 577, - col: 67, + col: 69, }, }, ExpressionType: "", @@ -51651,14 +51651,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19425, + offset: 19427, line: 577, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 19444, + offset: 19446, line: 577, - col: 66, + col: 68, }, }, ExpressionType: "const ?", @@ -51667,14 +51667,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19425, + offset: 19427, line: 577, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 19444, + offset: 19446, line: 577, - col: 66, + col: 68, }, }, Names: [ @@ -51692,14 +51692,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19415, + offset: 19417, line: 577, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19424, + offset: 19426, line: 577, - col: 46, + col: 48, }, }, ExpressionType: "[&availablePlugins] (const QString &name) {\n return std::any_of(availablePlugins.begin(), availablePlugins.end(),\n [name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }\n );\n }", @@ -51708,14 +51708,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19415, + offset: 19417, line: 577, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19424, + offset: 19426, line: 577, - col: 46, + col: 48, }, }, Name: "hasPlugin", @@ -51726,14 +51726,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19415, + offset: 19417, line: 577, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19445, + offset: 19447, line: 577, - col: 67, + col: 69, }, }, ExpressionType: "", @@ -51744,14 +51744,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19425, + offset: 19427, line: 577, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 19444, + offset: 19446, line: 577, - col: 66, + col: 68, }, }, ExpressionType: "const ?", @@ -51760,14 +51760,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19425, + offset: 19427, line: 577, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 19444, + offset: 19446, line: 577, - col: 66, + col: 68, }, }, Names: [ @@ -51785,14 +51785,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19415, + offset: 19417, line: 577, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19424, + offset: 19426, line: 577, - col: 46, + col: 48, }, }, ExpressionType: "[&availablePlugins] (const QString &name) {\n return std::any_of(availablePlugins.begin(), availablePlugins.end(),\n [name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }\n );\n }", @@ -51801,14 +51801,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19415, + offset: 19417, line: 577, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19424, + offset: 19426, line: 577, - col: 46, + col: 48, }, }, Name: "hasPlugin", @@ -51819,14 +51819,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19392, + offset: 19394, line: 577, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 19412, + offset: 19414, line: 577, - col: 34, + col: 36, }, }, Name: "hasFramebufferOption", @@ -51840,42 +51840,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19632, + offset: 19634, line: 585, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19775, + offset: 19777, line: 586, - col: 80, + col: 82, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19632, + offset: 19634, line: 585, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19775, + offset: 19777, line: 586, - col: 80, + col: 82, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19632, + offset: 19634, line: 585, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19650, + offset: 19652, line: 585, - col: 21, + col: 23, }, }, IsConst: false, @@ -51891,14 +51891,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19632, + offset: 19634, line: 585, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19650, + offset: 19652, line: 585, - col: 21, + col: 23, }, }, Name: "QCommandLineOption", @@ -51910,14 +51910,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19651, + offset: 19653, line: 585, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 19774, + offset: 19776, line: 586, - col: 79, + col: 81, }, }, DeclaresParameterPack: false, @@ -51925,14 +51925,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19665, + offset: 19667, line: 585, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 19774, + offset: 19776, line: 586, - col: 79, + col: 81, }, }, 'Prop_Arguments': [ @@ -51940,14 +51940,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19666, + offset: 19668, line: 585, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19692, + offset: 19694, line: 585, - col: 63, + col: 65, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -51958,14 +51958,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19681, + offset: 19683, line: 585, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 19691, + offset: 19693, line: 585, - col: 62, + col: 64, }, }, Format: "", @@ -51976,14 +51976,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19666, + offset: 19668, line: 585, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19680, + offset: 19682, line: 585, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -51992,14 +51992,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19666, + offset: 19668, line: 585, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19680, + offset: 19682, line: 585, - col: 51, + col: 53, }, }, Name: "QStringLiteral", @@ -52010,14 +52010,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19732, + offset: 19734, line: 586, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19773, + offset: 19775, line: 586, - col: 78, + col: 80, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -52028,14 +52028,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19737, + offset: 19739, line: 586, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 19772, + offset: 19774, line: 586, - col: 77, + col: 79, }, }, Format: "", @@ -52046,14 +52046,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19732, + offset: 19734, line: 586, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19736, + offset: 19738, line: 586, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -52062,14 +52062,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19732, + offset: 19734, line: 586, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19736, + offset: 19738, line: 586, - col: 41, + col: 43, }, }, Name: "i18n", @@ -52088,14 +52088,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19666, + offset: 19668, line: 585, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19692, + offset: 19694, line: 585, - col: 63, + col: 65, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -52106,14 +52106,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19681, + offset: 19683, line: 585, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 19691, + offset: 19693, line: 585, - col: 62, + col: 64, }, }, Format: "", @@ -52124,14 +52124,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19666, + offset: 19668, line: 585, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19680, + offset: 19682, line: 585, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -52140,14 +52140,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19666, + offset: 19668, line: 585, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19680, + offset: 19682, line: 585, - col: 51, + col: 53, }, }, Name: "QStringLiteral", @@ -52158,14 +52158,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19732, + offset: 19734, line: 586, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19773, + offset: 19775, line: 586, - col: 78, + col: 80, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -52176,14 +52176,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19737, + offset: 19739, line: 586, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 19772, + offset: 19774, line: 586, - col: 77, + col: 79, }, }, Format: "", @@ -52194,14 +52194,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19732, + offset: 19734, line: 586, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19736, + offset: 19738, line: 586, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -52210,14 +52210,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19732, + offset: 19734, line: 586, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19736, + offset: 19738, line: 586, - col: 41, + col: 43, }, }, Name: "i18n", @@ -52230,14 +52230,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19651, + offset: 19653, line: 585, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 19665, + offset: 19667, line: 585, - col: 36, + col: 38, }, }, Name: "xwaylandOption", @@ -52251,42 +52251,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19780, + offset: 19782, line: 587, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 20075, + offset: 20077, line: 589, - col: 68, + col: 70, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19780, + offset: 19782, line: 587, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 20075, + offset: 20077, line: 589, - col: 68, + col: 70, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19780, + offset: 19782, line: 587, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19798, + offset: 19800, line: 587, - col: 21, + col: 23, }, }, IsConst: false, @@ -52302,14 +52302,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19780, + offset: 19782, line: 587, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19798, + offset: 19800, line: 587, - col: 21, + col: 23, }, }, Name: "QCommandLineOption", @@ -52321,14 +52321,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19799, + offset: 19801, line: 587, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 20074, + offset: 20076, line: 589, - col: 67, + col: 69, }, }, DeclaresParameterPack: false, @@ -52336,14 +52336,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19818, + offset: 19820, line: 587, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 20074, + offset: 20076, line: 589, - col: 67, + col: 69, }, }, 'Prop_Arguments': [ @@ -52351,14 +52351,14 @@ '@role': [Argument, Declaration, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19819, + offset: 19821, line: 587, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 19877, + offset: 19879, line: 587, - col: 100, + col: 102, }, }, ExpressionType: "", @@ -52368,14 +52368,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19819, + offset: 19821, line: 587, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 19830, + offset: 19832, line: 587, - col: 53, + col: 55, }, }, IsConst: false, @@ -52391,14 +52391,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19819, + offset: 19821, line: 587, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 19830, + offset: 19832, line: 587, - col: 53, + col: 55, }, }, Name: "QStringList", @@ -52409,14 +52409,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19830, + offset: 19832, line: 587, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 19877, + offset: 19879, line: 587, - col: 100, + col: 102, }, }, 'Prop_Clauses': [ @@ -52424,14 +52424,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19831, + offset: 19833, line: 587, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 19850, + offset: 19852, line: 587, - col: 73, + col: 75, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -52442,14 +52442,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19846, + offset: 19848, line: 587, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 19849, + offset: 19851, line: 587, - col: 72, + col: 74, }, }, Format: "", @@ -52460,14 +52460,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19831, + offset: 19833, line: 587, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 19845, + offset: 19847, line: 587, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -52476,14 +52476,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19831, + offset: 19833, line: 587, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 19845, + offset: 19847, line: 587, - col: 68, + col: 70, }, }, Name: "QStringLiteral", @@ -52494,14 +52494,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19852, + offset: 19854, line: 587, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 19876, + offset: 19878, line: 587, - col: 99, + col: 101, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -52512,14 +52512,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19867, + offset: 19869, line: 587, - col: 90, + col: 92, }, end: { '@type': "uast:Position", - offset: 19875, + offset: 19877, line: 587, - col: 98, + col: 100, }, }, Format: "", @@ -52530,14 +52530,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19852, + offset: 19854, line: 587, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 19866, + offset: 19868, line: 587, - col: 89, + col: 91, }, }, ExpressionType: "", @@ -52546,14 +52546,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19852, + offset: 19854, line: 587, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 19866, + offset: 19868, line: 587, - col: 89, + col: 91, }, }, Name: "QStringLiteral", @@ -52568,14 +52568,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19831, + offset: 19833, line: 587, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 19850, + offset: 19852, line: 587, - col: 73, + col: 75, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -52586,14 +52586,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19846, + offset: 19848, line: 587, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 19849, + offset: 19851, line: 587, - col: 72, + col: 74, }, }, Format: "", @@ -52604,14 +52604,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19831, + offset: 19833, line: 587, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 19845, + offset: 19847, line: 587, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -52620,14 +52620,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19831, + offset: 19833, line: 587, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 19845, + offset: 19847, line: 587, - col: 68, + col: 70, }, }, Name: "QStringLiteral", @@ -52638,14 +52638,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19831, + offset: 19833, line: 587, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 19850, + offset: 19852, line: 587, - col: 73, + col: 75, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -52656,14 +52656,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19846, + offset: 19848, line: 587, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 19849, + offset: 19851, line: 587, - col: 72, + col: 74, }, }, Format: "", @@ -52674,14 +52674,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19831, + offset: 19833, line: 587, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 19845, + offset: 19847, line: 587, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -52690,14 +52690,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19831, + offset: 19833, line: 587, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 19845, + offset: 19847, line: 587, - col: 68, + col: 70, }, }, Name: "QStringLiteral", @@ -52711,14 +52711,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19852, + offset: 19854, line: 587, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 19876, + offset: 19878, line: 587, - col: 99, + col: 101, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -52729,14 +52729,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19867, + offset: 19869, line: 587, - col: 90, + col: 92, }, end: { '@type': "uast:Position", - offset: 19875, + offset: 19877, line: 587, - col: 98, + col: 100, }, }, Format: "", @@ -52747,14 +52747,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19852, + offset: 19854, line: 587, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 19866, + offset: 19868, line: 587, - col: 89, + col: 91, }, }, ExpressionType: "", @@ -52763,14 +52763,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19852, + offset: 19854, line: 587, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 19866, + offset: 19868, line: 587, - col: 89, + col: 91, }, }, Name: "QStringLiteral", @@ -52781,14 +52781,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19852, + offset: 19854, line: 587, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 19876, + offset: 19878, line: 587, - col: 99, + col: 101, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -52799,14 +52799,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19867, + offset: 19869, line: 587, - col: 90, + col: 92, }, end: { '@type': "uast:Position", - offset: 19875, + offset: 19877, line: 587, - col: 98, + col: 100, }, }, Format: "", @@ -52817,14 +52817,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19852, + offset: 19854, line: 587, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 19866, + offset: 19868, line: 587, - col: 89, + col: 91, }, }, ExpressionType: "", @@ -52833,14 +52833,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19852, + offset: 19854, line: 587, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 19866, + offset: 19868, line: 587, - col: 89, + col: 91, }, }, Name: "QStringLiteral", @@ -52856,14 +52856,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19922, + offset: 19924, line: 588, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 20004, + offset: 20006, line: 588, - col: 124, + col: 126, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -52874,14 +52874,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19927, + offset: 19929, line: 588, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 20003, + offset: 20005, line: 588, - col: 123, + col: 125, }, }, Format: "", @@ -52892,14 +52892,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19922, + offset: 19924, line: 588, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 19926, + offset: 19928, line: 588, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -52908,14 +52908,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19922, + offset: 19924, line: 588, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 19926, + offset: 19928, line: 588, - col: 46, + col: 48, }, }, Name: "i18n", @@ -52926,14 +52926,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20049, + offset: 20051, line: 589, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 20073, + offset: 20075, line: 589, - col: 66, + col: 68, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -52944,14 +52944,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20064, + offset: 20066, line: 589, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 20072, + offset: 20074, line: 589, - col: 65, + col: 67, }, }, Format: "", @@ -52962,14 +52962,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20049, + offset: 20051, line: 589, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 20063, + offset: 20065, line: 589, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -52978,14 +52978,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20049, + offset: 20051, line: 589, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 20063, + offset: 20065, line: 589, - col: 56, + col: 58, }, }, Name: "QStringLiteral", @@ -53004,14 +53004,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19819, + offset: 19821, line: 587, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 19877, + offset: 19879, line: 587, - col: 100, + col: 102, }, }, ExpressionType: "", @@ -53021,14 +53021,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19819, + offset: 19821, line: 587, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 19830, + offset: 19832, line: 587, - col: 53, + col: 55, }, }, IsConst: false, @@ -53044,14 +53044,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19819, + offset: 19821, line: 587, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 19830, + offset: 19832, line: 587, - col: 53, + col: 55, }, }, Name: "QStringList", @@ -53062,14 +53062,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19830, + offset: 19832, line: 587, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 19877, + offset: 19879, line: 587, - col: 100, + col: 102, }, }, 'Prop_Clauses': [ @@ -53077,14 +53077,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19831, + offset: 19833, line: 587, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 19850, + offset: 19852, line: 587, - col: 73, + col: 75, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -53095,14 +53095,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19846, + offset: 19848, line: 587, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 19849, + offset: 19851, line: 587, - col: 72, + col: 74, }, }, Format: "", @@ -53113,14 +53113,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19831, + offset: 19833, line: 587, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 19845, + offset: 19847, line: 587, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -53129,14 +53129,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19831, + offset: 19833, line: 587, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 19845, + offset: 19847, line: 587, - col: 68, + col: 70, }, }, Name: "QStringLiteral", @@ -53147,14 +53147,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19852, + offset: 19854, line: 587, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 19876, + offset: 19878, line: 587, - col: 99, + col: 101, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -53165,14 +53165,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19867, + offset: 19869, line: 587, - col: 90, + col: 92, }, end: { '@type': "uast:Position", - offset: 19875, + offset: 19877, line: 587, - col: 98, + col: 100, }, }, Format: "", @@ -53183,14 +53183,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19852, + offset: 19854, line: 587, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 19866, + offset: 19868, line: 587, - col: 89, + col: 91, }, }, ExpressionType: "", @@ -53199,14 +53199,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19852, + offset: 19854, line: 587, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 19866, + offset: 19868, line: 587, - col: 89, + col: 91, }, }, Name: "QStringLiteral", @@ -53221,14 +53221,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19831, + offset: 19833, line: 587, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 19850, + offset: 19852, line: 587, - col: 73, + col: 75, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -53239,14 +53239,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19846, + offset: 19848, line: 587, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 19849, + offset: 19851, line: 587, - col: 72, + col: 74, }, }, Format: "", @@ -53257,14 +53257,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19831, + offset: 19833, line: 587, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 19845, + offset: 19847, line: 587, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -53273,14 +53273,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19831, + offset: 19833, line: 587, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 19845, + offset: 19847, line: 587, - col: 68, + col: 70, }, }, Name: "QStringLiteral", @@ -53291,14 +53291,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19831, + offset: 19833, line: 587, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 19850, + offset: 19852, line: 587, - col: 73, + col: 75, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -53309,14 +53309,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19846, + offset: 19848, line: 587, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 19849, + offset: 19851, line: 587, - col: 72, + col: 74, }, }, Format: "", @@ -53327,14 +53327,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19831, + offset: 19833, line: 587, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 19845, + offset: 19847, line: 587, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -53343,14 +53343,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19831, + offset: 19833, line: 587, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 19845, + offset: 19847, line: 587, - col: 68, + col: 70, }, }, Name: "QStringLiteral", @@ -53364,14 +53364,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19852, + offset: 19854, line: 587, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 19876, + offset: 19878, line: 587, - col: 99, + col: 101, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -53382,14 +53382,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19867, + offset: 19869, line: 587, - col: 90, + col: 92, }, end: { '@type': "uast:Position", - offset: 19875, + offset: 19877, line: 587, - col: 98, + col: 100, }, }, Format: "", @@ -53400,14 +53400,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19852, + offset: 19854, line: 587, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 19866, + offset: 19868, line: 587, - col: 89, + col: 91, }, }, ExpressionType: "", @@ -53416,14 +53416,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19852, + offset: 19854, line: 587, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 19866, + offset: 19868, line: 587, - col: 89, + col: 91, }, }, Name: "QStringLiteral", @@ -53434,14 +53434,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19852, + offset: 19854, line: 587, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 19876, + offset: 19878, line: 587, - col: 99, + col: 101, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -53452,14 +53452,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19867, + offset: 19869, line: 587, - col: 90, + col: 92, }, end: { '@type': "uast:Position", - offset: 19875, + offset: 19877, line: 587, - col: 98, + col: 100, }, }, Format: "", @@ -53470,14 +53470,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19852, + offset: 19854, line: 587, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 19866, + offset: 19868, line: 587, - col: 89, + col: 91, }, }, ExpressionType: "", @@ -53486,14 +53486,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19852, + offset: 19854, line: 587, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 19866, + offset: 19868, line: 587, - col: 89, + col: 91, }, }, Name: "QStringLiteral", @@ -53509,14 +53509,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19922, + offset: 19924, line: 588, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 20004, + offset: 20006, line: 588, - col: 124, + col: 126, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -53527,14 +53527,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19927, + offset: 19929, line: 588, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 20003, + offset: 20005, line: 588, - col: 123, + col: 125, }, }, Format: "", @@ -53545,14 +53545,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19922, + offset: 19924, line: 588, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 19926, + offset: 19928, line: 588, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -53561,14 +53561,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19922, + offset: 19924, line: 588, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 19926, + offset: 19928, line: 588, - col: 46, + col: 48, }, }, Name: "i18n", @@ -53579,14 +53579,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20049, + offset: 20051, line: 589, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 20073, + offset: 20075, line: 589, - col: 66, + col: 68, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -53597,14 +53597,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20064, + offset: 20066, line: 589, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 20072, + offset: 20074, line: 589, - col: 65, + col: 67, }, }, Format: "", @@ -53615,14 +53615,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20049, + offset: 20051, line: 589, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 20063, + offset: 20065, line: 589, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -53631,14 +53631,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20049, + offset: 20051, line: 589, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 20063, + offset: 20065, line: 589, - col: 56, + col: 58, }, }, Name: "QStringLiteral", @@ -53651,14 +53651,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19799, + offset: 19801, line: 587, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 19818, + offset: 19820, line: 587, - col: 41, + col: 43, }, }, Name: "waylandSocketOption", @@ -53672,42 +53672,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20080, + offset: 20082, line: 590, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 20221, + offset: 20223, line: 591, - col: 72, + col: 74, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20080, + offset: 20082, line: 590, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 20221, + offset: 20223, line: 591, - col: 72, + col: 74, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20080, + offset: 20082, line: 590, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 20098, + offset: 20100, line: 590, - col: 21, + col: 23, }, }, IsConst: false, @@ -53723,14 +53723,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20080, + offset: 20082, line: 590, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 20098, + offset: 20100, line: 590, - col: 21, + col: 23, }, }, Name: "QCommandLineOption", @@ -53742,14 +53742,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20099, + offset: 20101, line: 590, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 20220, + offset: 20222, line: 591, - col: 71, + col: 73, }, }, DeclaresParameterPack: false, @@ -53757,14 +53757,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20116, + offset: 20118, line: 590, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 20220, + offset: 20222, line: 591, - col: 71, + col: 73, }, }, 'Prop_Arguments': [ @@ -53772,14 +53772,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20117, + offset: 20119, line: 590, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 20146, + offset: 20148, line: 590, - col: 69, + col: 71, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -53790,14 +53790,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20132, + offset: 20134, line: 590, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 20145, + offset: 20147, line: 590, - col: 68, + col: 70, }, }, Format: "", @@ -53808,14 +53808,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20117, + offset: 20119, line: 590, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 20131, + offset: 20133, line: 590, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -53824,14 +53824,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20117, + offset: 20119, line: 590, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 20131, + offset: 20133, line: 590, - col: 54, + col: 56, }, }, Name: "QStringLiteral", @@ -53842,14 +53842,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20189, + offset: 20191, line: 591, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 20219, + offset: 20221, line: 591, - col: 70, + col: 72, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -53860,14 +53860,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20194, + offset: 20196, line: 591, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 20218, + offset: 20220, line: 591, - col: 69, + col: 71, }, }, Format: "", @@ -53878,14 +53878,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20189, + offset: 20191, line: 591, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 20193, + offset: 20195, line: 591, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -53894,14 +53894,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20189, + offset: 20191, line: 591, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 20193, + offset: 20195, line: 591, - col: 44, + col: 46, }, }, Name: "i18n", @@ -53920,14 +53920,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20117, + offset: 20119, line: 590, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 20146, + offset: 20148, line: 590, - col: 69, + col: 71, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -53938,14 +53938,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20132, + offset: 20134, line: 590, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 20145, + offset: 20147, line: 590, - col: 68, + col: 70, }, }, Format: "", @@ -53956,14 +53956,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20117, + offset: 20119, line: 590, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 20131, + offset: 20133, line: 590, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -53972,14 +53972,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20117, + offset: 20119, line: 590, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 20131, + offset: 20133, line: 590, - col: 54, + col: 56, }, }, Name: "QStringLiteral", @@ -53990,14 +53990,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20189, + offset: 20191, line: 591, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 20219, + offset: 20221, line: 591, - col: 70, + col: 72, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -54008,14 +54008,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20194, + offset: 20196, line: 591, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 20218, + offset: 20220, line: 591, - col: 69, + col: 71, }, }, Format: "", @@ -54026,14 +54026,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20189, + offset: 20191, line: 591, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 20193, + offset: 20195, line: 591, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -54042,14 +54042,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20189, + offset: 20191, line: 591, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 20193, + offset: 20195, line: 591, - col: 44, + col: 46, }, }, Name: "i18n", @@ -54062,14 +54062,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20099, + offset: 20101, line: 590, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 20116, + offset: 20118, line: 590, - col: 39, + col: 41, }, }, Name: "framebufferOption", @@ -54083,42 +54083,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20226, + offset: 20228, line: 592, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 20463, + offset: 20465, line: 594, - col: 71, + col: 73, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20226, + offset: 20228, line: 592, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 20463, + offset: 20465, line: 594, - col: 71, + col: 73, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20226, + offset: 20228, line: 592, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 20244, + offset: 20246, line: 592, - col: 21, + col: 23, }, }, IsConst: false, @@ -54134,14 +54134,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20226, + offset: 20228, line: 592, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 20244, + offset: 20246, line: 592, - col: 21, + col: 23, }, }, Name: "QCommandLineOption", @@ -54153,14 +54153,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20245, + offset: 20247, line: 592, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 20462, + offset: 20464, line: 594, - col: 70, + col: 72, }, }, DeclaresParameterPack: false, @@ -54168,14 +54168,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20268, + offset: 20270, line: 592, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 20462, + offset: 20464, line: 594, - col: 70, + col: 72, }, }, 'Prop_Arguments': [ @@ -54183,14 +54183,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20269, + offset: 20271, line: 592, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 20296, + offset: 20298, line: 592, - col: 73, + col: 75, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -54201,14 +54201,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20284, + offset: 20286, line: 592, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 20295, + offset: 20297, line: 592, - col: 72, + col: 74, }, }, Format: "", @@ -54219,14 +54219,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20269, + offset: 20271, line: 592, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 20283, + offset: 20285, line: 592, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -54235,14 +54235,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20269, + offset: 20271, line: 592, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 20283, + offset: 20285, line: 592, - col: 60, + col: 62, }, }, Name: "QStringLiteral", @@ -54253,14 +54253,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20345, + offset: 20347, line: 593, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 20389, + offset: 20391, line: 593, - col: 90, + col: 92, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -54271,14 +54271,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20350, + offset: 20352, line: 593, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 20388, + offset: 20390, line: 593, - col: 89, + col: 91, }, }, Format: "", @@ -54289,14 +54289,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20345, + offset: 20347, line: 593, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 20349, + offset: 20351, line: 593, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -54305,14 +54305,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20345, + offset: 20347, line: 593, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 20349, + offset: 20351, line: 593, - col: 50, + col: 52, }, }, Name: "i18n", @@ -54323,14 +54323,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20438, + offset: 20440, line: 594, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 20461, + offset: 20463, line: 594, - col: 69, + col: 71, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -54341,14 +54341,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20453, + offset: 20455, line: 594, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 20460, + offset: 20462, line: 594, - col: 68, + col: 70, }, }, Format: "", @@ -54359,14 +54359,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20438, + offset: 20440, line: 594, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 20452, + offset: 20454, line: 594, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -54375,14 +54375,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20438, + offset: 20440, line: 594, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 20452, + offset: 20454, line: 594, - col: 60, + col: 62, }, }, Name: "QStringLiteral", @@ -54401,14 +54401,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20269, + offset: 20271, line: 592, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 20296, + offset: 20298, line: 592, - col: 73, + col: 75, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -54419,14 +54419,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20284, + offset: 20286, line: 592, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 20295, + offset: 20297, line: 592, - col: 72, + col: 74, }, }, Format: "", @@ -54437,14 +54437,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20269, + offset: 20271, line: 592, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 20283, + offset: 20285, line: 592, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -54453,14 +54453,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20269, + offset: 20271, line: 592, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 20283, + offset: 20285, line: 592, - col: 60, + col: 62, }, }, Name: "QStringLiteral", @@ -54471,14 +54471,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20345, + offset: 20347, line: 593, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 20389, + offset: 20391, line: 593, - col: 90, + col: 92, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -54489,14 +54489,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20350, + offset: 20352, line: 593, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 20388, + offset: 20390, line: 593, - col: 89, + col: 91, }, }, Format: "", @@ -54507,14 +54507,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20345, + offset: 20347, line: 593, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 20349, + offset: 20351, line: 593, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -54523,14 +54523,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20345, + offset: 20347, line: 593, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 20349, + offset: 20351, line: 593, - col: 50, + col: 52, }, }, Name: "i18n", @@ -54541,14 +54541,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20438, + offset: 20440, line: 594, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 20461, + offset: 20463, line: 594, - col: 69, + col: 71, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -54559,14 +54559,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20453, + offset: 20455, line: 594, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 20460, + offset: 20462, line: 594, - col: 68, + col: 70, }, }, Format: "", @@ -54577,14 +54577,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20438, + offset: 20440, line: 594, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 20452, + offset: 20454, line: 594, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -54593,14 +54593,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20438, + offset: 20440, line: 594, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 20452, + offset: 20454, line: 594, - col: 60, + col: 62, }, }, Name: "QStringLiteral", @@ -54613,14 +54613,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20245, + offset: 20247, line: 592, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 20268, + offset: 20270, line: 592, - col: 45, + col: 47, }, }, Name: "framebufferDeviceOption", @@ -54634,42 +54634,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20468, + offset: 20470, line: 595, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 20708, + offset: 20710, line: 597, - col: 66, + col: 68, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20468, + offset: 20470, line: 595, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 20708, + offset: 20710, line: 597, - col: 66, + col: 68, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20468, + offset: 20470, line: 595, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 20486, + offset: 20488, line: 595, - col: 21, + col: 23, }, }, IsConst: false, @@ -54685,14 +54685,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20468, + offset: 20470, line: 595, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 20486, + offset: 20488, line: 595, - col: 21, + col: 23, }, }, Name: "QCommandLineOption", @@ -54704,14 +54704,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20487, + offset: 20489, line: 595, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 20707, + offset: 20709, line: 597, - col: 65, + col: 67, }, }, DeclaresParameterPack: false, @@ -54719,14 +54719,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20503, + offset: 20505, line: 595, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 20707, + offset: 20709, line: 597, - col: 65, + col: 67, }, }, 'Prop_Arguments': [ @@ -54734,14 +54734,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20504, + offset: 20506, line: 595, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 20533, + offset: 20535, line: 595, - col: 68, + col: 70, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -54752,14 +54752,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20519, + offset: 20521, line: 595, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 20532, + offset: 20534, line: 595, - col: 67, + col: 69, }, }, Format: "", @@ -54770,14 +54770,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20504, + offset: 20506, line: 595, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 20518, + offset: 20520, line: 595, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -54786,14 +54786,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20504, + offset: 20506, line: 595, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 20518, + offset: 20520, line: 595, - col: 53, + col: 55, }, }, Name: "QStringLiteral", @@ -54804,14 +54804,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20575, + offset: 20577, line: 596, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 20639, + offset: 20641, line: 596, - col: 103, + col: 105, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -54822,14 +54822,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20580, + offset: 20582, line: 596, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 20638, + offset: 20640, line: 596, - col: 102, + col: 104, }, }, Format: "", @@ -54840,14 +54840,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20575, + offset: 20577, line: 596, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 20579, + offset: 20581, line: 596, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -54856,14 +54856,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20575, + offset: 20577, line: 596, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 20579, + offset: 20581, line: 596, - col: 43, + col: 45, }, }, Name: "i18n", @@ -54874,14 +54874,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20681, + offset: 20683, line: 597, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 20706, + offset: 20708, line: 597, - col: 64, + col: 66, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -54892,14 +54892,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20696, + offset: 20698, line: 597, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 20705, + offset: 20707, line: 597, - col: 63, + col: 65, }, }, Format: "", @@ -54910,14 +54910,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20681, + offset: 20683, line: 597, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 20695, + offset: 20697, line: 597, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -54926,14 +54926,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20681, + offset: 20683, line: 597, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 20695, + offset: 20697, line: 597, - col: 53, + col: 55, }, }, Name: "QStringLiteral", @@ -54952,14 +54952,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20504, + offset: 20506, line: 595, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 20533, + offset: 20535, line: 595, - col: 68, + col: 70, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -54970,14 +54970,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20519, + offset: 20521, line: 595, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 20532, + offset: 20534, line: 595, - col: 67, + col: 69, }, }, Format: "", @@ -54988,14 +54988,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20504, + offset: 20506, line: 595, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 20518, + offset: 20520, line: 595, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -55004,14 +55004,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20504, + offset: 20506, line: 595, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 20518, + offset: 20520, line: 595, - col: 53, + col: 55, }, }, Name: "QStringLiteral", @@ -55022,14 +55022,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20575, + offset: 20577, line: 596, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 20639, + offset: 20641, line: 596, - col: 103, + col: 105, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -55040,14 +55040,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20580, + offset: 20582, line: 596, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 20638, + offset: 20640, line: 596, - col: 102, + col: 104, }, }, Format: "", @@ -55058,14 +55058,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20575, + offset: 20577, line: 596, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 20579, + offset: 20581, line: 596, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -55074,14 +55074,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20575, + offset: 20577, line: 596, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 20579, + offset: 20581, line: 596, - col: 43, + col: 45, }, }, Name: "i18n", @@ -55092,14 +55092,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20681, + offset: 20683, line: 597, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 20706, + offset: 20708, line: 597, - col: 64, + col: 66, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -55110,14 +55110,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20696, + offset: 20698, line: 597, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 20705, + offset: 20707, line: 597, - col: 63, + col: 65, }, }, Format: "", @@ -55128,14 +55128,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20681, + offset: 20683, line: 597, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 20695, + offset: 20697, line: 597, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -55144,14 +55144,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20681, + offset: 20683, line: 597, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 20695, + offset: 20697, line: 597, - col: 53, + col: 55, }, }, Name: "QStringLiteral", @@ -55164,14 +55164,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20487, + offset: 20489, line: 595, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 20503, + offset: 20505, line: 595, - col: 38, + col: 40, }, }, Name: "x11DisplayOption", @@ -55185,42 +55185,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20713, + offset: 20715, line: 598, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 20977, + offset: 20979, line: 600, - col: 70, + col: 72, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20713, + offset: 20715, line: 598, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 20977, + offset: 20979, line: 600, - col: 70, + col: 72, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20713, + offset: 20715, line: 598, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 20731, + offset: 20733, line: 598, - col: 21, + col: 23, }, }, IsConst: false, @@ -55236,14 +55236,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20713, + offset: 20715, line: 598, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 20731, + offset: 20733, line: 598, - col: 21, + col: 23, }, }, Name: "QCommandLineOption", @@ -55255,14 +55255,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20732, + offset: 20734, line: 598, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 20976, + offset: 20978, line: 600, - col: 69, + col: 71, }, }, DeclaresParameterPack: false, @@ -55270,14 +55270,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20752, + offset: 20754, line: 598, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 20976, + offset: 20978, line: 600, - col: 69, + col: 71, }, }, 'Prop_Arguments': [ @@ -55285,14 +55285,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20753, + offset: 20755, line: 598, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 20786, + offset: 20788, line: 598, - col: 76, + col: 78, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -55303,14 +55303,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20768, + offset: 20770, line: 598, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 20785, + offset: 20787, line: 598, - col: 75, + col: 77, }, }, Format: "", @@ -55321,14 +55321,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20753, + offset: 20755, line: 598, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 20767, + offset: 20769, line: 598, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -55337,14 +55337,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20753, + offset: 20755, line: 598, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 20767, + offset: 20769, line: 598, - col: 57, + col: 59, }, }, Name: "QStringLiteral", @@ -55355,14 +55355,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20832, + offset: 20834, line: 599, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 20904, + offset: 20906, line: 599, - col: 115, + col: 117, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -55373,14 +55373,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20837, + offset: 20839, line: 599, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 20903, + offset: 20905, line: 599, - col: 114, + col: 116, }, }, Format: "", @@ -55391,14 +55391,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20832, + offset: 20834, line: 599, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 20836, + offset: 20838, line: 599, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -55407,14 +55407,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20832, + offset: 20834, line: 599, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 20836, + offset: 20838, line: 599, - col: 47, + col: 49, }, }, Name: "i18n", @@ -55425,14 +55425,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20950, + offset: 20952, line: 600, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 20975, + offset: 20977, line: 600, - col: 68, + col: 70, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -55443,14 +55443,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20965, + offset: 20967, line: 600, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 20974, + offset: 20976, line: 600, - col: 67, + col: 69, }, }, Format: "", @@ -55461,14 +55461,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20950, + offset: 20952, line: 600, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 20964, + offset: 20966, line: 600, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -55477,14 +55477,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20950, + offset: 20952, line: 600, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 20964, + offset: 20966, line: 600, - col: 57, + col: 59, }, }, Name: "QStringLiteral", @@ -55503,14 +55503,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20753, + offset: 20755, line: 598, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 20786, + offset: 20788, line: 598, - col: 76, + col: 78, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -55521,14 +55521,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20768, + offset: 20770, line: 598, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 20785, + offset: 20787, line: 598, - col: 75, + col: 77, }, }, Format: "", @@ -55539,14 +55539,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20753, + offset: 20755, line: 598, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 20767, + offset: 20769, line: 598, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -55555,14 +55555,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20753, + offset: 20755, line: 598, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 20767, + offset: 20769, line: 598, - col: 57, + col: 59, }, }, Name: "QStringLiteral", @@ -55573,14 +55573,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20832, + offset: 20834, line: 599, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 20904, + offset: 20906, line: 599, - col: 115, + col: 117, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -55591,14 +55591,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20837, + offset: 20839, line: 599, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 20903, + offset: 20905, line: 599, - col: 114, + col: 116, }, }, Format: "", @@ -55609,14 +55609,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20832, + offset: 20834, line: 599, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 20836, + offset: 20838, line: 599, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -55625,14 +55625,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20832, + offset: 20834, line: 599, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 20836, + offset: 20838, line: 599, - col: 47, + col: 49, }, }, Name: "i18n", @@ -55643,14 +55643,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20950, + offset: 20952, line: 600, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 20975, + offset: 20977, line: 600, - col: 68, + col: 70, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -55661,14 +55661,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20965, + offset: 20967, line: 600, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 20974, + offset: 20976, line: 600, - col: 67, + col: 69, }, }, Format: "", @@ -55679,14 +55679,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20950, + offset: 20952, line: 600, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 20964, + offset: 20966, line: 600, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -55695,14 +55695,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20950, + offset: 20952, line: 600, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 20964, + offset: 20966, line: 600, - col: 57, + col: 59, }, }, Name: "QStringLiteral", @@ -55715,14 +55715,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20732, + offset: 20734, line: 598, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 20752, + offset: 20754, line: 598, - col: 42, + col: 44, }, }, Name: "waylandDisplayOption", @@ -55736,42 +55736,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20982, + offset: 20984, line: 601, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21086, + offset: 21088, line: 601, - col: 107, + col: 109, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20982, + offset: 20984, line: 601, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21086, + offset: 21088, line: 601, - col: 107, + col: 109, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20982, + offset: 20984, line: 601, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21000, + offset: 21002, line: 601, - col: 21, + col: 23, }, }, IsConst: false, @@ -55787,14 +55787,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20982, + offset: 20984, line: 601, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21000, + offset: 21002, line: 601, - col: 21, + col: 23, }, }, Name: "QCommandLineOption", @@ -55806,14 +55806,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21001, + offset: 21003, line: 601, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 21085, + offset: 21087, line: 601, - col: 106, + col: 108, }, }, DeclaresParameterPack: false, @@ -55821,14 +55821,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21016, + offset: 21018, line: 601, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 21085, + offset: 21087, line: 601, - col: 106, + col: 108, }, }, 'Prop_Arguments': [ @@ -55836,14 +55836,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21017, + offset: 21019, line: 601, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 21042, + offset: 21044, line: 601, - col: 63, + col: 65, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -55854,14 +55854,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21032, + offset: 21034, line: 601, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 21041, + offset: 21043, line: 601, - col: 62, + col: 64, }, }, Format: "", @@ -55872,14 +55872,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21017, + offset: 21019, line: 601, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 21031, + offset: 21033, line: 601, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -55888,14 +55888,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21017, + offset: 21019, line: 601, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 21031, + offset: 21033, line: 601, - col: 52, + col: 54, }, }, Name: "QStringLiteral", @@ -55906,14 +55906,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21044, + offset: 21046, line: 601, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 21084, + offset: 21086, line: 601, - col: 105, + col: 107, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -55924,14 +55924,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21049, + offset: 21051, line: 601, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 21083, + offset: 21085, line: 601, - col: 104, + col: 106, }, }, Format: "", @@ -55942,14 +55942,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21044, + offset: 21046, line: 601, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 21048, + offset: 21050, line: 601, - col: 69, + col: 71, }, }, ExpressionType: "", @@ -55958,14 +55958,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21044, + offset: 21046, line: 601, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 21048, + offset: 21050, line: 601, - col: 69, + col: 71, }, }, Name: "i18n", @@ -55984,14 +55984,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21017, + offset: 21019, line: 601, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 21042, + offset: 21044, line: 601, - col: 63, + col: 65, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -56002,14 +56002,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21032, + offset: 21034, line: 601, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 21041, + offset: 21043, line: 601, - col: 62, + col: 64, }, }, Format: "", @@ -56020,14 +56020,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21017, + offset: 21019, line: 601, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 21031, + offset: 21033, line: 601, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -56036,14 +56036,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21017, + offset: 21019, line: 601, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 21031, + offset: 21033, line: 601, - col: 52, + col: 54, }, }, Name: "QStringLiteral", @@ -56054,14 +56054,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21044, + offset: 21046, line: 601, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 21084, + offset: 21086, line: 601, - col: 105, + col: 107, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -56072,14 +56072,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21049, + offset: 21051, line: 601, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 21083, + offset: 21085, line: 601, - col: 104, + col: 106, }, }, Format: "", @@ -56090,14 +56090,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21044, + offset: 21046, line: 601, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 21048, + offset: 21050, line: 601, - col: 69, + col: 71, }, }, ExpressionType: "", @@ -56106,14 +56106,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21044, + offset: 21046, line: 601, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 21048, + offset: 21050, line: 601, - col: 69, + col: 71, }, }, Name: "i18n", @@ -56126,14 +56126,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21001, + offset: 21003, line: 601, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 21016, + offset: 21018, line: 601, - col: 37, + col: 39, }, }, Name: "virtualFbOption", @@ -56147,42 +56147,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21091, + offset: 21093, line: 602, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21303, + offset: 21305, line: 604, - col: 59, + col: 61, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21091, + offset: 21093, line: 602, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21303, + offset: 21305, line: 604, - col: 59, + col: 61, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21091, + offset: 21093, line: 602, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21109, + offset: 21111, line: 602, - col: 21, + col: 23, }, }, IsConst: false, @@ -56198,14 +56198,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21091, + offset: 21093, line: 602, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21109, + offset: 21111, line: 602, - col: 21, + col: 23, }, }, Name: "QCommandLineOption", @@ -56217,14 +56217,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21110, + offset: 21112, line: 602, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 21302, + offset: 21304, line: 604, - col: 58, + col: 60, }, }, DeclaresParameterPack: false, @@ -56232,14 +56232,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21121, + offset: 21123, line: 602, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 21302, + offset: 21304, line: 604, - col: 58, + col: 60, }, }, 'Prop_Arguments': [ @@ -56247,14 +56247,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21122, + offset: 21124, line: 602, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21145, + offset: 21147, line: 602, - col: 57, + col: 59, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -56265,14 +56265,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21137, + offset: 21139, line: 602, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 21144, + offset: 21146, line: 602, - col: 56, + col: 58, }, }, Format: "", @@ -56283,14 +56283,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21122, + offset: 21124, line: 602, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21136, + offset: 21138, line: 602, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -56299,14 +56299,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21122, + offset: 21124, line: 602, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21136, + offset: 21138, line: 602, - col: 48, + col: 50, }, }, Name: "QStringLiteral", @@ -56317,14 +56317,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21182, + offset: 21184, line: 603, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21241, + offset: 21243, line: 603, - col: 93, + col: 95, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -56335,14 +56335,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21187, + offset: 21189, line: 603, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 21240, + offset: 21242, line: 603, - col: 92, + col: 94, }, }, Format: "", @@ -56353,14 +56353,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21182, + offset: 21184, line: 603, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21186, + offset: 21188, line: 603, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -56369,14 +56369,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21182, + offset: 21184, line: 603, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21186, + offset: 21188, line: 603, - col: 38, + col: 40, }, }, Name: "i18n", @@ -56387,14 +56387,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21278, + offset: 21280, line: 604, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21301, + offset: 21303, line: 604, - col: 57, + col: 59, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -56405,14 +56405,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21293, + offset: 21295, line: 604, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 21300, + offset: 21302, line: 604, - col: 56, + col: 58, }, }, Format: "", @@ -56423,14 +56423,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21278, + offset: 21280, line: 604, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21292, + offset: 21294, line: 604, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -56439,14 +56439,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21278, + offset: 21280, line: 604, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21292, + offset: 21294, line: 604, - col: 48, + col: 50, }, }, Name: "QStringLiteral", @@ -56465,14 +56465,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21122, + offset: 21124, line: 602, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21145, + offset: 21147, line: 602, - col: 57, + col: 59, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -56483,14 +56483,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21137, + offset: 21139, line: 602, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 21144, + offset: 21146, line: 602, - col: 56, + col: 58, }, }, Format: "", @@ -56501,14 +56501,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21122, + offset: 21124, line: 602, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21136, + offset: 21138, line: 602, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -56517,14 +56517,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21122, + offset: 21124, line: 602, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21136, + offset: 21138, line: 602, - col: 48, + col: 50, }, }, Name: "QStringLiteral", @@ -56535,14 +56535,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21182, + offset: 21184, line: 603, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21241, + offset: 21243, line: 603, - col: 93, + col: 95, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -56553,14 +56553,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21187, + offset: 21189, line: 603, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 21240, + offset: 21242, line: 603, - col: 92, + col: 94, }, }, Format: "", @@ -56571,14 +56571,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21182, + offset: 21184, line: 603, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21186, + offset: 21188, line: 603, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -56587,14 +56587,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21182, + offset: 21184, line: 603, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21186, + offset: 21188, line: 603, - col: 38, + col: 40, }, }, Name: "i18n", @@ -56605,14 +56605,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21278, + offset: 21280, line: 604, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21301, + offset: 21303, line: 604, - col: 57, + col: 59, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -56623,14 +56623,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21293, + offset: 21295, line: 604, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 21300, + offset: 21302, line: 604, - col: 56, + col: 58, }, }, Format: "", @@ -56641,14 +56641,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21278, + offset: 21280, line: 604, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21292, + offset: 21294, line: 604, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -56657,14 +56657,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21278, + offset: 21280, line: 604, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21292, + offset: 21294, line: 604, - col: 48, + col: 50, }, }, Name: "QStringLiteral", @@ -56677,14 +56677,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21110, + offset: 21112, line: 602, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 21121, + offset: 21123, line: 602, - col: 33, + col: 35, }, }, Name: "widthOption", @@ -56698,28 +56698,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21308, + offset: 21310, line: 605, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21359, + offset: 21361, line: 605, - col: 54, + col: 56, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21308, + offset: 21310, line: 605, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21358, + offset: 21360, line: 605, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -56730,14 +56730,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21336, + offset: 21338, line: 605, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 21357, + offset: 21359, line: 605, - col: 52, + col: 54, }, }, ExpressionType: "Attempt to use symbol failed: number", @@ -56749,14 +56749,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21352, + offset: 21354, line: 605, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 21356, + offset: 21358, line: 605, - col: 51, + col: 53, }, }, ExpressionType: "int", @@ -56769,14 +56769,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21336, + offset: 21338, line: 605, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 21351, + offset: 21353, line: 605, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -56785,14 +56785,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21336, + offset: 21338, line: 605, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 21351, + offset: 21353, line: 605, - col: 46, + col: 48, }, }, Names: [ @@ -56811,14 +56811,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21308, + offset: 21310, line: 605, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21335, + offset: 21337, line: 605, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -56829,14 +56829,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21320, + offset: 21322, line: 605, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 21335, + offset: 21337, line: 605, - col: 30, + col: 32, }, }, Name: "setDefaultValue", @@ -56845,14 +56845,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21308, + offset: 21310, line: 605, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21319, + offset: 21321, line: 605, - col: 14, + col: 16, }, }, ExpressionType: "", @@ -56861,14 +56861,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21308, + offset: 21310, line: 605, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21319, + offset: 21321, line: 605, - col: 14, + col: 16, }, }, Name: "widthOption", @@ -56881,42 +56881,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21364, + offset: 21366, line: 606, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21582, + offset: 21584, line: 608, - col: 61, + col: 63, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21364, + offset: 21366, line: 606, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21582, + offset: 21584, line: 608, - col: 61, + col: 63, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21364, + offset: 21366, line: 606, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21382, + offset: 21384, line: 606, - col: 21, + col: 23, }, }, IsConst: false, @@ -56932,14 +56932,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21364, + offset: 21366, line: 606, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21382, + offset: 21384, line: 606, - col: 21, + col: 23, }, }, Name: "QCommandLineOption", @@ -56951,14 +56951,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21383, + offset: 21385, line: 606, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 21581, + offset: 21583, line: 608, - col: 60, + col: 62, }, }, DeclaresParameterPack: false, @@ -56966,14 +56966,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21395, + offset: 21397, line: 606, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21581, + offset: 21583, line: 608, - col: 60, + col: 62, }, }, 'Prop_Arguments': [ @@ -56981,14 +56981,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21396, + offset: 21398, line: 606, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21420, + offset: 21422, line: 606, - col: 59, + col: 61, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -56999,14 +56999,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21411, + offset: 21413, line: 606, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 21419, + offset: 21421, line: 606, - col: 58, + col: 60, }, }, Format: "", @@ -57017,14 +57017,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21396, + offset: 21398, line: 606, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21410, + offset: 21412, line: 606, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -57033,14 +57033,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21396, + offset: 21398, line: 606, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21410, + offset: 21412, line: 606, - col: 49, + col: 51, }, }, Name: "QStringLiteral", @@ -57051,14 +57051,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21458, + offset: 21460, line: 607, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21518, + offset: 21520, line: 607, - col: 95, + col: 97, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -57069,14 +57069,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21463, + offset: 21465, line: 607, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 21517, + offset: 21519, line: 607, - col: 94, + col: 96, }, }, Format: "", @@ -57087,14 +57087,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21458, + offset: 21460, line: 607, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21462, + offset: 21464, line: 607, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -57103,14 +57103,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21458, + offset: 21460, line: 607, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21462, + offset: 21464, line: 607, - col: 39, + col: 41, }, }, Name: "i18n", @@ -57121,14 +57121,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21556, + offset: 21558, line: 608, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21580, + offset: 21582, line: 608, - col: 59, + col: 61, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -57139,14 +57139,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21571, + offset: 21573, line: 608, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 21579, + offset: 21581, line: 608, - col: 58, + col: 60, }, }, Format: "", @@ -57157,14 +57157,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21556, + offset: 21558, line: 608, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21570, + offset: 21572, line: 608, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -57173,14 +57173,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21556, + offset: 21558, line: 608, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21570, + offset: 21572, line: 608, - col: 49, + col: 51, }, }, Name: "QStringLiteral", @@ -57199,14 +57199,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21396, + offset: 21398, line: 606, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21420, + offset: 21422, line: 606, - col: 59, + col: 61, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -57217,14 +57217,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21411, + offset: 21413, line: 606, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 21419, + offset: 21421, line: 606, - col: 58, + col: 60, }, }, Format: "", @@ -57235,14 +57235,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21396, + offset: 21398, line: 606, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21410, + offset: 21412, line: 606, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -57251,14 +57251,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21396, + offset: 21398, line: 606, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21410, + offset: 21412, line: 606, - col: 49, + col: 51, }, }, Name: "QStringLiteral", @@ -57269,14 +57269,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21458, + offset: 21460, line: 607, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21518, + offset: 21520, line: 607, - col: 95, + col: 97, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -57287,14 +57287,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21463, + offset: 21465, line: 607, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 21517, + offset: 21519, line: 607, - col: 94, + col: 96, }, }, Format: "", @@ -57305,14 +57305,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21458, + offset: 21460, line: 607, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21462, + offset: 21464, line: 607, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -57321,14 +57321,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21458, + offset: 21460, line: 607, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21462, + offset: 21464, line: 607, - col: 39, + col: 41, }, }, Name: "i18n", @@ -57339,14 +57339,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21556, + offset: 21558, line: 608, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21580, + offset: 21582, line: 608, - col: 59, + col: 61, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -57357,14 +57357,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21571, + offset: 21573, line: 608, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 21579, + offset: 21581, line: 608, - col: 58, + col: 60, }, }, Format: "", @@ -57375,14 +57375,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21556, + offset: 21558, line: 608, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21570, + offset: 21572, line: 608, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -57391,14 +57391,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21556, + offset: 21558, line: 608, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21570, + offset: 21572, line: 608, - col: 49, + col: 51, }, }, Name: "QStringLiteral", @@ -57411,14 +57411,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21383, + offset: 21385, line: 606, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 21395, + offset: 21397, line: 606, - col: 34, + col: 36, }, }, Name: "heightOption", @@ -57432,28 +57432,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21587, + offset: 21589, line: 609, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21638, + offset: 21640, line: 609, - col: 54, + col: 56, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21587, + offset: 21589, line: 609, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21637, + offset: 21639, line: 609, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -57464,14 +57464,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21616, + offset: 21618, line: 609, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 21636, + offset: 21638, line: 609, - col: 52, + col: 54, }, }, ExpressionType: "Attempt to use symbol failed: number", @@ -57483,14 +57483,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21632, + offset: 21634, line: 609, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 21635, + offset: 21637, line: 609, - col: 51, + col: 53, }, }, ExpressionType: "int", @@ -57503,14 +57503,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21616, + offset: 21618, line: 609, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 21631, + offset: 21633, line: 609, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -57519,14 +57519,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21616, + offset: 21618, line: 609, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 21631, + offset: 21633, line: 609, - col: 47, + col: 49, }, }, Names: [ @@ -57545,14 +57545,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21587, + offset: 21589, line: 609, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21615, + offset: 21617, line: 609, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -57563,14 +57563,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21600, + offset: 21602, line: 609, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 21615, + offset: 21617, line: 609, - col: 31, + col: 33, }, }, Name: "setDefaultValue", @@ -57579,14 +57579,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21587, + offset: 21589, line: 609, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21599, + offset: 21601, line: 609, - col: 15, + col: 17, }, }, ExpressionType: "", @@ -57595,14 +57595,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21587, + offset: 21589, line: 609, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21599, + offset: 21601, line: 609, - col: 15, + col: 17, }, }, Name: "heightOption", @@ -57615,42 +57615,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21644, + offset: 21646, line: 611, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21855, + offset: 21857, line: 613, - col: 60, + col: 62, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21644, + offset: 21646, line: 611, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21855, + offset: 21857, line: 613, - col: 60, + col: 62, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21644, + offset: 21646, line: 611, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21662, + offset: 21664, line: 611, - col: 21, + col: 23, }, }, IsConst: false, @@ -57666,14 +57666,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21644, + offset: 21646, line: 611, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21662, + offset: 21664, line: 611, - col: 21, + col: 23, }, }, Name: "QCommandLineOption", @@ -57685,14 +57685,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21663, + offset: 21665, line: 611, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 21854, + offset: 21856, line: 613, - col: 59, + col: 61, }, }, DeclaresParameterPack: false, @@ -57700,14 +57700,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21674, + offset: 21676, line: 611, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 21854, + offset: 21856, line: 613, - col: 59, + col: 61, }, }, 'Prop_Arguments': [ @@ -57715,14 +57715,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21675, + offset: 21677, line: 611, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21698, + offset: 21700, line: 611, - col: 57, + col: 59, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -57733,14 +57733,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21690, + offset: 21692, line: 611, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 21697, + offset: 21699, line: 611, - col: 56, + col: 58, }, }, Format: "", @@ -57751,14 +57751,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21675, + offset: 21677, line: 611, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21689, + offset: 21691, line: 611, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -57767,14 +57767,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21675, + offset: 21677, line: 611, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21689, + offset: 21691, line: 611, - col: 48, + col: 50, }, }, Name: "QStringLiteral", @@ -57785,14 +57785,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21736, + offset: 21738, line: 612, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21792, + offset: 21794, line: 612, - col: 91, + col: 93, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -57803,14 +57803,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21741, + offset: 21743, line: 612, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 21791, + offset: 21793, line: 612, - col: 90, + col: 92, }, }, Format: "", @@ -57821,14 +57821,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21736, + offset: 21738, line: 612, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21740, + offset: 21742, line: 612, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -57837,14 +57837,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21736, + offset: 21738, line: 612, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21740, + offset: 21742, line: 612, - col: 39, + col: 41, }, }, Name: "i18n", @@ -57855,14 +57855,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21830, + offset: 21832, line: 613, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21853, + offset: 21855, line: 613, - col: 58, + col: 60, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -57873,14 +57873,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21845, + offset: 21847, line: 613, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 21852, + offset: 21854, line: 613, - col: 57, + col: 59, }, }, Format: "", @@ -57891,14 +57891,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21830, + offset: 21832, line: 613, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21844, + offset: 21846, line: 613, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -57907,14 +57907,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21830, + offset: 21832, line: 613, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21844, + offset: 21846, line: 613, - col: 49, + col: 51, }, }, Name: "QStringLiteral", @@ -57933,14 +57933,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21675, + offset: 21677, line: 611, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21698, + offset: 21700, line: 611, - col: 57, + col: 59, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -57951,14 +57951,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21690, + offset: 21692, line: 611, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 21697, + offset: 21699, line: 611, - col: 56, + col: 58, }, }, Format: "", @@ -57969,14 +57969,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21675, + offset: 21677, line: 611, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21689, + offset: 21691, line: 611, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -57985,14 +57985,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21675, + offset: 21677, line: 611, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21689, + offset: 21691, line: 611, - col: 48, + col: 50, }, }, Name: "QStringLiteral", @@ -58003,14 +58003,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21736, + offset: 21738, line: 612, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21792, + offset: 21794, line: 612, - col: 91, + col: 93, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -58021,14 +58021,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21741, + offset: 21743, line: 612, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 21791, + offset: 21793, line: 612, - col: 90, + col: 92, }, }, Format: "", @@ -58039,14 +58039,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21736, + offset: 21738, line: 612, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21740, + offset: 21742, line: 612, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -58055,14 +58055,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21736, + offset: 21738, line: 612, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21740, + offset: 21742, line: 612, - col: 39, + col: 41, }, }, Name: "i18n", @@ -58073,14 +58073,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21830, + offset: 21832, line: 613, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21853, + offset: 21855, line: 613, - col: 58, + col: 60, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -58091,14 +58091,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21845, + offset: 21847, line: 613, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 21852, + offset: 21854, line: 613, - col: 57, + col: 59, }, }, Format: "", @@ -58109,14 +58109,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21830, + offset: 21832, line: 613, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21844, + offset: 21846, line: 613, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -58125,14 +58125,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21830, + offset: 21832, line: 613, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21844, + offset: 21846, line: 613, - col: 49, + col: 51, }, }, Name: "QStringLiteral", @@ -58145,14 +58145,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21663, + offset: 21665, line: 611, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 21674, + offset: 21676, line: 611, - col: 33, + col: 35, }, }, Name: "scaleOption", @@ -58166,28 +58166,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21860, + offset: 21862, line: 614, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21908, + offset: 21910, line: 614, - col: 51, + col: 53, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21860, + offset: 21862, line: 614, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21907, + offset: 21909, line: 614, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -58198,14 +58198,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21888, + offset: 21890, line: 614, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 21906, + offset: 21908, line: 614, - col: 49, + col: 51, }, }, ExpressionType: "Attempt to use symbol failed: number", @@ -58217,14 +58217,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21904, + offset: 21906, line: 614, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 21905, + offset: 21907, line: 614, - col: 48, + col: 50, }, }, ExpressionType: "int", @@ -58237,14 +58237,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21888, + offset: 21890, line: 614, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 21903, + offset: 21905, line: 614, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -58253,14 +58253,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21888, + offset: 21890, line: 614, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 21903, + offset: 21905, line: 614, - col: 46, + col: 48, }, }, Names: [ @@ -58279,14 +58279,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21860, + offset: 21862, line: 614, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21887, + offset: 21889, line: 614, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -58297,14 +58297,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21872, + offset: 21874, line: 614, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 21887, + offset: 21889, line: 614, - col: 30, + col: 32, }, }, Name: "setDefaultValue", @@ -58313,14 +58313,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21860, + offset: 21862, line: 614, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21871, + offset: 21873, line: 614, - col: 14, + col: 16, }, }, ExpressionType: "", @@ -58329,14 +58329,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21860, + offset: 21862, line: 614, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21871, + offset: 21873, line: 614, - col: 14, + col: 16, }, }, Name: "scaleOption", @@ -58349,42 +58349,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21914, + offset: 21916, line: 616, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22168, + offset: 22170, line: 618, - col: 61, + col: 63, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21914, + offset: 21916, line: 616, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22168, + offset: 22170, line: 618, - col: 61, + col: 63, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21914, + offset: 21916, line: 616, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21932, + offset: 21934, line: 616, - col: 21, + col: 23, }, }, IsConst: false, @@ -58400,14 +58400,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21914, + offset: 21916, line: 616, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21932, + offset: 21934, line: 616, - col: 21, + col: 23, }, }, Name: "QCommandLineOption", @@ -58419,14 +58419,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21933, + offset: 21935, line: 616, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 22167, + offset: 22169, line: 618, - col: 60, + col: 62, }, }, DeclaresParameterPack: false, @@ -58434,14 +58434,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21950, + offset: 21952, line: 616, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 22167, + offset: 22169, line: 618, - col: 60, + col: 62, }, }, 'Prop_Arguments': [ @@ -58449,14 +58449,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21951, + offset: 21953, line: 616, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 21981, + offset: 21983, line: 616, - col: 70, + col: 72, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -58467,14 +58467,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21966, + offset: 21968, line: 616, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 21980, + offset: 21982, line: 616, - col: 69, + col: 71, }, }, Format: "", @@ -58485,14 +58485,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21951, + offset: 21953, line: 616, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 21965, + offset: 21967, line: 616, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -58501,14 +58501,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21951, + offset: 21953, line: 616, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 21965, + offset: 21967, line: 616, - col: 54, + col: 56, }, }, Name: "QStringLiteral", @@ -58519,14 +58519,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22019, + offset: 22021, line: 617, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 22104, + offset: 22106, line: 617, - col: 120, + col: 122, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -58537,14 +58537,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22024, + offset: 22026, line: 617, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 22103, + offset: 22105, line: 617, - col: 119, + col: 121, }, }, Format: "", @@ -58555,14 +58555,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22019, + offset: 22021, line: 617, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 22023, + offset: 22025, line: 617, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -58571,14 +58571,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22019, + offset: 22021, line: 617, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 22023, + offset: 22025, line: 617, - col: 39, + col: 41, }, }, Name: "i18n", @@ -58589,14 +58589,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22142, + offset: 22144, line: 618, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 22166, + offset: 22168, line: 618, - col: 59, + col: 61, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -58607,14 +58607,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22157, + offset: 22159, line: 618, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 22165, + offset: 22167, line: 618, - col: 58, + col: 60, }, }, Format: "", @@ -58625,14 +58625,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22142, + offset: 22144, line: 618, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 22156, + offset: 22158, line: 618, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -58641,14 +58641,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22142, + offset: 22144, line: 618, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 22156, + offset: 22158, line: 618, - col: 49, + col: 51, }, }, Name: "QStringLiteral", @@ -58667,14 +58667,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21951, + offset: 21953, line: 616, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 21981, + offset: 21983, line: 616, - col: 70, + col: 72, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -58685,14 +58685,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21966, + offset: 21968, line: 616, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 21980, + offset: 21982, line: 616, - col: 69, + col: 71, }, }, Format: "", @@ -58703,14 +58703,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21951, + offset: 21953, line: 616, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 21965, + offset: 21967, line: 616, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -58719,14 +58719,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21951, + offset: 21953, line: 616, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 21965, + offset: 21967, line: 616, - col: 54, + col: 56, }, }, Name: "QStringLiteral", @@ -58737,14 +58737,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22019, + offset: 22021, line: 617, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 22104, + offset: 22106, line: 617, - col: 120, + col: 122, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -58755,14 +58755,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22024, + offset: 22026, line: 617, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 22103, + offset: 22105, line: 617, - col: 119, + col: 121, }, }, Format: "", @@ -58773,14 +58773,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22019, + offset: 22021, line: 617, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 22023, + offset: 22025, line: 617, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -58789,14 +58789,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22019, + offset: 22021, line: 617, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 22023, + offset: 22025, line: 617, - col: 39, + col: 41, }, }, Name: "i18n", @@ -58807,14 +58807,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22142, + offset: 22144, line: 618, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 22166, + offset: 22168, line: 618, - col: 59, + col: 61, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -58825,14 +58825,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22157, + offset: 22159, line: 618, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 22165, + offset: 22167, line: 618, - col: 58, + col: 60, }, }, Format: "", @@ -58843,14 +58843,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22142, + offset: 22144, line: 618, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 22156, + offset: 22158, line: 618, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -58859,14 +58859,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22142, + offset: 22144, line: 618, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 22156, + offset: 22158, line: 618, - col: 49, + col: 51, }, }, Name: "QStringLiteral", @@ -58879,14 +58879,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21933, + offset: 21935, line: 616, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 21950, + offset: 21952, line: 616, - col: 39, + col: 41, }, }, Name: "outputCountOption", @@ -58900,28 +58900,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22173, + offset: 22175, line: 619, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22227, + offset: 22229, line: 619, - col: 57, + col: 59, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22173, + offset: 22175, line: 619, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22226, + offset: 22228, line: 619, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -58932,14 +58932,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22207, + offset: 22209, line: 619, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 22225, + offset: 22227, line: 619, - col: 55, + col: 57, }, }, ExpressionType: "Attempt to use symbol failed: number", @@ -58951,14 +58951,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22223, + offset: 22225, line: 619, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 22224, + offset: 22226, line: 619, - col: 54, + col: 56, }, }, ExpressionType: "int", @@ -58971,14 +58971,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22207, + offset: 22209, line: 619, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 22222, + offset: 22224, line: 619, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -58987,14 +58987,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22207, + offset: 22209, line: 619, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 22222, + offset: 22224, line: 619, - col: 52, + col: 54, }, }, Names: [ @@ -59013,14 +59013,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22173, + offset: 22175, line: 619, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22206, + offset: 22208, line: 619, - col: 36, + col: 38, }, }, ExpressionType: "", @@ -59031,14 +59031,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22191, + offset: 22193, line: 619, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 22206, + offset: 22208, line: 619, - col: 36, + col: 38, }, }, Name: "setDefaultValue", @@ -59047,14 +59047,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22173, + offset: 22175, line: 619, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22190, + offset: 22192, line: 619, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -59063,14 +59063,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22173, + offset: 22175, line: 619, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22190, + offset: 22192, line: 619, - col: 20, + col: 22, }, }, Name: "outputCountOption", @@ -59083,42 +59083,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22233, + offset: 22235, line: 621, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22259, + offset: 22261, line: 621, - col: 29, + col: 31, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22233, + offset: 22235, line: 621, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22259, + offset: 22261, line: 621, - col: 29, + col: 31, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22233, + offset: 22235, line: 621, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22251, + offset: 22253, line: 621, - col: 21, + col: 23, }, }, IsConst: false, @@ -59134,14 +59134,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22233, + offset: 22235, line: 621, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22251, + offset: 22253, line: 621, - col: 21, + col: 23, }, }, Name: "QCommandLineParser", @@ -59153,28 +59153,28 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22252, + offset: 22254, line: 621, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 22258, + offset: 22260, line: 621, - col: 28, + col: 30, }, }, DeclaresParameterPack: false, 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22252, + offset: 22254, line: 621, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 22258, + offset: 22260, line: 621, - col: 28, + col: 30, }, }, Name: "parser", @@ -59188,28 +59188,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22264, + offset: 22266, line: 622, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22292, + offset: 22294, line: 622, - col: 31, + col: 33, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22264, + offset: 22266, line: 622, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22291, + offset: 22293, line: 622, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -59220,14 +59220,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22283, + offset: 22285, line: 622, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 22290, + offset: 22292, line: 622, - col: 29, + col: 31, }, }, ExpressionType: "? *", @@ -59237,14 +59237,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22284, + offset: 22286, line: 622, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 22290, + offset: 22292, line: 622, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -59253,14 +59253,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22284, + offset: 22286, line: 622, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 22290, + offset: 22292, line: 622, - col: 29, + col: 31, }, }, Name: "parser", @@ -59273,14 +59273,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22264, + offset: 22266, line: 622, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22282, + offset: 22284, line: 622, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -59291,14 +59291,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22266, + offset: 22268, line: 622, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 22282, + offset: 22284, line: 622, - col: 21, + col: 23, }, }, Name: "setupCommandLine", @@ -59307,14 +59307,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22264, + offset: 22266, line: 622, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22265, + offset: 22267, line: 622, - col: 4, + col: 6, }, }, ExpressionType: "", @@ -59323,14 +59323,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22264, + offset: 22266, line: 622, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22265, + offset: 22267, line: 622, - col: 4, + col: 6, }, }, Name: "a", @@ -59343,28 +59343,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22297, + offset: 22299, line: 623, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22330, + offset: 22332, line: 623, - col: 36, + col: 38, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22297, + offset: 22299, line: 623, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22329, + offset: 22331, line: 623, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -59375,14 +59375,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22314, + offset: 22316, line: 623, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 22328, + offset: 22330, line: 623, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -59391,14 +59391,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22314, + offset: 22316, line: 623, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 22328, + offset: 22330, line: 623, - col: 34, + col: 36, }, }, Name: "xwaylandOption", @@ -59409,14 +59409,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22297, + offset: 22299, line: 623, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22313, + offset: 22315, line: 623, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -59427,14 +59427,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22304, + offset: 22306, line: 623, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 22313, + offset: 22315, line: 623, - col: 19, + col: 21, }, }, Name: "addOption", @@ -59443,14 +59443,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22297, + offset: 22299, line: 623, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22303, + offset: 22305, line: 623, - col: 9, + col: 11, }, }, ExpressionType: "", @@ -59459,14 +59459,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22297, + offset: 22299, line: 623, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22303, + offset: 22305, line: 623, - col: 9, + col: 11, }, }, Name: "parser", @@ -59479,28 +59479,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22335, + offset: 22337, line: 624, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22373, + offset: 22375, line: 624, - col: 41, + col: 43, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22335, + offset: 22337, line: 624, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22372, + offset: 22374, line: 624, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -59511,14 +59511,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22352, + offset: 22354, line: 624, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 22371, + offset: 22373, line: 624, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -59527,14 +59527,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22352, + offset: 22354, line: 624, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 22371, + offset: 22373, line: 624, - col: 39, + col: 41, }, }, Name: "waylandSocketOption", @@ -59545,14 +59545,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22335, + offset: 22337, line: 624, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22351, + offset: 22353, line: 624, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -59563,14 +59563,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22342, + offset: 22344, line: 624, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 22351, + offset: 22353, line: 624, - col: 19, + col: 21, }, }, Name: "addOption", @@ -59579,14 +59579,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22335, + offset: 22337, line: 624, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22341, + offset: 22343, line: 624, - col: 9, + col: 11, }, }, ExpressionType: "", @@ -59595,14 +59595,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22335, + offset: 22337, line: 624, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22341, + offset: 22343, line: 624, - col: 9, + col: 11, }, }, Name: "parser", @@ -59615,28 +59615,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22378, + offset: 22380, line: 625, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22447, + offset: 22449, line: 627, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22382, + offset: 22384, line: 625, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22394, + offset: 22396, line: 625, - col: 19, + col: 21, }, }, ExpressionType: "const bool", @@ -59645,14 +59645,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22382, + offset: 22384, line: 625, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22394, + offset: 22396, line: 625, - col: 19, + col: 21, }, }, Name: "hasX11Option", @@ -59662,14 +59662,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22396, + offset: 22398, line: 625, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 22447, + offset: 22449, line: 627, - col: 4, + col: 6, }, }, Statements: [ @@ -59677,28 +59677,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22406, + offset: 22408, line: 626, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22441, + offset: 22443, line: 626, - col: 42, + col: 44, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22406, + offset: 22408, line: 626, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22440, + offset: 22442, line: 626, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -59709,14 +59709,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22423, + offset: 22425, line: 626, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 22439, + offset: 22441, line: 626, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -59725,14 +59725,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22423, + offset: 22425, line: 626, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 22439, + offset: 22441, line: 626, - col: 40, + col: 42, }, }, Name: "x11DisplayOption", @@ -59743,14 +59743,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22406, + offset: 22408, line: 626, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22422, + offset: 22424, line: 626, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -59761,14 +59761,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22413, + offset: 22415, line: 626, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 22422, + offset: 22424, line: 626, - col: 23, + col: 25, }, }, Name: "addOption", @@ -59777,14 +59777,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22406, + offset: 22408, line: 626, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22412, + offset: 22414, line: 626, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -59793,14 +59793,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22406, + offset: 22408, line: 626, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22412, + offset: 22414, line: 626, - col: 13, + col: 15, }, }, Name: "parser", @@ -59816,28 +59816,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22452, + offset: 22454, line: 628, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22529, + offset: 22531, line: 630, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22456, + offset: 22458, line: 628, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22472, + offset: 22474, line: 628, - col: 23, + col: 25, }, }, ExpressionType: "const bool", @@ -59846,14 +59846,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22456, + offset: 22458, line: 628, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22472, + offset: 22474, line: 628, - col: 23, + col: 25, }, }, Name: "hasWaylandOption", @@ -59863,14 +59863,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22474, + offset: 22476, line: 628, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 22529, + offset: 22531, line: 630, - col: 4, + col: 6, }, }, Statements: [ @@ -59878,28 +59878,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22484, + offset: 22486, line: 629, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22523, + offset: 22525, line: 629, - col: 46, + col: 48, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22484, + offset: 22486, line: 629, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22522, + offset: 22524, line: 629, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -59910,14 +59910,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22501, + offset: 22503, line: 629, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 22521, + offset: 22523, line: 629, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -59926,14 +59926,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22501, + offset: 22503, line: 629, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 22521, + offset: 22523, line: 629, - col: 44, + col: 46, }, }, Name: "waylandDisplayOption", @@ -59944,14 +59944,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22484, + offset: 22486, line: 629, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22500, + offset: 22502, line: 629, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -59962,14 +59962,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22491, + offset: 22493, line: 629, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 22500, + offset: 22502, line: 629, - col: 23, + col: 25, }, }, Name: "addOption", @@ -59978,14 +59978,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22484, + offset: 22486, line: 629, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22490, + offset: 22492, line: 629, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -59994,14 +59994,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22484, + offset: 22486, line: 629, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22490, + offset: 22492, line: 629, - col: 13, + col: 15, }, }, Name: "parser", @@ -60017,28 +60017,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22534, + offset: 22536, line: 631, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22663, + offset: 22665, line: 634, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22538, + offset: 22540, line: 631, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22558, + offset: 22560, line: 631, - col: 27, + col: 29, }, }, ExpressionType: "const bool", @@ -60047,14 +60047,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22538, + offset: 22540, line: 631, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22558, + offset: 22560, line: 631, - col: 27, + col: 29, }, }, Name: "hasFramebufferOption", @@ -60064,14 +60064,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22560, + offset: 22562, line: 631, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 22663, + offset: 22665, line: 634, - col: 4, + col: 6, }, }, Statements: [ @@ -60079,28 +60079,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22570, + offset: 22572, line: 632, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22606, + offset: 22608, line: 632, - col: 43, + col: 45, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22570, + offset: 22572, line: 632, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22605, + offset: 22607, line: 632, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -60111,14 +60111,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22587, + offset: 22589, line: 632, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 22604, + offset: 22606, line: 632, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -60127,14 +60127,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22587, + offset: 22589, line: 632, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 22604, + offset: 22606, line: 632, - col: 41, + col: 43, }, }, Name: "framebufferOption", @@ -60145,14 +60145,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22570, + offset: 22572, line: 632, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22586, + offset: 22588, line: 632, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -60163,14 +60163,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22577, + offset: 22579, line: 632, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 22586, + offset: 22588, line: 632, - col: 23, + col: 25, }, }, Name: "addOption", @@ -60179,14 +60179,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22570, + offset: 22572, line: 632, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22576, + offset: 22578, line: 632, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -60195,14 +60195,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22570, + offset: 22572, line: 632, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22576, + offset: 22578, line: 632, - col: 13, + col: 15, }, }, Name: "parser", @@ -60215,28 +60215,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22615, + offset: 22617, line: 633, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22657, + offset: 22659, line: 633, - col: 49, + col: 51, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22615, + offset: 22617, line: 633, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22656, + offset: 22658, line: 633, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -60247,14 +60247,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22632, + offset: 22634, line: 633, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 22655, + offset: 22657, line: 633, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -60263,14 +60263,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22632, + offset: 22634, line: 633, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 22655, + offset: 22657, line: 633, - col: 47, + col: 49, }, }, Name: "framebufferDeviceOption", @@ -60281,14 +60281,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22615, + offset: 22617, line: 633, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22631, + offset: 22633, line: 633, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -60299,14 +60299,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22622, + offset: 22624, line: 633, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 22631, + offset: 22633, line: 633, - col: 23, + col: 25, }, }, Name: "addOption", @@ -60315,14 +60315,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22615, + offset: 22617, line: 633, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22621, + offset: 22623, line: 633, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -60331,14 +60331,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22615, + offset: 22617, line: 633, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22621, + offset: 22623, line: 633, - col: 13, + col: 15, }, }, Name: "parser", @@ -60354,28 +60354,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22668, + offset: 22670, line: 635, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22740, + offset: 22742, line: 637, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22672, + offset: 22674, line: 635, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22688, + offset: 22690, line: 635, - col: 23, + col: 25, }, }, ExpressionType: "const bool", @@ -60384,14 +60384,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22672, + offset: 22674, line: 635, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22688, + offset: 22690, line: 635, - col: 23, + col: 25, }, }, Name: "hasVirtualOption", @@ -60401,14 +60401,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22690, + offset: 22692, line: 635, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 22740, + offset: 22742, line: 637, - col: 4, + col: 6, }, }, Statements: [ @@ -60416,28 +60416,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22700, + offset: 22702, line: 636, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22734, + offset: 22736, line: 636, - col: 41, + col: 43, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22700, + offset: 22702, line: 636, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22733, + offset: 22735, line: 636, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -60448,14 +60448,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22717, + offset: 22719, line: 636, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 22732, + offset: 22734, line: 636, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -60464,14 +60464,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22717, + offset: 22719, line: 636, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 22732, + offset: 22734, line: 636, - col: 39, + col: 41, }, }, Name: "virtualFbOption", @@ -60482,14 +60482,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22700, + offset: 22702, line: 636, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22716, + offset: 22718, line: 636, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -60500,14 +60500,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22707, + offset: 22709, line: 636, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 22716, + offset: 22718, line: 636, - col: 23, + col: 25, }, }, Name: "addOption", @@ -60516,14 +60516,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22700, + offset: 22702, line: 636, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22706, + offset: 22708, line: 636, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -60532,14 +60532,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22700, + offset: 22702, line: 636, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22706, + offset: 22708, line: 636, - col: 13, + col: 15, }, }, Name: "parser", @@ -60555,28 +60555,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22745, + offset: 22747, line: 638, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22889, + offset: 22891, line: 642, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22749, + offset: 22751, line: 638, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22762, + offset: 22764, line: 638, - col: 20, + col: 22, }, }, ExpressionType: "const bool", @@ -60585,14 +60585,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22749, + offset: 22751, line: 638, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22762, + offset: 22764, line: 638, - col: 20, + col: 22, }, }, Name: "hasSizeOption", @@ -60602,14 +60602,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22764, + offset: 22766, line: 638, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 22889, + offset: 22891, line: 642, - col: 4, + col: 6, }, }, Statements: [ @@ -60617,28 +60617,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22774, + offset: 22776, line: 639, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22804, + offset: 22806, line: 639, - col: 37, + col: 39, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22774, + offset: 22776, line: 639, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22803, + offset: 22805, line: 639, - col: 36, + col: 38, }, }, ExpressionType: "", @@ -60649,14 +60649,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22791, + offset: 22793, line: 639, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 22802, + offset: 22804, line: 639, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -60665,14 +60665,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22791, + offset: 22793, line: 639, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 22802, + offset: 22804, line: 639, - col: 35, + col: 37, }, }, Name: "widthOption", @@ -60683,14 +60683,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22774, + offset: 22776, line: 639, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22790, + offset: 22792, line: 639, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -60701,14 +60701,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22781, + offset: 22783, line: 639, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 22790, + offset: 22792, line: 639, - col: 23, + col: 25, }, }, Name: "addOption", @@ -60717,14 +60717,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22774, + offset: 22776, line: 639, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22780, + offset: 22782, line: 639, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -60733,14 +60733,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22774, + offset: 22776, line: 639, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22780, + offset: 22782, line: 639, - col: 13, + col: 15, }, }, Name: "parser", @@ -60753,28 +60753,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22813, + offset: 22815, line: 640, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22844, + offset: 22846, line: 640, - col: 38, + col: 40, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22813, + offset: 22815, line: 640, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22843, + offset: 22845, line: 640, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -60785,14 +60785,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22830, + offset: 22832, line: 640, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 22842, + offset: 22844, line: 640, - col: 36, + col: 38, }, }, ExpressionType: "", @@ -60801,14 +60801,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22830, + offset: 22832, line: 640, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 22842, + offset: 22844, line: 640, - col: 36, + col: 38, }, }, Name: "heightOption", @@ -60819,14 +60819,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22813, + offset: 22815, line: 640, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22829, + offset: 22831, line: 640, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -60837,14 +60837,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22820, + offset: 22822, line: 640, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 22829, + offset: 22831, line: 640, - col: 23, + col: 25, }, }, Name: "addOption", @@ -60853,14 +60853,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22813, + offset: 22815, line: 640, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22819, + offset: 22821, line: 640, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -60869,14 +60869,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22813, + offset: 22815, line: 640, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22819, + offset: 22821, line: 640, - col: 13, + col: 15, }, }, Name: "parser", @@ -60889,28 +60889,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22853, + offset: 22855, line: 641, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22883, + offset: 22885, line: 641, - col: 37, + col: 39, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22853, + offset: 22855, line: 641, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22882, + offset: 22884, line: 641, - col: 36, + col: 38, }, }, ExpressionType: "", @@ -60921,14 +60921,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22870, + offset: 22872, line: 641, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 22881, + offset: 22883, line: 641, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -60937,14 +60937,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22870, + offset: 22872, line: 641, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 22881, + offset: 22883, line: 641, - col: 35, + col: 37, }, }, Name: "scaleOption", @@ -60955,14 +60955,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22853, + offset: 22855, line: 641, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22869, + offset: 22871, line: 641, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -60973,14 +60973,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22860, + offset: 22862, line: 641, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 22869, + offset: 22871, line: 641, - col: 23, + col: 25, }, }, Name: "addOption", @@ -60989,14 +60989,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22853, + offset: 22855, line: 641, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22859, + offset: 22861, line: 641, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -61005,14 +61005,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22853, + offset: 22855, line: 641, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22859, + offset: 22861, line: 641, - col: 13, + col: 15, }, }, Name: "parser", @@ -61028,28 +61028,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22894, + offset: 22896, line: 643, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22972, + offset: 22974, line: 645, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22898, + offset: 22900, line: 643, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22918, + offset: 22920, line: 643, - col: 27, + col: 29, }, }, ExpressionType: "const bool", @@ -61058,14 +61058,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22898, + offset: 22900, line: 643, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22918, + offset: 22920, line: 643, - col: 27, + col: 29, }, }, Name: "hasOutputCountOption", @@ -61075,14 +61075,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22920, + offset: 22922, line: 643, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 22972, + offset: 22974, line: 645, - col: 4, + col: 6, }, }, Statements: [ @@ -61090,28 +61090,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22930, + offset: 22932, line: 644, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22966, + offset: 22968, line: 644, - col: 43, + col: 45, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22930, + offset: 22932, line: 644, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22965, + offset: 22967, line: 644, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -61122,14 +61122,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22947, + offset: 22949, line: 644, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 22964, + offset: 22966, line: 644, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -61138,14 +61138,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22947, + offset: 22949, line: 644, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 22964, + offset: 22966, line: 644, - col: 41, + col: 43, }, }, Name: "outputCountOption", @@ -61156,14 +61156,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22930, + offset: 22932, line: 644, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22946, + offset: 22948, line: 644, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -61174,14 +61174,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22937, + offset: 22939, line: 644, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 22946, + offset: 22948, line: 644, - col: 23, + col: 25, }, }, Name: "addOption", @@ -61190,14 +61190,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22930, + offset: 22932, line: 644, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22936, + offset: 22938, line: 644, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -61206,14 +61206,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22930, + offset: 22932, line: 644, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22936, + offset: 22938, line: 644, - col: 13, + col: 15, }, }, Name: "parser", @@ -61229,42 +61229,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23189, + offset: 23191, line: 652, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 23388, + offset: 23390, line: 653, - col: 136, + col: 138, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23189, + offset: 23191, line: 652, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 23388, + offset: 23390, line: 653, - col: 136, + col: 138, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23189, + offset: 23191, line: 652, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 23207, + offset: 23209, line: 652, - col: 21, + col: 23, }, }, IsConst: false, @@ -61280,14 +61280,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23189, + offset: 23191, line: 652, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 23207, + offset: 23209, line: 652, - col: 21, + col: 23, }, }, Name: "QCommandLineOption", @@ -61299,14 +61299,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23208, + offset: 23210, line: 652, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 23387, + offset: 23389, line: 653, - col: 135, + col: 137, }, }, DeclaresParameterPack: false, @@ -61314,14 +61314,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23222, + offset: 23224, line: 652, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 23387, + offset: 23389, line: 653, - col: 135, + col: 137, }, }, 'Prop_Arguments': [ @@ -61329,14 +61329,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23223, + offset: 23225, line: 652, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 23249, + offset: 23251, line: 652, - col: 63, + col: 65, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -61347,14 +61347,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23238, + offset: 23240, line: 652, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 23248, + offset: 23250, line: 652, - col: 62, + col: 64, }, }, Format: "", @@ -61365,14 +61365,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23223, + offset: 23225, line: 652, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 23237, + offset: 23239, line: 652, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -61381,14 +61381,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23223, + offset: 23225, line: 652, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 23237, + offset: 23239, line: 652, - col: 51, + col: 53, }, }, Name: "QStringLiteral", @@ -61399,14 +61399,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23289, + offset: 23291, line: 653, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 23386, + offset: 23388, line: 653, - col: 134, + col: 136, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -61417,14 +61417,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23294, + offset: 23296, line: 653, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 23385, + offset: 23387, line: 653, - col: 133, + col: 135, }, }, Format: "", @@ -61435,14 +61435,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23289, + offset: 23291, line: 653, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 23293, + offset: 23295, line: 653, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -61451,14 +61451,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23289, + offset: 23291, line: 653, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 23293, + offset: 23295, line: 653, - col: 41, + col: 43, }, }, Name: "i18n", @@ -61477,14 +61477,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23223, + offset: 23225, line: 652, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 23249, + offset: 23251, line: 652, - col: 63, + col: 65, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -61495,14 +61495,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23238, + offset: 23240, line: 652, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 23248, + offset: 23250, line: 652, - col: 62, + col: 64, }, }, Format: "", @@ -61513,14 +61513,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23223, + offset: 23225, line: 652, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 23237, + offset: 23239, line: 652, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -61529,14 +61529,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23223, + offset: 23225, line: 652, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 23237, + offset: 23239, line: 652, - col: 51, + col: 53, }, }, Name: "QStringLiteral", @@ -61547,14 +61547,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23289, + offset: 23291, line: 653, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 23386, + offset: 23388, line: 653, - col: 134, + col: 136, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -61565,14 +61565,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23294, + offset: 23296, line: 653, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 23385, + offset: 23387, line: 653, - col: 133, + col: 135, }, }, Format: "", @@ -61583,14 +61583,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23289, + offset: 23291, line: 653, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 23293, + offset: 23295, line: 653, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -61599,14 +61599,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23289, + offset: 23291, line: 653, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 23293, + offset: 23295, line: 653, - col: 41, + col: 43, }, }, Name: "i18n", @@ -61619,14 +61619,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23208, + offset: 23210, line: 652, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 23222, + offset: 23224, line: 652, - col: 36, + col: 38, }, }, Name: "libinputOption", @@ -61640,28 +61640,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23393, + offset: 23395, line: 654, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 23426, + offset: 23428, line: 654, - col: 36, + col: 38, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23393, + offset: 23395, line: 654, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 23425, + offset: 23427, line: 654, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -61672,14 +61672,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23410, + offset: 23412, line: 654, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 23424, + offset: 23426, line: 654, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -61688,14 +61688,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23410, + offset: 23412, line: 654, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 23424, + offset: 23426, line: 654, - col: 34, + col: 36, }, }, Name: "libinputOption", @@ -61706,14 +61706,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23393, + offset: 23395, line: 654, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 23409, + offset: 23411, line: 654, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -61724,14 +61724,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23400, + offset: 23402, line: 654, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 23409, + offset: 23411, line: 654, - col: 19, + col: 21, }, }, Name: "addOption", @@ -61740,14 +61740,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23393, + offset: 23395, line: 654, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 23399, + offset: 23401, line: 654, - col: 9, + col: 11, }, }, ExpressionType: "", @@ -61756,14 +61756,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23393, + offset: 23395, line: 654, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 23399, + offset: 23401, line: 654, - col: 9, + col: 11, }, }, Name: "parser", @@ -61776,42 +61776,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23610, + offset: 23612, line: 662, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 23836, + offset: 23838, line: 664, - col: 76, + col: 78, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23610, + offset: 23612, line: 662, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 23836, + offset: 23838, line: 664, - col: 76, + col: 78, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23610, + offset: 23612, line: 662, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 23628, + offset: 23630, line: 662, - col: 21, + col: 23, }, }, IsConst: false, @@ -61827,14 +61827,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23610, + offset: 23612, line: 662, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 23628, + offset: 23630, line: 662, - col: 21, + col: 23, }, }, Name: "QCommandLineOption", @@ -61846,14 +61846,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23629, + offset: 23631, line: 662, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 23835, + offset: 23837, line: 664, - col: 75, + col: 77, }, }, DeclaresParameterPack: false, @@ -61861,14 +61861,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23646, + offset: 23648, line: 662, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 23835, + offset: 23837, line: 664, - col: 75, + col: 77, }, }, 'Prop_Arguments': [ @@ -61876,14 +61876,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23647, + offset: 23649, line: 662, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 23676, + offset: 23678, line: 662, - col: 69, + col: 71, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -61894,14 +61894,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23662, + offset: 23664, line: 662, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 23675, + offset: 23677, line: 662, - col: 68, + col: 70, }, }, Format: "", @@ -61912,14 +61912,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23647, + offset: 23649, line: 662, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 23661, + offset: 23663, line: 662, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -61928,14 +61928,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23647, + offset: 23649, line: 662, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 23661, + offset: 23663, line: 662, - col: 54, + col: 56, }, }, Name: "QStringLiteral", @@ -61946,14 +61946,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23719, + offset: 23721, line: 663, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 23757, + offset: 23759, line: 663, - col: 78, + col: 80, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -61964,14 +61964,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23724, + offset: 23726, line: 663, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 23756, + offset: 23758, line: 663, - col: 77, + col: 79, }, }, Format: "", @@ -61982,14 +61982,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23719, + offset: 23721, line: 663, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 23723, + offset: 23725, line: 663, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -61998,14 +61998,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23719, + offset: 23721, line: 663, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 23723, + offset: 23725, line: 663, - col: 44, + col: 46, }, }, Name: "i18n", @@ -62016,14 +62016,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23800, + offset: 23802, line: 664, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 23834, + offset: 23836, line: 664, - col: 74, + col: 76, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -62034,14 +62034,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23815, + offset: 23817, line: 664, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 23833, + offset: 23835, line: 664, - col: 73, + col: 75, }, }, Format: "", @@ -62052,14 +62052,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23800, + offset: 23802, line: 664, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 23814, + offset: 23816, line: 664, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -62068,14 +62068,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23800, + offset: 23802, line: 664, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 23814, + offset: 23816, line: 664, - col: 54, + col: 56, }, }, Name: "QStringLiteral", @@ -62094,14 +62094,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23647, + offset: 23649, line: 662, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 23676, + offset: 23678, line: 662, - col: 69, + col: 71, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -62112,14 +62112,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23662, + offset: 23664, line: 662, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 23675, + offset: 23677, line: 662, - col: 68, + col: 70, }, }, Format: "", @@ -62130,14 +62130,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23647, + offset: 23649, line: 662, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 23661, + offset: 23663, line: 662, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -62146,14 +62146,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23647, + offset: 23649, line: 662, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 23661, + offset: 23663, line: 662, - col: 54, + col: 56, }, }, Name: "QStringLiteral", @@ -62164,14 +62164,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23719, + offset: 23721, line: 663, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 23757, + offset: 23759, line: 663, - col: 78, + col: 80, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -62182,14 +62182,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23724, + offset: 23726, line: 663, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 23756, + offset: 23758, line: 663, - col: 77, + col: 79, }, }, Format: "", @@ -62200,14 +62200,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23719, + offset: 23721, line: 663, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 23723, + offset: 23725, line: 663, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -62216,14 +62216,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23719, + offset: 23721, line: 663, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 23723, + offset: 23725, line: 663, - col: 44, + col: 46, }, }, Name: "i18n", @@ -62234,14 +62234,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23800, + offset: 23802, line: 664, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 23834, + offset: 23836, line: 664, - col: 74, + col: 76, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -62252,14 +62252,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23815, + offset: 23817, line: 664, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 23833, + offset: 23835, line: 664, - col: 73, + col: 75, }, }, Format: "", @@ -62270,14 +62270,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23800, + offset: 23802, line: 664, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 23814, + offset: 23816, line: 664, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -62286,14 +62286,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23800, + offset: 23802, line: 664, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 23814, + offset: 23816, line: 664, - col: 54, + col: 56, }, }, Name: "QStringLiteral", @@ -62306,14 +62306,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23629, + offset: 23631, line: 662, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 23646, + offset: 23648, line: 662, - col: 39, + col: 41, }, }, Name: "inputMethodOption", @@ -62327,28 +62327,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23841, + offset: 23843, line: 665, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 23877, + offset: 23879, line: 665, - col: 39, + col: 41, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23841, + offset: 23843, line: 665, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 23876, + offset: 23878, line: 665, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -62359,14 +62359,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23858, + offset: 23860, line: 665, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 23875, + offset: 23877, line: 665, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -62375,14 +62375,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23858, + offset: 23860, line: 665, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 23875, + offset: 23877, line: 665, - col: 37, + col: 39, }, }, Name: "inputMethodOption", @@ -62393,14 +62393,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23841, + offset: 23843, line: 665, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 23857, + offset: 23859, line: 665, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -62411,14 +62411,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23848, + offset: 23850, line: 665, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 23857, + offset: 23859, line: 665, - col: 19, + col: 21, }, }, Name: "addOption", @@ -62427,14 +62427,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23841, + offset: 23843, line: 665, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 23847, + offset: 23849, line: 665, - col: 9, + col: 11, }, }, ExpressionType: "", @@ -62443,14 +62443,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23841, + offset: 23843, line: 665, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 23847, + offset: 23849, line: 665, - col: 9, + col: 11, }, }, Name: "parser", @@ -62463,42 +62463,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23883, + offset: 23885, line: 667, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24044, + offset: 24046, line: 668, - col: 89, + col: 91, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23883, + offset: 23885, line: 667, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24044, + offset: 24046, line: 668, - col: 89, + col: 91, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23883, + offset: 23885, line: 667, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 23901, + offset: 23903, line: 667, - col: 21, + col: 23, }, }, IsConst: false, @@ -62514,14 +62514,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23883, + offset: 23885, line: 667, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 23901, + offset: 23903, line: 667, - col: 21, + col: 23, }, }, Name: "QCommandLineOption", @@ -62533,14 +62533,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23902, + offset: 23904, line: 667, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 24043, + offset: 24045, line: 668, - col: 88, + col: 90, }, }, DeclaresParameterPack: false, @@ -62548,14 +62548,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23920, + offset: 23922, line: 667, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 24043, + offset: 24045, line: 668, - col: 88, + col: 90, }, }, 'Prop_Arguments': [ @@ -62563,14 +62563,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23921, + offset: 23923, line: 667, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 23952, + offset: 23954, line: 667, - col: 72, + col: 74, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -62581,14 +62581,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23936, + offset: 23938, line: 667, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 23951, + offset: 23953, line: 667, - col: 71, + col: 73, }, }, Format: "", @@ -62599,14 +62599,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23921, + offset: 23923, line: 667, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 23935, + offset: 23937, line: 667, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -62615,14 +62615,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23921, + offset: 23923, line: 667, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 23935, + offset: 23937, line: 667, - col: 55, + col: 57, }, }, Name: "QStringLiteral", @@ -62633,14 +62633,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23997, + offset: 23999, line: 668, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 24042, + offset: 24044, line: 668, - col: 87, + col: 89, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -62651,14 +62651,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24002, + offset: 24004, line: 668, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 24041, + offset: 24043, line: 668, - col: 86, + col: 88, }, }, Format: "", @@ -62669,14 +62669,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23997, + offset: 23999, line: 668, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 24001, + offset: 24003, line: 668, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -62685,14 +62685,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23997, + offset: 23999, line: 668, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 24001, + offset: 24003, line: 668, - col: 46, + col: 48, }, }, Name: "i18n", @@ -62711,14 +62711,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23921, + offset: 23923, line: 667, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 23952, + offset: 23954, line: 667, - col: 72, + col: 74, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -62729,14 +62729,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23936, + offset: 23938, line: 667, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 23951, + offset: 23953, line: 667, - col: 71, + col: 73, }, }, Format: "", @@ -62747,14 +62747,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23921, + offset: 23923, line: 667, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 23935, + offset: 23937, line: 667, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -62763,14 +62763,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23921, + offset: 23923, line: 667, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 23935, + offset: 23937, line: 667, - col: 55, + col: 57, }, }, Name: "QStringLiteral", @@ -62781,14 +62781,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23997, + offset: 23999, line: 668, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 24042, + offset: 24044, line: 668, - col: 87, + col: 89, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -62799,14 +62799,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24002, + offset: 24004, line: 668, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 24041, + offset: 24043, line: 668, - col: 86, + col: 88, }, }, Format: "", @@ -62817,14 +62817,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23997, + offset: 23999, line: 668, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 24001, + offset: 24003, line: 668, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -62833,14 +62833,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23997, + offset: 23999, line: 668, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 24001, + offset: 24003, line: 668, - col: 46, + col: 48, }, }, Name: "i18n", @@ -62853,14 +62853,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23902, + offset: 23904, line: 667, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 23920, + offset: 23922, line: 667, - col: 40, + col: 42, }, }, Name: "listBackendsOption", @@ -62874,28 +62874,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24049, + offset: 24051, line: 669, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24086, + offset: 24088, line: 669, - col: 40, + col: 42, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24049, + offset: 24051, line: 669, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24085, + offset: 24087, line: 669, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -62906,14 +62906,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24066, + offset: 24068, line: 669, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 24084, + offset: 24086, line: 669, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -62922,14 +62922,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24066, + offset: 24068, line: 669, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 24084, + offset: 24086, line: 669, - col: 38, + col: 40, }, }, Name: "listBackendsOption", @@ -62940,14 +62940,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24049, + offset: 24051, line: 669, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24065, + offset: 24067, line: 669, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -62958,14 +62958,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24056, + offset: 24058, line: 669, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 24065, + offset: 24067, line: 669, - col: 19, + col: 21, }, }, Name: "addOption", @@ -62974,14 +62974,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24049, + offset: 24051, line: 669, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24055, + offset: 24057, line: 669, - col: 9, + col: 11, }, }, ExpressionType: "", @@ -62990,14 +62990,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24049, + offset: 24051, line: 669, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24055, + offset: 24057, line: 669, - col: 9, + col: 11, }, }, Name: "parser", @@ -63010,42 +63010,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24092, + offset: 24094, line: 671, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24246, + offset: 24248, line: 672, - col: 85, + col: 87, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24092, + offset: 24094, line: 671, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24246, + offset: 24248, line: 672, - col: 85, + col: 87, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24092, + offset: 24094, line: 671, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24110, + offset: 24112, line: 671, - col: 21, + col: 23, }, }, IsConst: false, @@ -63061,14 +63061,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24092, + offset: 24094, line: 671, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24110, + offset: 24112, line: 671, - col: 21, + col: 23, }, }, Name: "QCommandLineOption", @@ -63080,14 +63080,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24111, + offset: 24113, line: 671, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 24245, + offset: 24247, line: 672, - col: 84, + col: 86, }, }, DeclaresParameterPack: false, @@ -63095,14 +63095,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24129, + offset: 24131, line: 671, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 24245, + offset: 24247, line: 672, - col: 84, + col: 86, }, }, 'Prop_Arguments': [ @@ -63110,14 +63110,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24130, + offset: 24132, line: 671, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 24158, + offset: 24160, line: 671, - col: 69, + col: 71, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -63128,14 +63128,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24145, + offset: 24147, line: 671, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 24157, + offset: 24159, line: 671, - col: 68, + col: 70, }, }, Format: "", @@ -63146,14 +63146,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24130, + offset: 24132, line: 671, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 24144, + offset: 24146, line: 671, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -63162,14 +63162,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24130, + offset: 24132, line: 671, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 24144, + offset: 24146, line: 671, - col: 55, + col: 57, }, }, Name: "QStringLiteral", @@ -63180,14 +63180,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24202, + offset: 24204, line: 672, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 24244, + offset: 24246, line: 672, - col: 83, + col: 85, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -63198,14 +63198,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24207, + offset: 24209, line: 672, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 24243, + offset: 24245, line: 672, - col: 82, + col: 84, }, }, Format: "", @@ -63216,14 +63216,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24202, + offset: 24204, line: 672, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 24206, + offset: 24208, line: 672, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -63232,14 +63232,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24202, + offset: 24204, line: 672, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 24206, + offset: 24208, line: 672, - col: 45, + col: 47, }, }, Name: "i18n", @@ -63258,14 +63258,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24130, + offset: 24132, line: 671, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 24158, + offset: 24160, line: 671, - col: 69, + col: 71, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -63276,14 +63276,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24145, + offset: 24147, line: 671, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 24157, + offset: 24159, line: 671, - col: 68, + col: 70, }, }, Format: "", @@ -63294,14 +63294,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24130, + offset: 24132, line: 671, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 24144, + offset: 24146, line: 671, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -63310,14 +63310,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24130, + offset: 24132, line: 671, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 24144, + offset: 24146, line: 671, - col: 55, + col: 57, }, }, Name: "QStringLiteral", @@ -63328,14 +63328,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24202, + offset: 24204, line: 672, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 24244, + offset: 24246, line: 672, - col: 83, + col: 85, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -63346,14 +63346,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24207, + offset: 24209, line: 672, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 24243, + offset: 24245, line: 672, - col: 82, + col: 84, }, }, Format: "", @@ -63364,14 +63364,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24202, + offset: 24204, line: 672, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 24206, + offset: 24208, line: 672, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -63380,14 +63380,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24202, + offset: 24204, line: 672, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 24206, + offset: 24208, line: 672, - col: 45, + col: 47, }, }, Name: "i18n", @@ -63400,14 +63400,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24111, + offset: 24113, line: 671, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 24129, + offset: 24131, line: 671, - col: 40, + col: 42, }, }, Name: "screenLockerOption", @@ -63421,28 +63421,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24251, + offset: 24253, line: 673, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24288, + offset: 24290, line: 673, - col: 40, + col: 42, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24251, + offset: 24253, line: 673, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24287, + offset: 24289, line: 673, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -63453,14 +63453,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24268, + offset: 24270, line: 673, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 24286, + offset: 24288, line: 673, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -63469,14 +63469,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24268, + offset: 24270, line: 673, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 24286, + offset: 24288, line: 673, - col: 38, + col: 40, }, }, Name: "screenLockerOption", @@ -63487,14 +63487,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24251, + offset: 24253, line: 673, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24267, + offset: 24269, line: 673, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -63505,14 +63505,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24258, + offset: 24260, line: 673, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 24267, + offset: 24269, line: 673, - col: 19, + col: 21, }, }, Name: "addOption", @@ -63521,14 +63521,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24251, + offset: 24253, line: 673, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24257, + offset: 24259, line: 673, - col: 9, + col: 11, }, }, ExpressionType: "", @@ -63537,14 +63537,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24251, + offset: 24253, line: 673, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24257, + offset: 24259, line: 673, - col: 9, + col: 11, }, }, Name: "parser", @@ -63557,42 +63557,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24294, + offset: 24296, line: 675, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24468, + offset: 24470, line: 676, - col: 100, + col: 102, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24294, + offset: 24296, line: 675, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24468, + offset: 24470, line: 676, - col: 100, + col: 102, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24294, + offset: 24296, line: 675, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24312, + offset: 24314, line: 675, - col: 21, + col: 23, }, }, IsConst: false, @@ -63608,14 +63608,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24294, + offset: 24296, line: 675, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24312, + offset: 24314, line: 675, - col: 21, + col: 23, }, }, Name: "QCommandLineOption", @@ -63627,14 +63627,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24313, + offset: 24315, line: 675, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 24467, + offset: 24469, line: 676, - col: 99, + col: 101, }, }, DeclaresParameterPack: false, @@ -63642,14 +63642,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24333, + offset: 24335, line: 675, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 24467, + offset: 24469, line: 676, - col: 99, + col: 101, }, }, 'Prop_Arguments': [ @@ -63657,14 +63657,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24334, + offset: 24336, line: 675, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 24365, + offset: 24367, line: 675, - col: 74, + col: 76, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -63675,14 +63675,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24349, + offset: 24351, line: 675, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 24364, + offset: 24366, line: 675, - col: 73, + col: 75, }, }, Format: "", @@ -63693,14 +63693,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24334, + offset: 24336, line: 675, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 24348, + offset: 24350, line: 675, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -63709,14 +63709,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24334, + offset: 24336, line: 675, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 24348, + offset: 24350, line: 675, - col: 57, + col: 59, }, }, Name: "QStringLiteral", @@ -63727,14 +63727,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24411, + offset: 24413, line: 676, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 24466, + offset: 24468, line: 676, - col: 98, + col: 100, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -63745,14 +63745,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24416, + offset: 24418, line: 676, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 24465, + offset: 24467, line: 676, - col: 97, + col: 99, }, }, Format: "", @@ -63763,14 +63763,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24411, + offset: 24413, line: 676, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 24415, + offset: 24417, line: 676, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -63779,14 +63779,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24411, + offset: 24413, line: 676, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 24415, + offset: 24417, line: 676, - col: 47, + col: 49, }, }, Name: "i18n", @@ -63805,14 +63805,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24334, + offset: 24336, line: 675, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 24365, + offset: 24367, line: 675, - col: 74, + col: 76, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -63823,14 +63823,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24349, + offset: 24351, line: 675, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 24364, + offset: 24366, line: 675, - col: 73, + col: 75, }, }, Format: "", @@ -63841,14 +63841,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24334, + offset: 24336, line: 675, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 24348, + offset: 24350, line: 675, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -63857,14 +63857,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24334, + offset: 24336, line: 675, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 24348, + offset: 24350, line: 675, - col: 57, + col: 59, }, }, Name: "QStringLiteral", @@ -63875,14 +63875,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24411, + offset: 24413, line: 676, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 24466, + offset: 24468, line: 676, - col: 98, + col: 100, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -63893,14 +63893,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24416, + offset: 24418, line: 676, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 24465, + offset: 24467, line: 676, - col: 97, + col: 99, }, }, Format: "", @@ -63911,14 +63911,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24411, + offset: 24413, line: 676, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 24415, + offset: 24417, line: 676, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -63927,14 +63927,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24411, + offset: 24413, line: 676, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 24415, + offset: 24417, line: 676, - col: 47, + col: 49, }, }, Name: "i18n", @@ -63947,14 +63947,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24313, + offset: 24315, line: 675, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 24333, + offset: 24335, line: 675, - col: 42, + col: 44, }, }, Name: "noScreenLockerOption", @@ -63968,28 +63968,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24473, + offset: 24475, line: 677, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24512, + offset: 24514, line: 677, - col: 42, + col: 44, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24473, + offset: 24475, line: 677, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24511, + offset: 24513, line: 677, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -64000,14 +64000,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24490, + offset: 24492, line: 677, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 24510, + offset: 24512, line: 677, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -64016,14 +64016,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24490, + offset: 24492, line: 677, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 24510, + offset: 24512, line: 677, - col: 40, + col: 42, }, }, Name: "noScreenLockerOption", @@ -64034,14 +64034,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24473, + offset: 24475, line: 677, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24489, + offset: 24491, line: 677, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -64052,14 +64052,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24480, + offset: 24482, line: 677, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 24489, + offset: 24491, line: 677, - col: 19, + col: 21, }, }, Name: "addOption", @@ -64068,14 +64068,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24473, + offset: 24475, line: 677, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24479, + offset: 24481, line: 677, - col: 9, + col: 11, }, }, ExpressionType: "", @@ -64084,14 +64084,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24473, + offset: 24475, line: 677, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24479, + offset: 24481, line: 677, - col: 9, + col: 11, }, }, Name: "parser", @@ -64104,42 +64104,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24518, + offset: 24520, line: 679, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24709, + offset: 24711, line: 680, - col: 108, + col: 110, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24518, + offset: 24520, line: 679, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24709, + offset: 24711, line: 680, - col: 108, + col: 110, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24518, + offset: 24520, line: 679, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24536, + offset: 24538, line: 679, - col: 21, + col: 23, }, }, IsConst: false, @@ -64155,14 +64155,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24518, + offset: 24520, line: 679, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24536, + offset: 24538, line: 679, - col: 21, + col: 23, }, }, Name: "QCommandLineOption", @@ -64174,14 +64174,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24537, + offset: 24539, line: 679, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 24708, + offset: 24710, line: 680, - col: 107, + col: 109, }, }, DeclaresParameterPack: false, @@ -64189,14 +64189,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24560, + offset: 24562, line: 679, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 24708, + offset: 24710, line: 680, - col: 107, + col: 109, }, }, 'Prop_Arguments': [ @@ -64204,14 +64204,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24561, + offset: 24563, line: 679, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 24598, + offset: 24600, line: 679, - col: 83, + col: 85, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -64222,14 +64222,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24576, + offset: 24578, line: 679, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 24597, + offset: 24599, line: 679, - col: 82, + col: 84, }, }, Format: "", @@ -64240,14 +64240,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24561, + offset: 24563, line: 679, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 24575, + offset: 24577, line: 679, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -64256,14 +64256,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24561, + offset: 24563, line: 679, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 24575, + offset: 24577, line: 679, - col: 60, + col: 62, }, }, Name: "QStringLiteral", @@ -64274,14 +64274,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24647, + offset: 24649, line: 680, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 24707, + offset: 24709, line: 680, - col: 106, + col: 108, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -64292,14 +64292,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24652, + offset: 24654, line: 680, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 24706, + offset: 24708, line: 680, - col: 105, + col: 107, }, }, Format: "", @@ -64310,14 +64310,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24647, + offset: 24649, line: 680, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 24651, + offset: 24653, line: 680, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -64326,14 +64326,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24647, + offset: 24649, line: 680, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 24651, + offset: 24653, line: 680, - col: 50, + col: 52, }, }, Name: "i18n", @@ -64352,14 +64352,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24561, + offset: 24563, line: 679, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 24598, + offset: 24600, line: 679, - col: 83, + col: 85, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -64370,14 +64370,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24576, + offset: 24578, line: 679, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 24597, + offset: 24599, line: 679, - col: 82, + col: 84, }, }, Format: "", @@ -64388,14 +64388,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24561, + offset: 24563, line: 679, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 24575, + offset: 24577, line: 679, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -64404,14 +64404,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24561, + offset: 24563, line: 679, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 24575, + offset: 24577, line: 679, - col: 60, + col: 62, }, }, Name: "QStringLiteral", @@ -64422,14 +64422,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24647, + offset: 24649, line: 680, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 24707, + offset: 24709, line: 680, - col: 106, + col: 108, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -64440,14 +64440,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24652, + offset: 24654, line: 680, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 24706, + offset: 24708, line: 680, - col: 105, + col: 107, }, }, Format: "", @@ -64458,14 +64458,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24647, + offset: 24649, line: 680, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 24651, + offset: 24653, line: 680, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -64474,14 +64474,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24647, + offset: 24649, line: 680, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 24651, + offset: 24653, line: 680, - col: 50, + col: 52, }, }, Name: "i18n", @@ -64494,14 +64494,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24537, + offset: 24539, line: 679, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 24560, + offset: 24562, line: 679, - col: 45, + col: 47, }, }, Name: "noGlobalShortcutsOption", @@ -64515,28 +64515,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24714, + offset: 24716, line: 681, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24753, + offset: 24755, line: 681, - col: 42, + col: 44, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24714, + offset: 24716, line: 681, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24752, + offset: 24754, line: 681, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -64547,14 +64547,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24731, + offset: 24733, line: 681, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 24751, + offset: 24753, line: 681, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -64563,14 +64563,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24731, + offset: 24733, line: 681, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 24751, + offset: 24753, line: 681, - col: 40, + col: 42, }, }, Name: "noScreenLockerOption", @@ -64581,14 +64581,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24714, + offset: 24716, line: 681, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24730, + offset: 24732, line: 681, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -64599,14 +64599,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24721, + offset: 24723, line: 681, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 24730, + offset: 24732, line: 681, - col: 19, + col: 21, }, }, Name: "addOption", @@ -64615,14 +64615,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24714, + offset: 24716, line: 681, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24720, + offset: 24722, line: 681, - col: 9, + col: 11, }, }, ExpressionType: "", @@ -64631,14 +64631,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24714, + offset: 24716, line: 681, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24720, + offset: 24722, line: 681, - col: 9, + col: 11, }, }, Name: "parser", @@ -64651,42 +64651,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24759, + offset: 24761, line: 683, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25042, + offset: 25044, line: 685, - col: 80, + col: 82, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24759, + offset: 24761, line: 683, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25042, + offset: 25044, line: 685, - col: 80, + col: 82, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24759, + offset: 24761, line: 683, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24777, + offset: 24779, line: 683, - col: 21, + col: 23, }, }, IsConst: false, @@ -64702,14 +64702,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24759, + offset: 24761, line: 683, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24777, + offset: 24779, line: 683, - col: 21, + col: 23, }, }, Name: "QCommandLineOption", @@ -64721,14 +64721,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24778, + offset: 24780, line: 683, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 25041, + offset: 25043, line: 685, - col: 79, + col: 81, }, }, DeclaresParameterPack: false, @@ -64736,14 +64736,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24799, + offset: 24801, line: 683, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 25041, + offset: 25043, line: 685, - col: 79, + col: 81, }, }, 'Prop_Arguments': [ @@ -64751,14 +64751,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24800, + offset: 24802, line: 683, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 24835, + offset: 24837, line: 683, - col: 79, + col: 81, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -64769,14 +64769,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24815, + offset: 24817, line: 683, - col: 59, + col: 61, }, end: { '@type': "uast:Position", - offset: 24834, + offset: 24836, line: 683, - col: 78, + col: 80, }, }, Format: "", @@ -64787,14 +64787,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24800, + offset: 24802, line: 683, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 24814, + offset: 24816, line: 683, - col: 58, + col: 60, }, }, ExpressionType: "", @@ -64803,14 +64803,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24800, + offset: 24802, line: 683, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 24814, + offset: 24816, line: 683, - col: 58, + col: 60, }, }, Name: "QStringLiteral", @@ -64821,14 +64821,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24882, + offset: 24884, line: 684, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 24959, + offset: 24961, line: 684, - col: 121, + col: 123, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -64839,14 +64839,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24887, + offset: 24889, line: 684, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 24958, + offset: 24960, line: 684, - col: 120, + col: 122, }, }, Format: "", @@ -64857,14 +64857,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24882, + offset: 24884, line: 684, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 24886, + offset: 24888, line: 684, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -64873,14 +64873,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24882, + offset: 24884, line: 684, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 24886, + offset: 24888, line: 684, - col: 48, + col: 50, }, }, Name: "i18n", @@ -64891,14 +64891,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25006, + offset: 25008, line: 685, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 25040, + offset: 25042, line: 685, - col: 78, + col: 80, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -64909,14 +64909,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25021, + offset: 25023, line: 685, - col: 59, + col: 61, }, end: { '@type': "uast:Position", - offset: 25039, + offset: 25041, line: 685, - col: 77, + col: 79, }, }, Format: "", @@ -64927,14 +64927,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25006, + offset: 25008, line: 685, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 25020, + offset: 25022, line: 685, - col: 58, + col: 60, }, }, ExpressionType: "", @@ -64943,14 +64943,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25006, + offset: 25008, line: 685, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 25020, + offset: 25022, line: 685, - col: 58, + col: 60, }, }, Name: "QStringLiteral", @@ -64969,14 +64969,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24800, + offset: 24802, line: 683, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 24835, + offset: 24837, line: 683, - col: 79, + col: 81, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -64987,14 +64987,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24815, + offset: 24817, line: 683, - col: 59, + col: 61, }, end: { '@type': "uast:Position", - offset: 24834, + offset: 24836, line: 683, - col: 78, + col: 80, }, }, Format: "", @@ -65005,14 +65005,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24800, + offset: 24802, line: 683, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 24814, + offset: 24816, line: 683, - col: 58, + col: 60, }, }, ExpressionType: "", @@ -65021,14 +65021,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24800, + offset: 24802, line: 683, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 24814, + offset: 24816, line: 683, - col: 58, + col: 60, }, }, Name: "QStringLiteral", @@ -65039,14 +65039,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24882, + offset: 24884, line: 684, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 24959, + offset: 24961, line: 684, - col: 121, + col: 123, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -65057,14 +65057,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24887, + offset: 24889, line: 684, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 24958, + offset: 24960, line: 684, - col: 120, + col: 122, }, }, Format: "", @@ -65075,14 +65075,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24882, + offset: 24884, line: 684, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 24886, + offset: 24888, line: 684, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -65091,14 +65091,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24882, + offset: 24884, line: 684, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 24886, + offset: 24888, line: 684, - col: 48, + col: 50, }, }, Name: "i18n", @@ -65109,14 +65109,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25006, + offset: 25008, line: 685, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 25040, + offset: 25042, line: 685, - col: 78, + col: 80, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -65127,14 +65127,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25021, + offset: 25023, line: 685, - col: 59, + col: 61, }, end: { '@type': "uast:Position", - offset: 25039, + offset: 25041, line: 685, - col: 77, + col: 79, }, }, Format: "", @@ -65145,14 +65145,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25006, + offset: 25008, line: 685, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 25020, + offset: 25022, line: 685, - col: 58, + col: 60, }, }, ExpressionType: "", @@ -65161,14 +65161,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25006, + offset: 25008, line: 685, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 25020, + offset: 25022, line: 685, - col: 58, + col: 60, }, }, Name: "QStringLiteral", @@ -65181,14 +65181,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24778, + offset: 24780, line: 683, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 24799, + offset: 24801, line: 683, - col: 43, + col: 45, }, }, Name: "exitWithSessionOption", @@ -65202,28 +65202,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25047, + offset: 25049, line: 686, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25087, + offset: 25089, line: 686, - col: 43, + col: 45, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25047, + offset: 25049, line: 686, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25086, + offset: 25088, line: 686, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -65234,14 +65234,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25064, + offset: 25066, line: 686, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 25085, + offset: 25087, line: 686, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -65250,14 +65250,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25064, + offset: 25066, line: 686, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 25085, + offset: 25087, line: 686, - col: 41, + col: 43, }, }, Name: "exitWithSessionOption", @@ -65268,14 +65268,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25047, + offset: 25049, line: 686, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25063, + offset: 25065, line: 686, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -65286,14 +65286,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25054, + offset: 25056, line: 686, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 25063, + offset: 25065, line: 686, - col: 19, + col: 21, }, }, Name: "addOption", @@ -65302,14 +65302,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25047, + offset: 25049, line: 686, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25053, + offset: 25055, line: 686, - col: 9, + col: 11, }, }, ExpressionType: "", @@ -65318,14 +65318,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25047, + offset: 25049, line: 686, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25053, + offset: 25055, line: 686, - col: 9, + col: 11, }, }, Name: "parser", @@ -65338,28 +65338,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25093, + offset: 25095, line: 688, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25341, + offset: 25343, line: 690, - col: 77, + col: 79, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25093, + offset: 25095, line: 688, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25340, + offset: 25342, line: 690, - col: 76, + col: 78, }, }, ExpressionType: "", @@ -65370,14 +65370,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25122, + offset: 25124, line: 688, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 25152, + offset: 25154, line: 688, - col: 62, + col: 64, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -65388,14 +65388,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25137, + offset: 25139, line: 688, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 25151, + offset: 25153, line: 688, - col: 61, + col: 63, }, }, Format: "", @@ -65406,14 +65406,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25122, + offset: 25124, line: 688, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 25136, + offset: 25138, line: 688, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -65422,14 +65422,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25122, + offset: 25124, line: 688, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 25136, + offset: 25138, line: 688, - col: 46, + col: 48, }, }, Name: "QStringLiteral", @@ -65440,14 +65440,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25187, + offset: 25189, line: 689, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 25261, + offset: 25263, line: 689, - col: 106, + col: 108, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -65458,14 +65458,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25192, + offset: 25194, line: 689, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 25260, + offset: 25262, line: 689, - col: 105, + col: 107, }, }, Format: "", @@ -65476,14 +65476,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25187, + offset: 25189, line: 689, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 25191, + offset: 25193, line: 689, - col: 36, + col: 38, }, }, ExpressionType: "", @@ -65492,14 +65492,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25187, + offset: 25189, line: 689, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 25191, + offset: 25193, line: 689, - col: 36, + col: 38, }, }, Name: "i18n", @@ -65510,14 +65510,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25296, + offset: 25298, line: 690, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 25339, + offset: 25341, line: 690, - col: 75, + col: 77, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -65528,14 +65528,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25311, + offset: 25313, line: 690, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 25338, + offset: 25340, line: 690, - col: 74, + col: 76, }, }, Format: "", @@ -65546,14 +65546,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25296, + offset: 25298, line: 690, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 25310, + offset: 25312, line: 690, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -65562,14 +65562,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25296, + offset: 25298, line: 690, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 25310, + offset: 25312, line: 690, - col: 46, + col: 48, }, }, Name: "QStringLiteral", @@ -65581,14 +65581,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25093, + offset: 25095, line: 688, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25121, + offset: 25123, line: 688, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -65599,14 +65599,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25100, + offset: 25102, line: 688, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 25121, + offset: 25123, line: 688, - col: 31, + col: 33, }, }, Name: "addPositionalArgument", @@ -65615,14 +65615,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25093, + offset: 25095, line: 688, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25099, + offset: 25101, line: 688, - col: 9, + col: 11, }, }, ExpressionType: "", @@ -65631,14 +65631,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25093, + offset: 25095, line: 688, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25099, + offset: 25101, line: 688, - col: 9, + col: 11, }, }, Name: "parser", @@ -65651,28 +65651,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25347, + offset: 25349, line: 692, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25365, + offset: 25367, line: 692, - col: 21, + col: 23, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25347, + offset: 25349, line: 692, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25364, + offset: 25366, line: 692, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -65683,14 +65683,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25362, + offset: 25364, line: 692, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 25363, + offset: 25365, line: 692, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -65699,14 +65699,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25362, + offset: 25364, line: 692, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 25363, + offset: 25365, line: 692, - col: 19, + col: 21, }, }, Name: "a", @@ -65717,14 +65717,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25347, + offset: 25349, line: 692, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25361, + offset: 25363, line: 692, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -65735,14 +65735,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25354, + offset: 25356, line: 692, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 25361, + offset: 25363, line: 692, - col: 17, + col: 19, }, }, Name: "process", @@ -65751,14 +65751,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25347, + offset: 25349, line: 692, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25353, + offset: 25355, line: 692, - col: 9, + col: 11, }, }, ExpressionType: "", @@ -65767,14 +65767,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25347, + offset: 25349, line: 692, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25353, + offset: 25355, line: 692, - col: 9, + col: 11, }, }, Name: "parser", @@ -65787,28 +65787,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25370, + offset: 25372, line: 693, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25400, + offset: 25402, line: 693, - col: 33, + col: 35, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25370, + offset: 25372, line: 693, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25399, + offset: 25401, line: 693, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -65819,14 +65819,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25391, + offset: 25393, line: 693, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 25398, + offset: 25400, line: 693, - col: 31, + col: 33, }, }, ExpressionType: "? *", @@ -65836,14 +65836,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25392, + offset: 25394, line: 693, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 25398, + offset: 25400, line: 693, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -65852,14 +65852,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25392, + offset: 25394, line: 693, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 25398, + offset: 25400, line: 693, - col: 31, + col: 33, }, }, Name: "parser", @@ -65872,14 +65872,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25370, + offset: 25372, line: 693, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25390, + offset: 25392, line: 693, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -65890,14 +65890,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25372, + offset: 25374, line: 693, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 25390, + offset: 25392, line: 693, - col: 23, + col: 25, }, }, Name: "processCommandLine", @@ -65906,14 +65906,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25370, + offset: 25372, line: 693, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25371, + offset: 25373, line: 693, - col: 4, + col: 6, }, }, ExpressionType: "", @@ -65922,14 +65922,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25370, + offset: 25372, line: 693, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25371, + offset: 25373, line: 693, - col: 4, + col: 6, }, }, Name: "a", @@ -65942,28 +65942,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25475, + offset: 25477, line: 699, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25732, + offset: 25734, line: 704, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25479, + offset: 25481, line: 699, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 25511, + offset: 25513, line: 699, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -65974,14 +65974,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25492, + offset: 25494, line: 699, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 25510, + offset: 25512, line: 699, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -65990,14 +65990,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25492, + offset: 25494, line: 699, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 25510, + offset: 25512, line: 699, - col: 38, + col: 40, }, }, Name: "listBackendsOption", @@ -66008,14 +66008,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25479, + offset: 25481, line: 699, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 25491, + offset: 25493, line: 699, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -66026,14 +66026,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25486, + offset: 25488, line: 699, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 25491, + offset: 25493, line: 699, - col: 19, + col: 21, }, }, Name: "isSet", @@ -66042,14 +66042,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25479, + offset: 25481, line: 699, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 25485, + offset: 25487, line: 699, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -66058,14 +66058,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25479, + offset: 25481, line: 699, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 25485, + offset: 25487, line: 699, - col: 13, + col: 15, }, }, Name: "parser", @@ -66077,14 +66077,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25513, + offset: 25515, line: 699, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 25732, + offset: 25734, line: 704, - col: 4, + col: 6, }, }, Statements: [ @@ -66092,28 +66092,28 @@ '@role': [For, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25523, + offset: 25525, line: 700, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 25708, + offset: 25710, line: 702, - col: 8, + col: 10, }, }, 'Prop_Body': { '@type': "uast:Block", '@role': [For], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25566, + offset: 25568, line: 700, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 25708, + offset: 25710, line: 702, - col: 8, + col: 10, }, }, Statements: [ @@ -66121,14 +66121,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25580, + offset: 25582, line: 701, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 25698, + offset: 25700, line: 701, - col: 129, + col: 131, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -66136,14 +66136,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25580, + offset: 25582, line: 701, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 25697, + offset: 25699, line: 701, - col: 128, + col: 130, }, }, ExpressionType: "", @@ -66153,14 +66153,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25688, + offset: 25690, line: 701, - col: 119, + col: 121, }, end: { '@type': "uast:Position", - offset: 25697, + offset: 25699, line: 701, - col: 128, + col: 130, }, }, ExpressionType: "", @@ -66169,14 +66169,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25688, + offset: 25690, line: 701, - col: 119, + col: 121, }, end: { '@type': "uast:Position", - offset: 25697, + offset: 25699, line: 701, - col: 128, + col: 130, }, }, Names: [ @@ -66194,14 +66194,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25580, + offset: 25582, line: 701, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 25684, + offset: 25686, line: 701, - col: 115, + col: 117, }, }, ExpressionType: "", @@ -66211,14 +66211,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25652, + offset: 25654, line: 701, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 25684, + offset: 25686, line: 701, - col: 115, + col: 117, }, }, ExpressionType: "Attempt to use symbol failed: qPrintable", @@ -66229,14 +66229,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25663, + offset: 25665, line: 701, - col: 94, + col: 96, }, end: { '@type': "uast:Position", - offset: 25683, + offset: 25685, line: 701, - col: 114, + col: 116, }, }, ExpressionType: "", @@ -66246,14 +66246,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25663, + offset: 25665, line: 701, - col: 94, + col: 96, }, end: { '@type': "uast:Position", - offset: 25681, + offset: 25683, line: 701, - col: 112, + col: 114, }, }, ExpressionType: "", @@ -66264,14 +66264,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25670, + offset: 25672, line: 701, - col: 101, + col: 103, }, end: { '@type': "uast:Position", - offset: 25681, + offset: 25683, line: 701, - col: 112, + col: 114, }, }, Name: "description", @@ -66280,14 +66280,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25663, + offset: 25665, line: 701, - col: 94, + col: 96, }, end: { '@type': "uast:Position", - offset: 25669, + offset: 25671, line: 701, - col: 100, + col: 102, }, }, ExpressionType: "", @@ -66296,14 +66296,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25663, + offset: 25665, line: 701, - col: 94, + col: 96, }, end: { '@type': "uast:Position", - offset: 25669, + offset: 25671, line: 701, - col: 100, + col: 102, }, }, Name: "plugin", @@ -66316,14 +66316,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25652, + offset: 25654, line: 701, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 25662, + offset: 25664, line: 701, - col: 93, + col: 95, }, }, ExpressionType: "", @@ -66332,14 +66332,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25652, + offset: 25654, line: 701, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 25662, + offset: 25664, line: 701, - col: 93, + col: 95, }, }, Name: "qPrintable", @@ -66351,14 +66351,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25580, + offset: 25582, line: 701, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 25648, + offset: 25650, line: 701, - col: 79, + col: 81, }, }, ExpressionType: "", @@ -66368,14 +66368,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25623, + offset: 25625, line: 701, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 25648, + offset: 25650, line: 701, - col: 79, + col: 81, }, }, ExpressionType: "Attempt to use symbol failed: qPrintable", @@ -66386,14 +66386,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25634, + offset: 25636, line: 701, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 25647, + offset: 25649, line: 701, - col: 78, + col: 80, }, }, ExpressionType: "", @@ -66403,14 +66403,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25634, + offset: 25636, line: 701, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 25645, + offset: 25647, line: 701, - col: 76, + col: 78, }, }, ExpressionType: "", @@ -66421,14 +66421,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25641, + offset: 25643, line: 701, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 25645, + offset: 25647, line: 701, - col: 76, + col: 78, }, }, Name: "name", @@ -66437,14 +66437,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25634, + offset: 25636, line: 701, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 25640, + offset: 25642, line: 701, - col: 71, + col: 73, }, }, ExpressionType: "", @@ -66453,14 +66453,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25634, + offset: 25636, line: 701, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 25640, + offset: 25642, line: 701, - col: 71, + col: 73, }, }, Name: "plugin", @@ -66473,14 +66473,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25623, + offset: 25625, line: 701, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 25633, + offset: 25635, line: 701, - col: 64, + col: 66, }, }, ExpressionType: "", @@ -66489,14 +66489,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25623, + offset: 25625, line: 701, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 25633, + offset: 25635, line: 701, - col: 64, + col: 66, }, }, Name: "qPrintable", @@ -66508,14 +66508,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25580, + offset: 25582, line: 701, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 25619, + offset: 25621, line: 701, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -66525,14 +66525,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25610, + offset: 25612, line: 701, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 25619, + offset: 25621, line: 701, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -66541,14 +66541,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25610, + offset: 25612, line: 701, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 25619, + offset: 25621, line: 701, - col: 50, + col: 52, }, }, Names: [ @@ -66566,14 +66566,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25580, + offset: 25582, line: 701, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 25606, + offset: 25608, line: 701, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -66583,14 +66583,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25593, + offset: 25595, line: 701, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 25606, + offset: 25608, line: 701, - col: 37, + col: 39, }, }, ExpressionType: "Attempt to use symbol failed: setw", @@ -66602,14 +66602,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25603, + offset: 25605, line: 701, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 25605, + offset: 25607, line: 701, - col: 36, + col: 38, }, }, ExpressionType: "int", @@ -66622,14 +66622,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25593, + offset: 25595, line: 701, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 25602, + offset: 25604, line: 701, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -66638,14 +66638,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25593, + offset: 25595, line: 701, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 25602, + offset: 25604, line: 701, - col: 33, + col: 35, }, }, Names: [ @@ -66663,14 +66663,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25580, + offset: 25582, line: 701, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 25589, + offset: 25591, line: 701, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -66679,14 +66679,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25580, + offset: 25582, line: 701, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 25589, + offset: 25591, line: 701, - col: 20, + col: 22, }, }, Names: [ @@ -66703,14 +66703,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25593, + offset: 25595, line: 701, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 25606, + offset: 25608, line: 701, - col: 37, + col: 39, }, }, ExpressionType: "Attempt to use symbol failed: setw", @@ -66722,14 +66722,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25603, + offset: 25605, line: 701, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 25605, + offset: 25607, line: 701, - col: 36, + col: 38, }, }, ExpressionType: "int", @@ -66742,14 +66742,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25593, + offset: 25595, line: 701, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 25602, + offset: 25604, line: 701, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -66758,14 +66758,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25593, + offset: 25595, line: 701, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 25602, + offset: 25604, line: 701, - col: 33, + col: 35, }, }, Names: [ @@ -66784,14 +66784,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25610, + offset: 25612, line: 701, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 25619, + offset: 25621, line: 701, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -66800,14 +66800,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25610, + offset: 25612, line: 701, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 25619, + offset: 25621, line: 701, - col: 50, + col: 52, }, }, Names: [ @@ -66825,14 +66825,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25623, + offset: 25625, line: 701, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 25648, + offset: 25650, line: 701, - col: 79, + col: 81, }, }, ExpressionType: "Attempt to use symbol failed: qPrintable", @@ -66843,14 +66843,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25634, + offset: 25636, line: 701, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 25647, + offset: 25649, line: 701, - col: 78, + col: 80, }, }, ExpressionType: "", @@ -66860,14 +66860,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25634, + offset: 25636, line: 701, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 25645, + offset: 25647, line: 701, - col: 76, + col: 78, }, }, ExpressionType: "", @@ -66878,14 +66878,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25641, + offset: 25643, line: 701, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 25645, + offset: 25647, line: 701, - col: 76, + col: 78, }, }, Name: "name", @@ -66894,14 +66894,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25634, + offset: 25636, line: 701, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 25640, + offset: 25642, line: 701, - col: 71, + col: 73, }, }, ExpressionType: "", @@ -66910,14 +66910,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25634, + offset: 25636, line: 701, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 25640, + offset: 25642, line: 701, - col: 71, + col: 73, }, }, Name: "plugin", @@ -66930,14 +66930,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25623, + offset: 25625, line: 701, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 25633, + offset: 25635, line: 701, - col: 64, + col: 66, }, }, ExpressionType: "", @@ -66946,14 +66946,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25623, + offset: 25625, line: 701, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 25633, + offset: 25635, line: 701, - col: 64, + col: 66, }, }, Name: "qPrintable", @@ -66965,14 +66965,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25652, + offset: 25654, line: 701, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 25684, + offset: 25686, line: 701, - col: 115, + col: 117, }, }, ExpressionType: "Attempt to use symbol failed: qPrintable", @@ -66983,14 +66983,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25663, + offset: 25665, line: 701, - col: 94, + col: 96, }, end: { '@type': "uast:Position", - offset: 25683, + offset: 25685, line: 701, - col: 114, + col: 116, }, }, ExpressionType: "", @@ -67000,14 +67000,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25663, + offset: 25665, line: 701, - col: 94, + col: 96, }, end: { '@type': "uast:Position", - offset: 25681, + offset: 25683, line: 701, - col: 112, + col: 114, }, }, ExpressionType: "", @@ -67018,14 +67018,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25670, + offset: 25672, line: 701, - col: 101, + col: 103, }, end: { '@type': "uast:Position", - offset: 25681, + offset: 25683, line: 701, - col: 112, + col: 114, }, }, Name: "description", @@ -67034,14 +67034,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25663, + offset: 25665, line: 701, - col: 94, + col: 96, }, end: { '@type': "uast:Position", - offset: 25669, + offset: 25671, line: 701, - col: 100, + col: 102, }, }, ExpressionType: "", @@ -67050,14 +67050,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25663, + offset: 25665, line: 701, - col: 94, + col: 96, }, end: { '@type': "uast:Position", - offset: 25669, + offset: 25671, line: 701, - col: 100, + col: 102, }, }, Name: "plugin", @@ -67070,14 +67070,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25652, + offset: 25654, line: 701, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 25662, + offset: 25664, line: 701, - col: 93, + col: 95, }, }, ExpressionType: "", @@ -67086,14 +67086,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25652, + offset: 25654, line: 701, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 25662, + offset: 25664, line: 701, - col: 93, + col: 95, }, }, Name: "qPrintable", @@ -67105,14 +67105,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25688, + offset: 25690, line: 701, - col: 119, + col: 121, }, end: { '@type': "uast:Position", - offset: 25697, + offset: 25699, line: 701, - col: 128, + col: 130, }, }, ExpressionType: "", @@ -67121,14 +67121,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25688, + offset: 25690, line: 701, - col: 119, + col: 121, }, end: { '@type': "uast:Position", - offset: 25697, + offset: 25699, line: 701, - col: 128, + col: 130, }, }, Names: [ @@ -67149,14 +67149,14 @@ '@role': [Declaration, For, Statement, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25528, + offset: 25530, line: 700, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 25546, + offset: 25548, line: 700, - col: 30, + col: 32, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -67164,14 +67164,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25528, + offset: 25530, line: 700, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 25538, + offset: 25540, line: 700, - col: 22, + col: 24, }, }, IsComplex: false, @@ -67197,28 +67197,28 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25539, + offset: 25541, line: 700, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 25546, + offset: 25548, line: 700, - col: 30, + col: 32, }, }, DeclaresParameterPack: false, 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25540, + offset: 25542, line: 700, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 25546, + offset: 25548, line: 700, - col: 30, + col: 32, }, }, Name: "plugin", @@ -67232,14 +67232,14 @@ '@role': [Expression, For, Iterator, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25548, + offset: 25550, line: 700, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 25564, + offset: 25566, line: 700, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -67248,14 +67248,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25548, + offset: 25550, line: 700, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 25564, + offset: 25566, line: 700, - col: 48, + col: 50, }, }, Name: "availablePlugins", @@ -67266,14 +67266,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25717, + offset: 25719, line: 703, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 25726, + offset: 25728, line: 703, - col: 16, + col: 18, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTLiteralExpression", @@ -67281,14 +67281,14 @@ '@role': [Expression, Literal, Number, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25724, + offset: 25726, line: 703, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 25725, + offset: 25727, line: 703, - col: 15, + col: 17, }, }, ExpressionType: "int", @@ -67301,14 +67301,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25724, + offset: 25726, line: 703, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 25725, + offset: 25727, line: 703, - col: 15, + col: 17, }, }, ExpressionType: "int", @@ -67324,28 +67324,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25738, + offset: 25740, line: 706, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25853, + offset: 25855, line: 708, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25742, + offset: 25744, line: 706, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 25777, + offset: 25779, line: 706, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -67356,14 +67356,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25755, + offset: 25757, line: 706, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 25776, + offset: 25778, line: 706, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -67372,14 +67372,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25755, + offset: 25757, line: 706, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 25776, + offset: 25778, line: 706, - col: 41, + col: 43, }, }, Name: "exitWithSessionOption", @@ -67390,14 +67390,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25742, + offset: 25744, line: 706, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 25754, + offset: 25756, line: 706, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -67408,14 +67408,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25749, + offset: 25751, line: 706, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 25754, + offset: 25756, line: 706, - col: 19, + col: 21, }, }, Name: "isSet", @@ -67424,14 +67424,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25742, + offset: 25744, line: 706, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 25748, + offset: 25750, line: 706, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -67440,14 +67440,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25742, + offset: 25744, line: 706, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 25748, + offset: 25750, line: 706, - col: 13, + col: 15, }, }, Name: "parser", @@ -67459,14 +67459,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25779, + offset: 25781, line: 706, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 25853, + offset: 25855, line: 708, - col: 4, + col: 6, }, }, Statements: [ @@ -67474,28 +67474,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25789, + offset: 25791, line: 707, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 25847, + offset: 25849, line: 707, - col: 65, + col: 67, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25789, + offset: 25791, line: 707, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 25846, + offset: 25848, line: 707, - col: 64, + col: 66, }, }, ExpressionType: "", @@ -67506,14 +67506,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25810, + offset: 25812, line: 707, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 25845, + offset: 25847, line: 707, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -67524,14 +67524,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25823, + offset: 25825, line: 707, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 25844, + offset: 25846, line: 707, - col: 62, + col: 64, }, }, ExpressionType: "", @@ -67540,14 +67540,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25823, + offset: 25825, line: 707, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 25844, + offset: 25846, line: 707, - col: 62, + col: 64, }, }, Name: "exitWithSessionOption", @@ -67558,14 +67558,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25810, + offset: 25812, line: 707, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 25822, + offset: 25824, line: 707, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -67576,14 +67576,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25817, + offset: 25819, line: 707, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 25822, + offset: 25824, line: 707, - col: 40, + col: 42, }, }, Name: "value", @@ -67592,14 +67592,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25810, + offset: 25812, line: 707, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 25816, + offset: 25818, line: 707, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -67608,14 +67608,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25810, + offset: 25812, line: 707, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 25816, + offset: 25818, line: 707, - col: 34, + col: 36, }, }, Name: "parser", @@ -67628,14 +67628,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25789, + offset: 25791, line: 707, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 25809, + offset: 25811, line: 707, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -67646,14 +67646,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25791, + offset: 25793, line: 707, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 25809, + offset: 25811, line: 707, - col: 27, + col: 29, }, }, Name: "setSessionArgument", @@ -67662,14 +67662,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25789, + offset: 25791, line: 707, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 25790, + offset: 25792, line: 707, - col: 8, + col: 10, }, }, ExpressionType: "", @@ -67678,14 +67678,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25789, + offset: 25791, line: 707, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 25790, + offset: 25792, line: 707, - col: 8, + col: 10, }, }, Name: "a", @@ -67701,28 +67701,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25859, + offset: 25861, line: 710, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25923, + offset: 25925, line: 710, - col: 67, + col: 69, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25859, + offset: 25861, line: 710, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25922, + offset: 25924, line: 710, - col: 66, + col: 68, }, }, ExpressionType: "Attempt to use symbol failed: setUseLibinput", @@ -67733,14 +67733,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25893, + offset: 25895, line: 710, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 25921, + offset: 25923, line: 710, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -67751,14 +67751,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25906, + offset: 25908, line: 710, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 25920, + offset: 25922, line: 710, - col: 64, + col: 66, }, }, ExpressionType: "", @@ -67767,14 +67767,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25906, + offset: 25908, line: 710, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 25920, + offset: 25922, line: 710, - col: 64, + col: 66, }, }, Name: "libinputOption", @@ -67785,14 +67785,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25893, + offset: 25895, line: 710, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 25905, + offset: 25907, line: 710, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -67803,14 +67803,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25900, + offset: 25902, line: 710, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 25905, + offset: 25907, line: 710, - col: 49, + col: 51, }, }, Name: "isSet", @@ -67819,14 +67819,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25893, + offset: 25895, line: 710, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 25899, + offset: 25901, line: 710, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -67835,14 +67835,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25893, + offset: 25895, line: 710, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 25899, + offset: 25901, line: 710, - col: 43, + col: 45, }, }, Name: "parser", @@ -67855,14 +67855,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25859, + offset: 25861, line: 710, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25892, + offset: 25894, line: 710, - col: 36, + col: 38, }, }, ExpressionType: "", @@ -67871,14 +67871,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25859, + offset: 25861, line: 710, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25892, + offset: 25894, line: 710, - col: 36, + col: 38, }, }, Names: [ @@ -67900,42 +67900,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25929, + offset: 25931, line: 712, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25948, + offset: 25950, line: 712, - col: 22, + col: 24, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25929, + offset: 25931, line: 712, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25948, + offset: 25950, line: 712, - col: 22, + col: 24, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25929, + offset: 25931, line: 712, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25936, + offset: 25938, line: 712, - col: 10, + col: 12, }, }, IsConst: false, @@ -67951,14 +67951,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25929, + offset: 25931, line: 712, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25936, + offset: 25938, line: 712, - col: 10, + col: 12, }, }, Name: "QString", @@ -67970,28 +67970,28 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25937, + offset: 25939, line: 712, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 25947, + offset: 25949, line: 712, - col: 21, + col: 23, }, }, DeclaresParameterPack: false, 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25937, + offset: 25939, line: 712, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 25947, + offset: 25949, line: 712, - col: 21, + col: 23, }, }, Name: "pluginName", @@ -68005,42 +68005,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25953, + offset: 25955, line: 713, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25977, + offset: 25979, line: 713, - col: 27, + col: 29, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25953, + offset: 25955, line: 713, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25977, + offset: 25979, line: 713, - col: 27, + col: 29, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25953, + offset: 25955, line: 713, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25958, + offset: 25960, line: 713, - col: 8, + col: 10, }, }, IsConst: false, @@ -68056,14 +68056,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25953, + offset: 25955, line: 713, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25958, + offset: 25960, line: 713, - col: 8, + col: 10, }, }, Name: "QSize", @@ -68075,28 +68075,28 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25959, + offset: 25961, line: 713, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 25976, + offset: 25978, line: 713, - col: 26, + col: 28, }, }, DeclaresParameterPack: false, 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25959, + offset: 25961, line: 713, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 25976, + offset: 25978, line: 713, - col: 26, + col: 28, }, }, Name: "initialWindowSize", @@ -68110,42 +68110,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25982, + offset: 25984, line: 714, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 26010, + offset: 26012, line: 714, - col: 31, + col: 33, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25982, + offset: 25984, line: 714, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 26010, + offset: 26012, line: 714, - col: 31, + col: 33, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25982, + offset: 25984, line: 714, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25992, + offset: 25994, line: 714, - col: 13, + col: 15, }, }, IsConst: false, @@ -68161,14 +68161,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25982, + offset: 25984, line: 714, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25992, + offset: 25994, line: 714, - col: 13, + col: 15, }, }, Name: "QByteArray", @@ -68180,28 +68180,28 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25993, + offset: 25995, line: 714, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 26009, + offset: 26011, line: 714, - col: 30, + col: 32, }, }, DeclaresParameterPack: false, 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25993, + offset: 25995, line: 714, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 26009, + offset: 26011, line: 714, - col: 30, + col: 32, }, }, Name: "deviceIdentifier", @@ -68215,28 +68215,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26015, + offset: 26017, line: 715, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 26035, + offset: 26037, line: 715, - col: 23, + col: 25, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26015, + offset: 26017, line: 715, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 26035, + offset: 26037, line: 715, - col: 23, + col: 25, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -68244,14 +68244,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26015, + offset: 26017, line: 715, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 26018, + offset: 26020, line: 715, - col: 6, + col: 8, }, }, IsComplex: false, @@ -68277,14 +68277,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26019, + offset: 26021, line: 715, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26034, + offset: 26036, line: 715, - col: 22, + col: 24, }, }, DeclaresParameterPack: false, @@ -68292,14 +68292,14 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26031, + offset: 26033, line: 715, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 26034, + offset: 26036, line: 715, - col: 22, + col: 24, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTLiteralExpression", @@ -68307,14 +68307,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26033, + offset: 26035, line: 715, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 26034, + offset: 26036, line: 715, - col: 22, + col: 24, }, }, ExpressionType: "int", @@ -68327,14 +68327,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26033, + offset: 26035, line: 715, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 26034, + offset: 26036, line: 715, - col: 22, + col: 24, }, }, ExpressionType: "int", @@ -68346,14 +68346,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26019, + offset: 26021, line: 715, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26030, + offset: 26032, line: 715, - col: 18, + col: 20, }, }, Name: "outputCount", @@ -68367,42 +68367,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26040, + offset: 26042, line: 716, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 26062, + offset: 26064, line: 716, - col: 25, + col: 27, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26040, + offset: 26042, line: 716, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 26062, + offset: 26064, line: 716, - col: 25, + col: 27, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26040, + offset: 26042, line: 716, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 26045, + offset: 26047, line: 716, - col: 8, + col: 10, }, }, IsConst: false, @@ -68418,14 +68418,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26040, + offset: 26042, line: 716, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 26045, + offset: 26047, line: 716, - col: 8, + col: 10, }, }, Name: "qreal", @@ -68437,14 +68437,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26046, + offset: 26048, line: 716, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 26061, + offset: 26063, line: 716, - col: 24, + col: 26, }, }, DeclaresParameterPack: false, @@ -68452,14 +68452,14 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26058, + offset: 26060, line: 716, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 26061, + offset: 26063, line: 716, - col: 24, + col: 26, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTLiteralExpression", @@ -68467,14 +68467,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26060, + offset: 26062, line: 716, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 26061, + offset: 26063, line: 716, - col: 24, + col: 26, }, }, ExpressionType: "int", @@ -68487,14 +68487,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26060, + offset: 26062, line: 716, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 26061, + offset: 26063, line: 716, - col: 24, + col: 26, }, }, ExpressionType: "int", @@ -68506,14 +68506,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26046, + offset: 26048, line: 716, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 26057, + offset: 26059, line: 716, - col: 20, + col: 22, }, }, Name: "outputScale", @@ -68527,28 +68527,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26186, + offset: 26188, line: 724, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 26920, + offset: 26922, line: 744, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26190, + offset: 26192, line: 724, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26203, + offset: 26205, line: 724, - col: 20, + col: 22, }, }, ExpressionType: "const bool", @@ -68557,14 +68557,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26190, + offset: 26192, line: 724, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26203, + offset: 26205, line: 724, - col: 20, + col: 22, }, }, Name: "hasSizeOption", @@ -68574,14 +68574,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26205, + offset: 26207, line: 724, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 26920, + offset: 26922, line: 744, - col: 4, + col: 6, }, }, Statements: [ @@ -68589,28 +68589,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26215, + offset: 26217, line: 725, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26231, + offset: 26233, line: 725, - col: 23, + col: 25, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26215, + offset: 26217, line: 725, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26231, + offset: 26233, line: 725, - col: 23, + col: 25, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -68618,14 +68618,14 @@ '@role': [Boolean, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26215, + offset: 26217, line: 725, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26219, + offset: 26221, line: 725, - col: 11, + col: 13, }, }, IsComplex: false, @@ -68651,14 +68651,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26220, + offset: 26222, line: 725, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 26230, + offset: 26232, line: 725, - col: 22, + col: 24, }, }, DeclaresParameterPack: false, @@ -68666,14 +68666,14 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26223, + offset: 26225, line: 725, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 26230, + offset: 26232, line: 725, - col: 22, + col: 24, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTLiteralExpression", @@ -68681,14 +68681,14 @@ '@role': [Boolean, Expression, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26225, + offset: 26227, line: 725, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 26230, + offset: 26232, line: 725, - col: 22, + col: 24, }, }, ExpressionType: "bool", @@ -68701,14 +68701,14 @@ '@role': [Boolean, Expression, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26225, + offset: 26227, line: 725, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 26230, + offset: 26232, line: 725, - col: 22, + col: 24, }, }, ExpressionType: "bool", @@ -68720,14 +68720,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26220, + offset: 26222, line: 725, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 26222, + offset: 26224, line: 725, - col: 14, + col: 16, }, }, Name: "ok", @@ -68741,28 +68741,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26240, + offset: 26242, line: 726, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26295, + offset: 26297, line: 726, - col: 62, + col: 64, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26240, + offset: 26242, line: 726, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26295, + offset: 26297, line: 726, - col: 62, + col: 64, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -68770,14 +68770,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26240, + offset: 26242, line: 726, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26249, + offset: 26251, line: 726, - col: 16, + col: 18, }, }, IsComplex: false, @@ -68803,14 +68803,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26250, + offset: 26252, line: 726, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 26294, + offset: 26296, line: 726, - col: 61, + col: 63, }, }, DeclaresParameterPack: false, @@ -68818,28 +68818,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26256, + offset: 26258, line: 726, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 26294, + offset: 26296, line: 726, - col: 61, + col: 63, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26258, + offset: 26260, line: 726, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 26294, + offset: 26296, line: 726, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -68850,14 +68850,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26290, + offset: 26292, line: 726, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 26293, + offset: 26295, line: 726, - col: 60, + col: 62, }, }, ExpressionType: "bool *", @@ -68867,14 +68867,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26291, + offset: 26293, line: 726, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 26293, + offset: 26295, line: 726, - col: 60, + col: 62, }, }, ExpressionType: "bool", @@ -68883,14 +68883,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26291, + offset: 26293, line: 726, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 26293, + offset: 26295, line: 726, - col: 60, + col: 62, }, }, Name: "ok", @@ -68903,14 +68903,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26258, + offset: 26260, line: 726, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 26289, + offset: 26291, line: 726, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -68921,14 +68921,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26284, + offset: 26286, line: 726, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 26289, + offset: 26291, line: 726, - col: 56, + col: 58, }, }, Name: "toInt", @@ -68937,14 +68937,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26258, + offset: 26260, line: 726, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 26283, + offset: 26285, line: 726, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -68955,14 +68955,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26271, + offset: 26273, line: 726, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 26282, + offset: 26284, line: 726, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -68971,14 +68971,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26271, + offset: 26273, line: 726, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 26282, + offset: 26284, line: 726, - col: 49, + col: 51, }, }, Name: "widthOption", @@ -68989,14 +68989,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26258, + offset: 26260, line: 726, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 26270, + offset: 26272, line: 726, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -69007,14 +69007,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26265, + offset: 26267, line: 726, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 26270, + offset: 26272, line: 726, - col: 37, + col: 39, }, }, Name: "value", @@ -69023,14 +69023,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26258, + offset: 26260, line: 726, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 26264, + offset: 26266, line: 726, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -69039,14 +69039,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26258, + offset: 26260, line: 726, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 26264, + offset: 26266, line: 726, - col: 31, + col: 33, }, }, Name: "parser", @@ -69060,14 +69060,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26258, + offset: 26260, line: 726, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 26294, + offset: 26296, line: 726, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -69078,14 +69078,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26290, + offset: 26292, line: 726, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 26293, + offset: 26295, line: 726, - col: 60, + col: 62, }, }, ExpressionType: "bool *", @@ -69095,14 +69095,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26291, + offset: 26293, line: 726, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 26293, + offset: 26295, line: 726, - col: 60, + col: 62, }, }, ExpressionType: "bool", @@ -69111,14 +69111,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26291, + offset: 26293, line: 726, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 26293, + offset: 26295, line: 726, - col: 60, + col: 62, }, }, Name: "ok", @@ -69131,14 +69131,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26258, + offset: 26260, line: 726, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 26289, + offset: 26291, line: 726, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -69149,14 +69149,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26284, + offset: 26286, line: 726, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 26289, + offset: 26291, line: 726, - col: 56, + col: 58, }, }, Name: "toInt", @@ -69165,14 +69165,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26258, + offset: 26260, line: 726, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 26283, + offset: 26285, line: 726, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -69183,14 +69183,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26271, + offset: 26273, line: 726, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 26282, + offset: 26284, line: 726, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -69199,14 +69199,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26271, + offset: 26273, line: 726, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 26282, + offset: 26284, line: 726, - col: 49, + col: 51, }, }, Name: "widthOption", @@ -69217,14 +69217,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26258, + offset: 26260, line: 726, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 26270, + offset: 26272, line: 726, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -69235,14 +69235,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26265, + offset: 26267, line: 726, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 26270, + offset: 26272, line: 726, - col: 37, + col: 39, }, }, Name: "value", @@ -69251,14 +69251,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26258, + offset: 26260, line: 726, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 26264, + offset: 26266, line: 726, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -69267,14 +69267,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26258, + offset: 26260, line: 726, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 26264, + offset: 26266, line: 726, - col: 31, + col: 33, }, }, Name: "parser", @@ -69288,14 +69288,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26250, + offset: 26252, line: 726, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 26255, + offset: 26257, line: 726, - col: 22, + col: 24, }, }, Name: "width", @@ -69309,28 +69309,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26304, + offset: 26306, line: 727, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26425, + offset: 26427, line: 730, - col: 8, + col: 10, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTUnaryExpression", '@role': [Not, Relational, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26308, + offset: 26310, line: 727, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26311, + offset: 26313, line: 727, - col: 14, + col: 16, }, }, ExpressionType: "bool", @@ -69340,14 +69340,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26309, + offset: 26311, line: 727, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 26311, + offset: 26313, line: 727, - col: 14, + col: 16, }, }, ExpressionType: "bool", @@ -69356,14 +69356,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26309, + offset: 26311, line: 727, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 26311, + offset: 26313, line: 727, - col: 14, + col: 16, }, }, Name: "ok", @@ -69375,14 +69375,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26313, + offset: 26315, line: 727, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 26425, + offset: 26427, line: 730, - col: 8, + col: 10, }, }, Statements: [ @@ -69390,14 +69390,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26327, + offset: 26329, line: 728, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26393, + offset: 26395, line: 728, - col: 77, + col: 79, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -69405,14 +69405,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26327, + offset: 26329, line: 728, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26392, + offset: 26394, line: 728, - col: 76, + col: 78, }, }, ExpressionType: "", @@ -69422,14 +69422,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26383, + offset: 26385, line: 728, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 26392, + offset: 26394, line: 728, - col: 76, + col: 78, }, }, ExpressionType: "", @@ -69438,14 +69438,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26383, + offset: 26385, line: 728, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 26392, + offset: 26394, line: 728, - col: 76, + col: 78, }, }, Names: [ @@ -69463,14 +69463,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26327, + offset: 26329, line: 728, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26379, + offset: 26381, line: 728, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -69480,14 +69480,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26340, + offset: 26342, line: 728, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 26379, + offset: 26381, line: 728, - col: 63, + col: 65, }, }, Format: "", @@ -69497,14 +69497,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26327, + offset: 26329, line: 728, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26336, + offset: 26338, line: 728, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -69513,14 +69513,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26327, + offset: 26329, line: 728, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26336, + offset: 26338, line: 728, - col: 20, + col: 22, }, }, Names: [ @@ -69537,14 +69537,14 @@ '@role': [Binary, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26340, + offset: 26342, line: 728, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 26379, + offset: 26381, line: 728, - col: 63, + col: 65, }, }, Format: "", @@ -69555,14 +69555,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26383, + offset: 26385, line: 728, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 26392, + offset: 26394, line: 728, - col: 76, + col: 78, }, }, ExpressionType: "", @@ -69571,14 +69571,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26383, + offset: 26385, line: 728, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 26392, + offset: 26394, line: 728, - col: 76, + col: 78, }, }, Names: [ @@ -69597,14 +69597,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26406, + offset: 26408, line: 729, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26415, + offset: 26417, line: 729, - col: 20, + col: 22, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTLiteralExpression", @@ -69612,14 +69612,14 @@ '@role': [Expression, Literal, Number, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26413, + offset: 26415, line: 729, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 26414, + offset: 26416, line: 729, - col: 19, + col: 21, }, }, ExpressionType: "int", @@ -69632,14 +69632,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26413, + offset: 26415, line: 729, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 26414, + offset: 26416, line: 729, - col: 19, + col: 21, }, }, ExpressionType: "int", @@ -69655,28 +69655,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26434, + offset: 26436, line: 731, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26491, + offset: 26493, line: 731, - col: 64, + col: 66, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26434, + offset: 26436, line: 731, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26491, + offset: 26493, line: 731, - col: 64, + col: 66, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -69684,14 +69684,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26434, + offset: 26436, line: 731, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26443, + offset: 26445, line: 731, - col: 16, + col: 18, }, }, IsComplex: false, @@ -69717,14 +69717,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26444, + offset: 26446, line: 731, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 26490, + offset: 26492, line: 731, - col: 63, + col: 65, }, }, DeclaresParameterPack: false, @@ -69732,28 +69732,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26451, + offset: 26453, line: 731, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 26490, + offset: 26492, line: 731, - col: 63, + col: 65, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26453, + offset: 26455, line: 731, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 26490, + offset: 26492, line: 731, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -69764,14 +69764,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26486, + offset: 26488, line: 731, - col: 59, + col: 61, }, end: { '@type': "uast:Position", - offset: 26489, + offset: 26491, line: 731, - col: 62, + col: 64, }, }, ExpressionType: "bool *", @@ -69781,14 +69781,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26487, + offset: 26489, line: 731, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 26489, + offset: 26491, line: 731, - col: 62, + col: 64, }, }, ExpressionType: "bool", @@ -69797,14 +69797,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26487, + offset: 26489, line: 731, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 26489, + offset: 26491, line: 731, - col: 62, + col: 64, }, }, Name: "ok", @@ -69817,14 +69817,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26453, + offset: 26455, line: 731, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 26485, + offset: 26487, line: 731, - col: 58, + col: 60, }, }, ExpressionType: "", @@ -69835,14 +69835,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26480, + offset: 26482, line: 731, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 26485, + offset: 26487, line: 731, - col: 58, + col: 60, }, }, Name: "toInt", @@ -69851,14 +69851,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26453, + offset: 26455, line: 731, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 26479, + offset: 26481, line: 731, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -69869,14 +69869,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26466, + offset: 26468, line: 731, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 26478, + offset: 26480, line: 731, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -69885,14 +69885,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26466, + offset: 26468, line: 731, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 26478, + offset: 26480, line: 731, - col: 51, + col: 53, }, }, Name: "heightOption", @@ -69903,14 +69903,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26453, + offset: 26455, line: 731, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 26465, + offset: 26467, line: 731, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -69921,14 +69921,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26460, + offset: 26462, line: 731, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 26465, + offset: 26467, line: 731, - col: 38, + col: 40, }, }, Name: "value", @@ -69937,14 +69937,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26453, + offset: 26455, line: 731, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 26459, + offset: 26461, line: 731, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -69953,14 +69953,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26453, + offset: 26455, line: 731, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 26459, + offset: 26461, line: 731, - col: 32, + col: 34, }, }, Name: "parser", @@ -69974,14 +69974,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26453, + offset: 26455, line: 731, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 26490, + offset: 26492, line: 731, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -69992,14 +69992,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26486, + offset: 26488, line: 731, - col: 59, + col: 61, }, end: { '@type': "uast:Position", - offset: 26489, + offset: 26491, line: 731, - col: 62, + col: 64, }, }, ExpressionType: "bool *", @@ -70009,14 +70009,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26487, + offset: 26489, line: 731, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 26489, + offset: 26491, line: 731, - col: 62, + col: 64, }, }, ExpressionType: "bool", @@ -70025,14 +70025,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26487, + offset: 26489, line: 731, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 26489, + offset: 26491, line: 731, - col: 62, + col: 64, }, }, Name: "ok", @@ -70045,14 +70045,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26453, + offset: 26455, line: 731, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 26485, + offset: 26487, line: 731, - col: 58, + col: 60, }, }, ExpressionType: "", @@ -70063,14 +70063,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26480, + offset: 26482, line: 731, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 26485, + offset: 26487, line: 731, - col: 58, + col: 60, }, }, Name: "toInt", @@ -70079,14 +70079,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26453, + offset: 26455, line: 731, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 26479, + offset: 26481, line: 731, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -70097,14 +70097,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26466, + offset: 26468, line: 731, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 26478, + offset: 26480, line: 731, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -70113,14 +70113,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26466, + offset: 26468, line: 731, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 26478, + offset: 26480, line: 731, - col: 51, + col: 53, }, }, Name: "heightOption", @@ -70131,14 +70131,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26453, + offset: 26455, line: 731, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 26465, + offset: 26467, line: 731, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -70149,14 +70149,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26460, + offset: 26462, line: 731, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 26465, + offset: 26467, line: 731, - col: 38, + col: 40, }, }, Name: "value", @@ -70165,14 +70165,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26453, + offset: 26455, line: 731, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 26459, + offset: 26461, line: 731, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -70181,14 +70181,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26453, + offset: 26455, line: 731, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 26459, + offset: 26461, line: 731, - col: 32, + col: 34, }, }, Name: "parser", @@ -70202,14 +70202,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26444, + offset: 26446, line: 731, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 26450, + offset: 26452, line: 731, - col: 23, + col: 25, }, }, Name: "height", @@ -70223,28 +70223,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26500, + offset: 26502, line: 732, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26622, + offset: 26624, line: 735, - col: 8, + col: 10, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTUnaryExpression", '@role': [Not, Relational, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26504, + offset: 26506, line: 732, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26507, + offset: 26509, line: 732, - col: 14, + col: 16, }, }, ExpressionType: "bool", @@ -70254,14 +70254,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26505, + offset: 26507, line: 732, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 26507, + offset: 26509, line: 732, - col: 14, + col: 16, }, }, ExpressionType: "bool", @@ -70270,14 +70270,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26505, + offset: 26507, line: 732, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 26507, + offset: 26509, line: 732, - col: 14, + col: 16, }, }, Name: "ok", @@ -70289,14 +70289,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26509, + offset: 26511, line: 732, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 26622, + offset: 26624, line: 735, - col: 8, + col: 10, }, }, Statements: [ @@ -70304,14 +70304,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26523, + offset: 26525, line: 733, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26590, + offset: 26592, line: 733, - col: 78, + col: 80, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -70319,14 +70319,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26523, + offset: 26525, line: 733, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26589, + offset: 26591, line: 733, - col: 77, + col: 79, }, }, ExpressionType: "", @@ -70336,14 +70336,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26580, + offset: 26582, line: 733, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 26589, + offset: 26591, line: 733, - col: 77, + col: 79, }, }, ExpressionType: "", @@ -70352,14 +70352,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26580, + offset: 26582, line: 733, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 26589, + offset: 26591, line: 733, - col: 77, + col: 79, }, }, Names: [ @@ -70377,14 +70377,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26523, + offset: 26525, line: 733, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26576, + offset: 26578, line: 733, - col: 64, + col: 66, }, }, ExpressionType: "", @@ -70394,14 +70394,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26536, + offset: 26538, line: 733, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 26576, + offset: 26578, line: 733, - col: 64, + col: 66, }, }, Format: "", @@ -70411,14 +70411,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26523, + offset: 26525, line: 733, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26532, + offset: 26534, line: 733, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -70427,14 +70427,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26523, + offset: 26525, line: 733, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26532, + offset: 26534, line: 733, - col: 20, + col: 22, }, }, Names: [ @@ -70451,14 +70451,14 @@ '@role': [Binary, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26536, + offset: 26538, line: 733, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 26576, + offset: 26578, line: 733, - col: 64, + col: 66, }, }, Format: "", @@ -70469,14 +70469,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26580, + offset: 26582, line: 733, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 26589, + offset: 26591, line: 733, - col: 77, + col: 79, }, }, ExpressionType: "", @@ -70485,14 +70485,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26580, + offset: 26582, line: 733, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 26589, + offset: 26591, line: 733, - col: 77, + col: 79, }, }, Names: [ @@ -70511,14 +70511,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26603, + offset: 26605, line: 734, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26612, + offset: 26614, line: 734, - col: 20, + col: 22, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTLiteralExpression", @@ -70526,14 +70526,14 @@ '@role': [Expression, Literal, Number, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26610, + offset: 26612, line: 734, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 26611, + offset: 26613, line: 734, - col: 19, + col: 21, }, }, ExpressionType: "int", @@ -70546,14 +70546,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26610, + offset: 26612, line: 734, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 26611, + offset: 26613, line: 734, - col: 19, + col: 21, }, }, ExpressionType: "int", @@ -70569,42 +70569,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26631, + offset: 26633, line: 736, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26691, + offset: 26693, line: 736, - col: 67, + col: 69, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26631, + offset: 26633, line: 736, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26691, + offset: 26693, line: 736, - col: 67, + col: 69, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26631, + offset: 26633, line: 736, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26642, + offset: 26644, line: 736, - col: 18, + col: 20, }, }, IsConst: true, @@ -70620,14 +70620,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26637, + offset: 26639, line: 736, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 26642, + offset: 26644, line: 736, - col: 18, + col: 20, }, }, Name: "qreal", @@ -70639,14 +70639,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26643, + offset: 26645, line: 736, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 26690, + offset: 26692, line: 736, - col: 66, + col: 68, }, }, DeclaresParameterPack: false, @@ -70654,28 +70654,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26649, + offset: 26651, line: 736, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 26690, + offset: 26692, line: 736, - col: 66, + col: 68, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26651, + offset: 26653, line: 736, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 26690, + offset: 26692, line: 736, - col: 66, + col: 68, }, }, ExpressionType: "", @@ -70686,14 +70686,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26686, + offset: 26688, line: 736, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 26689, + offset: 26691, line: 736, - col: 65, + col: 67, }, }, ExpressionType: "bool *", @@ -70703,14 +70703,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26687, + offset: 26689, line: 736, - col: 63, + col: 65, }, end: { '@type': "uast:Position", - offset: 26689, + offset: 26691, line: 736, - col: 65, + col: 67, }, }, ExpressionType: "bool", @@ -70719,14 +70719,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26687, + offset: 26689, line: 736, - col: 63, + col: 65, }, end: { '@type': "uast:Position", - offset: 26689, + offset: 26691, line: 736, - col: 65, + col: 67, }, }, Name: "ok", @@ -70739,14 +70739,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26651, + offset: 26653, line: 736, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 26685, + offset: 26687, line: 736, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -70757,14 +70757,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26677, + offset: 26679, line: 736, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 26685, + offset: 26687, line: 736, - col: 61, + col: 63, }, }, Name: "toDouble", @@ -70773,14 +70773,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26651, + offset: 26653, line: 736, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 26676, + offset: 26678, line: 736, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -70791,14 +70791,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26664, + offset: 26666, line: 736, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 26675, + offset: 26677, line: 736, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -70807,14 +70807,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26664, + offset: 26666, line: 736, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 26675, + offset: 26677, line: 736, - col: 51, + col: 53, }, }, Name: "scaleOption", @@ -70825,14 +70825,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26651, + offset: 26653, line: 736, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 26663, + offset: 26665, line: 736, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -70843,14 +70843,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26658, + offset: 26660, line: 736, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 26663, + offset: 26665, line: 736, - col: 39, + col: 41, }, }, Name: "value", @@ -70859,14 +70859,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26651, + offset: 26653, line: 736, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 26657, + offset: 26659, line: 736, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -70875,14 +70875,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26651, + offset: 26653, line: 736, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 26657, + offset: 26659, line: 736, - col: 33, + col: 35, }, }, Name: "parser", @@ -70896,14 +70896,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26651, + offset: 26653, line: 736, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 26690, + offset: 26692, line: 736, - col: 66, + col: 68, }, }, ExpressionType: "", @@ -70914,14 +70914,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26686, + offset: 26688, line: 736, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 26689, + offset: 26691, line: 736, - col: 65, + col: 67, }, }, ExpressionType: "bool *", @@ -70931,14 +70931,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26687, + offset: 26689, line: 736, - col: 63, + col: 65, }, end: { '@type': "uast:Position", - offset: 26689, + offset: 26691, line: 736, - col: 65, + col: 67, }, }, ExpressionType: "bool", @@ -70947,14 +70947,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26687, + offset: 26689, line: 736, - col: 63, + col: 65, }, end: { '@type': "uast:Position", - offset: 26689, + offset: 26691, line: 736, - col: 65, + col: 67, }, }, Name: "ok", @@ -70967,14 +70967,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26651, + offset: 26653, line: 736, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 26685, + offset: 26687, line: 736, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -70985,14 +70985,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26677, + offset: 26679, line: 736, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 26685, + offset: 26687, line: 736, - col: 61, + col: 63, }, }, Name: "toDouble", @@ -71001,14 +71001,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26651, + offset: 26653, line: 736, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 26676, + offset: 26678, line: 736, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -71019,14 +71019,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26664, + offset: 26666, line: 736, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 26675, + offset: 26677, line: 736, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -71035,14 +71035,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26664, + offset: 26666, line: 736, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 26675, + offset: 26677, line: 736, - col: 51, + col: 53, }, }, Name: "scaleOption", @@ -71053,14 +71053,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26651, + offset: 26653, line: 736, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 26663, + offset: 26665, line: 736, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -71071,14 +71071,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26658, + offset: 26660, line: 736, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 26663, + offset: 26665, line: 736, - col: 39, + col: 41, }, }, Name: "value", @@ -71087,14 +71087,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26651, + offset: 26653, line: 736, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 26657, + offset: 26659, line: 736, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -71103,14 +71103,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26651, + offset: 26653, line: 736, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 26657, + offset: 26659, line: 736, - col: 33, + col: 35, }, }, Name: "parser", @@ -71124,14 +71124,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26643, + offset: 26645, line: 736, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 26648, + offset: 26650, line: 736, - col: 24, + col: 26, }, }, Name: "scale", @@ -71145,14 +71145,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26700, + offset: 26702, line: 737, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26834, + offset: 26836, line: 740, - col: 8, + col: 10, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTBinaryExpression", @@ -71160,14 +71160,14 @@ '@role': [Binary, Boolean, Expression, Or], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26704, + offset: 26706, line: 737, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26720, + offset: 26722, line: 737, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -71178,14 +71178,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, LessThan, Relational, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26711, + offset: 26713, line: 737, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 26720, + offset: 26722, line: 737, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -71196,14 +71196,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26719, + offset: 26721, line: 737, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 26720, + offset: 26722, line: 737, - col: 27, + col: 29, }, }, ExpressionType: "int", @@ -71215,14 +71215,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26711, + offset: 26713, line: 737, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 26716, + offset: 26718, line: 737, - col: 23, + col: 25, }, }, ExpressionType: "const ?", @@ -71231,14 +71231,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26711, + offset: 26713, line: 737, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 26716, + offset: 26718, line: 737, - col: 23, + col: 25, }, }, Name: "scale", @@ -71249,14 +71249,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26719, + offset: 26721, line: 737, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 26720, + offset: 26722, line: 737, - col: 27, + col: 29, }, }, ExpressionType: "int", @@ -71269,14 +71269,14 @@ '@role': [Binary, Expression, Left, Not, Relational, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26704, + offset: 26706, line: 737, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26707, + offset: 26709, line: 737, - col: 14, + col: 16, }, }, ExpressionType: "bool", @@ -71286,14 +71286,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26705, + offset: 26707, line: 737, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 26707, + offset: 26709, line: 737, - col: 14, + col: 16, }, }, ExpressionType: "bool", @@ -71302,14 +71302,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26705, + offset: 26707, line: 737, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 26707, + offset: 26709, line: 737, - col: 14, + col: 16, }, }, Name: "ok", @@ -71322,14 +71322,14 @@ '@role': [Binary, Expression, LessThan, Relational, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26711, + offset: 26713, line: 737, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 26720, + offset: 26722, line: 737, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -71340,14 +71340,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26719, + offset: 26721, line: 737, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 26720, + offset: 26722, line: 737, - col: 27, + col: 29, }, }, ExpressionType: "int", @@ -71359,14 +71359,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26711, + offset: 26713, line: 737, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 26716, + offset: 26718, line: 737, - col: 23, + col: 25, }, }, ExpressionType: "const ?", @@ -71375,14 +71375,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26711, + offset: 26713, line: 737, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 26716, + offset: 26718, line: 737, - col: 23, + col: 25, }, }, Name: "scale", @@ -71393,14 +71393,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26719, + offset: 26721, line: 737, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 26720, + offset: 26722, line: 737, - col: 27, + col: 29, }, }, ExpressionType: "int", @@ -71414,14 +71414,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26722, + offset: 26724, line: 737, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 26834, + offset: 26836, line: 740, - col: 8, + col: 10, }, }, Statements: [ @@ -71429,14 +71429,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26736, + offset: 26738, line: 738, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26802, + offset: 26804, line: 738, - col: 77, + col: 79, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -71444,14 +71444,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26736, + offset: 26738, line: 738, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26801, + offset: 26803, line: 738, - col: 76, + col: 78, }, }, ExpressionType: "", @@ -71461,14 +71461,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26792, + offset: 26794, line: 738, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 26801, + offset: 26803, line: 738, - col: 76, + col: 78, }, }, ExpressionType: "", @@ -71477,14 +71477,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26792, + offset: 26794, line: 738, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 26801, + offset: 26803, line: 738, - col: 76, + col: 78, }, }, Names: [ @@ -71502,14 +71502,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26736, + offset: 26738, line: 738, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26788, + offset: 26790, line: 738, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -71519,14 +71519,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26749, + offset: 26751, line: 738, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 26788, + offset: 26790, line: 738, - col: 63, + col: 65, }, }, Format: "", @@ -71536,14 +71536,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26736, + offset: 26738, line: 738, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26745, + offset: 26747, line: 738, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -71552,14 +71552,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26736, + offset: 26738, line: 738, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26745, + offset: 26747, line: 738, - col: 20, + col: 22, }, }, Names: [ @@ -71576,14 +71576,14 @@ '@role': [Binary, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26749, + offset: 26751, line: 738, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 26788, + offset: 26790, line: 738, - col: 63, + col: 65, }, }, Format: "", @@ -71594,14 +71594,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26792, + offset: 26794, line: 738, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 26801, + offset: 26803, line: 738, - col: 76, + col: 78, }, }, ExpressionType: "", @@ -71610,14 +71610,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26792, + offset: 26794, line: 738, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 26801, + offset: 26803, line: 738, - col: 76, + col: 78, }, }, Names: [ @@ -71636,14 +71636,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26815, + offset: 26817, line: 739, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26824, + offset: 26826, line: 739, - col: 20, + col: 22, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTLiteralExpression", @@ -71651,14 +71651,14 @@ '@role': [Expression, Literal, Number, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26822, + offset: 26824, line: 739, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 26823, + offset: 26825, line: 739, - col: 19, + col: 21, }, }, ExpressionType: "int", @@ -71671,14 +71671,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26822, + offset: 26824, line: 739, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 26823, + offset: 26825, line: 739, - col: 19, + col: 21, }, }, ExpressionType: "int", @@ -71694,14 +71694,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26844, + offset: 26846, line: 742, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26864, + offset: 26866, line: 742, - col: 27, + col: 29, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -71709,14 +71709,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26844, + offset: 26846, line: 742, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26863, + offset: 26865, line: 742, - col: 26, + col: 28, }, }, ExpressionType: "", @@ -71726,14 +71726,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26858, + offset: 26860, line: 742, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 26863, + offset: 26865, line: 742, - col: 26, + col: 28, }, }, ExpressionType: "const ?", @@ -71742,14 +71742,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26858, + offset: 26860, line: 742, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 26863, + offset: 26865, line: 742, - col: 26, + col: 28, }, }, Name: "scale", @@ -71759,14 +71759,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26844, + offset: 26846, line: 742, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26855, + offset: 26857, line: 742, - col: 18, + col: 20, }, }, ExpressionType: "", @@ -71775,14 +71775,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26844, + offset: 26846, line: 742, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26855, + offset: 26857, line: 742, - col: 18, + col: 20, }, }, Name: "outputScale", @@ -71792,14 +71792,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26858, + offset: 26860, line: 742, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 26863, + offset: 26865, line: 742, - col: 26, + col: 28, }, }, ExpressionType: "const ?", @@ -71808,14 +71808,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26858, + offset: 26860, line: 742, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 26863, + offset: 26865, line: 742, - col: 26, + col: 28, }, }, Name: "scale", @@ -71827,14 +71827,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26873, + offset: 26875, line: 743, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26914, + offset: 26916, line: 743, - col: 48, + col: 50, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -71842,14 +71842,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26873, + offset: 26875, line: 743, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26913, + offset: 26915, line: 743, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -71859,14 +71859,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26893, + offset: 26895, line: 743, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 26913, + offset: 26915, line: 743, - col: 47, + col: 49, }, }, ExpressionType: "Attempt to use symbol failed: QSize", @@ -71877,14 +71877,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26899, + offset: 26901, line: 743, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 26904, + offset: 26906, line: 743, - col: 38, + col: 40, }, }, ExpressionType: "const int", @@ -71893,14 +71893,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26899, + offset: 26901, line: 743, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 26904, + offset: 26906, line: 743, - col: 38, + col: 40, }, }, Name: "width", @@ -71910,14 +71910,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26906, + offset: 26908, line: 743, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 26912, + offset: 26914, line: 743, - col: 46, + col: 48, }, }, ExpressionType: "const int", @@ -71926,14 +71926,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26906, + offset: 26908, line: 743, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 26912, + offset: 26914, line: 743, - col: 46, + col: 48, }, }, Name: "height", @@ -71944,14 +71944,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26893, + offset: 26895, line: 743, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 26898, + offset: 26900, line: 743, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -71960,14 +71960,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26893, + offset: 26895, line: 743, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 26898, + offset: 26900, line: 743, - col: 32, + col: 34, }, }, Name: "QSize", @@ -71978,14 +71978,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26873, + offset: 26875, line: 743, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26890, + offset: 26892, line: 743, - col: 24, + col: 26, }, }, ExpressionType: "", @@ -71994,14 +71994,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26873, + offset: 26875, line: 743, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26890, + offset: 26892, line: 743, - col: 24, + col: 26, }, }, Name: "initialWindowSize", @@ -72011,14 +72011,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26893, + offset: 26895, line: 743, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 26913, + offset: 26915, line: 743, - col: 47, + col: 49, }, }, ExpressionType: "Attempt to use symbol failed: QSize", @@ -72029,14 +72029,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26899, + offset: 26901, line: 743, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 26904, + offset: 26906, line: 743, - col: 38, + col: 40, }, }, ExpressionType: "const int", @@ -72045,14 +72045,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26899, + offset: 26901, line: 743, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 26904, + offset: 26906, line: 743, - col: 38, + col: 40, }, }, Name: "width", @@ -72062,14 +72062,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26906, + offset: 26908, line: 743, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 26912, + offset: 26914, line: 743, - col: 46, + col: 48, }, }, ExpressionType: "const int", @@ -72078,14 +72078,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26906, + offset: 26908, line: 743, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 26912, + offset: 26914, line: 743, - col: 46, + col: 48, }, }, Name: "height", @@ -72096,14 +72096,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26893, + offset: 26895, line: 743, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 26898, + offset: 26900, line: 743, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -72112,14 +72112,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26893, + offset: 26895, line: 743, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 26898, + offset: 26900, line: 743, - col: 32, + col: 34, }, }, Name: "QSize", @@ -72135,28 +72135,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26926, + offset: 26928, line: 746, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 27124, + offset: 27126, line: 752, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26930, + offset: 26932, line: 746, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26950, + offset: 26952, line: 746, - col: 27, + col: 29, }, }, ExpressionType: "const bool", @@ -72165,14 +72165,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26930, + offset: 26932, line: 746, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26950, + offset: 26952, line: 746, - col: 27, + col: 29, }, }, Name: "hasOutputCountOption", @@ -72182,14 +72182,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26952, + offset: 26954, line: 746, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 27124, + offset: 27126, line: 752, - col: 4, + col: 6, }, }, Statements: [ @@ -72197,28 +72197,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26962, + offset: 26964, line: 747, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26978, + offset: 26980, line: 747, - col: 23, + col: 25, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26962, + offset: 26964, line: 747, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26978, + offset: 26980, line: 747, - col: 23, + col: 25, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -72226,14 +72226,14 @@ '@role': [Boolean, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26962, + offset: 26964, line: 747, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26966, + offset: 26968, line: 747, - col: 11, + col: 13, }, }, IsComplex: false, @@ -72259,14 +72259,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26967, + offset: 26969, line: 747, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 26977, + offset: 26979, line: 747, - col: 22, + col: 24, }, }, DeclaresParameterPack: false, @@ -72274,14 +72274,14 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26970, + offset: 26972, line: 747, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 26977, + offset: 26979, line: 747, - col: 22, + col: 24, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTLiteralExpression", @@ -72289,14 +72289,14 @@ '@role': [Boolean, Expression, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26972, + offset: 26974, line: 747, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 26977, + offset: 26979, line: 747, - col: 22, + col: 24, }, }, ExpressionType: "bool", @@ -72309,14 +72309,14 @@ '@role': [Boolean, Expression, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26972, + offset: 26974, line: 747, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 26977, + offset: 26979, line: 747, - col: 22, + col: 24, }, }, ExpressionType: "bool", @@ -72328,14 +72328,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26967, + offset: 26969, line: 747, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 26969, + offset: 26971, line: 747, - col: 14, + col: 16, }, }, Name: "ok", @@ -72349,28 +72349,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26987, + offset: 26989, line: 748, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27048, + offset: 27050, line: 748, - col: 68, + col: 70, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26987, + offset: 26989, line: 748, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27048, + offset: 27050, line: 748, - col: 68, + col: 70, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -72378,14 +72378,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26987, + offset: 26989, line: 748, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26996, + offset: 26998, line: 748, - col: 16, + col: 18, }, }, IsComplex: false, @@ -72411,14 +72411,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26997, + offset: 26999, line: 748, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 27047, + offset: 27049, line: 748, - col: 67, + col: 69, }, }, DeclaresParameterPack: false, @@ -72426,28 +72426,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27003, + offset: 27005, line: 748, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 27047, + offset: 27049, line: 748, - col: 67, + col: 69, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27005, + offset: 27007, line: 748, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 27047, + offset: 27049, line: 748, - col: 67, + col: 69, }, }, ExpressionType: "", @@ -72458,14 +72458,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27043, + offset: 27045, line: 748, - col: 63, + col: 65, }, end: { '@type': "uast:Position", - offset: 27046, + offset: 27048, line: 748, - col: 66, + col: 68, }, }, ExpressionType: "bool *", @@ -72475,14 +72475,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27044, + offset: 27046, line: 748, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 27046, + offset: 27048, line: 748, - col: 66, + col: 68, }, }, ExpressionType: "bool", @@ -72491,14 +72491,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27044, + offset: 27046, line: 748, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 27046, + offset: 27048, line: 748, - col: 66, + col: 68, }, }, Name: "ok", @@ -72511,14 +72511,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27005, + offset: 27007, line: 748, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 27042, + offset: 27044, line: 748, - col: 62, + col: 64, }, }, ExpressionType: "", @@ -72529,14 +72529,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27037, + offset: 27039, line: 748, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 27042, + offset: 27044, line: 748, - col: 62, + col: 64, }, }, Name: "toInt", @@ -72545,14 +72545,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27005, + offset: 27007, line: 748, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 27036, + offset: 27038, line: 748, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -72563,14 +72563,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27018, + offset: 27020, line: 748, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 27035, + offset: 27037, line: 748, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -72579,14 +72579,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27018, + offset: 27020, line: 748, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 27035, + offset: 27037, line: 748, - col: 55, + col: 57, }, }, Name: "outputCountOption", @@ -72597,14 +72597,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27005, + offset: 27007, line: 748, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 27017, + offset: 27019, line: 748, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -72615,14 +72615,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27012, + offset: 27014, line: 748, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 27017, + offset: 27019, line: 748, - col: 37, + col: 39, }, }, Name: "value", @@ -72631,14 +72631,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27005, + offset: 27007, line: 748, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 27011, + offset: 27013, line: 748, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -72647,14 +72647,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27005, + offset: 27007, line: 748, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 27011, + offset: 27013, line: 748, - col: 31, + col: 33, }, }, Name: "parser", @@ -72668,14 +72668,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27005, + offset: 27007, line: 748, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 27047, + offset: 27049, line: 748, - col: 67, + col: 69, }, }, ExpressionType: "", @@ -72686,14 +72686,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27043, + offset: 27045, line: 748, - col: 63, + col: 65, }, end: { '@type': "uast:Position", - offset: 27046, + offset: 27048, line: 748, - col: 66, + col: 68, }, }, ExpressionType: "bool *", @@ -72703,14 +72703,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27044, + offset: 27046, line: 748, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 27046, + offset: 27048, line: 748, - col: 66, + col: 68, }, }, ExpressionType: "bool", @@ -72719,14 +72719,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27044, + offset: 27046, line: 748, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 27046, + offset: 27048, line: 748, - col: 66, + col: 68, }, }, Name: "ok", @@ -72739,14 +72739,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27005, + offset: 27007, line: 748, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 27042, + offset: 27044, line: 748, - col: 62, + col: 64, }, }, ExpressionType: "", @@ -72757,14 +72757,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27037, + offset: 27039, line: 748, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 27042, + offset: 27044, line: 748, - col: 62, + col: 64, }, }, Name: "toInt", @@ -72773,14 +72773,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27005, + offset: 27007, line: 748, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 27036, + offset: 27038, line: 748, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -72791,14 +72791,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27018, + offset: 27020, line: 748, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 27035, + offset: 27037, line: 748, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -72807,14 +72807,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27018, + offset: 27020, line: 748, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 27035, + offset: 27037, line: 748, - col: 55, + col: 57, }, }, Name: "outputCountOption", @@ -72825,14 +72825,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27005, + offset: 27007, line: 748, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 27017, + offset: 27019, line: 748, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -72843,14 +72843,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27012, + offset: 27014, line: 748, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 27017, + offset: 27019, line: 748, - col: 37, + col: 39, }, }, Name: "value", @@ -72859,14 +72859,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27005, + offset: 27007, line: 748, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 27011, + offset: 27013, line: 748, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -72875,14 +72875,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27005, + offset: 27007, line: 748, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 27011, + offset: 27013, line: 748, - col: 31, + col: 33, }, }, Name: "parser", @@ -72896,14 +72896,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26997, + offset: 26999, line: 748, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 27002, + offset: 27004, line: 748, - col: 22, + col: 24, }, }, Name: "count", @@ -72917,28 +72917,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27057, + offset: 27059, line: 749, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27118, + offset: 27120, line: 751, - col: 8, + col: 10, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27061, + offset: 27063, line: 749, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 27063, + offset: 27065, line: 749, - col: 13, + col: 15, }, }, ExpressionType: "bool", @@ -72947,14 +72947,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27061, + offset: 27063, line: 749, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 27063, + offset: 27065, line: 749, - col: 13, + col: 15, }, }, Name: "ok", @@ -72964,14 +72964,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27065, + offset: 27067, line: 749, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 27118, + offset: 27120, line: 751, - col: 8, + col: 10, }, }, Statements: [ @@ -72979,14 +72979,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27079, + offset: 27081, line: 750, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 27108, + offset: 27110, line: 750, - col: 40, + col: 42, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -72994,14 +72994,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27079, + offset: 27081, line: 750, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 27107, + offset: 27109, line: 750, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: qMax", @@ -73011,14 +73011,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27093, + offset: 27095, line: 750, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 27107, + offset: 27109, line: 750, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: qMax", @@ -73030,14 +73030,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27098, + offset: 27100, line: 750, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 27099, + offset: 27101, line: 750, - col: 31, + col: 33, }, }, ExpressionType: "int", @@ -73049,14 +73049,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27101, + offset: 27103, line: 750, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 27106, + offset: 27108, line: 750, - col: 38, + col: 40, }, }, ExpressionType: "const int", @@ -73065,14 +73065,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27101, + offset: 27103, line: 750, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 27106, + offset: 27108, line: 750, - col: 38, + col: 40, }, }, Name: "count", @@ -73083,14 +73083,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27093, + offset: 27095, line: 750, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 27097, + offset: 27099, line: 750, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -73099,14 +73099,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27093, + offset: 27095, line: 750, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 27097, + offset: 27099, line: 750, - col: 29, + col: 31, }, }, Name: "qMax", @@ -73117,14 +73117,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27079, + offset: 27081, line: 750, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 27090, + offset: 27092, line: 750, - col: 22, + col: 24, }, }, ExpressionType: "int", @@ -73133,14 +73133,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27079, + offset: 27081, line: 750, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 27090, + offset: 27092, line: 750, - col: 22, + col: 24, }, }, Name: "outputCount", @@ -73150,14 +73150,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27093, + offset: 27095, line: 750, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 27107, + offset: 27109, line: 750, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: qMax", @@ -73169,14 +73169,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27098, + offset: 27100, line: 750, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 27099, + offset: 27101, line: 750, - col: 31, + col: 33, }, }, ExpressionType: "int", @@ -73188,14 +73188,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27101, + offset: 27103, line: 750, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 27106, + offset: 27108, line: 750, - col: 38, + col: 40, }, }, ExpressionType: "const int", @@ -73204,14 +73204,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27101, + offset: 27103, line: 750, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 27106, + offset: 27108, line: 750, - col: 38, + col: 40, }, }, Name: "count", @@ -73222,14 +73222,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27093, + offset: 27095, line: 750, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 27097, + offset: 27099, line: 750, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -73238,14 +73238,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27093, + offset: 27095, line: 750, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 27097, + offset: 27099, line: 750, - col: 29, + col: 31, }, }, Name: "qMax", @@ -73264,14 +73264,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27130, + offset: 27132, line: 754, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 27486, + offset: 27488, line: 760, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTBinaryExpression", @@ -73279,14 +73279,14 @@ '@role': [And, Binary, Boolean, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27134, + offset: 27136, line: 754, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27180, + offset: 27182, line: 754, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -73296,14 +73296,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27150, + offset: 27152, line: 754, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 27180, + offset: 27182, line: 754, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -73314,14 +73314,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27163, + offset: 27165, line: 754, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 27179, + offset: 27181, line: 754, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -73330,14 +73330,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27163, + offset: 27165, line: 754, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 27179, + offset: 27181, line: 754, - col: 52, + col: 54, }, }, Name: "x11DisplayOption", @@ -73348,14 +73348,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27150, + offset: 27152, line: 754, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 27162, + offset: 27164, line: 754, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -73366,14 +73366,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27157, + offset: 27159, line: 754, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 27162, + offset: 27164, line: 754, - col: 35, + col: 37, }, }, Name: "isSet", @@ -73382,14 +73382,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27150, + offset: 27152, line: 754, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 27156, + offset: 27158, line: 754, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -73398,14 +73398,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27150, + offset: 27152, line: 754, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 27156, + offset: 27158, line: 754, - col: 29, + col: 31, }, }, Name: "parser", @@ -73417,14 +73417,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27134, + offset: 27136, line: 754, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27146, + offset: 27148, line: 754, - col: 19, + col: 21, }, }, ExpressionType: "const bool", @@ -73433,14 +73433,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27134, + offset: 27136, line: 754, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27146, + offset: 27148, line: 754, - col: 19, + col: 21, }, }, Name: "hasX11Option", @@ -73450,14 +73450,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27150, + offset: 27152, line: 754, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 27180, + offset: 27182, line: 754, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -73468,14 +73468,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27163, + offset: 27165, line: 754, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 27179, + offset: 27181, line: 754, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -73484,14 +73484,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27163, + offset: 27165, line: 754, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 27179, + offset: 27181, line: 754, - col: 52, + col: 54, }, }, Name: "x11DisplayOption", @@ -73502,14 +73502,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27150, + offset: 27152, line: 754, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 27162, + offset: 27164, line: 754, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -73520,14 +73520,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27157, + offset: 27159, line: 754, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 27162, + offset: 27164, line: 754, - col: 35, + col: 37, }, }, Name: "isSet", @@ -73536,14 +73536,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27150, + offset: 27152, line: 754, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 27156, + offset: 27158, line: 754, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -73552,14 +73552,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27150, + offset: 27152, line: 754, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 27156, + offset: 27158, line: 754, - col: 29, + col: 31, }, }, Name: "parser", @@ -73572,14 +73572,14 @@ '@role': [Else, If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27303, + offset: 27305, line: 757, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 27486, + offset: 27488, line: 760, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTBinaryExpression", @@ -73587,14 +73587,14 @@ '@role': [And, Binary, Boolean, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27307, + offset: 27309, line: 757, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 27361, + offset: 27363, line: 757, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -73604,14 +73604,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27327, + offset: 27329, line: 757, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 27361, + offset: 27363, line: 757, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -73622,14 +73622,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27340, + offset: 27342, line: 757, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 27360, + offset: 27362, line: 757, - col: 67, + col: 69, }, }, ExpressionType: "", @@ -73638,14 +73638,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27340, + offset: 27342, line: 757, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 27360, + offset: 27362, line: 757, - col: 67, + col: 69, }, }, Name: "waylandDisplayOption", @@ -73656,14 +73656,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27327, + offset: 27329, line: 757, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 27339, + offset: 27341, line: 757, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -73674,14 +73674,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27334, + offset: 27336, line: 757, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 27339, + offset: 27341, line: 757, - col: 46, + col: 48, }, }, Name: "isSet", @@ -73690,14 +73690,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27327, + offset: 27329, line: 757, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 27333, + offset: 27335, line: 757, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -73706,14 +73706,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27327, + offset: 27329, line: 757, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 27333, + offset: 27335, line: 757, - col: 40, + col: 42, }, }, Name: "parser", @@ -73725,14 +73725,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27307, + offset: 27309, line: 757, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 27323, + offset: 27325, line: 757, - col: 30, + col: 32, }, }, ExpressionType: "const bool", @@ -73741,14 +73741,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27307, + offset: 27309, line: 757, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 27323, + offset: 27325, line: 757, - col: 30, + col: 32, }, }, Name: "hasWaylandOption", @@ -73758,14 +73758,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27327, + offset: 27329, line: 757, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 27361, + offset: 27363, line: 757, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -73776,14 +73776,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27340, + offset: 27342, line: 757, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 27360, + offset: 27362, line: 757, - col: 67, + col: 69, }, }, ExpressionType: "", @@ -73792,14 +73792,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27340, + offset: 27342, line: 757, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 27360, + offset: 27362, line: 757, - col: 67, + col: 69, }, }, Name: "waylandDisplayOption", @@ -73810,14 +73810,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27327, + offset: 27329, line: 757, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 27339, + offset: 27341, line: 757, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -73828,14 +73828,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27334, + offset: 27336, line: 757, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 27339, + offset: 27341, line: 757, - col: 46, + col: 48, }, }, Name: "isSet", @@ -73844,14 +73844,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27327, + offset: 27329, line: 757, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 27333, + offset: 27335, line: 757, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -73860,14 +73860,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27327, + offset: 27329, line: 757, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 27333, + offset: 27335, line: 757, - col: 40, + col: 42, }, }, Name: "parser", @@ -73880,14 +73880,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27363, + offset: 27365, line: 757, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 27486, + offset: 27488, line: 760, - col: 4, + col: 6, }, }, Statements: [ @@ -73895,14 +73895,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27373, + offset: 27375, line: 758, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27436, + offset: 27438, line: 758, - col: 70, + col: 72, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -73910,14 +73910,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27373, + offset: 27375, line: 758, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27435, + offset: 27437, line: 758, - col: 69, + col: 71, }, }, ExpressionType: "", @@ -73927,14 +73927,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27392, + offset: 27394, line: 758, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27435, + offset: 27437, line: 758, - col: 69, + col: 71, }, }, ExpressionType: "", @@ -73944,14 +73944,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27392, + offset: 27394, line: 758, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27433, + offset: 27435, line: 758, - col: 67, + col: 69, }, }, ExpressionType: "", @@ -73962,14 +73962,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27427, + offset: 27429, line: 758, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 27433, + offset: 27435, line: 758, - col: 67, + col: 69, }, }, Name: "toUtf8", @@ -73978,14 +73978,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27392, + offset: 27394, line: 758, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27426, + offset: 27428, line: 758, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -73996,14 +73996,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27405, + offset: 27407, line: 758, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 27425, + offset: 27427, line: 758, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -74012,14 +74012,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27405, + offset: 27407, line: 758, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 27425, + offset: 27427, line: 758, - col: 59, + col: 61, }, }, Name: "waylandDisplayOption", @@ -74030,14 +74030,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27392, + offset: 27394, line: 758, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27404, + offset: 27406, line: 758, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -74048,14 +74048,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27399, + offset: 27401, line: 758, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 27404, + offset: 27406, line: 758, - col: 38, + col: 40, }, }, Name: "value", @@ -74064,14 +74064,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27392, + offset: 27394, line: 758, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27398, + offset: 27400, line: 758, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -74080,14 +74080,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27392, + offset: 27394, line: 758, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27398, + offset: 27400, line: 758, - col: 32, + col: 34, }, }, Name: "parser", @@ -74101,14 +74101,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27373, + offset: 27375, line: 758, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27389, + offset: 27391, line: 758, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -74117,14 +74117,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27373, + offset: 27375, line: 758, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27389, + offset: 27391, line: 758, - col: 23, + col: 25, }, }, Name: "deviceIdentifier", @@ -74134,14 +74134,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27392, + offset: 27394, line: 758, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27435, + offset: 27437, line: 758, - col: 69, + col: 71, }, }, ExpressionType: "", @@ -74151,14 +74151,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27392, + offset: 27394, line: 758, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27433, + offset: 27435, line: 758, - col: 67, + col: 69, }, }, ExpressionType: "", @@ -74169,14 +74169,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27427, + offset: 27429, line: 758, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 27433, + offset: 27435, line: 758, - col: 67, + col: 69, }, }, Name: "toUtf8", @@ -74185,14 +74185,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27392, + offset: 27394, line: 758, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27426, + offset: 27428, line: 758, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -74203,14 +74203,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27405, + offset: 27407, line: 758, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 27425, + offset: 27427, line: 758, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -74219,14 +74219,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27405, + offset: 27407, line: 758, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 27425, + offset: 27427, line: 758, - col: 59, + col: 61, }, }, Name: "waylandDisplayOption", @@ -74237,14 +74237,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27392, + offset: 27394, line: 758, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27404, + offset: 27406, line: 758, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -74255,14 +74255,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27399, + offset: 27401, line: 758, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 27404, + offset: 27406, line: 758, - col: 38, + col: 40, }, }, Name: "value", @@ -74271,14 +74271,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27392, + offset: 27394, line: 758, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27398, + offset: 27400, line: 758, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -74287,14 +74287,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27392, + offset: 27394, line: 758, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27398, + offset: 27400, line: 758, - col: 32, + col: 34, }, }, Name: "parser", @@ -74310,14 +74310,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27445, + offset: 27447, line: 759, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27480, + offset: 27482, line: 759, - col: 42, + col: 44, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -74325,14 +74325,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27445, + offset: 27447, line: 759, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27479, + offset: 27481, line: 759, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -74342,14 +74342,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27458, + offset: 27460, line: 759, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27479, + offset: 27481, line: 759, - col: 41, + col: 43, }, }, ExpressionType: "const ?", @@ -74358,14 +74358,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27458, + offset: 27460, line: 759, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27479, + offset: 27481, line: 759, - col: 41, + col: 43, }, }, Names: [ @@ -74382,14 +74382,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27445, + offset: 27447, line: 759, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27455, + offset: 27457, line: 759, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -74398,14 +74398,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27445, + offset: 27447, line: 759, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27455, + offset: 27457, line: 759, - col: 17, + col: 19, }, }, Name: "pluginName", @@ -74415,14 +74415,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27458, + offset: 27460, line: 759, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27479, + offset: 27481, line: 759, - col: 41, + col: 43, }, }, ExpressionType: "const ?", @@ -74431,14 +74431,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27458, + offset: 27460, line: 759, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27479, + offset: 27481, line: 759, - col: 41, + col: 43, }, }, Names: [ @@ -74460,14 +74460,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27182, + offset: 27184, line: 754, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 27297, + offset: 27299, line: 757, - col: 4, + col: 6, }, }, Statements: [ @@ -74475,14 +74475,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27192, + offset: 27194, line: 755, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27251, + offset: 27253, line: 755, - col: 66, + col: 68, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -74490,14 +74490,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27192, + offset: 27194, line: 755, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27250, + offset: 27252, line: 755, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -74507,14 +74507,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27211, + offset: 27213, line: 755, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27250, + offset: 27252, line: 755, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -74524,14 +74524,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27211, + offset: 27213, line: 755, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27248, + offset: 27250, line: 755, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -74542,14 +74542,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27242, + offset: 27244, line: 755, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 27248, + offset: 27250, line: 755, - col: 63, + col: 65, }, }, Name: "toUtf8", @@ -74558,14 +74558,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27211, + offset: 27213, line: 755, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27241, + offset: 27243, line: 755, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -74576,14 +74576,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27224, + offset: 27226, line: 755, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 27240, + offset: 27242, line: 755, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -74592,14 +74592,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27224, + offset: 27226, line: 755, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 27240, + offset: 27242, line: 755, - col: 55, + col: 57, }, }, Name: "x11DisplayOption", @@ -74610,14 +74610,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27211, + offset: 27213, line: 755, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27223, + offset: 27225, line: 755, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -74628,14 +74628,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27218, + offset: 27220, line: 755, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 27223, + offset: 27225, line: 755, - col: 38, + col: 40, }, }, Name: "value", @@ -74644,14 +74644,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27211, + offset: 27213, line: 755, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27217, + offset: 27219, line: 755, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -74660,14 +74660,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27211, + offset: 27213, line: 755, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27217, + offset: 27219, line: 755, - col: 32, + col: 34, }, }, Name: "parser", @@ -74681,14 +74681,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27192, + offset: 27194, line: 755, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27208, + offset: 27210, line: 755, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -74697,14 +74697,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27192, + offset: 27194, line: 755, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27208, + offset: 27210, line: 755, - col: 23, + col: 25, }, }, Name: "deviceIdentifier", @@ -74714,14 +74714,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27211, + offset: 27213, line: 755, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27250, + offset: 27252, line: 755, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -74731,14 +74731,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27211, + offset: 27213, line: 755, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27248, + offset: 27250, line: 755, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -74749,14 +74749,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27242, + offset: 27244, line: 755, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 27248, + offset: 27250, line: 755, - col: 63, + col: 65, }, }, Name: "toUtf8", @@ -74765,14 +74765,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27211, + offset: 27213, line: 755, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27241, + offset: 27243, line: 755, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -74783,14 +74783,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27224, + offset: 27226, line: 755, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 27240, + offset: 27242, line: 755, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -74799,14 +74799,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27224, + offset: 27226, line: 755, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 27240, + offset: 27242, line: 755, - col: 55, + col: 57, }, }, Name: "x11DisplayOption", @@ -74817,14 +74817,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27211, + offset: 27213, line: 755, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27223, + offset: 27225, line: 755, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -74835,14 +74835,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27218, + offset: 27220, line: 755, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 27223, + offset: 27225, line: 755, - col: 38, + col: 40, }, }, Name: "value", @@ -74851,14 +74851,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27211, + offset: 27213, line: 755, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27217, + offset: 27219, line: 755, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -74867,14 +74867,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27211, + offset: 27213, line: 755, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27217, + offset: 27219, line: 755, - col: 32, + col: 34, }, }, Name: "parser", @@ -74890,14 +74890,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27260, + offset: 27262, line: 756, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27291, + offset: 27293, line: 756, - col: 38, + col: 40, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -74905,14 +74905,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27260, + offset: 27262, line: 756, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27290, + offset: 27292, line: 756, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -74922,14 +74922,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27273, + offset: 27275, line: 756, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27290, + offset: 27292, line: 756, - col: 37, + col: 39, }, }, ExpressionType: "const ?", @@ -74938,14 +74938,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27273, + offset: 27275, line: 756, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27290, + offset: 27292, line: 756, - col: 37, + col: 39, }, }, Names: [ @@ -74962,14 +74962,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27260, + offset: 27262, line: 756, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27270, + offset: 27272, line: 756, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -74978,14 +74978,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27260, + offset: 27262, line: 756, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27270, + offset: 27272, line: 756, - col: 17, + col: 19, }, }, Name: "pluginName", @@ -74995,14 +74995,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27273, + offset: 27275, line: 756, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27290, + offset: 27292, line: 756, - col: 37, + col: 39, }, }, ExpressionType: "const ?", @@ -75011,14 +75011,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27273, + offset: 27275, line: 756, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27290, + offset: 27292, line: 756, - col: 37, + col: 39, }, }, Names: [ @@ -75040,14 +75040,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27492, + offset: 27494, line: 762, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 27677, + offset: 27679, line: 765, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTBinaryExpression", @@ -75055,14 +75055,14 @@ '@role': [And, Binary, Boolean, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27496, + offset: 27498, line: 762, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27551, + offset: 27553, line: 762, - col: 62, + col: 64, }, }, ExpressionType: "", @@ -75072,14 +75072,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27520, + offset: 27522, line: 762, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 27551, + offset: 27553, line: 762, - col: 62, + col: 64, }, }, ExpressionType: "", @@ -75090,14 +75090,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27533, + offset: 27535, line: 762, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 27550, + offset: 27552, line: 762, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -75106,14 +75106,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27533, + offset: 27535, line: 762, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 27550, + offset: 27552, line: 762, - col: 61, + col: 63, }, }, Name: "framebufferOption", @@ -75124,14 +75124,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27520, + offset: 27522, line: 762, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 27532, + offset: 27534, line: 762, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -75142,14 +75142,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27527, + offset: 27529, line: 762, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 27532, + offset: 27534, line: 762, - col: 43, + col: 45, }, }, Name: "isSet", @@ -75158,14 +75158,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27520, + offset: 27522, line: 762, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 27526, + offset: 27528, line: 762, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -75174,14 +75174,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27520, + offset: 27522, line: 762, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 27526, + offset: 27528, line: 762, - col: 37, + col: 39, }, }, Name: "parser", @@ -75193,14 +75193,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27496, + offset: 27498, line: 762, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27516, + offset: 27518, line: 762, - col: 27, + col: 29, }, }, ExpressionType: "const bool", @@ -75209,14 +75209,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27496, + offset: 27498, line: 762, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27516, + offset: 27518, line: 762, - col: 27, + col: 29, }, }, Name: "hasFramebufferOption", @@ -75226,14 +75226,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27520, + offset: 27522, line: 762, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 27551, + offset: 27553, line: 762, - col: 62, + col: 64, }, }, ExpressionType: "", @@ -75244,14 +75244,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27533, + offset: 27535, line: 762, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 27550, + offset: 27552, line: 762, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -75260,14 +75260,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27533, + offset: 27535, line: 762, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 27550, + offset: 27552, line: 762, - col: 61, + col: 63, }, }, Name: "framebufferOption", @@ -75278,14 +75278,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27520, + offset: 27522, line: 762, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 27532, + offset: 27534, line: 762, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -75296,14 +75296,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27527, + offset: 27529, line: 762, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 27532, + offset: 27534, line: 762, - col: 43, + col: 45, }, }, Name: "isSet", @@ -75312,14 +75312,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27520, + offset: 27522, line: 762, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 27526, + offset: 27528, line: 762, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -75328,14 +75328,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27520, + offset: 27522, line: 762, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 27526, + offset: 27528, line: 762, - col: 37, + col: 39, }, }, Name: "parser", @@ -75348,14 +75348,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27553, + offset: 27555, line: 762, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 27677, + offset: 27679, line: 765, - col: 4, + col: 6, }, }, Statements: [ @@ -75363,14 +75363,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27563, + offset: 27565, line: 763, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27596, + offset: 27598, line: 763, - col: 40, + col: 42, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -75378,14 +75378,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27563, + offset: 27565, line: 763, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27595, + offset: 27597, line: 763, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -75395,14 +75395,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27576, + offset: 27578, line: 763, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27595, + offset: 27597, line: 763, - col: 39, + col: 41, }, }, ExpressionType: "const ?", @@ -75411,14 +75411,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27576, + offset: 27578, line: 763, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27595, + offset: 27597, line: 763, - col: 39, + col: 41, }, }, Names: [ @@ -75435,14 +75435,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27563, + offset: 27565, line: 763, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27573, + offset: 27575, line: 763, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -75451,14 +75451,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27563, + offset: 27565, line: 763, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27573, + offset: 27575, line: 763, - col: 17, + col: 19, }, }, Name: "pluginName", @@ -75468,14 +75468,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27576, + offset: 27578, line: 763, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27595, + offset: 27597, line: 763, - col: 39, + col: 41, }, }, ExpressionType: "const ?", @@ -75484,14 +75484,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27576, + offset: 27578, line: 763, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27595, + offset: 27597, line: 763, - col: 39, + col: 41, }, }, Names: [ @@ -75510,14 +75510,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27605, + offset: 27607, line: 764, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27671, + offset: 27673, line: 764, - col: 73, + col: 75, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -75525,14 +75525,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27605, + offset: 27607, line: 764, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27670, + offset: 27672, line: 764, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -75542,14 +75542,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27624, + offset: 27626, line: 764, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27670, + offset: 27672, line: 764, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -75559,14 +75559,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27624, + offset: 27626, line: 764, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27668, + offset: 27670, line: 764, - col: 70, + col: 72, }, }, ExpressionType: "", @@ -75577,14 +75577,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27662, + offset: 27664, line: 764, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 27668, + offset: 27670, line: 764, - col: 70, + col: 72, }, }, Name: "toUtf8", @@ -75593,14 +75593,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27624, + offset: 27626, line: 764, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27661, + offset: 27663, line: 764, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -75611,14 +75611,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27637, + offset: 27639, line: 764, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 27660, + offset: 27662, line: 764, - col: 62, + col: 64, }, }, ExpressionType: "", @@ -75627,14 +75627,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27637, + offset: 27639, line: 764, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 27660, + offset: 27662, line: 764, - col: 62, + col: 64, }, }, Name: "framebufferDeviceOption", @@ -75645,14 +75645,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27624, + offset: 27626, line: 764, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27636, + offset: 27638, line: 764, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -75663,14 +75663,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27631, + offset: 27633, line: 764, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 27636, + offset: 27638, line: 764, - col: 38, + col: 40, }, }, Name: "value", @@ -75679,14 +75679,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27624, + offset: 27626, line: 764, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27630, + offset: 27632, line: 764, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -75695,14 +75695,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27624, + offset: 27626, line: 764, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27630, + offset: 27632, line: 764, - col: 32, + col: 34, }, }, Name: "parser", @@ -75716,14 +75716,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27605, + offset: 27607, line: 764, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27621, + offset: 27623, line: 764, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -75732,14 +75732,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27605, + offset: 27607, line: 764, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27621, + offset: 27623, line: 764, - col: 23, + col: 25, }, }, Name: "deviceIdentifier", @@ -75749,14 +75749,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27624, + offset: 27626, line: 764, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27670, + offset: 27672, line: 764, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -75766,14 +75766,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27624, + offset: 27626, line: 764, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27668, + offset: 27670, line: 764, - col: 70, + col: 72, }, }, ExpressionType: "", @@ -75784,14 +75784,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27662, + offset: 27664, line: 764, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 27668, + offset: 27670, line: 764, - col: 70, + col: 72, }, }, Name: "toUtf8", @@ -75800,14 +75800,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27624, + offset: 27626, line: 764, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27661, + offset: 27663, line: 764, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -75818,14 +75818,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27637, + offset: 27639, line: 764, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 27660, + offset: 27662, line: 764, - col: 62, + col: 64, }, }, ExpressionType: "", @@ -75834,14 +75834,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27637, + offset: 27639, line: 764, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 27660, + offset: 27662, line: 764, - col: 62, + col: 64, }, }, Name: "framebufferDeviceOption", @@ -75852,14 +75852,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27624, + offset: 27626, line: 764, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27636, + offset: 27638, line: 764, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -75870,14 +75870,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27631, + offset: 27633, line: 764, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 27636, + offset: 27638, line: 764, - col: 38, + col: 40, }, }, Name: "value", @@ -75886,14 +75886,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27624, + offset: 27626, line: 764, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27630, + offset: 27632, line: 764, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -75902,14 +75902,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27624, + offset: 27626, line: 764, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27630, + offset: 27632, line: 764, - col: 32, + col: 34, }, }, Name: "parser", @@ -75928,14 +75928,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27826, + offset: 27828, line: 771, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 27932, + offset: 27934, line: 773, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTBinaryExpression", @@ -75943,14 +75943,14 @@ '@role': [And, Binary, Boolean, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27830, + offset: 27832, line: 771, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27879, + offset: 27881, line: 771, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -75960,14 +75960,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27850, + offset: 27852, line: 771, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 27879, + offset: 27881, line: 771, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -75978,14 +75978,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27863, + offset: 27865, line: 771, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 27878, + offset: 27880, line: 771, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -75994,14 +75994,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27863, + offset: 27865, line: 771, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 27878, + offset: 27880, line: 771, - col: 55, + col: 57, }, }, Name: "virtualFbOption", @@ -76012,14 +76012,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27850, + offset: 27852, line: 771, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 27862, + offset: 27864, line: 771, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -76030,14 +76030,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27857, + offset: 27859, line: 771, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 27862, + offset: 27864, line: 771, - col: 39, + col: 41, }, }, Name: "isSet", @@ -76046,14 +76046,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27850, + offset: 27852, line: 771, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 27856, + offset: 27858, line: 771, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -76062,14 +76062,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27850, + offset: 27852, line: 771, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 27856, + offset: 27858, line: 771, - col: 33, + col: 35, }, }, Name: "parser", @@ -76081,14 +76081,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27830, + offset: 27832, line: 771, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27846, + offset: 27848, line: 771, - col: 23, + col: 25, }, }, ExpressionType: "const bool", @@ -76097,14 +76097,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27830, + offset: 27832, line: 771, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27846, + offset: 27848, line: 771, - col: 23, + col: 25, }, }, Name: "hasVirtualOption", @@ -76114,14 +76114,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27850, + offset: 27852, line: 771, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 27879, + offset: 27881, line: 771, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -76132,14 +76132,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27863, + offset: 27865, line: 771, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 27878, + offset: 27880, line: 771, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -76148,14 +76148,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27863, + offset: 27865, line: 771, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 27878, + offset: 27880, line: 771, - col: 55, + col: 57, }, }, Name: "virtualFbOption", @@ -76166,14 +76166,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27850, + offset: 27852, line: 771, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 27862, + offset: 27864, line: 771, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -76184,14 +76184,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27857, + offset: 27859, line: 771, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 27862, + offset: 27864, line: 771, - col: 39, + col: 41, }, }, Name: "isSet", @@ -76200,14 +76200,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27850, + offset: 27852, line: 771, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 27856, + offset: 27858, line: 771, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -76216,14 +76216,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27850, + offset: 27852, line: 771, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 27856, + offset: 27858, line: 771, - col: 33, + col: 35, }, }, Name: "parser", @@ -76236,14 +76236,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27881, + offset: 27883, line: 771, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 27932, + offset: 27934, line: 773, - col: 4, + col: 6, }, }, Statements: [ @@ -76251,14 +76251,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27891, + offset: 27893, line: 772, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27926, + offset: 27928, line: 772, - col: 42, + col: 44, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -76266,14 +76266,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27891, + offset: 27893, line: 772, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27925, + offset: 27927, line: 772, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -76283,14 +76283,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27904, + offset: 27906, line: 772, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27925, + offset: 27927, line: 772, - col: 41, + col: 43, }, }, ExpressionType: "const ?", @@ -76299,14 +76299,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27904, + offset: 27906, line: 772, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27925, + offset: 27927, line: 772, - col: 41, + col: 43, }, }, Names: [ @@ -76323,14 +76323,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27891, + offset: 27893, line: 772, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27901, + offset: 27903, line: 772, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -76339,14 +76339,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27891, + offset: 27893, line: 772, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27901, + offset: 27903, line: 772, - col: 17, + col: 19, }, }, Name: "pluginName", @@ -76356,14 +76356,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27904, + offset: 27906, line: 772, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27925, + offset: 27927, line: 772, - col: 41, + col: 43, }, }, ExpressionType: "const ?", @@ -76372,14 +76372,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27904, + offset: 27906, line: 772, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27925, + offset: 27927, line: 772, - col: 41, + col: 43, }, }, Names: [ @@ -76401,28 +76401,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27938, + offset: 27940, line: 775, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 28139, + offset: 28141, line: 778, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27942, + offset: 27944, line: 775, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27962, + offset: 27964, line: 775, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -76432,14 +76432,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27942, + offset: 27944, line: 775, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27960, + offset: 27962, line: 775, - col: 25, + col: 27, }, }, ExpressionType: "", @@ -76450,14 +76450,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27953, + offset: 27955, line: 775, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 27960, + offset: 27962, line: 775, - col: 25, + col: 27, }, }, Name: "isEmpty", @@ -76466,14 +76466,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27942, + offset: 27944, line: 775, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27952, + offset: 27954, line: 775, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -76482,14 +76482,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27942, + offset: 27944, line: 775, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27952, + offset: 27954, line: 775, - col: 17, + col: 19, }, }, Name: "pluginName", @@ -76501,14 +76501,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27964, + offset: 27966, line: 775, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 28139, + offset: 28141, line: 778, - col: 4, + col: 6, }, }, Statements: [ @@ -76516,14 +76516,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27974, + offset: 27976, line: 776, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28077, + offset: 28079, line: 776, - col: 110, + col: 112, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -76531,14 +76531,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27974, + offset: 27976, line: 776, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28076, + offset: 28078, line: 776, - col: 109, + col: 111, }, }, ExpressionType: "", @@ -76548,14 +76548,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28067, + offset: 28069, line: 776, - col: 100, + col: 102, }, end: { '@type': "uast:Position", - offset: 28076, + offset: 28078, line: 776, - col: 109, + col: 111, }, }, ExpressionType: "", @@ -76564,14 +76564,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28067, + offset: 28069, line: 776, - col: 100, + col: 102, }, end: { '@type': "uast:Position", - offset: 28076, + offset: 28078, line: 776, - col: 109, + col: 111, }, }, Names: [ @@ -76589,14 +76589,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27974, + offset: 27976, line: 776, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28063, + offset: 28065, line: 776, - col: 96, + col: 98, }, }, ExpressionType: "", @@ -76606,14 +76606,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27987, + offset: 27989, line: 776, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 28063, + offset: 28065, line: 776, - col: 96, + col: 98, }, }, Format: "", @@ -76623,14 +76623,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27974, + offset: 27976, line: 776, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27983, + offset: 27985, line: 776, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -76639,14 +76639,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27974, + offset: 27976, line: 776, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27983, + offset: 27985, line: 776, - col: 16, + col: 18, }, }, Names: [ @@ -76663,14 +76663,14 @@ '@role': [Binary, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27987, + offset: 27989, line: 776, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 28063, + offset: 28065, line: 776, - col: 96, + col: 98, }, }, Format: "", @@ -76681,14 +76681,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28067, + offset: 28069, line: 776, - col: 100, + col: 102, }, end: { '@type': "uast:Position", - offset: 28076, + offset: 28078, line: 776, - col: 109, + col: 111, }, }, ExpressionType: "", @@ -76697,14 +76697,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28067, + offset: 28069, line: 776, - col: 100, + col: 102, }, end: { '@type': "uast:Position", - offset: 28076, + offset: 28078, line: 776, - col: 109, + col: 111, }, }, Names: [ @@ -76723,14 +76723,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28086, + offset: 28088, line: 777, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28133, + offset: 28135, line: 777, - col: 54, + col: 56, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -76738,14 +76738,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28086, + offset: 28088, line: 777, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28132, + offset: 28134, line: 777, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -76755,14 +76755,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28099, + offset: 28101, line: 777, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 28132, + offset: 28134, line: 777, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -76772,14 +76772,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28099, + offset: 28101, line: 777, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 28130, + offset: 28132, line: 777, - col: 51, + col: 53, }, }, ExpressionType: "? ()", @@ -76788,14 +76788,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28099, + offset: 28101, line: 777, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 28130, + offset: 28132, line: 777, - col: 51, + col: 53, }, }, Names: [ @@ -76813,14 +76813,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28086, + offset: 28088, line: 777, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28096, + offset: 28098, line: 777, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -76829,14 +76829,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28086, + offset: 28088, line: 777, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28096, + offset: 28098, line: 777, - col: 17, + col: 19, }, }, Name: "pluginName", @@ -76846,14 +76846,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28099, + offset: 28101, line: 777, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 28132, + offset: 28134, line: 777, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -76863,14 +76863,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28099, + offset: 28101, line: 777, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 28130, + offset: 28132, line: 777, - col: 51, + col: 53, }, }, ExpressionType: "? ()", @@ -76879,14 +76879,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28099, + offset: 28101, line: 777, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 28130, + offset: 28132, line: 777, - col: 51, + col: 53, }, }, Names: [ @@ -76909,28 +76909,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28145, + offset: 28147, line: 780, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 28348, + offset: 28350, line: 784, - col: 5, + col: 7, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28145, + offset: 28147, line: 780, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 28348, + offset: 28350, line: 784, - col: 5, + col: 7, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -76938,14 +76938,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28145, + offset: 28147, line: 780, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 28149, + offset: 28151, line: 780, - col: 7, + col: 9, }, }, IsComplex: false, @@ -76971,14 +76971,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28150, + offset: 28152, line: 780, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 28347, + offset: 28349, line: 784, - col: 4, + col: 6, }, }, DeclaresParameterPack: false, @@ -76986,28 +76986,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28159, + offset: 28161, line: 780, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 28347, + offset: 28349, line: 784, - col: 4, + col: 6, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28161, + offset: 28163, line: 780, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 28347, + offset: 28349, line: 784, - col: 4, + col: 6, }, }, ExpressionType: "Attempt to use symbol failed: find_if", @@ -77018,14 +77018,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28174, + offset: 28176, line: 780, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 28198, + offset: 28200, line: 780, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -77035,14 +77035,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28174, + offset: 28176, line: 780, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 28196, + offset: 28198, line: 780, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -77053,14 +77053,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28191, + offset: 28193, line: 780, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 28196, + offset: 28198, line: 780, - col: 54, + col: 56, }, }, Name: "begin", @@ -77069,14 +77069,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28174, + offset: 28176, line: 780, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 28190, + offset: 28192, line: 780, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -77085,14 +77085,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28174, + offset: 28176, line: 780, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 28190, + offset: 28192, line: 780, - col: 48, + col: 50, }, }, Name: "availablePlugins", @@ -77104,14 +77104,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28200, + offset: 28202, line: 780, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 28222, + offset: 28224, line: 780, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -77121,14 +77121,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28200, + offset: 28202, line: 780, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 28220, + offset: 28222, line: 780, - col: 78, + col: 80, }, }, ExpressionType: "", @@ -77139,14 +77139,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28217, + offset: 28219, line: 780, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 28220, + offset: 28222, line: 780, - col: 78, + col: 80, }, }, Name: "end", @@ -77155,14 +77155,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28200, + offset: 28202, line: 780, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 28216, + offset: 28218, line: 780, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -77171,14 +77171,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28200, + offset: 28202, line: 780, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 28216, + offset: 28218, line: 780, - col: 74, + col: 76, }, }, Name: "availablePlugins", @@ -77190,14 +77190,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28232, + offset: 28234, line: 781, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28341, + offset: 28343, line: 783, - col: 8, + col: 10, }, }, ExpressionType: "[&pluginName] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == pluginName;\n }", @@ -77207,14 +77207,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28278, + offset: 28280, line: 781, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 28341, + offset: 28343, line: 783, - col: 8, + col: 10, }, }, Statements: [ @@ -77222,14 +77222,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28292, + offset: 28294, line: 782, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 28331, + offset: 28333, line: 782, - col: 50, + col: 52, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTBinaryExpression", @@ -77237,14 +77237,14 @@ '@role': [Binary, Equal, Expression, Relational, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28299, + offset: 28301, line: 782, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 28330, + offset: 28332, line: 782, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -77254,14 +77254,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28320, + offset: 28322, line: 782, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 28330, + offset: 28332, line: 782, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -77270,14 +77270,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28320, + offset: 28322, line: 782, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 28330, + offset: 28332, line: 782, - col: 49, + col: 51, }, }, Name: "pluginName", @@ -77287,14 +77287,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28299, + offset: 28301, line: 782, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 28316, + offset: 28318, line: 782, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -77304,14 +77304,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28299, + offset: 28301, line: 782, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 28314, + offset: 28316, line: 782, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -77322,14 +77322,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28306, + offset: 28308, line: 782, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 28314, + offset: 28316, line: 782, - col: 33, + col: 35, }, }, Name: "pluginId", @@ -77338,14 +77338,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28299, + offset: 28301, line: 782, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 28305, + offset: 28307, line: 782, - col: 24, + col: 26, }, }, ExpressionType: "const ?", @@ -77354,14 +77354,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28299, + offset: 28301, line: 782, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 28305, + offset: 28307, line: 782, - col: 24, + col: 26, }, }, Name: "plugin", @@ -77373,14 +77373,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28320, + offset: 28322, line: 782, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 28330, + offset: 28332, line: 782, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -77389,14 +77389,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28320, + offset: 28322, line: 782, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 28330, + offset: 28332, line: 782, - col: 49, + col: 51, }, }, Name: "pluginName", @@ -77408,14 +77408,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28299, + offset: 28301, line: 782, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 28330, + offset: 28332, line: 782, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -77425,14 +77425,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28320, + offset: 28322, line: 782, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 28330, + offset: 28332, line: 782, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -77441,14 +77441,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28320, + offset: 28322, line: 782, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 28330, + offset: 28332, line: 782, - col: 49, + col: 51, }, }, Name: "pluginName", @@ -77458,14 +77458,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28299, + offset: 28301, line: 782, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 28316, + offset: 28318, line: 782, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -77475,14 +77475,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28299, + offset: 28301, line: 782, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 28314, + offset: 28316, line: 782, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -77493,14 +77493,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28306, + offset: 28308, line: 782, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 28314, + offset: 28316, line: 782, - col: 33, + col: 35, }, }, Name: "pluginId", @@ -77509,14 +77509,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28299, + offset: 28301, line: 782, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 28305, + offset: 28307, line: 782, - col: 24, + col: 26, }, }, ExpressionType: "const ?", @@ -77525,14 +77525,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28299, + offset: 28301, line: 782, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 28305, + offset: 28307, line: 782, - col: 24, + col: 26, }, }, Name: "plugin", @@ -77544,14 +77544,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28320, + offset: 28322, line: 782, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 28330, + offset: 28332, line: 782, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -77560,14 +77560,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28320, + offset: 28322, line: 782, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 28330, + offset: 28332, line: 782, - col: 49, + col: 51, }, }, Name: "pluginName", @@ -77582,14 +77582,14 @@ '@role': [Declaration, Function, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28234, + offset: 28236, line: 781, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 28244, + offset: 28246, line: 781, - col: 19, + col: 21, }, }, Name: "pluginName", @@ -77599,14 +77599,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28246, + offset: 28248, line: 781, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 28277, + offset: 28279, line: 781, - col: 52, + col: 54, }, }, IsConst: false, @@ -77620,28 +77620,28 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28269, + offset: 28271, line: 781, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 28276, + offset: 28278, line: 781, - col: 51, + col: 53, }, }, DeclaresParameterPack: false, 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28270, + offset: 28272, line: 781, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 28276, + offset: 28278, line: 781, - col: 51, + col: 53, }, }, Name: "plugin", @@ -77651,14 +77651,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28247, + offset: 28249, line: 781, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 28268, + offset: 28270, line: 781, - col: 43, + col: 45, }, }, IsConst: true, @@ -77674,14 +77674,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28253, + offset: 28255, line: 781, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 28268, + offset: 28270, line: 781, - col: 43, + col: 45, }, }, Name: "KPluginMetaData", @@ -77698,14 +77698,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28161, + offset: 28163, line: 780, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 28173, + offset: 28175, line: 780, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -77714,14 +77714,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28161, + offset: 28163, line: 780, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 28173, + offset: 28175, line: 780, - col: 31, + col: 33, }, }, Names: [ @@ -77739,14 +77739,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28161, + offset: 28163, line: 780, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 28347, + offset: 28349, line: 784, - col: 4, + col: 6, }, }, ExpressionType: "Attempt to use symbol failed: find_if", @@ -77757,14 +77757,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28174, + offset: 28176, line: 780, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 28198, + offset: 28200, line: 780, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -77774,14 +77774,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28174, + offset: 28176, line: 780, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 28196, + offset: 28198, line: 780, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -77792,14 +77792,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28191, + offset: 28193, line: 780, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 28196, + offset: 28198, line: 780, - col: 54, + col: 56, }, }, Name: "begin", @@ -77808,14 +77808,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28174, + offset: 28176, line: 780, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 28190, + offset: 28192, line: 780, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -77824,14 +77824,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28174, + offset: 28176, line: 780, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 28190, + offset: 28192, line: 780, - col: 48, + col: 50, }, }, Name: "availablePlugins", @@ -77843,14 +77843,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28200, + offset: 28202, line: 780, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 28222, + offset: 28224, line: 780, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -77860,14 +77860,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28200, + offset: 28202, line: 780, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 28220, + offset: 28222, line: 780, - col: 78, + col: 80, }, }, ExpressionType: "", @@ -77878,14 +77878,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28217, + offset: 28219, line: 780, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 28220, + offset: 28222, line: 780, - col: 78, + col: 80, }, }, Name: "end", @@ -77894,14 +77894,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28200, + offset: 28202, line: 780, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 28216, + offset: 28218, line: 780, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -77910,14 +77910,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28200, + offset: 28202, line: 780, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 28216, + offset: 28218, line: 780, - col: 74, + col: 76, }, }, Name: "availablePlugins", @@ -77929,14 +77929,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28232, + offset: 28234, line: 781, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28341, + offset: 28343, line: 783, - col: 8, + col: 10, }, }, ExpressionType: "[&pluginName] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == pluginName;\n }", @@ -77946,14 +77946,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28278, + offset: 28280, line: 781, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 28341, + offset: 28343, line: 783, - col: 8, + col: 10, }, }, Statements: [ @@ -77961,14 +77961,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28292, + offset: 28294, line: 782, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 28331, + offset: 28333, line: 782, - col: 50, + col: 52, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTBinaryExpression", @@ -77976,14 +77976,14 @@ '@role': [Binary, Equal, Expression, Relational, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28299, + offset: 28301, line: 782, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 28330, + offset: 28332, line: 782, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -77993,14 +77993,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28320, + offset: 28322, line: 782, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 28330, + offset: 28332, line: 782, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -78009,14 +78009,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28320, + offset: 28322, line: 782, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 28330, + offset: 28332, line: 782, - col: 49, + col: 51, }, }, Name: "pluginName", @@ -78026,14 +78026,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28299, + offset: 28301, line: 782, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 28316, + offset: 28318, line: 782, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -78043,14 +78043,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28299, + offset: 28301, line: 782, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 28314, + offset: 28316, line: 782, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -78061,14 +78061,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28306, + offset: 28308, line: 782, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 28314, + offset: 28316, line: 782, - col: 33, + col: 35, }, }, Name: "pluginId", @@ -78077,14 +78077,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28299, + offset: 28301, line: 782, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 28305, + offset: 28307, line: 782, - col: 24, + col: 26, }, }, ExpressionType: "const ?", @@ -78093,14 +78093,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28299, + offset: 28301, line: 782, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 28305, + offset: 28307, line: 782, - col: 24, + col: 26, }, }, Name: "plugin", @@ -78112,14 +78112,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28320, + offset: 28322, line: 782, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 28330, + offset: 28332, line: 782, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -78128,14 +78128,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28320, + offset: 28322, line: 782, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 28330, + offset: 28332, line: 782, - col: 49, + col: 51, }, }, Name: "pluginName", @@ -78147,14 +78147,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28299, + offset: 28301, line: 782, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 28330, + offset: 28332, line: 782, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -78164,14 +78164,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28320, + offset: 28322, line: 782, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 28330, + offset: 28332, line: 782, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -78180,14 +78180,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28320, + offset: 28322, line: 782, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 28330, + offset: 28332, line: 782, - col: 49, + col: 51, }, }, Name: "pluginName", @@ -78197,14 +78197,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28299, + offset: 28301, line: 782, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 28316, + offset: 28318, line: 782, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -78214,14 +78214,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28299, + offset: 28301, line: 782, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 28314, + offset: 28316, line: 782, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -78232,14 +78232,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28306, + offset: 28308, line: 782, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 28314, + offset: 28316, line: 782, - col: 33, + col: 35, }, }, Name: "pluginId", @@ -78248,14 +78248,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28299, + offset: 28301, line: 782, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 28305, + offset: 28307, line: 782, - col: 24, + col: 26, }, }, ExpressionType: "const ?", @@ -78264,14 +78264,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28299, + offset: 28301, line: 782, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 28305, + offset: 28307, line: 782, - col: 24, + col: 26, }, }, Name: "plugin", @@ -78283,14 +78283,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28320, + offset: 28322, line: 782, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 28330, + offset: 28332, line: 782, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -78299,14 +78299,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28320, + offset: 28322, line: 782, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 28330, + offset: 28332, line: 782, - col: 49, + col: 51, }, }, Name: "pluginName", @@ -78321,14 +78321,14 @@ '@role': [Declaration, Function, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28234, + offset: 28236, line: 781, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 28244, + offset: 28246, line: 781, - col: 19, + col: 21, }, }, Name: "pluginName", @@ -78338,14 +78338,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28246, + offset: 28248, line: 781, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 28277, + offset: 28279, line: 781, - col: 52, + col: 54, }, }, IsConst: false, @@ -78359,28 +78359,28 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28269, + offset: 28271, line: 781, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 28276, + offset: 28278, line: 781, - col: 51, + col: 53, }, }, DeclaresParameterPack: false, 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28270, + offset: 28272, line: 781, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 28276, + offset: 28278, line: 781, - col: 51, + col: 53, }, }, Name: "plugin", @@ -78390,14 +78390,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28247, + offset: 28249, line: 781, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 28268, + offset: 28270, line: 781, - col: 43, + col: 45, }, }, IsConst: true, @@ -78413,14 +78413,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28253, + offset: 28255, line: 781, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 28268, + offset: 28270, line: 781, - col: 43, + col: 45, }, }, Name: "KPluginMetaData", @@ -78437,14 +78437,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28161, + offset: 28163, line: 780, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 28173, + offset: 28175, line: 780, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -78453,14 +78453,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28161, + offset: 28163, line: 780, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 28173, + offset: 28175, line: 780, - col: 31, + col: 33, }, }, Names: [ @@ -78478,14 +78478,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28150, + offset: 28152, line: 780, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 28158, + offset: 28160, line: 780, - col: 16, + col: 18, }, }, Name: "pluginIt", @@ -78499,14 +78499,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28353, + offset: 28355, line: 785, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 28493, + offset: 28495, line: 788, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTBinaryExpression", @@ -78514,14 +78514,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28357, + offset: 28359, line: 785, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28391, + offset: 28393, line: 785, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -78531,14 +78531,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28369, + offset: 28371, line: 785, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 28391, + offset: 28393, line: 785, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -78548,14 +78548,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28369, + offset: 28371, line: 785, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 28389, + offset: 28391, line: 785, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -78566,14 +78566,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28386, + offset: 28388, line: 785, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 28389, + offset: 28391, line: 785, - col: 39, + col: 41, }, }, Name: "end", @@ -78582,14 +78582,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28369, + offset: 28371, line: 785, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 28385, + offset: 28387, line: 785, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -78598,14 +78598,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28369, + offset: 28371, line: 785, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 28385, + offset: 28387, line: 785, - col: 35, + col: 37, }, }, Name: "availablePlugins", @@ -78617,14 +78617,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28357, + offset: 28359, line: 785, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28365, + offset: 28367, line: 785, - col: 15, + col: 17, }, }, ExpressionType: "", @@ -78633,14 +78633,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28357, + offset: 28359, line: 785, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28365, + offset: 28367, line: 785, - col: 15, + col: 17, }, }, Name: "pluginIt", @@ -78650,14 +78650,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28369, + offset: 28371, line: 785, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 28391, + offset: 28393, line: 785, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -78667,14 +78667,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28369, + offset: 28371, line: 785, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 28389, + offset: 28391, line: 785, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -78685,14 +78685,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28386, + offset: 28388, line: 785, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 28389, + offset: 28391, line: 785, - col: 39, + col: 41, }, }, Name: "end", @@ -78701,14 +78701,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28369, + offset: 28371, line: 785, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 28385, + offset: 28387, line: 785, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -78717,14 +78717,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28369, + offset: 28371, line: 785, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 28385, + offset: 28387, line: 785, - col: 35, + col: 37, }, }, Name: "availablePlugins", @@ -78737,14 +78737,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28393, + offset: 28395, line: 785, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 28493, + offset: 28495, line: 788, - col: 4, + col: 6, }, }, Statements: [ @@ -78752,14 +78752,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28403, + offset: 28405, line: 786, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28469, + offset: 28471, line: 786, - col: 73, + col: 75, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -78767,14 +78767,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28403, + offset: 28405, line: 786, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28468, + offset: 28470, line: 786, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -78784,14 +78784,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28459, + offset: 28461, line: 786, - col: 63, + col: 65, }, end: { '@type': "uast:Position", - offset: 28468, + offset: 28470, line: 786, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -78800,14 +78800,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28459, + offset: 28461, line: 786, - col: 63, + col: 65, }, end: { '@type': "uast:Position", - offset: 28468, + offset: 28470, line: 786, - col: 72, + col: 74, }, }, Names: [ @@ -78825,14 +78825,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28403, + offset: 28405, line: 786, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28455, + offset: 28457, line: 786, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -78842,14 +78842,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28416, + offset: 28418, line: 786, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 28455, + offset: 28457, line: 786, - col: 59, + col: 61, }, }, Format: "", @@ -78859,14 +78859,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28403, + offset: 28405, line: 786, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28412, + offset: 28414, line: 786, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -78875,14 +78875,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28403, + offset: 28405, line: 786, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28412, + offset: 28414, line: 786, - col: 16, + col: 18, }, }, Names: [ @@ -78899,14 +78899,14 @@ '@role': [Binary, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28416, + offset: 28418, line: 786, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 28455, + offset: 28457, line: 786, - col: 59, + col: 61, }, }, Format: "", @@ -78917,14 +78917,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28459, + offset: 28461, line: 786, - col: 63, + col: 65, }, end: { '@type': "uast:Position", - offset: 28468, + offset: 28470, line: 786, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -78933,14 +78933,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28459, + offset: 28461, line: 786, - col: 63, + col: 65, }, end: { '@type': "uast:Position", - offset: 28468, + offset: 28470, line: 786, - col: 72, + col: 74, }, }, Names: [ @@ -78959,14 +78959,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28478, + offset: 28480, line: 787, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28487, + offset: 28489, line: 787, - col: 16, + col: 18, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTLiteralExpression", @@ -78974,14 +78974,14 @@ '@role': [Expression, Literal, Number, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28485, + offset: 28487, line: 787, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 28486, + offset: 28488, line: 787, - col: 15, + col: 17, }, }, ExpressionType: "int", @@ -78994,14 +78994,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28485, + offset: 28487, line: 787, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 28486, + offset: 28488, line: 787, - col: 15, + col: 17, }, }, ExpressionType: "int", @@ -79017,28 +79017,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28561, + offset: 28563, line: 791, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 28623, + offset: 28625, line: 791, - col: 65, + col: 67, }, }, LeadingComments: [ { '@type': "uast:Comment", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28499, + offset: 28501, line: 790, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 28556, + offset: 28558, line: 790, - col: 60, + col: 62, }, }, Block: false, @@ -79052,28 +79052,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28561, + offset: 28563, line: 791, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 28623, + offset: 28625, line: 791, - col: 65, + col: 67, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28561, + offset: 28563, line: 791, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 28580, + offset: 28582, line: 791, - col: 22, + col: 24, }, }, IsConst: false, @@ -79089,14 +79089,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28561, + offset: 28563, line: 791, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 28580, + offset: 28582, line: 791, - col: 22, + col: 24, }, }, Names: [ @@ -79115,14 +79115,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28581, + offset: 28583, line: 791, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 28622, + offset: 28624, line: 791, - col: 64, + col: 66, }, }, DeclaresParameterPack: false, @@ -79130,28 +79130,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28589, + offset: 28591, line: 791, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 28622, + offset: 28624, line: 791, - col: 64, + col: 66, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28591, + offset: 28593, line: 791, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 28622, + offset: 28624, line: 791, - col: 64, + col: 66, }, }, ExpressionType: "Attempt to use symbol failed: create", @@ -79162,14 +79162,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28619, + offset: 28621, line: 791, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 28621, + offset: 28623, line: 791, - col: 63, + col: 65, }, }, ExpressionType: "? *", @@ -79179,14 +79179,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28620, + offset: 28622, line: 791, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 28621, + offset: 28623, line: 791, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -79195,14 +79195,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28620, + offset: 28622, line: 791, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 28621, + offset: 28623, line: 791, - col: 63, + col: 65, }, }, Name: "a", @@ -79215,14 +79215,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28591, + offset: 28593, line: 791, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 28618, + offset: 28620, line: 791, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -79231,14 +79231,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28591, + offset: 28593, line: 791, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 28618, + offset: 28620, line: 791, - col: 60, + col: 62, }, }, Names: [ @@ -79259,14 +79259,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28591, + offset: 28593, line: 791, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 28622, + offset: 28624, line: 791, - col: 64, + col: 66, }, }, ExpressionType: "Attempt to use symbol failed: create", @@ -79277,14 +79277,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28619, + offset: 28621, line: 791, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 28621, + offset: 28623, line: 791, - col: 63, + col: 65, }, }, ExpressionType: "? *", @@ -79294,14 +79294,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28620, + offset: 28622, line: 791, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 28621, + offset: 28623, line: 791, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -79310,14 +79310,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28620, + offset: 28622, line: 791, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 28621, + offset: 28623, line: 791, - col: 63, + col: 65, }, }, Name: "a", @@ -79330,14 +79330,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28591, + offset: 28593, line: 791, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 28618, + offset: 28620, line: 791, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -79346,14 +79346,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28591, + offset: 28593, line: 791, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 28618, + offset: 28620, line: 791, - col: 60, + col: 62, }, }, Names: [ @@ -79374,14 +79374,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28582, + offset: 28584, line: 791, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 28588, + offset: 28590, line: 791, - col: 30, + col: 32, }, }, Name: "server", @@ -79396,42 +79396,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28629, + offset: 28631, line: 793, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 28675, + offset: 28677, line: 793, - col: 49, + col: 51, }, }, 'Prop_Declaration': { '@type': "cpp:CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28629, + offset: 28631, line: 793, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 28675, + offset: 28677, line: 793, - col: 49, + col: 51, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28629, + offset: 28631, line: 793, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 28668, + offset: 28670, line: 793, - col: 42, + col: 44, }, }, IsConst: false, @@ -79447,14 +79447,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28629, + offset: 28631, line: 793, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 28668, + offset: 28670, line: 793, - col: 42, + col: 44, }, }, Names: [ @@ -79476,28 +79476,28 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28669, + offset: 28671, line: 793, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 28674, + offset: 28676, line: 793, - col: 48, + col: 50, }, }, DeclaresParameterPack: false, 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28669, + offset: 28671, line: 793, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 28674, + offset: 28676, line: 793, - col: 48, + col: 50, }, }, Name: "flags", @@ -79511,28 +79511,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28680, + offset: 28682, line: 794, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 28927, + offset: 28929, line: 798, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28684, + offset: 28686, line: 794, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28716, + offset: 28718, line: 794, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -79543,14 +79543,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28697, + offset: 28699, line: 794, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 28715, + offset: 28717, line: 794, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -79559,14 +79559,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28697, + offset: 28699, line: 794, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 28715, + offset: 28717, line: 794, - col: 38, + col: 40, }, }, Name: "screenLockerOption", @@ -79577,14 +79577,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28684, + offset: 28686, line: 794, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28696, + offset: 28698, line: 794, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -79595,14 +79595,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28691, + offset: 28693, line: 794, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 28696, + offset: 28698, line: 794, - col: 19, + col: 21, }, }, Name: "isSet", @@ -79611,14 +79611,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28684, + offset: 28686, line: 794, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28690, + offset: 28692, line: 794, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -79627,14 +79627,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28684, + offset: 28686, line: 794, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28690, + offset: 28692, line: 794, - col: 13, + col: 15, }, }, Name: "parser", @@ -79646,28 +79646,28 @@ '@role': [Else, If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28799, + offset: 28801, line: 796, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 28927, + offset: 28929, line: 798, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28803, + offset: 28805, line: 796, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 28837, + offset: 28839, line: 796, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -79678,14 +79678,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28816, + offset: 28818, line: 796, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 28836, + offset: 28838, line: 796, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -79694,14 +79694,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28816, + offset: 28818, line: 796, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 28836, + offset: 28838, line: 796, - col: 47, + col: 49, }, }, Name: "noScreenLockerOption", @@ -79712,14 +79712,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28803, + offset: 28805, line: 796, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 28815, + offset: 28817, line: 796, - col: 26, + col: 28, }, }, ExpressionType: "", @@ -79730,14 +79730,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28810, + offset: 28812, line: 796, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 28815, + offset: 28817, line: 796, - col: 26, + col: 28, }, }, Name: "isSet", @@ -79746,14 +79746,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28803, + offset: 28805, line: 796, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 28809, + offset: 28811, line: 796, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -79762,14 +79762,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28803, + offset: 28805, line: 796, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 28809, + offset: 28811, line: 796, - col: 20, + col: 22, }, }, Name: "parser", @@ -79781,14 +79781,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28839, + offset: 28841, line: 796, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 28927, + offset: 28929, line: 798, - col: 4, + col: 6, }, }, Statements: [ @@ -79796,14 +79796,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28849, + offset: 28851, line: 797, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28921, + offset: 28923, line: 797, - col: 79, + col: 81, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -79811,14 +79811,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28849, + offset: 28851, line: 797, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28920, + offset: 28922, line: 797, - col: 78, + col: 80, }, }, ExpressionType: "", @@ -79828,14 +79828,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28857, + offset: 28859, line: 797, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 28920, + offset: 28922, line: 797, - col: 78, + col: 80, }, }, ExpressionType: "", @@ -79844,14 +79844,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28857, + offset: 28859, line: 797, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 28920, + offset: 28922, line: 797, - col: 78, + col: 80, }, }, Names: [ @@ -79874,14 +79874,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28849, + offset: 28851, line: 797, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28854, + offset: 28856, line: 797, - col: 12, + col: 14, }, }, ExpressionType: "", @@ -79890,14 +79890,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28849, + offset: 28851, line: 797, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28854, + offset: 28856, line: 797, - col: 12, + col: 14, }, }, Name: "flags", @@ -79907,14 +79907,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28857, + offset: 28859, line: 797, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 28920, + offset: 28922, line: 797, - col: 78, + col: 80, }, }, ExpressionType: "", @@ -79923,14 +79923,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28857, + offset: 28859, line: 797, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 28920, + offset: 28922, line: 797, - col: 78, + col: 80, }, }, Names: [ @@ -79958,14 +79958,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28718, + offset: 28720, line: 794, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 28793, + offset: 28795, line: 796, - col: 4, + col: 6, }, }, Statements: [ @@ -79973,14 +79973,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28728, + offset: 28730, line: 795, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28787, + offset: 28789, line: 795, - col: 66, + col: 68, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -79988,14 +79988,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28728, + offset: 28730, line: 795, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28786, + offset: 28788, line: 795, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -80005,14 +80005,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28736, + offset: 28738, line: 795, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 28786, + offset: 28788, line: 795, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -80021,14 +80021,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28736, + offset: 28738, line: 795, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 28786, + offset: 28788, line: 795, - col: 65, + col: 67, }, }, Names: [ @@ -80051,14 +80051,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28728, + offset: 28730, line: 795, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28733, + offset: 28735, line: 795, - col: 12, + col: 14, }, }, ExpressionType: "", @@ -80067,14 +80067,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28728, + offset: 28730, line: 795, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28733, + offset: 28735, line: 795, - col: 12, + col: 14, }, }, Name: "flags", @@ -80084,14 +80084,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28736, + offset: 28738, line: 795, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 28786, + offset: 28788, line: 795, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -80100,14 +80100,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28736, + offset: 28738, line: 795, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 28786, + offset: 28788, line: 795, - col: 65, + col: 67, }, }, Names: [ @@ -80135,28 +80135,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28932, + offset: 28934, line: 799, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29058, + offset: 29060, line: 801, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28936, + offset: 28938, line: 799, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28973, + offset: 28975, line: 799, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -80167,14 +80167,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28949, + offset: 28951, line: 799, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 28972, + offset: 28974, line: 799, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -80183,14 +80183,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28949, + offset: 28951, line: 799, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 28972, + offset: 28974, line: 799, - col: 43, + col: 45, }, }, Name: "noGlobalShortcutsOption", @@ -80201,14 +80201,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28936, + offset: 28938, line: 799, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28948, + offset: 28950, line: 799, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -80219,14 +80219,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28943, + offset: 28945, line: 799, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 28948, + offset: 28950, line: 799, - col: 19, + col: 21, }, }, Name: "isSet", @@ -80235,14 +80235,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28936, + offset: 28938, line: 799, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28942, + offset: 28944, line: 799, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -80251,14 +80251,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28936, + offset: 28938, line: 799, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28942, + offset: 28944, line: 799, - col: 13, + col: 15, }, }, Name: "parser", @@ -80270,14 +80270,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28975, + offset: 28977, line: 799, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 29058, + offset: 29060, line: 801, - col: 4, + col: 6, }, }, Statements: [ @@ -80285,14 +80285,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28985, + offset: 28987, line: 800, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29052, + offset: 29054, line: 800, - col: 74, + col: 76, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -80300,14 +80300,14 @@ '@role': [Assignment, Binary, Bitwise, Expression, Or], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28985, + offset: 28987, line: 800, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29051, + offset: 29053, line: 800, - col: 73, + col: 75, }, }, ExpressionType: "", @@ -80317,14 +80317,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28994, + offset: 28996, line: 800, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 29051, + offset: 29053, line: 800, - col: 73, + col: 75, }, }, ExpressionType: "", @@ -80333,14 +80333,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28994, + offset: 28996, line: 800, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 29051, + offset: 29053, line: 800, - col: 73, + col: 75, }, }, Names: [ @@ -80363,14 +80363,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28985, + offset: 28987, line: 800, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28990, + offset: 28992, line: 800, - col: 12, + col: 14, }, }, ExpressionType: "", @@ -80379,14 +80379,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28985, + offset: 28987, line: 800, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28990, + offset: 28992, line: 800, - col: 12, + col: 14, }, }, Name: "flags", @@ -80396,14 +80396,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28994, + offset: 28996, line: 800, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 29051, + offset: 29053, line: 800, - col: 73, + col: 75, }, }, ExpressionType: "", @@ -80412,14 +80412,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28994, + offset: 28996, line: 800, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 29051, + offset: 29053, line: 800, - col: 73, + col: 75, }, }, Names: [ @@ -80447,28 +80447,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29063, + offset: 29065, line: 802, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29240, + offset: 29242, line: 805, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTUnaryExpression", '@role': [Not, Relational, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29067, + offset: 29069, line: 802, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29131, + offset: 29133, line: 802, - col: 71, + col: 73, }, }, ExpressionType: "bool", @@ -80478,14 +80478,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29068, + offset: 29070, line: 802, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 29131, + offset: 29133, line: 802, - col: 71, + col: 73, }, }, ExpressionType: "", @@ -80496,14 +80496,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29081, + offset: 29083, line: 802, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 29123, + offset: 29125, line: 802, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -80513,14 +80513,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29081, + offset: 29083, line: 802, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 29121, + offset: 29123, line: 802, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -80531,14 +80531,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29115, + offset: 29117, line: 802, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 29121, + offset: 29123, line: 802, - col: 61, + col: 63, }, }, Name: "toUtf8", @@ -80547,14 +80547,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29081, + offset: 29083, line: 802, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 29114, + offset: 29116, line: 802, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -80565,14 +80565,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29094, + offset: 29096, line: 802, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 29113, + offset: 29115, line: 802, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -80581,14 +80581,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29094, + offset: 29096, line: 802, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 29113, + offset: 29115, line: 802, - col: 53, + col: 55, }, }, Name: "waylandSocketOption", @@ -80599,14 +80599,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29081, + offset: 29083, line: 802, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 29093, + offset: 29095, line: 802, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -80617,14 +80617,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29088, + offset: 29090, line: 802, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 29093, + offset: 29095, line: 802, - col: 33, + col: 35, }, }, Name: "value", @@ -80633,14 +80633,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29081, + offset: 29083, line: 802, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 29087, + offset: 29089, line: 802, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -80649,14 +80649,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29081, + offset: 29083, line: 802, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 29087, + offset: 29089, line: 802, - col: 27, + col: 29, }, }, Name: "parser", @@ -80670,14 +80670,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29125, + offset: 29127, line: 802, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 29130, + offset: 29132, line: 802, - col: 70, + col: 72, }, }, ExpressionType: "", @@ -80686,14 +80686,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29125, + offset: 29127, line: 802, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 29130, + offset: 29132, line: 802, - col: 70, + col: 72, }, }, Name: "flags", @@ -80704,14 +80704,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29068, + offset: 29070, line: 802, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 29080, + offset: 29082, line: 802, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -80722,14 +80722,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29076, + offset: 29078, line: 802, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 29080, + offset: 29082, line: 802, - col: 20, + col: 22, }, }, Name: "init", @@ -80738,14 +80738,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29068, + offset: 29070, line: 802, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 29074, + offset: 29076, line: 802, - col: 14, + col: 16, }, }, ExpressionType: "? *", @@ -80754,14 +80754,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29068, + offset: 29070, line: 802, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 29074, + offset: 29076, line: 802, - col: 14, + col: 16, }, }, Name: "server", @@ -80775,14 +80775,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29133, + offset: 29135, line: 802, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 29240, + offset: 29242, line: 805, - col: 4, + col: 6, }, }, Statements: [ @@ -80790,14 +80790,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29143, + offset: 29145, line: 803, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29216, + offset: 29218, line: 803, - col: 80, + col: 82, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -80805,14 +80805,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29143, + offset: 29145, line: 803, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29215, + offset: 29217, line: 803, - col: 79, + col: 81, }, }, ExpressionType: "", @@ -80822,14 +80822,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29206, + offset: 29208, line: 803, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 29215, + offset: 29217, line: 803, - col: 79, + col: 81, }, }, ExpressionType: "", @@ -80838,14 +80838,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29206, + offset: 29208, line: 803, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 29215, + offset: 29217, line: 803, - col: 79, + col: 81, }, }, Names: [ @@ -80863,14 +80863,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29143, + offset: 29145, line: 803, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29202, + offset: 29204, line: 803, - col: 66, + col: 68, }, }, ExpressionType: "", @@ -80880,14 +80880,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29156, + offset: 29158, line: 803, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 29202, + offset: 29204, line: 803, - col: 66, + col: 68, }, }, Format: "", @@ -80897,14 +80897,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29143, + offset: 29145, line: 803, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29152, + offset: 29154, line: 803, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -80913,14 +80913,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29143, + offset: 29145, line: 803, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29152, + offset: 29154, line: 803, - col: 16, + col: 18, }, }, Names: [ @@ -80937,14 +80937,14 @@ '@role': [Binary, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29156, + offset: 29158, line: 803, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 29202, + offset: 29204, line: 803, - col: 66, + col: 68, }, }, Format: "", @@ -80955,14 +80955,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29206, + offset: 29208, line: 803, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 29215, + offset: 29217, line: 803, - col: 79, + col: 81, }, }, ExpressionType: "", @@ -80971,14 +80971,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29206, + offset: 29208, line: 803, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 29215, + offset: 29217, line: 803, - col: 79, + col: 81, }, }, Names: [ @@ -80997,14 +80997,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29225, + offset: 29227, line: 804, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29234, + offset: 29236, line: 804, - col: 16, + col: 18, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTLiteralExpression", @@ -81012,14 +81012,14 @@ '@role': [Expression, Literal, Number, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29232, + offset: 29234, line: 804, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 29233, + offset: 29235, line: 804, - col: 15, + col: 17, }, }, ExpressionType: "int", @@ -81032,14 +81032,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29232, + offset: 29234, line: 804, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 29233, + offset: 29235, line: 804, - col: 15, + col: 17, }, }, ExpressionType: "int", @@ -81055,28 +81055,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29246, + offset: 29248, line: 807, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29272, + offset: 29274, line: 807, - col: 29, + col: 31, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29246, + offset: 29248, line: 807, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29271, + offset: 29273, line: 807, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -81087,14 +81087,14 @@ '@role': [Argument, Call, Dereference, Function, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29261, + offset: 29263, line: 807, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 29270, + offset: 29272, line: 807, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -81104,14 +81104,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29262, + offset: 29264, line: 807, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 29270, + offset: 29272, line: 807, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -81120,14 +81120,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29262, + offset: 29264, line: 807, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 29270, + offset: 29272, line: 807, - col: 27, + col: 29, }, }, Name: "pluginIt", @@ -81140,14 +81140,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29246, + offset: 29248, line: 807, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29260, + offset: 29262, line: 807, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -81158,14 +81158,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29248, + offset: 29250, line: 807, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 29260, + offset: 29262, line: 807, - col: 17, + col: 19, }, }, Name: "initPlatform", @@ -81174,14 +81174,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29246, + offset: 29248, line: 807, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29247, + offset: 29249, line: 807, - col: 4, + col: 6, }, }, ExpressionType: "", @@ -81190,14 +81190,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29246, + offset: 29248, line: 807, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29247, + offset: 29249, line: 807, - col: 4, + col: 6, }, }, Name: "a", @@ -81210,28 +81210,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29277, + offset: 29279, line: 808, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29403, + offset: 29405, line: 811, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTUnaryExpression", '@role': [Not, Relational, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29281, + offset: 29283, line: 808, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29294, + offset: 29296, line: 808, - col: 20, + col: 22, }, }, ExpressionType: "bool", @@ -81241,14 +81241,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29282, + offset: 29284, line: 808, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 29294, + offset: 29296, line: 808, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -81258,14 +81258,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29282, + offset: 29284, line: 808, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 29292, + offset: 29294, line: 808, - col: 18, + col: 20, }, }, ExpressionType: "", @@ -81276,14 +81276,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29284, + offset: 29286, line: 808, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 29292, + offset: 29294, line: 808, - col: 18, + col: 20, }, }, Name: "platform", @@ -81292,14 +81292,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29282, + offset: 29284, line: 808, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 29283, + offset: 29285, line: 808, - col: 9, + col: 11, }, }, ExpressionType: "", @@ -81308,14 +81308,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29282, + offset: 29284, line: 808, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 29283, + offset: 29285, line: 808, - col: 9, + col: 11, }, }, Name: "a", @@ -81329,14 +81329,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29296, + offset: 29298, line: 808, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 29403, + offset: 29405, line: 811, - col: 4, + col: 6, }, }, Statements: [ @@ -81344,14 +81344,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29306, + offset: 29308, line: 809, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29379, + offset: 29381, line: 809, - col: 80, + col: 82, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", @@ -81359,14 +81359,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29306, + offset: 29308, line: 809, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29378, + offset: 29380, line: 809, - col: 79, + col: 81, }, }, ExpressionType: "", @@ -81376,14 +81376,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29369, + offset: 29371, line: 809, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 29378, + offset: 29380, line: 809, - col: 79, + col: 81, }, }, ExpressionType: "", @@ -81392,14 +81392,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29369, + offset: 29371, line: 809, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 29378, + offset: 29380, line: 809, - col: 79, + col: 81, }, }, Names: [ @@ -81417,14 +81417,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29306, + offset: 29308, line: 809, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29365, + offset: 29367, line: 809, - col: 66, + col: 68, }, }, ExpressionType: "", @@ -81434,14 +81434,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29319, + offset: 29321, line: 809, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 29365, + offset: 29367, line: 809, - col: 66, + col: 68, }, }, Format: "", @@ -81451,14 +81451,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29306, + offset: 29308, line: 809, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29315, + offset: 29317, line: 809, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -81467,14 +81467,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29306, + offset: 29308, line: 809, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29315, + offset: 29317, line: 809, - col: 16, + col: 18, }, }, Names: [ @@ -81491,14 +81491,14 @@ '@role': [Binary, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29319, + offset: 29321, line: 809, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 29365, + offset: 29367, line: 809, - col: 66, + col: 68, }, }, Format: "", @@ -81509,14 +81509,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29369, + offset: 29371, line: 809, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 29378, + offset: 29380, line: 809, - col: 79, + col: 81, }, }, ExpressionType: "", @@ -81525,14 +81525,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29369, + offset: 29371, line: 809, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 29378, + offset: 29380, line: 809, - col: 79, + col: 81, }, }, Names: [ @@ -81551,14 +81551,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29388, + offset: 29390, line: 810, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29397, + offset: 29399, line: 810, - col: 16, + col: 18, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTLiteralExpression", @@ -81566,14 +81566,14 @@ '@role': [Expression, Literal, Number, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29395, + offset: 29397, line: 810, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 29396, + offset: 29398, line: 810, - col: 15, + col: 17, }, }, ExpressionType: "int", @@ -81586,14 +81586,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29395, + offset: 29397, line: 810, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 29396, + offset: 29398, line: 810, - col: 15, + col: 17, }, }, ExpressionType: "int", @@ -81609,28 +81609,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29408, + offset: 29410, line: 812, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29509, + offset: 29511, line: 814, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTUnaryExpression", '@role': [Not, Relational, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29412, + offset: 29414, line: 812, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29439, + offset: 29441, line: 812, - col: 34, + col: 36, }, }, ExpressionType: "bool", @@ -81640,14 +81640,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29413, + offset: 29415, line: 812, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 29439, + offset: 29441, line: 812, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -81657,14 +81657,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29413, + offset: 29415, line: 812, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 29437, + offset: 29439, line: 812, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -81675,14 +81675,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29430, + offset: 29432, line: 812, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 29437, + offset: 29439, line: 812, - col: 32, + col: 34, }, }, Name: "isEmpty", @@ -81691,14 +81691,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29413, + offset: 29415, line: 812, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 29429, + offset: 29431, line: 812, - col: 24, + col: 26, }, }, ExpressionType: "", @@ -81707,14 +81707,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29413, + offset: 29415, line: 812, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 29429, + offset: 29431, line: 812, - col: 24, + col: 26, }, }, Name: "deviceIdentifier", @@ -81728,14 +81728,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29441, + offset: 29443, line: 812, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 29509, + offset: 29511, line: 814, - col: 4, + col: 6, }, }, Statements: [ @@ -81743,28 +81743,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29451, + offset: 29453, line: 813, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29503, + offset: 29505, line: 813, - col: 59, + col: 61, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29451, + offset: 29453, line: 813, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29502, + offset: 29504, line: 813, - col: 58, + col: 60, }, }, ExpressionType: "", @@ -81775,14 +81775,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29485, + offset: 29487, line: 813, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 29501, + offset: 29503, line: 813, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -81791,14 +81791,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29485, + offset: 29487, line: 813, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 29501, + offset: 29503, line: 813, - col: 57, + col: 59, }, }, Name: "deviceIdentifier", @@ -81809,14 +81809,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29451, + offset: 29453, line: 813, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29484, + offset: 29486, line: 813, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -81827,14 +81827,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29465, + offset: 29467, line: 813, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 29484, + offset: 29486, line: 813, - col: 40, + col: 42, }, }, Name: "setDeviceIdentifier", @@ -81843,14 +81843,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29451, + offset: 29453, line: 813, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29463, + offset: 29465, line: 813, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -81860,14 +81860,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29451, + offset: 29453, line: 813, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29461, + offset: 29463, line: 813, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -81878,14 +81878,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29453, + offset: 29455, line: 813, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 29461, + offset: 29463, line: 813, - col: 17, + col: 19, }, }, Name: "platform", @@ -81894,14 +81894,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29451, + offset: 29453, line: 813, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29452, + offset: 29454, line: 813, - col: 8, + col: 10, }, }, ExpressionType: "", @@ -81910,14 +81910,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29451, + offset: 29453, line: 813, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29452, + offset: 29454, line: 813, - col: 8, + col: 10, }, }, Name: "a", @@ -81935,28 +81935,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29514, + offset: 29516, line: 815, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29617, + offset: 29619, line: 817, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29518, + offset: 29520, line: 815, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29545, + offset: 29547, line: 815, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -81966,14 +81966,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29518, + offset: 29520, line: 815, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29543, + offset: 29545, line: 815, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -81984,14 +81984,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29536, + offset: 29538, line: 815, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 29543, + offset: 29545, line: 815, - col: 32, + col: 34, }, }, Name: "isValid", @@ -82000,14 +82000,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29518, + offset: 29520, line: 815, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29535, + offset: 29537, line: 815, - col: 24, + col: 26, }, }, ExpressionType: "", @@ -82016,14 +82016,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29518, + offset: 29520, line: 815, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29535, + offset: 29537, line: 815, - col: 24, + col: 26, }, }, Name: "initialWindowSize", @@ -82035,14 +82035,14 @@ '@role': [If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29547, + offset: 29549, line: 815, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 29617, + offset: 29619, line: 817, - col: 4, + col: 6, }, }, Statements: [ @@ -82050,28 +82050,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29557, + offset: 29559, line: 816, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29611, + offset: 29613, line: 816, - col: 61, + col: 63, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29557, + offset: 29559, line: 816, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29610, + offset: 29612, line: 816, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -82082,14 +82082,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29592, + offset: 29594, line: 816, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 29609, + offset: 29611, line: 816, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -82098,14 +82098,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29592, + offset: 29594, line: 816, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 29609, + offset: 29611, line: 816, - col: 59, + col: 61, }, }, Name: "initialWindowSize", @@ -82116,14 +82116,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29557, + offset: 29559, line: 816, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29591, + offset: 29593, line: 816, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -82134,14 +82134,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29571, + offset: 29573, line: 816, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 29591, + offset: 29593, line: 816, - col: 41, + col: 43, }, }, Name: "setInitialWindowSize", @@ -82150,14 +82150,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29557, + offset: 29559, line: 816, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29569, + offset: 29571, line: 816, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -82167,14 +82167,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29557, + offset: 29559, line: 816, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29567, + offset: 29569, line: 816, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -82185,14 +82185,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29559, + offset: 29561, line: 816, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 29567, + offset: 29569, line: 816, - col: 17, + col: 19, }, }, Name: "platform", @@ -82201,14 +82201,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29557, + offset: 29559, line: 816, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29558, + offset: 29560, line: 816, - col: 8, + col: 10, }, }, ExpressionType: "", @@ -82217,14 +82217,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29557, + offset: 29559, line: 816, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29558, + offset: 29560, line: 816, - col: 8, + col: 10, }, }, Name: "a", @@ -82242,28 +82242,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29622, + offset: 29624, line: 818, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29671, + offset: 29673, line: 818, - col: 52, + col: 54, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29622, + offset: 29624, line: 818, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29670, + offset: 29672, line: 818, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -82274,14 +82274,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29658, + offset: 29660, line: 818, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 29669, + offset: 29671, line: 818, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -82290,14 +82290,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29658, + offset: 29660, line: 818, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 29669, + offset: 29671, line: 818, - col: 50, + col: 52, }, }, Name: "outputScale", @@ -82308,14 +82308,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29622, + offset: 29624, line: 818, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29657, + offset: 29659, line: 818, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -82326,14 +82326,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29636, + offset: 29638, line: 818, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 29657, + offset: 29659, line: 818, - col: 38, + col: 40, }, }, Name: "setInitialOutputScale", @@ -82342,14 +82342,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29622, + offset: 29624, line: 818, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29634, + offset: 29636, line: 818, - col: 15, + col: 17, }, }, ExpressionType: "", @@ -82359,14 +82359,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29622, + offset: 29624, line: 818, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29632, + offset: 29634, line: 818, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -82377,14 +82377,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29624, + offset: 29626, line: 818, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 29632, + offset: 29634, line: 818, - col: 13, + col: 15, }, }, Name: "platform", @@ -82393,14 +82393,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29622, + offset: 29624, line: 818, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29623, + offset: 29625, line: 818, - col: 4, + col: 6, }, }, ExpressionType: "", @@ -82409,14 +82409,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29622, + offset: 29624, line: 818, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29623, + offset: 29625, line: 818, - col: 4, + col: 6, }, }, Name: "a", @@ -82431,28 +82431,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29676, + offset: 29678, line: 819, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29725, + offset: 29727, line: 819, - col: 52, + col: 54, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29676, + offset: 29678, line: 819, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29724, + offset: 29726, line: 819, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -82463,14 +82463,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29712, + offset: 29714, line: 819, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 29723, + offset: 29725, line: 819, - col: 50, + col: 52, }, }, ExpressionType: "int", @@ -82479,14 +82479,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29712, + offset: 29714, line: 819, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 29723, + offset: 29725, line: 819, - col: 50, + col: 52, }, }, Name: "outputCount", @@ -82497,14 +82497,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29676, + offset: 29678, line: 819, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29711, + offset: 29713, line: 819, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -82515,14 +82515,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29690, + offset: 29692, line: 819, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 29711, + offset: 29713, line: 819, - col: 38, + col: 40, }, }, Name: "setInitialOutputCount", @@ -82531,14 +82531,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29676, + offset: 29678, line: 819, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29688, + offset: 29690, line: 819, - col: 15, + col: 17, }, }, ExpressionType: "", @@ -82548,14 +82548,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29676, + offset: 29678, line: 819, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29686, + offset: 29688, line: 819, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -82566,14 +82566,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29678, + offset: 29680, line: 819, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 29686, + offset: 29688, line: 819, - col: 13, + col: 15, }, }, Name: "platform", @@ -82582,14 +82582,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29676, + offset: 29678, line: 819, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29677, + offset: 29679, line: 819, - col: 4, + col: 6, }, }, ExpressionType: "", @@ -82598,14 +82598,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29676, + offset: 29678, line: 819, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29677, + offset: 29679, line: 819, - col: 4, + col: 6, }, }, Name: "a", @@ -82620,28 +82620,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29731, + offset: 29733, line: 821, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29835, + offset: 29837, line: 821, - col: 107, + col: 109, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29731, + offset: 29733, line: 821, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29834, + offset: 29836, line: 821, - col: 106, + col: 108, }, }, ExpressionType: "Attempt to use symbol failed: connect", @@ -82652,14 +82652,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29748, + offset: 29750, line: 821, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 29750, + offset: 29752, line: 821, - col: 22, + col: 24, }, }, ExpressionType: "? *", @@ -82669,14 +82669,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29749, + offset: 29751, line: 821, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 29750, + offset: 29752, line: 821, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -82685,14 +82685,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29749, + offset: 29751, line: 821, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 29750, + offset: 29752, line: 821, - col: 22, + col: 24, }, }, Name: "a", @@ -82704,14 +82704,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29752, + offset: 29754, line: 821, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 29788, + offset: 29790, line: 821, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -82721,14 +82721,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29753, + offset: 29755, line: 821, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 29788, + offset: 29790, line: 821, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -82737,14 +82737,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29753, + offset: 29755, line: 821, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 29788, + offset: 29790, line: 821, - col: 60, + col: 62, }, }, Names: [ @@ -82766,14 +82766,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29790, + offset: 29792, line: 821, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 29796, + offset: 29798, line: 821, - col: 68, + col: 70, }, }, ExpressionType: "? *", @@ -82782,14 +82782,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29790, + offset: 29792, line: 821, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 29796, + offset: 29798, line: 821, - col: 68, + col: 70, }, }, Name: "server", @@ -82799,14 +82799,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29798, + offset: 29800, line: 821, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 29833, + offset: 29835, line: 821, - col: 105, + col: 107, }, }, ExpressionType: "", @@ -82816,14 +82816,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29799, + offset: 29801, line: 821, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 29833, + offset: 29835, line: 821, - col: 105, + col: 107, }, }, ExpressionType: "", @@ -82832,14 +82832,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29799, + offset: 29801, line: 821, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 29833, + offset: 29835, line: 821, - col: 105, + col: 107, }, }, Names: [ @@ -82862,14 +82862,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29731, + offset: 29733, line: 821, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29747, + offset: 29749, line: 821, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -82878,14 +82878,14 @@ 'Prop_Name': { '@type': "uast:QualifiedIdentifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29731, + offset: 29733, line: 821, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29747, + offset: 29749, line: 821, - col: 19, + col: 21, }, }, Names: [ @@ -82904,28 +82904,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29840, + offset: 29842, line: 822, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29927, + offset: 29929, line: 822, - col: 90, + col: 92, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29840, + offset: 29842, line: 822, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29926, + offset: 29928, line: 822, - col: 89, + col: 91, }, }, ExpressionType: "", @@ -82936,14 +82936,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29859, + offset: 29861, line: 822, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 29892, + offset: 29894, line: 822, - col: 55, + col: 57, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -82954,14 +82954,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29874, + offset: 29876, line: 822, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 29891, + offset: 29893, line: 822, - col: 54, + col: 56, }, }, Format: "", @@ -82972,14 +82972,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29859, + offset: 29861, line: 822, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 29873, + offset: 29875, line: 822, - col: 36, + col: 38, }, }, ExpressionType: "", @@ -82988,14 +82988,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29859, + offset: 29861, line: 822, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 29873, + offset: 29875, line: 822, - col: 36, + col: 38, }, }, Name: "QStringLiteral", @@ -83006,14 +83006,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29894, + offset: 29896, line: 822, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 29925, + offset: 29927, line: 822, - col: 88, + col: 90, }, }, ExpressionType: "", @@ -83023,14 +83023,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29894, + offset: 29896, line: 822, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 29923, + offset: 29925, line: 822, - col: 86, + col: 88, }, }, ExpressionType: "", @@ -83041,14 +83041,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29913, + offset: 29915, line: 822, - col: 76, + col: 78, }, end: { '@type': "uast:Position", - offset: 29923, + offset: 29925, line: 822, - col: 86, + col: 88, }, }, Name: "socketName", @@ -83057,14 +83057,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29894, + offset: 29896, line: 822, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 29911, + offset: 29913, line: 822, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -83074,14 +83074,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29894, + offset: 29896, line: 822, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 29909, + offset: 29911, line: 822, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -83092,14 +83092,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29902, + offset: 29904, line: 822, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 29909, + offset: 29911, line: 822, - col: 72, + col: 74, }, }, Name: "display", @@ -83108,14 +83108,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29894, + offset: 29896, line: 822, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 29900, + offset: 29902, line: 822, - col: 63, + col: 65, }, }, ExpressionType: "? *", @@ -83124,14 +83124,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29894, + offset: 29896, line: 822, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 29900, + offset: 29902, line: 822, - col: 63, + col: 65, }, }, Name: "server", @@ -83146,14 +83146,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29840, + offset: 29842, line: 822, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29858, + offset: 29860, line: 822, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -83164,14 +83164,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29852, + offset: 29854, line: 822, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 29858, + offset: 29860, line: 822, - col: 21, + col: 23, }, }, Name: "insert", @@ -83180,14 +83180,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29840, + offset: 29842, line: 822, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29851, + offset: 29853, line: 822, - col: 14, + col: 16, }, }, ExpressionType: "", @@ -83196,14 +83196,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29840, + offset: 29842, line: 822, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29851, + offset: 29853, line: 822, - col: 14, + col: 16, }, }, Name: "environment", @@ -83216,28 +83216,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29932, + offset: 29934, line: 823, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29976, + offset: 29978, line: 823, - col: 47, + col: 49, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29932, + offset: 29934, line: 823, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29975, + offset: 29977, line: 823, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -83248,14 +83248,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29963, + offset: 29965, line: 823, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 29974, + offset: 29976, line: 823, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -83264,14 +83264,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29963, + offset: 29965, line: 823, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 29974, + offset: 29976, line: 823, - col: 45, + col: 47, }, }, Name: "environment", @@ -83282,14 +83282,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29932, + offset: 29934, line: 823, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29962, + offset: 29964, line: 823, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -83300,14 +83300,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29934, + offset: 29936, line: 823, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 29962, + offset: 29964, line: 823, - col: 33, + col: 35, }, }, Name: "setProcessStartupEnvironment", @@ -83316,14 +83316,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29932, + offset: 29934, line: 823, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29933, + offset: 29935, line: 823, - col: 4, + col: 6, }, }, ExpressionType: "", @@ -83332,14 +83332,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29932, + offset: 29934, line: 823, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29933, + offset: 29935, line: 823, - col: 4, + col: 6, }, }, Name: "a", @@ -83352,28 +83352,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29981, + offset: 29983, line: 824, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 30030, + offset: 30032, line: 824, - col: 52, + col: 54, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29981, + offset: 29983, line: 824, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 30029, + offset: 30031, line: 824, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -83384,14 +83384,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30000, + offset: 30002, line: 824, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 30028, + offset: 30030, line: 824, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -83402,14 +83402,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30013, + offset: 30015, line: 824, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 30027, + offset: 30029, line: 824, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -83418,14 +83418,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30013, + offset: 30015, line: 824, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 30027, + offset: 30029, line: 824, - col: 49, + col: 51, }, }, Name: "xwaylandOption", @@ -83436,14 +83436,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30000, + offset: 30002, line: 824, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 30012, + offset: 30014, line: 824, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -83454,14 +83454,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30007, + offset: 30009, line: 824, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 30012, + offset: 30014, line: 824, - col: 34, + col: 36, }, }, Name: "isSet", @@ -83470,14 +83470,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30000, + offset: 30002, line: 824, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 30006, + offset: 30008, line: 824, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -83486,14 +83486,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30000, + offset: 30002, line: 824, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 30006, + offset: 30008, line: 824, - col: 28, + col: 30, }, }, Name: "parser", @@ -83506,14 +83506,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29981, + offset: 29983, line: 824, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29999, + offset: 30001, line: 824, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -83524,14 +83524,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29983, + offset: 29985, line: 824, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 29999, + offset: 30001, line: 824, - col: 21, + col: 23, }, }, Name: "setStartXwayland", @@ -83540,14 +83540,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29981, + offset: 29983, line: 824, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29982, + offset: 29984, line: 824, - col: 4, + col: 6, }, }, ExpressionType: "", @@ -83556,14 +83556,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29981, + offset: 29983, line: 824, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29982, + offset: 29984, line: 824, - col: 4, + col: 6, }, }, Name: "a", @@ -83576,28 +83576,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30035, + offset: 30037, line: 825, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 30090, + offset: 30092, line: 825, - col: 58, + col: 60, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30035, + offset: 30037, line: 825, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 30089, + offset: 30091, line: 825, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -83608,14 +83608,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30060, + offset: 30062, line: 825, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 30088, + offset: 30090, line: 825, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -83625,14 +83625,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30060, + offset: 30062, line: 825, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 30086, + offset: 30088, line: 825, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -83643,14 +83643,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30067, + offset: 30069, line: 825, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 30086, + offset: 30088, line: 825, - col: 54, + col: 56, }, }, Name: "positionalArguments", @@ -83659,14 +83659,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30060, + offset: 30062, line: 825, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 30066, + offset: 30068, line: 825, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -83675,14 +83675,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30060, + offset: 30062, line: 825, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 30066, + offset: 30068, line: 825, - col: 34, + col: 36, }, }, Name: "parser", @@ -83695,14 +83695,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30035, + offset: 30037, line: 825, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 30059, + offset: 30061, line: 825, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -83713,14 +83713,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30037, + offset: 30039, line: 825, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 30059, + offset: 30061, line: 825, - col: 27, + col: 29, }, }, Name: "setApplicationsToStart", @@ -83729,14 +83729,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30035, + offset: 30037, line: 825, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 30036, + offset: 30038, line: 825, - col: 4, + col: 6, }, }, ExpressionType: "", @@ -83745,14 +83745,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30035, + offset: 30037, line: 825, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 30036, + offset: 30038, line: 825, - col: 4, + col: 6, }, }, Name: "a", @@ -83765,28 +83765,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30095, + offset: 30097, line: 826, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 30158, + offset: 30160, line: 826, - col: 66, + col: 68, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30095, + offset: 30097, line: 826, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 30157, + offset: 30159, line: 826, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -83797,14 +83797,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30125, + offset: 30127, line: 826, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 30156, + offset: 30158, line: 826, - col: 64, + col: 66, }, }, ExpressionType: "", @@ -83815,14 +83815,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30138, + offset: 30140, line: 826, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 30155, + offset: 30157, line: 826, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -83831,14 +83831,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30138, + offset: 30140, line: 826, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 30155, + offset: 30157, line: 826, - col: 63, + col: 65, }, }, Name: "inputMethodOption", @@ -83849,14 +83849,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30125, + offset: 30127, line: 826, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 30137, + offset: 30139, line: 826, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -83867,14 +83867,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30132, + offset: 30134, line: 826, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 30137, + offset: 30139, line: 826, - col: 45, + col: 47, }, }, Name: "value", @@ -83883,14 +83883,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30125, + offset: 30127, line: 826, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 30131, + offset: 30133, line: 826, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -83899,14 +83899,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30125, + offset: 30127, line: 826, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 30131, + offset: 30133, line: 826, - col: 39, + col: 41, }, }, Name: "parser", @@ -83919,14 +83919,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30095, + offset: 30097, line: 826, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 30124, + offset: 30126, line: 826, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -83937,14 +83937,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30097, + offset: 30099, line: 826, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 30124, + offset: 30126, line: 826, - col: 32, + col: 34, }, }, Name: "setInputMethodServerToStart", @@ -83953,14 +83953,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30095, + offset: 30097, line: 826, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 30096, + offset: 30098, line: 826, - col: 4, + col: 6, }, }, ExpressionType: "", @@ -83969,14 +83969,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30095, + offset: 30097, line: 826, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 30096, + offset: 30098, line: 826, - col: 4, + col: 6, }, }, Name: "a", @@ -83989,28 +83989,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30163, + offset: 30165, line: 827, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 30173, + offset: 30175, line: 827, - col: 13, + col: 15, }, }, 'Prop_Expression': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30163, + offset: 30165, line: 827, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 30172, + offset: 30174, line: 827, - col: 12, + col: 14, }, }, ExpressionType: "", @@ -84020,14 +84020,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30163, + offset: 30165, line: 827, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 30170, + offset: 30172, line: 827, - col: 10, + col: 12, }, }, ExpressionType: "", @@ -84038,14 +84038,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30165, + offset: 30167, line: 827, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 30170, + offset: 30172, line: 827, - col: 10, + col: 12, }, }, Name: "start", @@ -84054,14 +84054,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30163, + offset: 30165, line: 827, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 30164, + offset: 30166, line: 827, - col: 4, + col: 6, }, }, ExpressionType: "", @@ -84070,14 +84070,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30163, + offset: 30165, line: 827, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 30164, + offset: 30166, line: 827, - col: 4, + col: 6, }, }, Name: "a", @@ -84090,28 +84090,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30179, + offset: 30181, line: 829, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 30195, + offset: 30197, line: 829, - col: 19, + col: 21, }, }, 'Prop_ReturnArgument': { '@type': "cpp:CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30186, + offset: 30188, line: 829, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 30194, + offset: 30196, line: 829, - col: 18, + col: 20, }, }, ExpressionType: "", @@ -84121,14 +84121,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30186, + offset: 30188, line: 829, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 30192, + offset: 30194, line: 829, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -84139,14 +84139,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30188, + offset: 30190, line: 829, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 30192, + offset: 30194, line: 829, - col: 16, + col: 18, }, }, Name: "exec", @@ -84155,14 +84155,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30186, + offset: 30188, line: 829, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 30187, + offset: 30189, line: 829, - col: 11, + col: 13, }, }, ExpressionType: "", @@ -84171,14 +84171,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30186, + offset: 30188, line: 829, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 30187, + offset: 30189, line: 829, - col: 11, + col: 13, }, }, Name: "a", @@ -84190,14 +84190,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30186, + offset: 30188, line: 829, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 30194, + offset: 30196, line: 829, - col: 18, + col: 20, }, }, ExpressionType: "", @@ -84207,14 +84207,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30186, + offset: 30188, line: 829, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 30192, + offset: 30194, line: 829, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -84225,14 +84225,14 @@ 'Prop_FieldName': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30188, + offset: 30190, line: 829, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 30192, + offset: 30194, line: 829, - col: 16, + col: 18, }, }, Name: "exec", @@ -84241,14 +84241,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30186, + offset: 30188, line: 829, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 30187, + offset: 30189, line: 829, - col: 11, + col: 13, }, }, ExpressionType: "", @@ -84257,14 +84257,14 @@ 'Prop_Name': { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30186, + offset: 30188, line: 829, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 30187, + offset: 30189, line: 829, - col: 11, + col: 13, }, }, Name: "a", @@ -84283,14 +84283,14 @@ Name: { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16979, + offset: 16981, line: 519, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 16983, + offset: 16985, line: 519, - col: 16, + col: 18, }, }, Name: "argc", @@ -84301,14 +84301,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16975, + offset: 16977, line: 519, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 16978, + offset: 16980, line: 519, - col: 11, + col: 13, }, }, IsComplex: false, @@ -84337,14 +84337,14 @@ Name: { '@type': "uast:Identifier", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16992, + offset: 16994, line: 519, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 16996, + offset: 16998, line: 519, - col: 29, + col: 31, }, }, Name: "argv", @@ -84355,14 +84355,14 @@ '@role': [Character, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16985, + offset: 16987, line: 519, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 16989, + offset: 16991, line: 519, - col: 22, + col: 24, }, }, IsComplex: false, @@ -84408,14 +84408,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 880, - line: 19, - col: 70, + offset: 882, + line: 20, + col: 1, }, end: { '@type': "uast:Position", - offset: 905, + offset: 907, line: 20, - col: 24, + col: 26, }, }, All: true, @@ -84429,14 +84429,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 906, - line: 20, - col: 25, + offset: 908, + line: 21, + col: 1, }, end: { '@type': "uast:Position", - offset: 928, + offset: 930, line: 21, - col: 21, + col: 23, }, }, All: true, @@ -84450,14 +84450,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 929, - line: 21, - col: 22, + offset: 931, + line: 22, + col: 1, }, end: { '@type': "uast:Position", - offset: 957, + offset: 959, line: 22, - col: 27, + col: 29, }, }, All: true, @@ -84471,14 +84471,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 958, - line: 22, - col: 28, + offset: 960, + line: 23, + col: 1, }, end: { '@type': "uast:Position", - offset: 980, + offset: 982, line: 23, - col: 21, + col: 23, }, }, All: true, @@ -84492,14 +84492,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 981, - line: 23, - col: 22, + offset: 983, + line: 24, + col: 1, }, end: { '@type': "uast:Position", - offset: 1005, + offset: 1007, line: 24, - col: 23, + col: 25, }, }, All: true, @@ -84513,14 +84513,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1014, - line: 25, - col: 7, + offset: 1016, + line: 26, + col: 1, }, end: { '@type': "uast:Position", - offset: 1035, + offset: 1037, line: 26, - col: 20, + col: 22, }, }, All: true, @@ -84534,14 +84534,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1036, - line: 26, - col: 21, + offset: 1038, + line: 27, + col: 1, }, end: { '@type': "uast:Position", - offset: 1056, + offset: 1058, line: 27, - col: 19, + col: 21, }, }, All: true, @@ -84555,14 +84555,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1057, - line: 27, - col: 20, + offset: 1059, + line: 28, + col: 1, }, end: { '@type': "uast:Position", - offset: 1087, + offset: 1089, line: 28, - col: 29, + col: 31, }, }, All: true, @@ -84576,14 +84576,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1088, - line: 28, - col: 30, + offset: 1090, + line: 29, + col: 1, }, end: { '@type': "uast:Position", - offset: 1115, + offset: 1117, line: 29, - col: 26, + col: 28, }, }, All: true, @@ -84597,14 +84597,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1116, - line: 29, - col: 27, + offset: 1118, + line: 30, + col: 1, }, end: { '@type': "uast:Position", - offset: 1137, + offset: 1139, line: 30, - col: 20, + col: 22, }, }, All: true, @@ -84618,14 +84618,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1151, - line: 32, - col: 11, + offset: 1153, + line: 33, + col: 1, }, end: { '@type': "uast:Position", - offset: 1187, + offset: 1189, line: 33, - col: 35, + col: 37, }, }, All: true, @@ -84639,14 +84639,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1188, - line: 33, - col: 36, + offset: 1190, + line: 34, + col: 1, }, end: { '@type': "uast:Position", - offset: 1231, + offset: 1233, line: 34, - col: 42, + col: 44, }, }, All: true, @@ -84660,14 +84660,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1239, - line: 35, - col: 6, + offset: 1241, + line: 36, + col: 1, }, end: { '@type': "uast:Position", - offset: 1266, + offset: 1268, line: 36, - col: 26, + col: 28, }, }, All: true, @@ -84681,14 +84681,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1267, - line: 36, - col: 27, + offset: 1269, + line: 37, + col: 1, }, end: { '@type': "uast:Position", - offset: 1291, + offset: 1293, line: 37, - col: 23, + col: 25, }, }, All: true, @@ -84702,14 +84702,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1292, - line: 37, - col: 24, + offset: 1294, + line: 38, + col: 1, }, end: { '@type': "uast:Position", - offset: 1318, + offset: 1320, line: 38, - col: 25, + col: 27, }, }, All: true, @@ -84723,14 +84723,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1319, - line: 38, - col: 26, + offset: 1321, + line: 39, + col: 1, }, end: { '@type': "uast:Position", - offset: 1336, + offset: 1338, line: 39, - col: 16, + col: 18, }, }, All: true, @@ -84744,14 +84744,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1337, - line: 39, - col: 17, + offset: 1339, + line: 40, + col: 1, }, end: { '@type': "uast:Position", - offset: 1376, + offset: 1378, line: 40, - col: 38, + col: 40, }, }, All: true, @@ -84765,14 +84765,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1384, - line: 42, - col: 5, + offset: 1386, + line: 43, + col: 1, }, end: { '@type': "uast:Position", - offset: 1410, + offset: 1412, line: 43, - col: 25, + col: 27, }, }, All: true, @@ -84786,14 +84786,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1411, - line: 43, - col: 26, + offset: 1413, + line: 44, + col: 1, }, end: { '@type': "uast:Position", - offset: 1446, + offset: 1448, line: 44, - col: 34, + col: 36, }, }, All: true, @@ -84807,14 +84807,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1447, - line: 44, - col: 35, + offset: 1449, + line: 45, + col: 1, }, end: { '@type': "uast:Position", - offset: 1476, + offset: 1478, line: 45, - col: 28, + col: 30, }, }, All: true, @@ -84828,14 +84828,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1477, - line: 45, - col: 29, + offset: 1479, + line: 46, + col: 1, }, end: { '@type': "uast:Position", - offset: 1503, + offset: 1505, line: 46, - col: 25, + col: 27, }, }, All: true, @@ -84849,14 +84849,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1504, - line: 46, - col: 26, + offset: 1506, + line: 47, + col: 1, }, end: { '@type': "uast:Position", - offset: 1520, + offset: 1522, line: 47, - col: 15, + col: 17, }, }, All: true, @@ -84870,14 +84870,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1521, - line: 47, - col: 16, + offset: 1523, + line: 48, + col: 1, }, end: { '@type': "uast:Position", - offset: 1541, + offset: 1543, line: 48, - col: 19, + col: 21, }, }, All: true, @@ -84891,14 +84891,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1542, - line: 48, - col: 20, + offset: 1544, + line: 49, + col: 1, }, end: { '@type': "uast:Position", - offset: 1567, + offset: 1569, line: 49, - col: 24, + col: 26, }, }, All: true, @@ -84912,14 +84912,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1568, - line: 49, - col: 25, + offset: 1570, + line: 50, + col: 1, }, end: { '@type': "uast:Position", - offset: 1587, + offset: 1589, line: 50, - col: 18, + col: 20, }, }, All: true, @@ -84933,14 +84933,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1588, - line: 50, - col: 19, + offset: 1590, + line: 51, + col: 1, }, end: { '@type': "uast:Position", - offset: 1614, + offset: 1616, line: 51, - col: 25, + col: 27, }, }, All: true, @@ -84954,14 +84954,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1615, - line: 51, - col: 26, + offset: 1617, + line: 52, + col: 1, }, end: { '@type': "uast:Position", - offset: 1632, + offset: 1634, line: 52, - col: 16, + col: 18, }, }, All: true, @@ -84975,14 +84975,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1633, - line: 52, - col: 17, + offset: 1635, + line: 53, + col: 1, }, end: { '@type': "uast:Position", - offset: 1651, + offset: 1653, line: 53, - col: 17, + col: 19, }, }, All: true, @@ -84996,14 +84996,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1652, - line: 53, - col: 18, + offset: 1654, + line: 54, + col: 1, }, end: { '@type': "uast:Position", - offset: 1669, + offset: 1671, line: 54, - col: 16, + col: 18, }, }, All: true, @@ -85017,14 +85017,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1670, - line: 54, - col: 17, + offset: 1672, + line: 55, + col: 1, }, end: { '@type': "uast:Position", - offset: 1688, + offset: 1690, line: 55, - col: 17, + col: 19, }, }, All: true, @@ -85039,14 +85039,14 @@ '@role': [If, Incomplete, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1700, - line: 57, - col: 9, + offset: 1702, + line: 58, + col: 1, }, end: { '@type': "uast:Position", - offset: 1720, + offset: 1722, line: 58, - col: 19, + col: 21, }, }, Condition: "HAVE_UNISTD_H", @@ -85056,14 +85056,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1722, - line: 58, - col: 21, + offset: 1724, + line: 59, + col: 2, }, end: { '@type': "uast:Position", - offset: 1740, + offset: 1742, line: 59, - col: 18, + col: 20, }, }, All: true, @@ -85078,14 +85078,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1741, - line: 59, - col: 19, + offset: 1743, + line: 60, + col: 1, }, end: { '@type': "uast:Position", - offset: 1747, + offset: 1749, line: 60, - col: 5, + col: 7, }, }, }, @@ -85093,14 +85093,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1766, - line: 60, - col: 24, + offset: 1768, + line: 62, + col: 1, }, end: { '@type': "uast:Position", - offset: 1786, + offset: 1788, line: 62, - col: 19, + col: 21, }, }, Condition: "HAVE_SYS_PRCTL_H", @@ -85109,14 +85109,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1788, - line: 62, - col: 21, + offset: 1790, + line: 63, + col: 2, }, end: { '@type': "uast:Position", - offset: 1809, + offset: 1811, line: 63, - col: 21, + col: 23, }, }, All: true, @@ -85131,14 +85131,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1810, - line: 63, - col: 22, + offset: 1812, + line: 64, + col: 1, }, end: { '@type': "uast:Position", - offset: 1816, + offset: 1818, line: 64, - col: 5, + col: 7, }, }, }, @@ -85146,14 +85146,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1817, - line: 64, - col: 6, + offset: 1819, + line: 65, + col: 1, }, end: { '@type': "uast:Position", - offset: 1839, + offset: 1841, line: 65, - col: 21, + col: 23, }, }, Condition: "HAVE_SYS_PROCCTL_H", @@ -85162,14 +85162,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1841, - line: 65, - col: 23, + offset: 1843, + line: 66, + col: 2, }, end: { '@type': "uast:Position", - offset: 1859, + offset: 1861, line: 66, - col: 18, + col: 20, }, }, All: true, @@ -85183,14 +85183,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1861, - line: 66, - col: 20, + offset: 1863, + line: 67, + col: 2, }, end: { '@type': "uast:Position", - offset: 1884, + offset: 1886, line: 67, - col: 23, + col: 25, }, }, All: true, @@ -85205,14 +85205,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1885, - line: 67, - col: 24, + offset: 1887, + line: 68, + col: 1, }, end: { '@type': "uast:Position", - offset: 1891, + offset: 1893, line: 68, - col: 5, + col: 7, }, }, }, @@ -85220,14 +85220,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1893, - line: 68, - col: 7, + offset: 1895, + line: 70, + col: 1, }, end: { '@type': "uast:Position", - offset: 1908, + offset: 1910, line: 70, - col: 14, + col: 16, }, }, Condition: "HAVE_LIBCAP", @@ -85236,14 +85236,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1910, - line: 70, - col: 16, + offset: 1912, + line: 71, + col: 2, }, end: { '@type': "uast:Position", - offset: 1936, + offset: 1938, line: 71, - col: 26, + col: 28, }, }, All: true, @@ -85258,28 +85258,28 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1937, - line: 71, - col: 27, + offset: 1939, + line: 72, + col: 1, }, end: { '@type': "uast:Position", - offset: 1943, + offset: 1945, line: 72, - col: 5, + col: 7, }, }, }, { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1945, - line: 72, - col: 7, + offset: 1947, + line: 74, + col: 1, }, end: { '@type': "uast:Position", - offset: 1963, + offset: 1965, line: 74, - col: 17, + col: 19, }, }, All: true, @@ -85293,14 +85293,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1965, - line: 74, - col: 19, + offset: 1967, + line: 76, + col: 1, }, end: { '@type': "uast:Position", - offset: 1984, + offset: 1986, line: 76, - col: 18, + col: 20, }, }, All: true, @@ -85314,14 +85314,14 @@ { '@type': "uast:InlineImport", '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1985, - line: 76, - col: 19, + offset: 1987, + line: 77, + col: 1, }, end: { '@type': "uast:Position", - offset: 2003, + offset: 2005, line: 77, - col: 17, + col: 19, }, }, All: true, @@ -85336,14 +85336,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2445, - line: 105, + offset: 2447, + line: 106, col: 1, }, end: { '@type': "uast:Position", - offset: 2473, + offset: 2475, line: 106, - col: 27, + col: 29, }, }, Condition: "HAVE_SCHED_RESET_ON_FORK", @@ -85353,14 +85353,14 @@ '@role': [Else, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2759, - line: 114, - col: 39, + offset: 2761, + line: 115, + col: 1, }, end: { '@type': "uast:Position", - offset: 2764, + offset: 2766, line: 115, - col: 4, + col: 6, }, }, IsTaken: true, @@ -85369,14 +85369,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2786, - line: 116, - col: 20, + offset: 2788, + line: 117, + col: 1, }, end: { '@type': "uast:Position", - offset: 2792, + offset: 2794, line: 117, - col: 5, + col: 7, }, }, }, @@ -85384,14 +85384,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14817, - line: 433, - col: 79, + offset: 14819, + line: 434, + col: 1, }, end: { '@type': "uast:Position", - offset: 14829, + offset: 14831, line: 434, - col: 11, + col: 13, }, }, Condition: "HAVE_DRM", @@ -85401,14 +85401,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14906, - line: 435, - col: 75, + offset: 14908, + line: 436, + col: 1, }, end: { '@type': "uast:Position", - offset: 14912, + offset: 14914, line: 436, - col: 5, + col: 7, }, }, }, @@ -85416,14 +85416,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14913, - line: 436, - col: 6, + offset: 14915, + line: 437, + col: 1, }, end: { '@type': "uast:Position", - offset: 14931, + offset: 14933, line: 437, - col: 17, + col: 19, }, }, Condition: "HAVE_LIBHYBRIS", @@ -85433,14 +85433,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15022, - line: 438, - col: 89, + offset: 15024, + line: 439, + col: 1, }, end: { '@type': "uast:Position", - offset: 15028, + offset: 15030, line: 439, - col: 5, + col: 7, }, }, }, @@ -85448,14 +85448,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15335, - line: 449, - col: 5, + offset: 15337, + line: 450, + col: 1, }, end: { '@type': "uast:Position", - offset: 15353, + offset: 15355, line: 450, - col: 17, + col: 19, }, }, Condition: "HAVE_LIBHYBRIS", @@ -85465,14 +85465,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15448, - line: 453, - col: 5, + offset: 15450, + line: 454, + col: 1, }, end: { '@type': "uast:Position", - offset: 15454, + offset: 15456, line: 454, - col: 5, + col: 7, }, }, }, @@ -85480,14 +85480,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15455, - line: 454, - col: 6, + offset: 15457, + line: 455, + col: 1, }, end: { '@type': "uast:Position", - offset: 15467, + offset: 15469, line: 455, - col: 11, + col: 13, }, }, Condition: "HAVE_DRM", @@ -85497,14 +85497,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15492, - line: 456, - col: 23, + offset: 15494, + line: 457, + col: 1, }, end: { '@type': "uast:Position", - offset: 15498, + offset: 15500, line: 457, - col: 5, + col: 7, }, }, }, @@ -85512,14 +85512,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15558, - line: 462, + offset: 15560, + line: 463, col: 1, }, end: { '@type': "uast:Position", - offset: 15582, + offset: 15584, line: 463, - col: 23, + col: 25, }, }, Condition: "HAVE_PR_SET_DUMPABLE", @@ -85529,14 +85529,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16016, - line: 474, - col: 30, + offset: 16018, + line: 475, + col: 1, }, end: { '@type': "uast:Position", - offset: 16022, + offset: 16024, line: 475, - col: 5, + col: 7, }, }, }, @@ -85544,14 +85544,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16023, - line: 475, - col: 6, + offset: 16025, + line: 476, + col: 1, }, end: { '@type': "uast:Position", - offset: 16046, + offset: 16048, line: 476, - col: 22, + col: 24, }, }, Condition: "HAVE_PROC_TRACE_CTL", @@ -85561,14 +85561,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16326, - line: 481, - col: 52, + offset: 16328, + line: 482, + col: 1, }, end: { '@type': "uast:Position", - offset: 16332, + offset: 16334, line: 482, - col: 5, + col: 7, }, }, }, @@ -85576,14 +85576,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16374, - line: 487, + offset: 16376, + line: 488, col: 1, }, end: { '@type': "uast:Position", - offset: 16398, + offset: 16400, line: 488, - col: 23, + col: 25, }, }, Condition: "HAVE_PR_SET_DUMPABLE", @@ -85593,14 +85593,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16430, - line: 489, - col: 30, + offset: 16432, + line: 490, + col: 1, }, end: { '@type': "uast:Position", - offset: 16436, + offset: 16438, line: 490, - col: 5, + col: 7, }, }, }, @@ -85608,14 +85608,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16522, - line: 497, + offset: 16524, + line: 498, col: 1, }, end: { '@type': "uast:Position", - offset: 16537, + offset: 16539, line: 498, - col: 14, + col: 16, }, }, Condition: "HAVE_LIBCAP", @@ -85625,14 +85625,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16940, - line: 513, - col: 19, + offset: 16942, + line: 514, + col: 1, }, end: { '@type': "uast:Position", - offset: 16946, + offset: 16948, line: 514, - col: 5, + col: 7, }, }, }, @@ -85640,14 +85640,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19447, - line: 577, - col: 69, + offset: 19449, + line: 578, + col: 1, }, end: { '@type': "uast:Position", - offset: 19459, + offset: 19461, line: 578, - col: 11, + col: 13, }, }, Condition: "HAVE_DRM", @@ -85657,14 +85657,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19520, - line: 579, - col: 59, + offset: 19522, + line: 580, + col: 1, }, end: { '@type': "uast:Position", - offset: 19526, + offset: 19528, line: 580, - col: 5, + col: 7, }, }, }, @@ -85672,14 +85672,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19527, - line: 580, - col: 6, + offset: 19529, + line: 581, + col: 1, }, end: { '@type': "uast:Position", - offset: 19545, + offset: 19547, line: 581, - col: 17, + col: 19, }, }, Condition: "HAVE_LIBHYBRIS", @@ -85689,14 +85689,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19620, - line: 582, - col: 73, + offset: 19622, + line: 583, + col: 1, }, end: { '@type': "uast:Position", - offset: 19626, + offset: 19628, line: 583, - col: 5, + col: 7, }, }, }, @@ -85704,14 +85704,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22973, - line: 645, - col: 5, + offset: 22975, + line: 646, + col: 1, }, end: { '@type': "uast:Position", - offset: 22991, + offset: 22993, line: 646, - col: 17, + col: 19, }, }, Condition: "HAVE_LIBHYBRIS", @@ -85721,14 +85721,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23178, - line: 650, - col: 5, + offset: 23180, + line: 651, + col: 1, }, end: { '@type': "uast:Position", - offset: 23184, + offset: 23186, line: 651, - col: 5, + col: 7, }, }, }, @@ -85736,14 +85736,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23427, - line: 654, - col: 37, + offset: 23429, + line: 655, + col: 1, }, end: { '@type': "uast:Position", - offset: 23439, + offset: 23441, line: 655, - col: 11, + col: 13, }, }, Condition: "HAVE_DRM", @@ -85753,14 +85753,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23598, - line: 659, - col: 5, + offset: 23600, + line: 660, + col: 1, }, end: { '@type': "uast:Position", - offset: 23604, + offset: 23606, line: 660, - col: 5, + col: 7, }, }, }, @@ -85768,14 +85768,14 @@ '@role': [If, Incomplete, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25402, - line: 693, - col: 35, + offset: 25404, + line: 695, + col: 1, }, end: { '@type': "uast:Position", - offset: 25430, + offset: 25432, line: 695, - col: 27, + col: 29, }, }, Condition: "KWIN_BUILD_ACTIVITIES", @@ -85786,14 +85786,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25463, - line: 696, - col: 31, + offset: 25465, + line: 697, + col: 1, }, end: { '@type': "uast:Position", - offset: 25469, + offset: 25471, line: 697, - col: 5, + col: 7, }, }, }, @@ -85801,14 +85801,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26064, - line: 716, - col: 27, + offset: 26066, + line: 718, + col: 1, }, end: { '@type': "uast:Position", - offset: 26076, + offset: 26078, line: 718, - col: 11, + col: 13, }, }, Condition: "HAVE_DRM", @@ -85818,14 +85818,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26174, - line: 721, - col: 5, + offset: 26176, + line: 722, + col: 1, }, end: { '@type': "uast:Position", - offset: 26180, + offset: 26182, line: 722, - col: 5, + col: 7, }, }, }, @@ -85833,14 +85833,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27678, - line: 765, - col: 5, + offset: 27680, + line: 766, + col: 1, }, end: { '@type': "uast:Position", - offset: 27696, + offset: 27698, line: 766, - col: 17, + col: 19, }, }, Condition: "HAVE_LIBHYBRIS", @@ -85850,14 +85850,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27815, - line: 769, - col: 5, + offset: 27817, + line: 770, + col: 1, }, end: { '@type': "uast:Position", - offset: 27821, + offset: 27823, line: 770, - col: 5, + col: 7, }, }, }, diff --git a/fixtures/cpp17_3.cpp.uast b/fixtures/cpp17_3.cpp.uast index 5ed6cd3..83c8f5f 100644 --- a/fixtures/cpp17_3.cpp.uast +++ b/fixtures/cpp17_3.cpp.uast @@ -7,8 +7,8 @@ col: 1, }, end: { '@type': "uast:Position", - offset: 30198, - line: 830, + offset: 30200, + line: 831, col: 1, }, }, @@ -20,14 +20,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2015, + offset: 2017, line: 79, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 2019, + offset: 2021, line: 79, - col: 13, + col: 15, }, }, }, @@ -35,14 +35,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2023, - line: 80, - col: 2, + offset: 2025, + line: 82, + col: 1, }, end: { '@type': "uast:Position", - offset: 2080, - line: 84, - col: 26, + offset: 2082, + line: 85, + col: 2, }, }, IsDefaulted: false, @@ -51,14 +51,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2051, - line: 82, - col: 27, + offset: 2053, + line: 83, + col: 1, }, end: { '@type': "uast:Position", - offset: 2080, - line: 84, - col: 26, + offset: 2082, + line: 85, + col: 2, }, }, 'Prop_Statements': [ @@ -66,28 +66,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2057, + offset: 2059, line: 84, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2078, + offset: 2080, line: 84, - col: 24, + col: 26, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2057, + offset: 2059, line: 84, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2077, + offset: 2079, line: 84, - col: 23, + col: 25, }, }, ExpressionType: "Attempt to use symbol failed: exit", @@ -97,14 +97,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2057, + offset: 2059, line: 84, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2075, + offset: 2077, line: 84, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -114,14 +114,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2057, + offset: 2059, line: 84, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2075, + offset: 2077, line: 84, - col: 21, + col: 23, }, }, IsConversionOperator: false, @@ -133,14 +133,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2057, + offset: 2059, line: 84, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2069, + offset: 2071, line: 84, - col: 15, + col: 17, }, }, }, @@ -149,14 +149,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2071, + offset: 2073, line: 84, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 2075, + offset: 2077, line: 84, - col: 21, + col: 23, }, }, }, @@ -167,14 +167,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2057, + offset: 2059, line: 84, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2069, + offset: 2071, line: 84, - col: 15, + col: 17, }, }, }, @@ -190,14 +190,14 @@ '@role': [Declaration, Function, 'Null', Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2023, - line: 80, - col: 2, + offset: 2025, + line: 82, + col: 1, }, end: { '@type': "uast:Position", - offset: 2034, + offset: 2036, line: 82, - col: 10, + col: 12, }, }, IsComplex: false, @@ -222,14 +222,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2035, + offset: 2037, line: 82, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 2050, + offset: 2052, line: 82, - col: 26, + col: 28, }, }, IsConst: false, @@ -243,14 +243,14 @@ '@role': [Declaration, Function, Identifier, Name], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2035, + offset: 2037, line: 82, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 2045, + offset: 2047, line: 82, - col: 21, + col: 23, }, }, }, @@ -259,14 +259,14 @@ '@role': [Argument, Declaration, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2049, + offset: 2051, line: 82, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 2049, + offset: 2051, line: 82, - col: 25, + col: 27, }, }, DeclaresParameterPack: false, @@ -279,14 +279,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2046, + offset: 2048, line: 82, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 2049, + offset: 2051, line: 82, - col: 25, + col: 27, }, }, IsComplex: false, @@ -316,14 +316,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2082, - line: 85, - col: 2, + offset: 2084, + line: 87, + col: 1, }, end: { '@type': "uast:Position", - offset: 2145, - line: 89, - col: 38, + offset: 2147, + line: 90, + col: 2, }, }, IsDefaulted: false, @@ -332,14 +332,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2104, - line: 87, - col: 21, + offset: 2106, + line: 88, + col: 1, }, end: { '@type': "uast:Position", - offset: 2145, - line: 89, - col: 38, + offset: 2147, + line: 90, + col: 2, }, }, 'Prop_Statements': [ @@ -347,28 +347,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2110, + offset: 2112, line: 89, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2143, + offset: 2145, line: 89, - col: 36, + col: 38, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2110, + offset: 2112, line: 89, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2142, + offset: 2144, line: 89, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: setDrKonqiEnabled", @@ -380,14 +380,14 @@ '@role': [Argument, Boolean, Call, Expression, Function, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2136, + offset: 2138, line: 89, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 2141, + offset: 2143, line: 89, - col: 34, + col: 36, }, }, ExpressionType: "bool", @@ -400,14 +400,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2110, + offset: 2112, line: 89, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2135, + offset: 2137, line: 89, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -417,14 +417,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2110, + offset: 2112, line: 89, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2135, + offset: 2137, line: 89, - col: 28, + col: 30, }, }, IsConversionOperator: false, @@ -436,14 +436,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2110, + offset: 2112, line: 89, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2116, + offset: 2118, line: 89, - col: 9, + col: 11, }, }, }, @@ -452,14 +452,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2118, + offset: 2120, line: 89, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 2135, + offset: 2137, line: 89, - col: 28, + col: 30, }, }, }, @@ -470,14 +470,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2110, + offset: 2112, line: 89, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2116, + offset: 2118, line: 89, - col: 9, + col: 11, }, }, }, @@ -493,14 +493,14 @@ '@role': [Declaration, Function, 'Null', Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2082, - line: 85, - col: 2, + offset: 2084, + line: 87, + col: 1, }, end: { '@type': "uast:Position", - offset: 2086, + offset: 2088, line: 87, - col: 3, + col: 5, }, }, IsComplex: false, @@ -525,14 +525,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2087, + offset: 2089, line: 87, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 2103, + offset: 2105, line: 87, - col: 20, + col: 22, }, }, IsConst: false, @@ -546,14 +546,14 @@ '@role': [Declaration, Function, Identifier, Name], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2087, + offset: 2089, line: 87, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 2101, + offset: 2103, line: 87, - col: 18, + col: 20, }, }, }, @@ -564,14 +564,14 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2227, - line: 92, - col: 28, + offset: 2229, + line: 93, + col: 1, }, end: { '@type': "uast:Position", - offset: 2265, + offset: 2267, line: 93, - col: 37, + col: 39, }, }, LeadingComments: [ @@ -580,14 +580,14 @@ '@role': [Comment, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2146, - line: 90, + offset: 2148, + line: 91, col: 1, }, end: { '@type': "uast:Position", - offset: 2197, + offset: 2199, line: 91, - col: 50, + col: 52, }, }, IsBlockComment: false, @@ -597,14 +597,14 @@ '@role': [Comment, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2198, - line: 91, - col: 51, + offset: 2200, + line: 92, + col: 1, }, end: { '@type': "uast:Position", - offset: 2226, + offset: 2228, line: 92, - col: 27, + col: 29, }, }, IsBlockComment: false, @@ -614,14 +614,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2227, - line: 92, - col: 28, + offset: 2229, + line: 93, + col: 1, }, end: { '@type': "uast:Position", - offset: 2249, + offset: 2251, line: 93, - col: 21, + col: 23, }, }, IsConst: false, @@ -639,14 +639,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2227, - line: 92, - col: 28, + offset: 2229, + line: 93, + col: 1, }, end: { '@type': "uast:Position", - offset: 2249, + offset: 2251, line: 93, - col: 21, + col: 23, }, }, }, @@ -657,14 +657,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2249, + offset: 2251, line: 93, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 2265, + offset: 2267, line: 93, - col: 37, + col: 39, }, }, DeclaresParameterPack: false, @@ -676,14 +676,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2250, + offset: 2252, line: 93, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 2264, + offset: 2266, line: 93, - col: 36, + col: 38, }, }, DeclaresParameterPack: false, @@ -692,14 +692,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2250, + offset: 2252, line: 93, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 2264, + offset: 2266, line: 93, - col: 36, + col: 38, }, }, }, @@ -713,14 +713,14 @@ '@role': [Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2264, + offset: 2266, line: 93, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 2265, + offset: 2267, line: 93, - col: 37, + col: 39, }, }, }, @@ -728,14 +728,14 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2267, - line: 93, - col: 39, + offset: 2269, + line: 95, + col: 1, }, end: { '@type': "uast:Position", - offset: 2301, + offset: 2303, line: 95, - col: 33, + col: 35, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -743,14 +743,14 @@ '@role': ['Null', Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2267, - line: 93, - col: 39, + offset: 2269, + line: 95, + col: 1, }, end: { '@type': "uast:Position", - offset: 2278, + offset: 2280, line: 95, - col: 10, + col: 12, }, }, IsComplex: false, @@ -776,14 +776,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2279, + offset: 2281, line: 95, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 2300, + offset: 2302, line: 95, - col: 32, + col: 34, }, }, IsConst: false, @@ -797,14 +797,14 @@ '@role': [Declaration, Function, Identifier, Name], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2279, + offset: 2281, line: 95, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 2290, + offset: 2292, line: 95, - col: 22, + col: 24, }, }, }, @@ -813,14 +813,14 @@ '@role': [Argument, Declaration, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2295, + offset: 2297, line: 95, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 2299, + offset: 2301, line: 95, - col: 31, + col: 33, }, }, DeclaresParameterPack: false, @@ -829,14 +829,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2295, + offset: 2297, line: 95, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 2299, + offset: 2301, line: 95, - col: 31, + col: 33, }, }, }, @@ -845,14 +845,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2291, + offset: 2293, line: 95, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 2294, + offset: 2296, line: 95, - col: 26, + col: 28, }, }, IsComplex: false, @@ -883,28 +883,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2303, - line: 95, - col: 35, + offset: 2305, + line: 97, + col: 1, }, end: { '@type': "uast:Position", - offset: 2363, + offset: 2365, line: 101, - col: 1, + col: 3, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTEnumerationSpecifier", '@role': [Declaration, Enumeration, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2303, - line: 95, - col: 35, + offset: 2305, + line: 97, + col: 1, }, end: { '@type': "uast:Position", - offset: 2362, - line: 100, - col: 16, + offset: 2364, + line: 101, + col: 2, }, }, IsConst: false, @@ -924,14 +924,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2334, + offset: 2336, line: 99, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2343, + offset: 2345, line: 99, - col: 12, + col: 14, }, }, }, @@ -940,14 +940,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2349, + offset: 2351, line: 100, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2360, + offset: 2362, line: 100, - col: 14, + col: 16, }, }, }, @@ -957,14 +957,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2314, + offset: 2316, line: 97, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 2327, + offset: 2329, line: 97, - col: 23, + col: 25, }, }, }, @@ -979,14 +979,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2377, - line: 103, - col: 11, + offset: 2379, + line: 104, + col: 1, }, end: { '@type': "uast:Position", - offset: 2794, - line: 117, - col: 7, + offset: 2796, + line: 118, + col: 2, }, }, IsDefaulted: false, @@ -995,14 +995,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2443, - line: 104, - col: 65, + offset: 2445, + line: 105, + col: 1, }, end: { '@type': "uast:Position", - offset: 2794, - line: 117, - col: 7, + offset: 2796, + line: 118, + col: 2, }, }, 'Prop_Statements': [ @@ -1010,28 +1010,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2769, + offset: 2771, line: 116, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2785, + offset: 2787, line: 116, - col: 19, + col: 21, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2769, + offset: 2771, line: 116, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2784, + offset: 2786, line: 116, - col: 18, + col: 20, }, }, ExpressionType: "Attempt to use symbol failed: Q_UNUSED", @@ -1042,14 +1042,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2778, + offset: 2780, line: 116, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 2783, + offset: 2785, line: 116, - col: 17, + col: 19, }, }, ExpressionType: "RealTimeFlags", @@ -1060,14 +1060,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2778, + offset: 2780, line: 116, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 2783, + offset: 2785, line: 116, - col: 17, + col: 19, }, }, }, @@ -1077,14 +1077,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2769, + offset: 2771, line: 116, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2777, + offset: 2779, line: 116, - col: 11, + col: 13, }, }, ExpressionType: "", @@ -1095,14 +1095,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2769, + offset: 2771, line: 116, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 2777, + offset: 2779, line: 116, - col: 11, + col: 13, }, }, }, @@ -1116,14 +1116,14 @@ '@role': [Declaration, Function, 'Null', Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2377, - line: 103, - col: 11, + offset: 2379, + line: 104, + col: 1, }, end: { '@type': "uast:Position", - offset: 2381, + offset: 2383, line: 104, - col: 3, + col: 5, }, }, IsComplex: false, @@ -1148,14 +1148,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2382, + offset: 2384, line: 104, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 2442, + offset: 2444, line: 104, - col: 64, + col: 66, }, }, IsConst: false, @@ -1169,14 +1169,14 @@ '@role': [Declaration, Function, Identifier, Name], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2382, + offset: 2384, line: 104, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 2394, + offset: 2396, line: 104, - col: 16, + col: 18, }, }, }, @@ -1185,14 +1185,14 @@ '@role': [Argument, Declaration, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2409, + offset: 2411, line: 104, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 2441, + offset: 2443, line: 104, - col: 63, + col: 65, }, }, DeclaresParameterPack: false, @@ -1200,28 +1200,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2415, + offset: 2417, line: 104, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 2441, + offset: 2443, line: 104, - col: 63, + col: 65, }, }, 'Prop_Expression': { '@type': "CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2417, + offset: 2419, line: 104, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 2441, + offset: 2443, line: 104, - col: 63, + col: 65, }, }, ExpressionType: "RealTimeFlags", @@ -1231,14 +1231,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2417, + offset: 2419, line: 104, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 2441, + offset: 2443, line: 104, - col: 63, + col: 65, }, }, IsConversionOperator: false, @@ -1250,14 +1250,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2417, + offset: 2419, line: 104, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 2430, + offset: 2432, line: 104, - col: 52, + col: 54, }, }, }, @@ -1266,14 +1266,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2432, + offset: 2434, line: 104, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 2441, + offset: 2443, line: 104, - col: 63, + col: 65, }, }, }, @@ -1284,14 +1284,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2417, + offset: 2419, line: 104, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 2430, + offset: 2432, line: 104, - col: 52, + col: 54, }, }, }, @@ -1302,14 +1302,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2417, + offset: 2419, line: 104, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 2441, + offset: 2443, line: 104, - col: 63, + col: 65, }, }, ExpressionType: "RealTimeFlags", @@ -1319,14 +1319,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2417, + offset: 2419, line: 104, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 2441, + offset: 2443, line: 104, - col: 63, + col: 65, }, }, IsConversionOperator: false, @@ -1338,14 +1338,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2417, + offset: 2419, line: 104, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 2430, + offset: 2432, line: 104, - col: 52, + col: 54, }, }, }, @@ -1354,14 +1354,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2432, + offset: 2434, line: 104, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 2441, + offset: 2443, line: 104, - col: 63, + col: 65, }, }, }, @@ -1372,14 +1372,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2417, + offset: 2419, line: 104, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 2430, + offset: 2432, line: 104, - col: 52, + col: 54, }, }, }, @@ -1392,14 +1392,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2409, + offset: 2411, line: 104, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 2414, + offset: 2416, line: 104, - col: 36, + col: 38, }, }, }, @@ -1407,14 +1407,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2395, + offset: 2397, line: 104, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 2408, + offset: 2410, line: 104, - col: 30, + col: 32, }, }, IsConst: false, @@ -1432,14 +1432,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2395, + offset: 2397, line: 104, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 2408, + offset: 2410, line: 104, - col: 30, + col: 32, }, }, }, @@ -1454,13 +1454,13 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2899, - line: 123, - col: 39, + offset: 2901, + line: 125, + col: 1, }, end: { '@type': "uast:Position", - offset: 3021, - line: 127, + offset: 3023, + line: 128, col: 2, }, }, @@ -1472,14 +1472,14 @@ '@role': [Comment, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2798, - line: 119, - col: 2, + offset: 2800, + line: 121, + col: 1, }, end: { '@type': "uast:Position", - offset: 2836, + offset: 2838, line: 121, - col: 37, + col: 39, }, }, IsBlockComment: false, @@ -1489,14 +1489,14 @@ '@role': [Comment, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2837, - line: 121, - col: 38, + offset: 2839, + line: 122, + col: 1, }, end: { '@type': "uast:Position", - offset: 2858, + offset: 2860, line: 122, - col: 20, + col: 22, }, }, IsBlockComment: false, @@ -1506,14 +1506,14 @@ '@role': [Comment, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2859, - line: 122, - col: 21, + offset: 2861, + line: 123, + col: 1, }, end: { '@type': "uast:Position", - offset: 2897, + offset: 2899, line: 123, - col: 37, + col: 39, }, }, IsBlockComment: false, @@ -1523,13 +1523,13 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3018, - line: 126, - col: 55, + offset: 3020, + line: 127, + col: 1, }, end: { '@type': "uast:Position", - offset: 3021, - line: 127, + offset: 3023, + line: 128, col: 2, }, }, @@ -1539,14 +1539,14 @@ '@role': [Declaration, Function, Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2899, - line: 123, - col: 39, + offset: 2901, + line: 125, + col: 1, }, end: { '@type': "uast:Position", - offset: 2899, - line: 123, - col: 39, + offset: 2901, + line: 125, + col: 1, }, }, IsComplex: false, @@ -1571,14 +1571,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2899, - line: 123, - col: 39, + offset: 2901, + line: 125, + col: 1, }, end: { '@type': "uast:Position", - offset: 2961, + offset: 2963, line: 125, - col: 61, + col: 63, }, }, IsConst: false, @@ -1592,28 +1592,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2968, + offset: 2970, line: 126, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 3017, + offset: 3019, line: 126, - col: 54, + col: 56, }, }, 'Prop_Initializer': { '@type': "CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2979, + offset: 2981, line: 126, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 3017, + offset: 3019, line: 126, - col: 54, + col: 56, }, }, 'Prop_Arguments': [ @@ -1621,14 +1621,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2980, + offset: 2982, line: 126, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 3004, + offset: 3006, line: 126, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -1639,14 +1639,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2980, + offset: 2982, line: 126, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 3004, + offset: 3006, line: 126, - col: 41, + col: 43, }, }, }, @@ -1655,14 +1655,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3006, + offset: 3008, line: 126, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 3010, + offset: 3012, line: 126, - col: 47, + col: 49, }, }, ExpressionType: "int", @@ -1673,14 +1673,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3006, + offset: 3008, line: 126, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 3010, + offset: 3012, line: 126, - col: 47, + col: 49, }, }, }, @@ -1689,14 +1689,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3012, + offset: 3014, line: 126, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 3016, + offset: 3018, line: 126, - col: 53, + col: 55, }, }, ExpressionType: "char * *", @@ -1707,14 +1707,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3012, + offset: 3014, line: 126, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 3016, + offset: 3018, line: 126, - col: 53, + col: 55, }, }, }, @@ -1731,14 +1731,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2980, + offset: 2982, line: 126, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 3004, + offset: 3006, line: 126, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -1749,14 +1749,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2980, + offset: 2982, line: 126, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 3004, + offset: 3006, line: 126, - col: 41, + col: 43, }, }, }, @@ -1765,14 +1765,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3006, + offset: 3008, line: 126, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 3010, + offset: 3012, line: 126, - col: 47, + col: 49, }, }, ExpressionType: "int", @@ -1783,14 +1783,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3006, + offset: 3008, line: 126, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 3010, + offset: 3012, line: 126, - col: 47, + col: 49, }, }, }, @@ -1799,14 +1799,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3012, + offset: 3014, line: 126, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 3016, + offset: 3018, line: 126, - col: 53, + col: 55, }, }, ExpressionType: "char * *", @@ -1817,14 +1817,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3012, + offset: 3014, line: 126, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 3016, + offset: 3018, line: 126, - col: 53, + col: 55, }, }, }, @@ -1842,14 +1842,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2980, + offset: 2982, line: 126, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 3004, + offset: 3006, line: 126, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -1860,14 +1860,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2980, + offset: 2982, line: 126, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 3004, + offset: 3006, line: 126, - col: 41, + col: 43, }, }, }, @@ -1876,14 +1876,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3006, + offset: 3008, line: 126, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 3010, + offset: 3012, line: 126, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -1894,14 +1894,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3006, + offset: 3008, line: 126, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 3010, + offset: 3012, line: 126, - col: 47, + col: 49, }, }, }, @@ -1910,14 +1910,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3012, + offset: 3014, line: 126, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 3016, + offset: 3018, line: 126, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -1928,14 +1928,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3012, + offset: 3014, line: 126, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 3016, + offset: 3018, line: 126, - col: 53, + col: 55, }, }, }, @@ -1947,14 +1947,14 @@ '@role': [Declaration, Identifier, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2968, + offset: 2970, line: 126, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 2979, + offset: 2981, line: 126, - col: 16, + col: 18, }, }, }, @@ -1964,14 +1964,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2899, - line: 123, - col: 39, + offset: 2901, + line: 125, + col: 1, }, end: { '@type': "uast:Position", - offset: 2937, + offset: 2939, line: 125, - col: 37, + col: 39, }, }, IsConversionOperator: false, @@ -1983,14 +1983,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2899, - line: 123, - col: 39, + offset: 2901, + line: 125, + col: 1, }, end: { '@type': "uast:Position", - offset: 2917, + offset: 2919, line: 125, - col: 17, + col: 19, }, }, }, @@ -1999,14 +1999,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2919, + offset: 2921, line: 125, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 2937, + offset: 2939, line: 125, - col: 37, + col: 39, }, }, }, @@ -2017,14 +2017,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2899, - line: 123, - col: 39, + offset: 2901, + line: 125, + col: 1, }, end: { '@type': "uast:Position", - offset: 2917, + offset: 2919, line: 125, - col: 17, + col: 19, }, }, }, @@ -2035,14 +2035,14 @@ '@role': [Argument, Declaration, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2942, + offset: 2944, line: 125, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 2947, + offset: 2949, line: 125, - col: 47, + col: 49, }, }, DeclaresParameterPack: false, @@ -2051,14 +2051,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2943, + offset: 2945, line: 125, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 2947, + offset: 2949, line: 125, - col: 47, + col: 49, }, }, }, @@ -2068,14 +2068,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2938, + offset: 2940, line: 125, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 2941, + offset: 2943, line: 125, - col: 41, + col: 43, }, }, IsComplex: false, @@ -2101,14 +2101,14 @@ '@role': [Argument, Declaration, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2954, + offset: 2956, line: 125, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 2960, + offset: 2962, line: 125, - col: 60, + col: 62, }, }, DeclaresParameterPack: false, @@ -2117,14 +2117,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2956, + offset: 2958, line: 125, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 2960, + offset: 2962, line: 125, - col: 60, + col: 62, }, }, }, @@ -2134,14 +2134,14 @@ '@role': [Character, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2949, + offset: 2951, line: 125, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 2953, + offset: 2955, line: 125, - col: 53, + col: 55, }, }, IsComplex: false, @@ -2171,28 +2171,28 @@ '@role': [Declaration, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2968, + offset: 2970, line: 126, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 3017, + offset: 3019, line: 126, - col: 54, + col: 56, }, }, 'Prop_Initializer': { '@type': "CPPASTConstructorInitializer", '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2979, + offset: 2981, line: 126, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 3017, + offset: 3019, line: 126, - col: 54, + col: 56, }, }, 'Prop_Arguments': [ @@ -2200,14 +2200,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2980, + offset: 2982, line: 126, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 3004, + offset: 3006, line: 126, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -2218,14 +2218,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2980, + offset: 2982, line: 126, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 3004, + offset: 3006, line: 126, - col: 41, + col: 43, }, }, }, @@ -2234,14 +2234,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3006, + offset: 3008, line: 126, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 3010, + offset: 3012, line: 126, - col: 47, + col: 49, }, }, ExpressionType: "int", @@ -2252,14 +2252,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3006, + offset: 3008, line: 126, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 3010, + offset: 3012, line: 126, - col: 47, + col: 49, }, }, }, @@ -2268,14 +2268,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3012, + offset: 3014, line: 126, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 3016, + offset: 3018, line: 126, - col: 53, + col: 55, }, }, ExpressionType: "char * *", @@ -2286,14 +2286,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3012, + offset: 3014, line: 126, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 3016, + offset: 3018, line: 126, - col: 53, + col: 55, }, }, }, @@ -2310,14 +2310,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2980, + offset: 2982, line: 126, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 3004, + offset: 3006, line: 126, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -2328,14 +2328,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2980, + offset: 2982, line: 126, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 3004, + offset: 3006, line: 126, - col: 41, + col: 43, }, }, }, @@ -2344,14 +2344,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3006, + offset: 3008, line: 126, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 3010, + offset: 3012, line: 126, - col: 47, + col: 49, }, }, ExpressionType: "int", @@ -2362,14 +2362,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3006, + offset: 3008, line: 126, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 3010, + offset: 3012, line: 126, - col: 47, + col: 49, }, }, }, @@ -2378,14 +2378,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3012, + offset: 3014, line: 126, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 3016, + offset: 3018, line: 126, - col: 53, + col: 55, }, }, ExpressionType: "char * *", @@ -2396,14 +2396,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3012, + offset: 3014, line: 126, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 3016, + offset: 3018, line: 126, - col: 53, + col: 55, }, }, }, @@ -2421,14 +2421,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2980, + offset: 2982, line: 126, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 3004, + offset: 3006, line: 126, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -2439,14 +2439,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2980, + offset: 2982, line: 126, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 3004, + offset: 3006, line: 126, - col: 41, + col: 43, }, }, }, @@ -2455,14 +2455,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3006, + offset: 3008, line: 126, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 3010, + offset: 3012, line: 126, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -2473,14 +2473,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3006, + offset: 3008, line: 126, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 3010, + offset: 3012, line: 126, - col: 47, + col: 49, }, }, }, @@ -2489,14 +2489,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3012, + offset: 3014, line: 126, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 3016, + offset: 3018, line: 126, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -2507,14 +2507,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3012, + offset: 3014, line: 126, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 3016, + offset: 3018, line: 126, - col: 53, + col: 55, }, }, }, @@ -2526,14 +2526,14 @@ '@role': [Declaration, Identifier, Incomplete, Initialization, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2968, + offset: 2970, line: 126, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 2979, + offset: 2981, line: 126, - col: 16, + col: 18, }, }, }, @@ -2544,14 +2544,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3023, - line: 128, - col: 2, + offset: 3025, + line: 130, + col: 1, }, end: { '@type': "uast:Position", - offset: 4147, - line: 164, - col: 25, + offset: 4149, + line: 165, + col: 2, }, }, IsDefaulted: false, @@ -2560,14 +2560,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3065, - line: 130, - col: 41, + offset: 3067, + line: 131, + col: 1, }, end: { '@type': "uast:Position", - offset: 4147, - line: 164, - col: 25, + offset: 4149, + line: 165, + col: 2, }, }, 'Prop_Statements': [ @@ -2575,28 +2575,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3071, + offset: 3073, line: 132, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3116, + offset: 3118, line: 134, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTUnaryExpression", '@role': [Not, Relational, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3075, + offset: 3077, line: 132, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3091, + offset: 3093, line: 132, - col: 23, + col: 25, }, }, ExpressionType: "bool", @@ -2606,14 +2606,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3076, + offset: 3078, line: 132, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 3091, + offset: 3093, line: 132, - col: 23, + col: 25, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -2623,14 +2623,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3076, + offset: 3078, line: 132, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 3089, + offset: 3091, line: 132, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -2641,14 +2641,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3076, + offset: 3078, line: 132, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 3089, + offset: 3091, line: 132, - col: 21, + col: 23, }, }, }, @@ -2660,14 +2660,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3093, + offset: 3095, line: 132, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 3116, + offset: 3118, line: 134, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -2675,14 +2675,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3103, + offset: 3105, line: 133, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3110, + offset: 3112, line: 133, - col: 14, + col: 16, }, }, }, @@ -2693,28 +2693,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3122, + offset: 3124, line: 136, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3213, + offset: 3215, line: 138, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3126, + offset: 3128, line: 136, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3147, + offset: 3149, line: 136, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -2724,14 +2724,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3126, + offset: 3128, line: 136, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3145, + offset: 3147, line: 136, - col: 26, + col: 28, }, }, ExpressionType: "", @@ -2744,14 +2744,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3137, + offset: 3139, line: 136, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 3145, + offset: 3147, line: 136, - col: 26, + col: 28, }, }, }, @@ -2759,14 +2759,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3126, + offset: 3128, line: 136, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3135, + offset: 3137, line: 136, - col: 16, + col: 18, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -2776,14 +2776,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3126, + offset: 3128, line: 136, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3133, + offset: 3135, line: 136, - col: 14, + col: 16, }, }, ExpressionType: "", @@ -2794,14 +2794,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3126, + offset: 3128, line: 136, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3133, + offset: 3135, line: 136, - col: 14, + col: 16, }, }, }, @@ -2813,14 +2813,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3149, + offset: 3151, line: 136, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 3213, + offset: 3215, line: 138, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -2828,28 +2828,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3159, + offset: 3161, line: 137, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3207, + offset: 3209, line: 137, - col: 55, + col: 57, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3159, + offset: 3161, line: 137, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3206, + offset: 3208, line: 137, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -2861,14 +2861,14 @@ '@role': [Argument, Boolean, Call, Expression, Function, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3200, + offset: 3202, line: 137, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 3205, + offset: 3207, line: 137, - col: 53, + col: 55, }, }, ExpressionType: "bool", @@ -2881,14 +2881,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3159, + offset: 3161, line: 137, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3199, + offset: 3201, line: 137, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -2901,14 +2901,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3182, + offset: 3184, line: 137, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 3199, + offset: 3201, line: 137, - col: 47, + col: 49, }, }, }, @@ -2916,14 +2916,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3159, + offset: 3161, line: 137, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3180, + offset: 3182, line: 137, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -2933,14 +2933,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3159, + offset: 3161, line: 137, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3178, + offset: 3180, line: 137, - col: 26, + col: 28, }, }, ExpressionType: "", @@ -2953,14 +2953,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3170, + offset: 3172, line: 137, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 3178, + offset: 3180, line: 137, - col: 26, + col: 28, }, }, }, @@ -2968,14 +2968,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3159, + offset: 3161, line: 137, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3168, + offset: 3170, line: 137, - col: 16, + col: 18, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -2985,14 +2985,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3159, + offset: 3161, line: 137, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3166, + offset: 3168, line: 137, - col: 14, + col: 16, }, }, ExpressionType: "", @@ -3003,14 +3003,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3159, + offset: 3161, line: 137, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3166, + offset: 3168, line: 137, - col: 14, + col: 16, }, }, }, @@ -3028,14 +3028,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3310, + offset: 3312, line: 140, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3401, + offset: 3403, line: 142, - col: 4, + col: 6, }, }, LeadingComments: [ @@ -3044,14 +3044,14 @@ '@role': [Comment, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3218, + offset: 3220, line: 139, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3305, + offset: 3307, line: 139, - col: 90, + col: 92, }, }, IsBlockComment: false, @@ -3061,14 +3061,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3314, + offset: 3316, line: 140, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3321, + offset: 3323, line: 140, - col: 14, + col: 16, }, }, ExpressionType: "", @@ -3079,14 +3079,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3314, + offset: 3316, line: 140, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3321, + offset: 3323, line: 140, - col: 14, + col: 16, }, }, }, @@ -3095,14 +3095,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3323, + offset: 3325, line: 140, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 3401, + offset: 3403, line: 142, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -3110,28 +3110,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3333, + offset: 3335, line: 141, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3395, + offset: 3397, line: 141, - col: 69, + col: 71, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3333, + offset: 3335, line: 141, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3394, + offset: 3396, line: 141, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -3141,14 +3141,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3333, + offset: 3335, line: 141, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3392, + offset: 3394, line: 141, - col: 66, + col: 68, }, }, ExpressionType: "", @@ -3161,14 +3161,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3376, + offset: 3378, line: 141, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 3392, + offset: 3394, line: 141, - col: 66, + col: 68, }, }, }, @@ -3176,14 +3176,14 @@ '@role': [Expression, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3333, + offset: 3335, line: 141, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3374, + offset: 3376, line: 141, - col: 48, + col: 50, }, }, CastOperator: "static_cast", @@ -3194,14 +3194,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3366, + offset: 3368, line: 141, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 3373, + offset: 3375, line: 141, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -3212,14 +3212,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3366, + offset: 3368, line: 141, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 3373, + offset: 3375, line: 141, - col: 47, + col: 49, }, }, }, @@ -3228,28 +3228,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3345, + offset: 3347, line: 141, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 3364, + offset: 3366, line: 141, - col: 38, + col: 40, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3363, + offset: 3365, line: 141, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 3364, + offset: 3366, line: 141, - col: 38, + col: 40, }, }, DeclaresParameterPack: false, @@ -3264,14 +3264,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3345, + offset: 3347, line: 141, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 3363, + offset: 3365, line: 141, - col: 37, + col: 39, }, }, IsConst: false, @@ -3289,14 +3289,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3345, + offset: 3347, line: 141, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 3363, + offset: 3365, line: 141, - col: 37, + col: 39, }, }, }, @@ -3314,28 +3314,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3406, + offset: 3408, line: 143, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3425, + offset: 3427, line: 143, - col: 22, + col: 24, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3406, + offset: 3408, line: 143, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3424, + offset: 3426, line: 143, - col: 21, + col: 23, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -3345,14 +3345,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3406, + offset: 3408, line: 143, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3422, + offset: 3424, line: 143, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -3363,14 +3363,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3406, + offset: 3408, line: 143, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3422, + offset: 3424, line: 143, - col: 19, + col: 21, }, }, }, @@ -3381,28 +3381,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3430, + offset: 3432, line: 144, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3458, + offset: 3460, line: 144, - col: 31, + col: 33, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3430, + offset: 3432, line: 144, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3457, + offset: 3459, line: 144, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -3412,14 +3412,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3430, + offset: 3432, line: 144, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3455, + offset: 3457, line: 144, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -3432,14 +3432,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3447, + offset: 3449, line: 144, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 3455, + offset: 3457, line: 144, - col: 28, + col: 30, }, }, }, @@ -3447,14 +3447,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3430, + offset: 3432, line: 144, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3445, + offset: 3447, line: 144, - col: 18, + col: 20, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -3464,14 +3464,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3430, + offset: 3432, line: 144, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3443, + offset: 3445, line: 144, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -3482,14 +3482,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3430, + offset: 3432, line: 144, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3443, + offset: 3445, line: 144, - col: 16, + col: 18, }, }, }, @@ -3502,42 +3502,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3463, + offset: 3465, line: 145, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3500, + offset: 3502, line: 145, - col: 40, + col: 42, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3463, + offset: 3465, line: 145, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3500, + offset: 3502, line: 145, - col: 40, + col: 42, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3463, + offset: 3465, line: 145, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3473, + offset: 3475, line: 145, - col: 13, + col: 15, }, }, IsConst: false, @@ -3555,14 +3555,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3463, + offset: 3465, line: 145, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3473, + offset: 3475, line: 145, - col: 13, + col: 15, }, }, }, @@ -3573,14 +3573,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3473, + offset: 3475, line: 145, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 3499, + offset: 3501, line: 145, - col: 39, + col: 41, }, }, DeclaresParameterPack: false, @@ -3592,14 +3592,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3474, + offset: 3476, line: 145, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 3498, + offset: 3500, line: 145, - col: 38, + col: 40, }, }, DeclaresParameterPack: false, @@ -3608,14 +3608,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3474, + offset: 3476, line: 145, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 3498, + offset: 3500, line: 145, - col: 38, + col: 40, }, }, }, @@ -3630,28 +3630,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3505, + offset: 3507, line: 146, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 3739, + offset: 3741, line: 152, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3509, + offset: 3511, line: 146, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3524, + offset: 3526, line: 146, - col: 22, + col: 24, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -3661,14 +3661,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3509, + offset: 3511, line: 146, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3522, + offset: 3524, line: 146, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -3679,14 +3679,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3509, + offset: 3511, line: 146, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3522, + offset: 3524, line: 146, - col: 20, + col: 22, }, }, }, @@ -3696,14 +3696,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3526, + offset: 3528, line: 146, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 3739, + offset: 3741, line: 152, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -3711,42 +3711,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3536, + offset: 3538, line: 147, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3585, + offset: 3587, line: 147, - col: 56, + col: 58, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3536, + offset: 3538, line: 147, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3585, + offset: 3587, line: 147, - col: 56, + col: 58, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3536, + offset: 3538, line: 147, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3554, + offset: 3556, line: 147, - col: 25, + col: 27, }, }, IsConst: false, @@ -3763,14 +3763,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3536, + offset: 3538, line: 147, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3554, + offset: 3556, line: 147, - col: 25, + col: 27, }, }, IsConversionOperator: false, @@ -3782,14 +3782,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3536, + offset: 3538, line: 147, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3539, + offset: 3541, line: 147, - col: 10, + col: 12, }, }, }, @@ -3798,14 +3798,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3541, + offset: 3543, line: 147, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 3554, + offset: 3556, line: 147, - col: 25, + col: 27, }, }, }, @@ -3816,14 +3816,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3536, + offset: 3538, line: 147, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3539, + offset: 3541, line: 147, - col: 10, + col: 12, }, }, }, @@ -3836,14 +3836,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3554, + offset: 3556, line: 147, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 3584, + offset: 3586, line: 147, - col: 55, + col: 57, }, }, DeclaresParameterPack: false, @@ -3855,14 +3855,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3555, + offset: 3557, line: 147, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 3583, + offset: 3585, line: 147, - col: 54, + col: 56, }, }, DeclaresParameterPack: false, @@ -3871,14 +3871,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3555, + offset: 3557, line: 147, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 3583, + offset: 3585, line: 147, - col: 54, + col: 56, }, }, }, @@ -3893,28 +3893,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3594, + offset: 3596, line: 148, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3609, + offset: 3611, line: 148, - col: 22, + col: 24, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3594, + offset: 3596, line: 148, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3608, + offset: 3610, line: 148, - col: 21, + col: 23, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -3924,14 +3924,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3594, + offset: 3596, line: 148, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3606, + offset: 3608, line: 148, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -3942,14 +3942,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3594, + offset: 3596, line: 148, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3606, + offset: 3608, line: 148, - col: 19, + col: 21, }, }, }, @@ -3960,42 +3960,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3618, + offset: 3620, line: 149, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3657, + offset: 3659, line: 149, - col: 46, + col: 48, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3618, + offset: 3620, line: 149, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3657, + offset: 3659, line: 149, - col: 46, + col: 48, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3618, + offset: 3620, line: 149, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3622, + offset: 3624, line: 149, - col: 11, + col: 13, }, }, IsConst: false, @@ -4013,14 +4013,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3618, + offset: 3620, line: 149, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3622, + offset: 3624, line: 149, - col: 11, + col: 13, }, }, }, @@ -4031,14 +4031,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3623, + offset: 3625, line: 149, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 3656, + offset: 3658, line: 149, - col: 45, + col: 47, }, }, IsConst: false, @@ -4052,14 +4052,14 @@ '@role': [Declaration, Function, Identifier, Name], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3623, + offset: 3625, line: 149, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 3654, + offset: 3656, line: 149, - col: 43, + col: 45, }, }, }, @@ -4072,42 +4072,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3666, + offset: 3668, line: 150, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3698, + offset: 3700, line: 150, - col: 39, + col: 41, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3666, + offset: 3668, line: 150, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3698, + offset: 3700, line: 150, - col: 39, + col: 41, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3666, + offset: 3668, line: 150, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3680, + offset: 3682, line: 150, - col: 21, + col: 23, }, }, IsConst: false, @@ -4125,14 +4125,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3666, + offset: 3668, line: 150, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3680, + offset: 3682, line: 150, - col: 21, + col: 23, }, }, }, @@ -4143,14 +4143,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3680, + offset: 3682, line: 150, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 3697, + offset: 3699, line: 150, - col: 38, + col: 40, }, }, DeclaresParameterPack: false, @@ -4162,14 +4162,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3681, + offset: 3683, line: 150, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 3696, + offset: 3698, line: 150, - col: 37, + col: 39, }, }, IsConst: false, @@ -4183,14 +4183,14 @@ '@role': [Declaration, Function, Identifier, Name], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3681, + offset: 3683, line: 150, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 3694, + offset: 3696, line: 150, - col: 35, + col: 37, }, }, }, @@ -4205,28 +4205,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3707, + offset: 3709, line: 151, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3733, + offset: 3735, line: 151, - col: 33, + col: 35, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3707, + offset: 3709, line: 151, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3732, + offset: 3734, line: 151, - col: 32, + col: 34, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -4238,14 +4238,14 @@ '@role': [Argument, Call, Expression, Function, Literal, 'Null'], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3724, + offset: 3726, line: 151, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 3731, + offset: 3733, line: 151, - col: 31, + col: 33, }, }, ExpressionType: "std::nullptr_t", @@ -4258,14 +4258,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3707, + offset: 3709, line: 151, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3723, + offset: 3725, line: 151, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -4276,14 +4276,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3707, + offset: 3709, line: 151, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3723, + offset: 3725, line: 151, - col: 23, + col: 25, }, }, }, @@ -4297,28 +4297,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3744, + offset: 3746, line: 153, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4005, + offset: 4007, line: 159, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3748, + offset: 3750, line: 153, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3765, + offset: 3767, line: 153, - col: 24, + col: 26, }, }, ExpressionType: "", @@ -4329,14 +4329,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3748, + offset: 3750, line: 153, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3765, + offset: 3767, line: 153, - col: 24, + col: 26, }, }, }, @@ -4345,14 +4345,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3767, + offset: 3769, line: 153, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 4005, + offset: 4007, line: 159, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -4360,28 +4360,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3777, + offset: 3779, line: 154, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3808, + offset: 3810, line: 154, - col: 38, + col: 40, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3777, + offset: 3779, line: 154, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3807, + offset: 3809, line: 154, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -4391,14 +4391,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3777, + offset: 3779, line: 154, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3805, + offset: 3807, line: 154, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -4411,14 +4411,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3796, + offset: 3798, line: 154, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 3805, + offset: 3807, line: 154, - col: 35, + col: 37, }, }, }, @@ -4426,14 +4426,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3777, + offset: 3779, line: 154, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3794, + offset: 3796, line: 154, - col: 24, + col: 26, }, }, ExpressionType: "", @@ -4444,14 +4444,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3777, + offset: 3779, line: 154, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3794, + offset: 3796, line: 154, - col: 24, + col: 26, }, }, }, @@ -4463,28 +4463,28 @@ '@role': [Statement, While], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3817, + offset: 3819, line: 155, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3945, + offset: 3947, line: 157, - col: 8, + col: 10, }, }, 'Prop_Body': { '@type': "CPPASTCompoundStatement", '@role': [Body, While], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3876, + offset: 3878, line: 155, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 3945, + offset: 3947, line: 157, - col: 8, + col: 10, }, }, 'Prop_Statements': [ @@ -4492,28 +4492,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3890, + offset: 3892, line: 156, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 3935, + offset: 3937, line: 156, - col: 56, + col: 58, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3890, + offset: 3892, line: 156, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 3934, + offset: 3936, line: 156, - col: 55, + col: 57, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -4524,14 +4524,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3904, + offset: 3906, line: 156, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 3933, + offset: 3935, line: 156, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -4541,14 +4541,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3904, + offset: 3906, line: 156, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 3933, + offset: 3935, line: 156, - col: 54, + col: 56, }, }, IsConversionOperator: false, @@ -4560,14 +4560,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3904, + offset: 3906, line: 156, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 3914, + offset: 3916, line: 156, - col: 35, + col: 37, }, }, }, @@ -4576,14 +4576,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3916, + offset: 3918, line: 156, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 3933, + offset: 3935, line: 156, - col: 54, + col: 56, }, }, }, @@ -4594,14 +4594,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3904, + offset: 3906, line: 156, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 3914, + offset: 3916, line: 156, - col: 35, + col: 37, }, }, }, @@ -4613,14 +4613,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3890, + offset: 3892, line: 156, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 3903, + offset: 3905, line: 156, - col: 24, + col: 26, }, }, ExpressionType: "", @@ -4631,14 +4631,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3890, + offset: 3892, line: 156, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 3903, + offset: 3905, line: 156, - col: 24, + col: 26, }, }, }, @@ -4652,14 +4652,14 @@ '@role': [Binary, Condition, Equal, Expression, Not, Relational, While], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3824, + offset: 3826, line: 155, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 3874, + offset: 3876, line: 155, - col: 64, + col: 66, }, }, ExpressionType: "", @@ -4669,14 +4669,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3854, + offset: 3856, line: 155, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 3874, + offset: 3876, line: 155, - col: 64, + col: 66, }, }, ExpressionType: "", @@ -4686,14 +4686,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3854, + offset: 3856, line: 155, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 3874, + offset: 3876, line: 155, - col: 64, + col: 66, }, }, IsConversionOperator: false, @@ -4705,14 +4705,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3854, + offset: 3856, line: 155, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 3862, + offset: 3864, line: 155, - col: 52, + col: 54, }, }, }, @@ -4721,14 +4721,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3864, + offset: 3866, line: 155, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 3874, + offset: 3876, line: 155, - col: 64, + col: 66, }, }, }, @@ -4739,14 +4739,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3854, + offset: 3856, line: 155, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 3862, + offset: 3864, line: 155, - col: 52, + col: 54, }, }, }, @@ -4757,14 +4757,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3824, + offset: 3826, line: 155, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 3850, + offset: 3852, line: 155, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -4774,14 +4774,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3824, + offset: 3826, line: 155, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 3848, + offset: 3850, line: 155, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -4794,14 +4794,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3843, + offset: 3845, line: 155, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 3848, + offset: 3850, line: 155, - col: 38, + col: 40, }, }, }, @@ -4809,14 +4809,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3824, + offset: 3826, line: 155, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 3841, + offset: 3843, line: 155, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -4827,14 +4827,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3824, + offset: 3826, line: 155, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 3841, + offset: 3843, line: 155, - col: 31, + col: 33, }, }, }, @@ -4845,14 +4845,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3854, + offset: 3856, line: 155, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 3874, + offset: 3876, line: 155, - col: 64, + col: 66, }, }, ExpressionType: "", @@ -4862,14 +4862,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3854, + offset: 3856, line: 155, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 3874, + offset: 3876, line: 155, - col: 64, + col: 66, }, }, IsConversionOperator: false, @@ -4881,14 +4881,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3854, + offset: 3856, line: 155, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 3862, + offset: 3864, line: 155, - col: 52, + col: 54, }, }, }, @@ -4897,14 +4897,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3864, + offset: 3866, line: 155, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 3874, + offset: 3876, line: 155, - col: 64, + col: 66, }, }, }, @@ -4915,14 +4915,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3854, + offset: 3856, line: 155, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 3862, + offset: 3864, line: 155, - col: 52, + col: 54, }, }, }, @@ -4935,28 +4935,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3954, + offset: 3956, line: 158, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3999, + offset: 4001, line: 158, - col: 52, + col: 54, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3954, + offset: 3956, line: 158, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3998, + offset: 4000, line: 158, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -4966,14 +4966,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3954, + offset: 3956, line: 158, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3996, + offset: 3998, line: 158, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -4986,14 +4986,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3971, + offset: 3973, line: 158, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 3996, + offset: 3998, line: 158, - col: 49, + col: 51, }, }, }, @@ -5001,14 +5001,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3954, + offset: 3956, line: 158, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3969, + offset: 3971, line: 158, - col: 22, + col: 24, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -5018,14 +5018,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3954, + offset: 3956, line: 158, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3967, + offset: 3969, line: 158, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -5036,14 +5036,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3954, + offset: 3956, line: 158, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 3967, + offset: 3969, line: 158, - col: 20, + col: 22, }, }, }, @@ -5059,42 +5059,42 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4010, + offset: 4012, line: 160, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4069, + offset: 4071, line: 162, - col: 4, + col: 6, }, }, 'Prop_ConditionDeclaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4014, + offset: 4016, line: 160, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 4033, + offset: 4035, line: 160, - col: 26, + col: 28, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4014, + offset: 4016, line: 160, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 4020, + offset: 4022, line: 160, - col: 13, + col: 15, }, }, IsConst: false, @@ -5112,14 +5112,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4014, + offset: 4016, line: 160, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 4020, + offset: 4022, line: 160, - col: 13, + col: 15, }, }, }, @@ -5130,14 +5130,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4021, + offset: 4023, line: 160, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 4033, + offset: 4035, line: 160, - col: 26, + col: 28, }, }, DeclaresParameterPack: false, @@ -5145,28 +5145,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4024, + offset: 4026, line: 160, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 4033, + offset: 4035, line: 160, - col: 26, + col: 28, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4026, + offset: 4028, line: 160, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 4033, + offset: 4035, line: 160, - col: 26, + col: 28, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -5176,14 +5176,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4026, + offset: 4028, line: 160, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 4031, + offset: 4033, line: 160, - col: 24, + col: 26, }, }, ExpressionType: "", @@ -5194,14 +5194,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4026, + offset: 4028, line: 160, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 4031, + offset: 4033, line: 160, - col: 24, + col: 26, }, }, }, @@ -5211,14 +5211,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4026, + offset: 4028, line: 160, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 4033, + offset: 4035, line: 160, - col: 26, + col: 28, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -5228,14 +5228,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4026, + offset: 4028, line: 160, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 4031, + offset: 4033, line: 160, - col: 24, + col: 26, }, }, ExpressionType: "", @@ -5246,14 +5246,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4026, + offset: 4028, line: 160, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 4031, + offset: 4033, line: 160, - col: 24, + col: 26, }, }, }, @@ -5265,14 +5265,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4022, + offset: 4024, line: 160, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 4023, + offset: 4025, line: 160, - col: 16, + col: 18, }, }, }, @@ -5285,14 +5285,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4035, + offset: 4037, line: 160, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 4069, + offset: 4071, line: 162, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -5300,28 +5300,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4045, + offset: 4047, line: 161, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 4063, + offset: 4065, line: 161, - col: 25, + col: 27, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4045, + offset: 4047, line: 161, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 4062, + offset: 4064, line: 161, - col: 24, + col: 26, }, }, ExpressionType: "", @@ -5333,14 +5333,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4057, + offset: 4059, line: 161, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 4061, + offset: 4063, line: 161, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -5353,14 +5353,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4045, + offset: 4047, line: 161, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 4056, + offset: 4058, line: 161, - col: 18, + col: 20, }, }, ExpressionType: "", @@ -5373,14 +5373,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4048, + offset: 4050, line: 161, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 4056, + offset: 4058, line: 161, - col: 18, + col: 20, }, }, }, @@ -5388,14 +5388,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4045, + offset: 4047, line: 161, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 4046, + offset: 4048, line: 161, - col: 8, + col: 10, }, }, ExpressionType: "? *", @@ -5406,14 +5406,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4045, + offset: 4047, line: 161, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 4046, + offset: 4048, line: 161, - col: 8, + col: 10, }, }, }, @@ -5428,28 +5428,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4074, + offset: 4076, line: 163, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4120, + offset: 4122, line: 163, - col: 49, + col: 51, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4074, + offset: 4076, line: 163, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4119, + offset: 4121, line: 163, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -5459,14 +5459,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4074, + offset: 4076, line: 163, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4117, + offset: 4119, line: 163, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -5479,14 +5479,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4091, + offset: 4093, line: 163, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 4117, + offset: 4119, line: 163, - col: 46, + col: 48, }, }, }, @@ -5494,14 +5494,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4074, + offset: 4076, line: 163, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4089, + offset: 4091, line: 163, - col: 18, + col: 20, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -5511,14 +5511,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4074, + offset: 4076, line: 163, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4087, + offset: 4089, line: 163, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -5529,14 +5529,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4074, + offset: 4076, line: 163, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4087, + offset: 4089, line: 163, - col: 16, + col: 18, }, }, }, @@ -5549,28 +5549,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4125, + offset: 4127, line: 164, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4145, + offset: 4147, line: 164, - col: 23, + col: 25, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4125, + offset: 4127, line: 164, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4144, + offset: 4146, line: 164, - col: 22, + col: 24, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -5580,14 +5580,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4125, + offset: 4127, line: 164, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4142, + offset: 4144, line: 164, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -5598,14 +5598,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4125, + offset: 4127, line: 164, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4142, + offset: 4144, line: 164, - col: 20, + col: 22, }, }, }, @@ -5619,14 +5619,14 @@ '@role': [Declaration, Function, Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3023, - line: 128, - col: 2, + offset: 3025, + line: 130, + col: 1, }, end: { '@type': "uast:Position", - offset: 3023, - line: 128, - col: 2, + offset: 3025, + line: 130, + col: 1, }, }, IsComplex: false, @@ -5651,14 +5651,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3023, - line: 128, - col: 2, + offset: 3025, + line: 130, + col: 1, }, end: { '@type': "uast:Position", - offset: 3064, + offset: 3066, line: 130, - col: 40, + col: 42, }, }, IsConst: false, @@ -5671,14 +5671,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3023, - line: 128, - col: 2, + offset: 3025, + line: 130, + col: 1, }, end: { '@type': "uast:Position", - offset: 3062, + offset: 3064, line: 130, - col: 38, + col: 40, }, }, IsConversionOperator: false, @@ -5690,14 +5690,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3023, - line: 128, - col: 2, + offset: 3025, + line: 130, + col: 1, }, end: { '@type': "uast:Position", - offset: 3041, + offset: 3043, line: 130, - col: 17, + col: 19, }, }, }, @@ -5706,14 +5706,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3043, + offset: 3045, line: 130, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 3062, + offset: 3064, line: 130, - col: 38, + col: 40, }, }, }, @@ -5724,14 +5724,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 3023, - line: 128, - col: 2, + offset: 3025, + line: 130, + col: 1, }, end: { '@type': "uast:Position", - offset: 3041, + offset: 3043, line: 130, - col: 17, + col: 19, }, }, }, @@ -5744,14 +5744,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4149, - line: 165, - col: 2, + offset: 4151, + line: 167, + col: 1, }, end: { '@type': "uast:Position", - offset: 4707, - line: 183, - col: 37, + offset: 4709, + line: 184, + col: 2, }, }, IsDefaulted: false, @@ -5760,14 +5760,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4191, - line: 167, - col: 41, + offset: 4193, + line: 168, + col: 1, }, end: { '@type': "uast:Position", - offset: 4707, - line: 183, - col: 37, + offset: 4709, + line: 184, + col: 2, }, }, 'Prop_Statements': [ @@ -5775,28 +5775,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4197, + offset: 4199, line: 169, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4274, + offset: 4276, line: 171, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4201, + offset: 4203, line: 169, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 4216, + offset: 4218, line: 169, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -5807,14 +5807,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4201, + offset: 4203, line: 169, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 4216, + offset: 4218, line: 169, - col: 22, + col: 24, }, }, }, @@ -5823,14 +5823,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4218, + offset: 4220, line: 169, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 4274, + offset: 4276, line: 171, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -5838,42 +5838,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4228, + offset: 4230, line: 170, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 4268, + offset: 4270, line: 170, - col: 47, + col: 49, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4228, + offset: 4230, line: 170, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 4268, + offset: 4270, line: 170, - col: 47, + col: 49, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4228, + offset: 4230, line: 170, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 4244, + offset: 4246, line: 170, - col: 23, + col: 25, }, }, IsConst: false, @@ -5891,14 +5891,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4228, + offset: 4230, line: 170, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 4244, + offset: 4246, line: 170, - col: 23, + col: 25, }, }, }, @@ -5909,14 +5909,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4244, + offset: 4246, line: 170, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 4267, + offset: 4269, line: 170, - col: 46, + col: 48, }, }, DeclaresParameterPack: false, @@ -5928,14 +5928,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4245, + offset: 4247, line: 170, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 4266, + offset: 4268, line: 170, - col: 45, + col: 47, }, }, DeclaresParameterPack: false, @@ -5944,14 +5944,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4245, + offset: 4247, line: 170, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 4266, + offset: 4268, line: 170, - col: 45, + col: 47, }, }, }, @@ -5969,14 +5969,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4345, + offset: 4347, line: 173, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4361, + offset: 4363, line: 173, - col: 19, + col: 21, }, }, LeadingComments: [ @@ -5985,14 +5985,14 @@ '@role': [Comment, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4279, + offset: 4281, line: 172, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4340, + offset: 4342, line: 172, - col: 64, + col: 66, }, }, IsBlockComment: false, @@ -6002,14 +6002,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4345, + offset: 4347, line: 173, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4360, + offset: 4362, line: 173, - col: 18, + col: 20, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -6019,14 +6019,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4345, + offset: 4347, line: 173, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4358, + offset: 4360, line: 173, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -6037,14 +6037,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4345, + offset: 4347, line: 173, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4358, + offset: 4360, line: 173, - col: 16, + col: 18, }, }, }, @@ -6055,28 +6055,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4366, + offset: 4368, line: 174, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4410, + offset: 4412, line: 174, - col: 47, + col: 49, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4366, + offset: 4368, line: 174, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4409, + offset: 4411, line: 174, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -6086,14 +6086,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4366, + offset: 4368, line: 174, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4407, + offset: 4409, line: 174, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -6106,14 +6106,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4383, + offset: 4385, line: 174, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 4407, + offset: 4409, line: 174, - col: 44, + col: 46, }, }, }, @@ -6121,14 +6121,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4366, + offset: 4368, line: 174, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4381, + offset: 4383, line: 174, - col: 18, + col: 20, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -6138,14 +6138,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4366, + offset: 4368, line: 174, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4379, + offset: 4381, line: 174, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -6156,14 +6156,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4366, + offset: 4368, line: 174, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4379, + offset: 4381, line: 174, - col: 16, + col: 18, }, }, }, @@ -6176,14 +6176,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4456, + offset: 4458, line: 177, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4470, + offset: 4472, line: 177, - col: 17, + col: 19, }, }, LeadingComments: [ @@ -6192,14 +6192,14 @@ '@role': [Comment, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4416, + offset: 4418, line: 176, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4451, + offset: 4453, line: 176, - col: 38, + col: 40, }, }, IsBlockComment: false, @@ -6209,14 +6209,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4456, + offset: 4458, line: 177, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4469, + offset: 4471, line: 177, - col: 16, + col: 18, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -6226,14 +6226,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4456, + offset: 4458, line: 177, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4467, + offset: 4469, line: 177, - col: 14, + col: 16, }, }, ExpressionType: "", @@ -6244,14 +6244,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4456, + offset: 4458, line: 177, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4467, + offset: 4469, line: 177, - col: 14, + col: 16, }, }, }, @@ -6262,14 +6262,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4570, + offset: 4572, line: 179, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4611, + offset: 4613, line: 179, - col: 44, + col: 46, }, }, LeadingComments: [ @@ -6278,14 +6278,14 @@ '@role': [Comment, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4475, + offset: 4477, line: 178, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4565, + offset: 4567, line: 178, - col: 93, + col: 95, }, }, IsBlockComment: false, @@ -6295,14 +6295,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4570, + offset: 4572, line: 179, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4610, + offset: 4612, line: 179, - col: 43, + col: 45, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -6313,14 +6313,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4583, + offset: 4585, line: 179, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 4609, + offset: 4611, line: 179, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -6330,14 +6330,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4583, + offset: 4585, line: 179, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 4609, + offset: 4611, line: 179, - col: 42, + col: 44, }, }, IsConversionOperator: false, @@ -6349,14 +6349,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4583, + offset: 4585, line: 179, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 4596, + offset: 4598, line: 179, - col: 29, + col: 31, }, }, }, @@ -6365,14 +6365,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4598, + offset: 4600, line: 179, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 4609, + offset: 4611, line: 179, - col: 42, + col: 44, }, }, }, @@ -6383,14 +6383,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4583, + offset: 4585, line: 179, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 4596, + offset: 4598, line: 179, - col: 29, + col: 31, }, }, }, @@ -6402,14 +6402,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4570, + offset: 4572, line: 179, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4582, + offset: 4584, line: 179, - col: 15, + col: 17, }, }, ExpressionType: "", @@ -6420,14 +6420,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4570, + offset: 4572, line: 179, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4582, + offset: 4584, line: 179, - col: 15, + col: 17, }, }, }, @@ -6438,28 +6438,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4617, + offset: 4619, line: 181, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4647, + offset: 4649, line: 181, - col: 33, + col: 35, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4617, + offset: 4619, line: 181, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4646, + offset: 4648, line: 181, - col: 32, + col: 34, }, }, ExpressionType: "Attempt to use symbol failed: create", @@ -6471,14 +6471,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4641, + offset: 4643, line: 181, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 4645, + offset: 4647, line: 181, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -6491,14 +6491,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4617, + offset: 4619, line: 181, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4640, + offset: 4642, line: 181, - col: 26, + col: 28, }, }, ExpressionType: "", @@ -6508,14 +6508,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4617, + offset: 4619, line: 181, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4640, + offset: 4642, line: 181, - col: 26, + col: 28, }, }, IsConversionOperator: false, @@ -6527,14 +6527,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4617, + offset: 4619, line: 181, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4632, + offset: 4634, line: 181, - col: 18, + col: 20, }, }, }, @@ -6543,14 +6543,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4634, + offset: 4636, line: 181, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 4640, + offset: 4642, line: 181, - col: 26, + col: 28, }, }, }, @@ -6561,14 +6561,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4617, + offset: 4619, line: 181, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4632, + offset: 4634, line: 181, - col: 18, + col: 20, }, }, }, @@ -6581,28 +6581,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4652, + offset: 4654, line: 182, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4668, + offset: 4670, line: 182, - col: 19, + col: 21, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4652, + offset: 4654, line: 182, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4667, + offset: 4669, line: 182, - col: 18, + col: 20, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -6612,14 +6612,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4652, + offset: 4654, line: 182, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4665, + offset: 4667, line: 182, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -6630,14 +6630,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4652, + offset: 4654, line: 182, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4665, + offset: 4667, line: 182, - col: 16, + col: 18, }, }, }, @@ -6648,28 +6648,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4673, + offset: 4675, line: 183, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4705, + offset: 4707, line: 183, - col: 35, + col: 37, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4673, + offset: 4675, line: 183, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4704, + offset: 4706, line: 183, - col: 34, + col: 36, }, }, ExpressionType: "Attempt to use symbol failed: create", @@ -6681,14 +6681,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4699, + offset: 4701, line: 183, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 4703, + offset: 4705, line: 183, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -6701,14 +6701,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4673, + offset: 4675, line: 183, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4698, + offset: 4700, line: 183, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -6718,14 +6718,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4673, + offset: 4675, line: 183, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4698, + offset: 4700, line: 183, - col: 28, + col: 30, }, }, IsConversionOperator: false, @@ -6737,14 +6737,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4673, + offset: 4675, line: 183, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4690, + offset: 4692, line: 183, - col: 20, + col: 22, }, }, }, @@ -6753,14 +6753,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4692, + offset: 4694, line: 183, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 4698, + offset: 4700, line: 183, - col: 28, + col: 30, }, }, }, @@ -6771,14 +6771,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4673, + offset: 4675, line: 183, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4690, + offset: 4692, line: 183, - col: 20, + col: 22, }, }, }, @@ -6794,14 +6794,14 @@ '@role': [Declaration, Function, 'Null', Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4149, - line: 165, - col: 2, + offset: 4151, + line: 167, + col: 1, }, end: { '@type': "uast:Position", - offset: 4153, + offset: 4155, line: 167, - col: 3, + col: 5, }, }, IsComplex: false, @@ -6826,14 +6826,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4154, + offset: 4156, line: 167, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 4190, + offset: 4192, line: 167, - col: 40, + col: 42, }, }, IsConst: false, @@ -6846,14 +6846,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4154, + offset: 4156, line: 167, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 4188, + offset: 4190, line: 167, - col: 38, + col: 40, }, }, IsConversionOperator: false, @@ -6865,14 +6865,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4154, + offset: 4156, line: 167, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 4172, + offset: 4174, line: 167, - col: 22, + col: 24, }, }, }, @@ -6881,14 +6881,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4174, + offset: 4176, line: 167, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 4188, + offset: 4190, line: 167, - col: 38, + col: 40, }, }, }, @@ -6899,14 +6899,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4154, + offset: 4156, line: 167, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 4172, + offset: 4174, line: 167, - col: 22, + col: 24, }, }, }, @@ -6919,14 +6919,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4709, - line: 184, - col: 2, + offset: 4711, + line: 186, + col: 1, }, end: { '@type': "uast:Position", - offset: 5106, - line: 195, - col: 24, + offset: 5108, + line: 196, + col: 2, }, }, IsDefaulted: false, @@ -6935,14 +6935,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4750, - line: 186, - col: 40, + offset: 4752, + line: 187, + col: 1, }, end: { '@type': "uast:Position", - offset: 5106, - line: 195, - col: 24, + offset: 5108, + line: 196, + col: 2, }, }, 'Prop_Statements': [ @@ -6950,28 +6950,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4756, + offset: 4758, line: 188, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4858, + offset: 4860, line: 188, - col: 105, + col: 107, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4756, + offset: 4758, line: 188, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4857, + offset: 4859, line: 188, - col: 104, + col: 106, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -6982,14 +6982,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4764, + offset: 4766, line: 188, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 4774, + offset: 4776, line: 188, - col: 21, + col: 23, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -6999,14 +6999,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4764, + offset: 4766, line: 188, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 4772, + offset: 4774, line: 188, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -7017,14 +7017,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4764, + offset: 4766, line: 188, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 4772, + offset: 4774, line: 188, - col: 19, + col: 21, }, }, }, @@ -7034,14 +7034,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4776, + offset: 4778, line: 188, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 4801, + offset: 4803, line: 188, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -7051,14 +7051,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4777, + offset: 4779, line: 188, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 4801, + offset: 4803, line: 188, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -7068,14 +7068,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4777, + offset: 4779, line: 188, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 4801, + offset: 4803, line: 188, - col: 48, + col: 50, }, }, IsConversionOperator: false, @@ -7087,14 +7087,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4777, + offset: 4779, line: 188, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 4785, + offset: 4787, line: 188, - col: 32, + col: 34, }, }, }, @@ -7103,14 +7103,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4787, + offset: 4789, line: 188, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 4801, + offset: 4803, line: 188, - col: 48, + col: 50, }, }, }, @@ -7121,14 +7121,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4777, + offset: 4779, line: 188, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 4785, + offset: 4787, line: 188, - col: 32, + col: 34, }, }, }, @@ -7142,14 +7142,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4803, + offset: 4805, line: 188, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 4807, + offset: 4809, line: 188, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -7161,14 +7161,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4809, + offset: 4811, line: 188, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 4856, + offset: 4858, line: 188, - col: 103, + col: 105, }, }, ExpressionType: "", @@ -7178,14 +7178,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4810, + offset: 4812, line: 188, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 4856, + offset: 4858, line: 188, - col: 103, + col: 105, }, }, ExpressionType: "", @@ -7195,14 +7195,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4810, + offset: 4812, line: 188, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 4856, + offset: 4858, line: 188, - col: 103, + col: 105, }, }, IsConversionOperator: false, @@ -7214,14 +7214,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4810, + offset: 4812, line: 188, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 4828, + offset: 4830, line: 188, - col: 75, + col: 77, }, }, }, @@ -7230,14 +7230,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4830, + offset: 4832, line: 188, - col: 77, + col: 79, }, end: { '@type': "uast:Position", - offset: 4856, + offset: 4858, line: 188, - col: 103, + col: 105, }, }, }, @@ -7248,14 +7248,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4810, + offset: 4812, line: 188, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 4828, + offset: 4830, line: 188, - col: 75, + col: 77, }, }, }, @@ -7269,14 +7269,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4756, + offset: 4758, line: 188, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4763, + offset: 4765, line: 188, - col: 10, + col: 12, }, }, ExpressionType: "", @@ -7287,14 +7287,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4756, + offset: 4758, line: 188, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4763, + offset: 4765, line: 188, - col: 10, + col: 12, }, }, }, @@ -7305,28 +7305,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4863, + offset: 4865, line: 189, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5080, + offset: 5082, line: 194, - col: 5, + col: 7, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4863, + offset: 4865, line: 189, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5079, + offset: 5081, line: 194, - col: 4, + col: 6, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -7337,14 +7337,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4871, + offset: 4873, line: 189, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 4881, + offset: 4883, line: 189, - col: 21, + col: 23, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -7354,14 +7354,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4871, + offset: 4873, line: 189, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 4879, + offset: 4881, line: 189, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -7372,14 +7372,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4871, + offset: 4873, line: 189, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 4879, + offset: 4881, line: 189, - col: 19, + col: 21, }, }, }, @@ -7389,14 +7389,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4883, + offset: 4885, line: 189, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 4904, + offset: 4906, line: 189, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -7406,14 +7406,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4884, + offset: 4886, line: 189, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 4904, + offset: 4906, line: 189, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -7423,14 +7423,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4884, + offset: 4886, line: 189, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 4904, + offset: 4906, line: 189, - col: 44, + col: 46, }, }, IsConversionOperator: false, @@ -7442,14 +7442,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4884, + offset: 4886, line: 189, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 4892, + offset: 4894, line: 189, - col: 32, + col: 34, }, }, }, @@ -7458,14 +7458,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4894, + offset: 4896, line: 189, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 4904, + offset: 4906, line: 189, - col: 44, + col: 46, }, }, }, @@ -7476,14 +7476,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4884, + offset: 4886, line: 189, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 4892, + offset: 4894, line: 189, - col: 32, + col: 34, }, }, }, @@ -7497,14 +7497,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4906, + offset: 4908, line: 189, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 4910, + offset: 4912, line: 189, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -7516,14 +7516,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4920, + offset: 4922, line: 190, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5073, + offset: 5075, line: 193, - col: 8, + col: 10, }, }, ExpressionType: "[] () {\n std::cerr << \"FATAL ERROR: backend failed to initialize, exiting now\" << std::endl;\n QCoreApplication::exit(1);\n }", @@ -7533,14 +7533,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4926, + offset: 4928, line: 190, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 5073, + offset: 5075, line: 193, - col: 8, + col: 10, }, }, 'Prop_Statements': [ @@ -7548,14 +7548,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4940, + offset: 4942, line: 191, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 5024, + offset: 5026, line: 191, - col: 95, + col: 97, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -7563,14 +7563,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4940, + offset: 4942, line: 191, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 5023, + offset: 5025, line: 191, - col: 94, + col: 96, }, }, ExpressionType: "", @@ -7580,14 +7580,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5014, + offset: 5016, line: 191, - col: 85, + col: 87, }, end: { '@type': "uast:Position", - offset: 5023, + offset: 5025, line: 191, - col: 94, + col: 96, }, }, ExpressionType: "", @@ -7597,14 +7597,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5014, + offset: 5016, line: 191, - col: 85, + col: 87, }, end: { '@type': "uast:Position", - offset: 5023, + offset: 5025, line: 191, - col: 94, + col: 96, }, }, IsConversionOperator: false, @@ -7616,14 +7616,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5014, + offset: 5016, line: 191, - col: 85, + col: 87, }, end: { '@type': "uast:Position", - offset: 5017, + offset: 5019, line: 191, - col: 88, + col: 90, }, }, }, @@ -7632,14 +7632,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5019, + offset: 5021, line: 191, - col: 90, + col: 92, }, end: { '@type': "uast:Position", - offset: 5023, + offset: 5025, line: 191, - col: 94, + col: 96, }, }, }, @@ -7650,14 +7650,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5014, + offset: 5016, line: 191, - col: 85, + col: 87, }, end: { '@type': "uast:Position", - offset: 5017, + offset: 5019, line: 191, - col: 88, + col: 90, }, }, }, @@ -7669,14 +7669,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4940, + offset: 4942, line: 191, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 5010, + offset: 5012, line: 191, - col: 81, + col: 83, }, }, ExpressionType: "", @@ -7687,14 +7687,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4954, + offset: 4956, line: 191, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 5010, + offset: 5012, line: 191, - col: 81, + col: 83, }, }, ExpressionType: "const char [55]", @@ -7706,14 +7706,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4940, + offset: 4942, line: 191, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 4949, + offset: 4951, line: 191, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -7723,14 +7723,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4940, + offset: 4942, line: 191, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 4949, + offset: 4951, line: 191, - col: 20, + col: 22, }, }, IsConversionOperator: false, @@ -7742,14 +7742,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4940, + offset: 4942, line: 191, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 4943, + offset: 4945, line: 191, - col: 14, + col: 16, }, }, }, @@ -7758,14 +7758,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4945, + offset: 4947, line: 191, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 4949, + offset: 4951, line: 191, - col: 20, + col: 22, }, }, }, @@ -7776,14 +7776,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4940, + offset: 4942, line: 191, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 4943, + offset: 4945, line: 191, - col: 14, + col: 16, }, }, }, @@ -7795,14 +7795,14 @@ '@role': [Binary, Expression, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4954, + offset: 4956, line: 191, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 5010, + offset: 5012, line: 191, - col: 81, + col: 83, }, }, ExpressionType: "const char [55]", @@ -7815,14 +7815,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5014, + offset: 5016, line: 191, - col: 85, + col: 87, }, end: { '@type': "uast:Position", - offset: 5023, + offset: 5025, line: 191, - col: 94, + col: 96, }, }, ExpressionType: "", @@ -7832,14 +7832,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5014, + offset: 5016, line: 191, - col: 85, + col: 87, }, end: { '@type': "uast:Position", - offset: 5023, + offset: 5025, line: 191, - col: 94, + col: 96, }, }, IsConversionOperator: false, @@ -7851,14 +7851,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5014, + offset: 5016, line: 191, - col: 85, + col: 87, }, end: { '@type': "uast:Position", - offset: 5017, + offset: 5019, line: 191, - col: 88, + col: 90, }, }, }, @@ -7867,14 +7867,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5019, + offset: 5021, line: 191, - col: 90, + col: 92, }, end: { '@type': "uast:Position", - offset: 5023, + offset: 5025, line: 191, - col: 94, + col: 96, }, }, }, @@ -7885,14 +7885,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5014, + offset: 5016, line: 191, - col: 85, + col: 87, }, end: { '@type': "uast:Position", - offset: 5017, + offset: 5019, line: 191, - col: 88, + col: 90, }, }, }, @@ -7905,28 +7905,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5037, + offset: 5039, line: 192, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 5063, + offset: 5065, line: 192, - col: 37, + col: 39, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5037, + offset: 5039, line: 192, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 5062, + offset: 5064, line: 192, - col: 36, + col: 38, }, }, ExpressionType: "Attempt to use symbol failed: exit", @@ -7938,14 +7938,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5060, + offset: 5062, line: 192, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 5061, + offset: 5063, line: 192, - col: 35, + col: 37, }, }, ExpressionType: "int", @@ -7958,14 +7958,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5037, + offset: 5039, line: 192, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 5059, + offset: 5061, line: 192, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -7975,14 +7975,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5037, + offset: 5039, line: 192, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 5059, + offset: 5061, line: 192, - col: 33, + col: 35, }, }, IsConversionOperator: false, @@ -7994,14 +7994,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5037, + offset: 5039, line: 192, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 5053, + offset: 5055, line: 192, - col: 27, + col: 29, }, }, }, @@ -8010,14 +8010,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5055, + offset: 5057, line: 192, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 5059, + offset: 5061, line: 192, - col: 33, + col: 35, }, }, }, @@ -8028,14 +8028,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5037, + offset: 5039, line: 192, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 5053, + offset: 5055, line: 192, - col: 27, + col: 29, }, }, }, @@ -8050,14 +8050,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4923, + offset: 4925, line: 190, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 4925, + offset: 4927, line: 190, - col: 12, + col: 14, }, }, IsConst: false, @@ -8074,14 +8074,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4863, + offset: 4865, line: 189, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4870, + offset: 4872, line: 189, - col: 10, + col: 12, }, }, ExpressionType: "", @@ -8092,14 +8092,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4863, + offset: 4865, line: 189, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 4870, + offset: 4872, line: 189, - col: 10, + col: 12, }, }, }, @@ -8110,28 +8110,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5085, + offset: 5087, line: 195, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5104, + offset: 5106, line: 195, - col: 22, + col: 24, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5085, + offset: 5087, line: 195, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5103, + offset: 5105, line: 195, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -8141,14 +8141,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5085, + offset: 5087, line: 195, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5101, + offset: 5103, line: 195, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -8161,14 +8161,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5097, + offset: 5099, line: 195, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 5101, + offset: 5103, line: 195, - col: 19, + col: 21, }, }, }, @@ -8176,14 +8176,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5085, + offset: 5087, line: 195, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5095, + offset: 5097, line: 195, - col: 13, + col: 15, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -8193,14 +8193,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5085, + offset: 5087, line: 195, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5093, + offset: 5095, line: 195, - col: 11, + col: 13, }, }, ExpressionType: "", @@ -8211,14 +8211,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5085, + offset: 5087, line: 195, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5093, + offset: 5095, line: 195, - col: 11, + col: 13, }, }, }, @@ -8234,14 +8234,14 @@ '@role': [Declaration, Function, 'Null', Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4709, - line: 184, - col: 2, + offset: 4711, + line: 186, + col: 1, }, end: { '@type': "uast:Position", - offset: 4713, + offset: 4715, line: 186, - col: 3, + col: 5, }, }, IsComplex: false, @@ -8266,14 +8266,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4714, + offset: 4716, line: 186, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 4749, + offset: 4751, line: 186, - col: 39, + col: 41, }, }, IsConst: false, @@ -8286,14 +8286,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4714, + offset: 4716, line: 186, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 4747, + offset: 4749, line: 186, - col: 37, + col: 39, }, }, IsConversionOperator: false, @@ -8305,14 +8305,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4714, + offset: 4716, line: 186, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 4732, + offset: 4734, line: 186, - col: 22, + col: 24, }, }, }, @@ -8321,14 +8321,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4734, + offset: 4736, line: 186, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 4747, + offset: 4749, line: 186, - col: 37, + col: 39, }, }, }, @@ -8339,14 +8339,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 4714, + offset: 4716, line: 186, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 4732, + offset: 4734, line: 186, - col: 22, + col: 24, }, }, }, @@ -8359,14 +8359,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5108, - line: 196, - col: 2, + offset: 5110, + line: 198, + col: 1, }, end: { '@type': "uast:Position", - offset: 5662, - line: 209, - col: 108, + offset: 5664, + line: 210, + col: 2, }, }, IsDefaulted: false, @@ -8375,14 +8375,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5162, - line: 198, - col: 53, + offset: 5164, + line: 199, + col: 1, }, end: { '@type': "uast:Position", - offset: 5662, - line: 209, - col: 108, + offset: 5664, + line: 210, + col: 2, }, }, 'Prop_Statements': [ @@ -8390,28 +8390,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5168, + offset: 5170, line: 200, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5284, + offset: 5286, line: 200, - col: 119, + col: 121, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5168, + offset: 5170, line: 200, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5283, + offset: 5285, line: 200, - col: 118, + col: 120, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -8422,14 +8422,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5179, + offset: 5181, line: 200, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 5200, + offset: 5202, line: 200, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -8439,14 +8439,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5179, + offset: 5181, line: 200, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 5198, + offset: 5200, line: 200, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -8459,14 +8459,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5190, + offset: 5192, line: 200, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 5198, + offset: 5200, line: 200, - col: 33, + col: 35, }, }, }, @@ -8474,14 +8474,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5179, + offset: 5181, line: 200, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 5188, + offset: 5190, line: 200, - col: 23, + col: 25, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -8491,14 +8491,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5179, + offset: 5181, line: 200, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 5186, + offset: 5188, line: 200, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -8509,14 +8509,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5179, + offset: 5181, line: 200, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 5186, + offset: 5188, line: 200, - col: 21, + col: 23, }, }, }, @@ -8528,14 +8528,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5202, + offset: 5204, line: 200, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 5227, + offset: 5229, line: 200, - col: 62, + col: 64, }, }, ExpressionType: "", @@ -8545,14 +8545,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5203, + offset: 5205, line: 200, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 5227, + offset: 5229, line: 200, - col: 62, + col: 64, }, }, ExpressionType: "", @@ -8562,14 +8562,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5203, + offset: 5205, line: 200, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 5227, + offset: 5229, line: 200, - col: 62, + col: 64, }, }, IsConversionOperator: false, @@ -8581,14 +8581,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5203, + offset: 5205, line: 200, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 5211, + offset: 5213, line: 200, - col: 46, + col: 48, }, }, }, @@ -8597,14 +8597,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5213, + offset: 5215, line: 200, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 5227, + offset: 5229, line: 200, - col: 62, + col: 64, }, }, }, @@ -8615,14 +8615,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5203, + offset: 5205, line: 200, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 5211, + offset: 5213, line: 200, - col: 46, + col: 48, }, }, }, @@ -8636,14 +8636,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5229, + offset: 5231, line: 200, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 5233, + offset: 5235, line: 200, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -8655,14 +8655,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5235, + offset: 5237, line: 200, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 5282, + offset: 5284, line: 200, - col: 117, + col: 119, }, }, ExpressionType: "", @@ -8672,14 +8672,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5236, + offset: 5238, line: 200, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 5282, + offset: 5284, line: 200, - col: 117, + col: 119, }, }, ExpressionType: "", @@ -8689,14 +8689,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5236, + offset: 5238, line: 200, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 5282, + offset: 5284, line: 200, - col: 117, + col: 119, }, }, IsConversionOperator: false, @@ -8708,14 +8708,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5236, + offset: 5238, line: 200, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 5254, + offset: 5256, line: 200, - col: 89, + col: 91, }, }, }, @@ -8724,14 +8724,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5256, + offset: 5258, line: 200, - col: 91, + col: 93, }, end: { '@type': "uast:Position", - offset: 5282, + offset: 5284, line: 200, - col: 117, + col: 119, }, }, }, @@ -8742,14 +8742,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5236, + offset: 5238, line: 200, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 5254, + offset: 5256, line: 200, - col: 89, + col: 91, }, }, }, @@ -8763,14 +8763,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5168, + offset: 5170, line: 200, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5178, + offset: 5180, line: 200, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -8781,14 +8781,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5168, + offset: 5170, line: 200, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5178, + offset: 5180, line: 200, - col: 13, + col: 15, }, }, }, @@ -8799,28 +8799,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5289, + offset: 5291, line: 201, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5305, + offset: 5307, line: 201, - col: 19, + col: 21, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5289, + offset: 5291, line: 201, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5304, + offset: 5306, line: 201, - col: 18, + col: 20, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -8830,14 +8830,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5289, + offset: 5291, line: 201, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5302, + offset: 5304, line: 201, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -8848,14 +8848,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5289, + offset: 5291, line: 201, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5302, + offset: 5304, line: 201, - col: 16, + col: 18, }, }, }, @@ -8866,14 +8866,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5311, + offset: 5313, line: 203, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5528, + offset: 5530, line: 207, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTBinaryExpression", @@ -8881,14 +8881,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5315, + offset: 5317, line: 203, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5358, + offset: 5360, line: 203, - col: 50, + col: 52, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -8898,14 +8898,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5334, + offset: 5336, line: 203, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 5358, + offset: 5360, line: 203, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -8916,14 +8916,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5334, + offset: 5336, line: 203, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 5358, + offset: 5360, line: 203, - col: 50, + col: 52, }, }, }, @@ -8932,14 +8932,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5315, + offset: 5317, line: 203, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5330, + offset: 5332, line: 203, - col: 22, + col: 24, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -8949,14 +8949,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5315, + offset: 5317, line: 203, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5328, + offset: 5330, line: 203, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -8967,14 +8967,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5315, + offset: 5317, line: 203, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5328, + offset: 5330, line: 203, - col: 20, + col: 22, }, }, }, @@ -8984,14 +8984,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5334, + offset: 5336, line: 203, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 5358, + offset: 5360, line: 203, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -9002,14 +9002,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5334, + offset: 5336, line: 203, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 5358, + offset: 5360, line: 203, - col: 50, + col: 52, }, }, }, @@ -9019,14 +9019,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5360, + offset: 5362, line: 203, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 5528, + offset: 5530, line: 207, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -9034,28 +9034,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5370, + offset: 5372, line: 204, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5389, + offset: 5391, line: 204, - col: 26, + col: 28, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5370, + offset: 5372, line: 204, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5388, + offset: 5390, line: 204, - col: 25, + col: 27, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -9065,14 +9065,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5370, + offset: 5372, line: 204, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5386, + offset: 5388, line: 204, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -9083,14 +9083,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5370, + offset: 5372, line: 204, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5386, + offset: 5388, line: 204, - col: 23, + col: 25, }, }, }, @@ -9101,28 +9101,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5398, + offset: 5400, line: 205, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5506, + offset: 5508, line: 205, - col: 115, + col: 117, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5398, + offset: 5400, line: 205, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5505, + offset: 5507, line: 205, - col: 114, + col: 116, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -9133,14 +9133,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5406, + offset: 5408, line: 205, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 5424, + offset: 5426, line: 205, - col: 33, + col: 35, }, }, ExpressionType: "Attempt to use symbol failed: self", @@ -9150,14 +9150,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5406, + offset: 5408, line: 205, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 5422, + offset: 5424, line: 205, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -9167,14 +9167,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5406, + offset: 5408, line: 205, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 5422, + offset: 5424, line: 205, - col: 31, + col: 33, }, }, IsConversionOperator: false, @@ -9186,14 +9186,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5406, + offset: 5408, line: 205, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 5416, + offset: 5418, line: 205, - col: 25, + col: 27, }, }, }, @@ -9202,14 +9202,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5418, + offset: 5420, line: 205, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 5422, + offset: 5424, line: 205, - col: 31, + col: 33, }, }, }, @@ -9220,14 +9220,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5406, + offset: 5408, line: 205, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 5416, + offset: 5418, line: 205, - col: 25, + col: 27, }, }, }, @@ -9239,14 +9239,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5426, + offset: 5428, line: 205, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5451, + offset: 5453, line: 205, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -9256,14 +9256,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5427, + offset: 5429, line: 205, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 5451, + offset: 5453, line: 205, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -9273,14 +9273,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5427, + offset: 5429, line: 205, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 5451, + offset: 5453, line: 205, - col: 60, + col: 62, }, }, IsConversionOperator: false, @@ -9292,14 +9292,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5427, + offset: 5429, line: 205, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 5437, + offset: 5439, line: 205, - col: 46, + col: 48, }, }, }, @@ -9308,14 +9308,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5439, + offset: 5441, line: 205, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 5451, + offset: 5453, line: 205, - col: 60, + col: 62, }, }, }, @@ -9326,14 +9326,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5427, + offset: 5429, line: 205, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 5437, + offset: 5439, line: 205, - col: 46, + col: 48, }, }, }, @@ -9347,14 +9347,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5453, + offset: 5455, line: 205, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 5457, + offset: 5459, line: 205, - col: 66, + col: 68, }, }, ExpressionType: "", @@ -9366,14 +9366,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5459, + offset: 5461, line: 205, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 5504, + offset: 5506, line: 205, - col: 113, + col: 115, }, }, ExpressionType: "", @@ -9383,14 +9383,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5460, + offset: 5462, line: 205, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 5504, + offset: 5506, line: 205, - col: 113, + col: 115, }, }, ExpressionType: "", @@ -9400,14 +9400,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5460, + offset: 5462, line: 205, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 5504, + offset: 5506, line: 205, - col: 113, + col: 115, }, }, IsConversionOperator: false, @@ -9419,14 +9419,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5460, + offset: 5462, line: 205, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 5478, + offset: 5480, line: 205, - col: 87, + col: 89, }, }, }, @@ -9435,14 +9435,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5480, + offset: 5482, line: 205, - col: 89, + col: 91, }, end: { '@type': "uast:Position", - offset: 5504, + offset: 5506, line: 205, - col: 113, + col: 115, }, }, }, @@ -9453,14 +9453,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5460, + offset: 5462, line: 205, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 5478, + offset: 5480, line: 205, - col: 87, + col: 89, }, }, }, @@ -9474,14 +9474,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5398, + offset: 5400, line: 205, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5405, + offset: 5407, line: 205, - col: 14, + col: 16, }, }, ExpressionType: "", @@ -9492,14 +9492,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5398, + offset: 5400, line: 205, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5405, + offset: 5407, line: 205, - col: 14, + col: 16, }, }, }, @@ -9510,14 +9510,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5515, + offset: 5517, line: 206, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 5522, + offset: 5524, line: 206, - col: 14, + col: 16, }, }, }, @@ -9528,28 +9528,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5533, + offset: 5535, line: 208, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5552, + offset: 5554, line: 208, - col: 22, + col: 24, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5533, + offset: 5535, line: 208, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5551, + offset: 5553, line: 208, - col: 21, + col: 23, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -9559,14 +9559,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5533, + offset: 5535, line: 208, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5549, + offset: 5551, line: 208, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -9577,14 +9577,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5533, + offset: 5535, line: 208, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5549, + offset: 5551, line: 208, - col: 19, + col: 21, }, }, }, @@ -9595,28 +9595,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5557, + offset: 5559, line: 209, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5660, + offset: 5662, line: 209, - col: 106, + col: 108, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5557, + offset: 5559, line: 209, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5659, + offset: 5661, line: 209, - col: 105, + col: 107, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -9627,14 +9627,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5565, + offset: 5567, line: 209, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 5583, + offset: 5585, line: 209, - col: 29, + col: 31, }, }, ExpressionType: "Attempt to use symbol failed: self", @@ -9644,14 +9644,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5565, + offset: 5567, line: 209, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 5581, + offset: 5583, line: 209, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -9661,14 +9661,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5565, + offset: 5567, line: 209, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 5581, + offset: 5583, line: 209, - col: 27, + col: 29, }, }, IsConversionOperator: false, @@ -9680,14 +9680,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5565, + offset: 5567, line: 209, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 5575, + offset: 5577, line: 209, - col: 21, + col: 23, }, }, }, @@ -9696,14 +9696,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5577, + offset: 5579, line: 209, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 5581, + offset: 5583, line: 209, - col: 27, + col: 29, }, }, }, @@ -9714,14 +9714,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5565, + offset: 5567, line: 209, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 5575, + offset: 5577, line: 209, - col: 21, + col: 23, }, }, }, @@ -9733,14 +9733,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5585, + offset: 5587, line: 209, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 5610, + offset: 5612, line: 209, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -9750,14 +9750,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5586, + offset: 5588, line: 209, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5610, + offset: 5612, line: 209, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -9767,14 +9767,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5586, + offset: 5588, line: 209, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5610, + offset: 5612, line: 209, - col: 56, + col: 58, }, }, IsConversionOperator: false, @@ -9786,14 +9786,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5586, + offset: 5588, line: 209, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5596, + offset: 5598, line: 209, - col: 42, + col: 44, }, }, }, @@ -9802,14 +9802,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5598, + offset: 5600, line: 209, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 5610, + offset: 5612, line: 209, - col: 56, + col: 58, }, }, }, @@ -9820,14 +9820,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5586, + offset: 5588, line: 209, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 5596, + offset: 5598, line: 209, - col: 42, + col: 44, }, }, }, @@ -9841,14 +9841,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5612, + offset: 5614, line: 209, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 5616, + offset: 5618, line: 209, - col: 62, + col: 64, }, }, ExpressionType: "", @@ -9860,14 +9860,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5618, + offset: 5620, line: 209, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 5658, + offset: 5660, line: 209, - col: 104, + col: 106, }, }, ExpressionType: "", @@ -9877,14 +9877,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5619, + offset: 5621, line: 209, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 5658, + offset: 5660, line: 209, - col: 104, + col: 106, }, }, ExpressionType: "", @@ -9894,14 +9894,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5619, + offset: 5621, line: 209, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 5658, + offset: 5660, line: 209, - col: 104, + col: 106, }, }, IsConversionOperator: false, @@ -9913,14 +9913,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5619, + offset: 5621, line: 209, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 5637, + offset: 5639, line: 209, - col: 83, + col: 85, }, }, }, @@ -9929,14 +9929,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5639, + offset: 5641, line: 209, - col: 85, + col: 87, }, end: { '@type': "uast:Position", - offset: 5658, + offset: 5660, line: 209, - col: 104, + col: 106, }, }, }, @@ -9947,14 +9947,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5619, + offset: 5621, line: 209, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 5637, + offset: 5639, line: 209, - col: 83, + col: 85, }, }, }, @@ -9968,14 +9968,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5557, + offset: 5559, line: 209, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5564, + offset: 5566, line: 209, - col: 10, + col: 12, }, }, ExpressionType: "", @@ -9986,14 +9986,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5557, + offset: 5559, line: 209, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5564, + offset: 5566, line: 209, - col: 10, + col: 12, }, }, }, @@ -10007,14 +10007,14 @@ '@role': [Declaration, Function, 'Null', Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5108, - line: 196, - col: 2, + offset: 5110, + line: 198, + col: 1, }, end: { '@type': "uast:Position", - offset: 5112, + offset: 5114, line: 198, - col: 3, + col: 5, }, }, IsComplex: false, @@ -10039,14 +10039,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5113, + offset: 5115, line: 198, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 5161, + offset: 5163, line: 198, - col: 52, + col: 54, }, }, IsConst: false, @@ -10059,14 +10059,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5113, + offset: 5115, line: 198, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 5159, + offset: 5161, line: 198, - col: 50, + col: 52, }, }, IsConversionOperator: false, @@ -10078,14 +10078,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5113, + offset: 5115, line: 198, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 5131, + offset: 5133, line: 198, - col: 22, + col: 24, }, }, }, @@ -10094,14 +10094,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5133, + offset: 5135, line: 198, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 5159, + offset: 5161, line: 198, - col: 50, + col: 52, }, }, }, @@ -10112,14 +10112,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5113, + offset: 5115, line: 198, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 5131, + offset: 5133, line: 198, - col: 22, + col: 24, }, }, }, @@ -10132,14 +10132,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5664, - line: 210, - col: 2, + offset: 5666, + line: 212, + col: 1, }, end: { '@type': "uast:Position", - offset: 5899, - line: 217, - col: 21, + offset: 5901, + line: 218, + col: 2, }, }, IsDefaulted: false, @@ -10148,14 +10148,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5716, - line: 212, - col: 51, + offset: 5718, + line: 213, + col: 1, }, end: { '@type': "uast:Position", - offset: 5899, - line: 217, - col: 21, + offset: 5901, + line: 218, + col: 2, }, }, 'Prop_Statements': [ @@ -10163,28 +10163,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5722, + offset: 5724, line: 214, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5833, + offset: 5835, line: 214, - col: 114, + col: 116, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5722, + offset: 5724, line: 214, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5832, + offset: 5834, line: 214, - col: 113, + col: 115, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -10195,14 +10195,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5733, + offset: 5735, line: 214, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 5751, + offset: 5753, line: 214, - col: 32, + col: 34, }, }, ExpressionType: "Attempt to use symbol failed: self", @@ -10212,14 +10212,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5733, + offset: 5735, line: 214, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 5749, + offset: 5751, line: 214, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -10229,14 +10229,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5733, + offset: 5735, line: 214, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 5749, + offset: 5751, line: 214, - col: 30, + col: 32, }, }, IsConversionOperator: false, @@ -10248,14 +10248,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5733, + offset: 5735, line: 214, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 5743, + offset: 5745, line: 214, - col: 24, + col: 26, }, }, }, @@ -10264,14 +10264,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5745, + offset: 5747, line: 214, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 5749, + offset: 5751, line: 214, - col: 30, + col: 32, }, }, }, @@ -10282,14 +10282,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5733, + offset: 5735, line: 214, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 5743, + offset: 5745, line: 214, - col: 24, + col: 26, }, }, }, @@ -10301,14 +10301,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5753, + offset: 5755, line: 214, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 5778, + offset: 5780, line: 214, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -10318,14 +10318,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5754, + offset: 5756, line: 214, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5778, + offset: 5780, line: 214, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -10335,14 +10335,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5754, + offset: 5756, line: 214, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5778, + offset: 5780, line: 214, - col: 59, + col: 61, }, }, IsConversionOperator: false, @@ -10354,14 +10354,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5754, + offset: 5756, line: 214, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5764, + offset: 5766, line: 214, - col: 45, + col: 47, }, }, }, @@ -10370,14 +10370,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5766, + offset: 5768, line: 214, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 5778, + offset: 5780, line: 214, - col: 59, + col: 61, }, }, }, @@ -10388,14 +10388,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5754, + offset: 5756, line: 214, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 5764, + offset: 5766, line: 214, - col: 45, + col: 47, }, }, }, @@ -10409,14 +10409,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5780, + offset: 5782, line: 214, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 5784, + offset: 5786, line: 214, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -10428,14 +10428,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5786, + offset: 5788, line: 214, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 5831, + offset: 5833, line: 214, - col: 112, + col: 114, }, }, ExpressionType: "", @@ -10445,14 +10445,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5787, + offset: 5789, line: 214, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 5831, + offset: 5833, line: 214, - col: 112, + col: 114, }, }, ExpressionType: "", @@ -10462,14 +10462,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5787, + offset: 5789, line: 214, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 5831, + offset: 5833, line: 214, - col: 112, + col: 114, }, }, IsConversionOperator: false, @@ -10481,14 +10481,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5787, + offset: 5789, line: 214, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 5805, + offset: 5807, line: 214, - col: 86, + col: 88, }, }, }, @@ -10497,14 +10497,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5807, + offset: 5809, line: 214, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 5831, + offset: 5833, line: 214, - col: 112, + col: 114, }, }, }, @@ -10515,14 +10515,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5787, + offset: 5789, line: 214, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 5805, + offset: 5807, line: 214, - col: 86, + col: 88, }, }, }, @@ -10536,14 +10536,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5722, + offset: 5724, line: 214, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5732, + offset: 5734, line: 214, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -10554,14 +10554,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5722, + offset: 5724, line: 214, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5732, + offset: 5734, line: 214, - col: 13, + col: 15, }, }, }, @@ -10572,28 +10572,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5838, + offset: 5840, line: 215, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5853, + offset: 5855, line: 215, - col: 18, + col: 20, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5838, + offset: 5840, line: 215, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5852, + offset: 5854, line: 215, - col: 17, + col: 19, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -10603,14 +10603,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5838, + offset: 5840, line: 215, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5850, + offset: 5852, line: 215, - col: 15, + col: 17, }, }, ExpressionType: "", @@ -10621,14 +10621,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5838, + offset: 5840, line: 215, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5850, + offset: 5852, line: 215, - col: 15, + col: 17, }, }, }, @@ -10639,28 +10639,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5858, + offset: 5860, line: 216, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5876, + offset: 5878, line: 216, - col: 21, + col: 23, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5858, + offset: 5860, line: 216, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5875, + offset: 5877, line: 216, - col: 20, + col: 22, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -10670,14 +10670,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5858, + offset: 5860, line: 216, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5873, + offset: 5875, line: 216, - col: 18, + col: 20, }, }, ExpressionType: "", @@ -10688,14 +10688,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5858, + offset: 5860, line: 216, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5873, + offset: 5875, line: 216, - col: 18, + col: 20, }, }, }, @@ -10706,28 +10706,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5881, + offset: 5883, line: 217, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5897, + offset: 5899, line: 217, - col: 19, + col: 21, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5881, + offset: 5883, line: 217, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5896, + offset: 5898, line: 217, - col: 18, + col: 20, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -10737,14 +10737,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5881, + offset: 5883, line: 217, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5894, + offset: 5896, line: 217, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -10755,14 +10755,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5881, + offset: 5883, line: 217, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5894, + offset: 5896, line: 217, - col: 16, + col: 18, }, }, }, @@ -10776,14 +10776,14 @@ '@role': [Declaration, Function, 'Null', Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5664, - line: 210, - col: 2, + offset: 5666, + line: 212, + col: 1, }, end: { '@type': "uast:Position", - offset: 5668, + offset: 5670, line: 212, - col: 3, + col: 5, }, }, IsComplex: false, @@ -10808,14 +10808,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5669, + offset: 5671, line: 212, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 5715, + offset: 5717, line: 212, - col: 50, + col: 52, }, }, IsConst: false, @@ -10828,14 +10828,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5669, + offset: 5671, line: 212, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 5713, + offset: 5715, line: 212, - col: 48, + col: 50, }, }, IsConversionOperator: false, @@ -10847,14 +10847,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5669, + offset: 5671, line: 212, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 5687, + offset: 5689, line: 212, - col: 22, + col: 24, }, }, }, @@ -10863,14 +10863,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5689, + offset: 5691, line: 212, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 5713, + offset: 5715, line: 212, - col: 48, + col: 50, }, }, }, @@ -10881,14 +10881,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5669, + offset: 5671, line: 212, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 5687, + offset: 5689, line: 212, - col: 22, + col: 24, }, }, }, @@ -10901,14 +10901,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5901, - line: 218, - col: 2, + offset: 5903, + line: 220, + col: 1, }, end: { '@type': "uast:Position", - offset: 8187, - line: 268, - col: 21, + offset: 8189, + line: 269, + col: 2, }, }, IsDefaulted: false, @@ -10917,14 +10917,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5949, - line: 220, - col: 47, + offset: 5951, + line: 221, + col: 1, }, end: { '@type': "uast:Position", - offset: 8187, - line: 268, - col: 21, + offset: 8189, + line: 269, + col: 2, }, }, 'Prop_Statements': [ @@ -10932,28 +10932,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5955, + offset: 5957, line: 222, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5977, + offset: 5979, line: 222, - col: 25, + col: 27, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5955, + offset: 5957, line: 222, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5976, + offset: 5978, line: 222, - col: 24, + col: 26, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -10963,14 +10963,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5955, + offset: 5957, line: 222, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5974, + offset: 5976, line: 222, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -10981,14 +10981,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5955, + offset: 5957, line: 222, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5974, + offset: 5976, line: 222, - col: 22, + col: 24, }, }, }, @@ -10999,42 +10999,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5982, + offset: 5984, line: 223, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6020, + offset: 6022, line: 223, - col: 41, + col: 43, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5982, + offset: 5984, line: 223, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6020, + offset: 6022, line: 223, - col: 41, + col: 43, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5982, + offset: 5984, line: 223, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5998, + offset: 6000, line: 223, - col: 19, + col: 21, }, }, IsConst: false, @@ -11052,14 +11052,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5982, + offset: 5984, line: 223, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 5998, + offset: 6000, line: 223, - col: 19, + col: 21, }, }, }, @@ -11070,14 +11070,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5999, + offset: 6001, line: 223, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 6019, + offset: 6021, line: 223, - col: 40, + col: 42, }, }, DeclaresParameterPack: false, @@ -11085,28 +11085,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6002, + offset: 6004, line: 223, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6019, + offset: 6021, line: 223, - col: 40, + col: 42, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6004, + offset: 6006, line: 223, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 6019, + offset: 6021, line: 223, - col: 40, + col: 42, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -11116,14 +11116,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6004, + offset: 6006, line: 223, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 6017, + offset: 6019, line: 223, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -11134,14 +11134,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6004, + offset: 6006, line: 223, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 6017, + offset: 6019, line: 223, - col: 38, + col: 40, }, }, }, @@ -11151,14 +11151,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6004, + offset: 6006, line: 223, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 6019, + offset: 6021, line: 223, - col: 40, + col: 42, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -11168,14 +11168,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6004, + offset: 6006, line: 223, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 6017, + offset: 6019, line: 223, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -11186,14 +11186,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6004, + offset: 6006, line: 223, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 6017, + offset: 6019, line: 223, - col: 38, + col: 40, }, }, }, @@ -11205,14 +11205,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6000, + offset: 6002, line: 223, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 6001, + offset: 6003, line: 223, - col: 22, + col: 24, }, }, }, @@ -11226,28 +11226,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6025, + offset: 6027, line: 224, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6081, + offset: 6083, line: 227, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTUnaryExpression", '@role': [Not, Relational, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6029, + offset: 6031, line: 224, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6031, + offset: 6033, line: 224, - col: 9, + col: 11, }, }, ExpressionType: "bool", @@ -11257,14 +11257,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6030, + offset: 6032, line: 224, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6031, + offset: 6033, line: 224, - col: 9, + col: 11, }, }, ExpressionType: "? *", @@ -11275,14 +11275,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6030, + offset: 6032, line: 224, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6031, + offset: 6033, line: 224, - col: 9, + col: 11, }, }, }, @@ -11293,14 +11293,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6033, + offset: 6035, line: 224, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6081, + offset: 6083, line: 227, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -11308,14 +11308,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6068, + offset: 6070, line: 226, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6075, + offset: 6077, line: 226, - col: 14, + col: 16, }, }, LeadingComments: [ @@ -11324,14 +11324,14 @@ '@role': [Comment, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6043, + offset: 6045, line: 225, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6059, + offset: 6061, line: 225, - col: 23, + col: 25, }, }, IsBlockComment: false, @@ -11345,42 +11345,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 228, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6191, + offset: 6193, line: 228, - col: 108, + col: 110, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 228, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6191, + offset: 6193, line: 228, - col: 108, + col: 110, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 228, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6101, + offset: 6103, line: 228, - col: 18, + col: 20, }, }, IsConst: false, @@ -11398,14 +11398,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6086, + offset: 6088, line: 228, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6101, + offset: 6103, line: 228, - col: 18, + col: 20, }, }, }, @@ -11416,14 +11416,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6102, + offset: 6104, line: 228, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 6190, + offset: 6192, line: 228, - col: 107, + col: 109, }, }, DeclaresParameterPack: false, @@ -11431,28 +11431,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6112, + offset: 6114, line: 228, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 6190, + offset: 6192, line: 228, - col: 107, + col: 109, }, }, 'Prop_Expression': { '@type': "CPPASTNewExpression", '@role': [Instance, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6114, + offset: 6116, line: 228, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 6190, + offset: 6192, line: 228, - col: 107, + col: 109, }, }, ExpressionType: "? *", @@ -11465,14 +11465,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6133, + offset: 6135, line: 228, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 6190, + offset: 6192, line: 228, - col: 107, + col: 109, }, }, 'Prop_Arguments': [ @@ -11480,14 +11480,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6134, + offset: 6136, line: 228, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 6160, + offset: 6162, line: 228, - col: 77, + col: 79, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -11498,14 +11498,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6158, + offset: 6160, line: 228, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 6159, + offset: 6161, line: 228, - col: 76, + col: 78, }, }, ExpressionType: "? *", @@ -11516,14 +11516,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6158, + offset: 6160, line: 228, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 6159, + offset: 6161, line: 228, - col: 76, + col: 78, }, }, }, @@ -11533,14 +11533,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6134, + offset: 6136, line: 228, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 6157, + offset: 6159, line: 228, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -11551,14 +11551,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6134, + offset: 6136, line: 228, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 6157, + offset: 6159, line: 228, - col: 74, + col: 76, }, }, }, @@ -11568,14 +11568,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6162, + offset: 6164, line: 228, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 6183, + offset: 6185, line: 228, - col: 100, + col: 102, }, }, ExpressionType: "", @@ -11585,14 +11585,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6162, + offset: 6164, line: 228, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 6183, + offset: 6185, line: 228, - col: 100, + col: 102, }, }, IsConversionOperator: false, @@ -11604,14 +11604,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6162, + offset: 6164, line: 228, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 6177, + offset: 6179, line: 228, - col: 94, + col: 96, }, }, }, @@ -11620,14 +11620,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6179, + offset: 6181, line: 228, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 6183, + offset: 6185, line: 228, - col: 100, + col: 102, }, }, }, @@ -11638,14 +11638,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6162, + offset: 6164, line: 228, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 6177, + offset: 6179, line: 228, - col: 94, + col: 96, }, }, }, @@ -11657,14 +11657,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6185, + offset: 6187, line: 228, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 6189, + offset: 6191, line: 228, - col: 106, + col: 108, }, }, ExpressionType: "", @@ -11684,14 +11684,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6134, + offset: 6136, line: 228, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 6160, + offset: 6162, line: 228, - col: 77, + col: 79, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -11702,14 +11702,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6158, + offset: 6160, line: 228, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 6159, + offset: 6161, line: 228, - col: 76, + col: 78, }, }, ExpressionType: "? *", @@ -11720,14 +11720,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6158, + offset: 6160, line: 228, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 6159, + offset: 6161, line: 228, - col: 76, + col: 78, }, }, }, @@ -11737,14 +11737,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6134, + offset: 6136, line: 228, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 6157, + offset: 6159, line: 228, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -11755,14 +11755,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6134, + offset: 6136, line: 228, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 6157, + offset: 6159, line: 228, - col: 74, + col: 76, }, }, }, @@ -11772,14 +11772,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6162, + offset: 6164, line: 228, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 6183, + offset: 6185, line: 228, - col: 100, + col: 102, }, }, ExpressionType: "", @@ -11789,14 +11789,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6162, + offset: 6164, line: 228, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 6183, + offset: 6185, line: 228, - col: 100, + col: 102, }, }, IsConversionOperator: false, @@ -11808,14 +11808,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6162, + offset: 6164, line: 228, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 6177, + offset: 6179, line: 228, - col: 94, + col: 96, }, }, }, @@ -11824,14 +11824,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6179, + offset: 6181, line: 228, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 6183, + offset: 6185, line: 228, - col: 100, + col: 102, }, }, }, @@ -11842,14 +11842,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6162, + offset: 6164, line: 228, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 6177, + offset: 6179, line: 228, - col: 94, + col: 96, }, }, }, @@ -11861,14 +11861,14 @@ '@role': [Expression, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6185, + offset: 6187, line: 228, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 6189, + offset: 6191, line: 228, - col: 106, + col: 108, }, }, ExpressionType: "", @@ -11889,14 +11889,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6134, + offset: 6136, line: 228, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 6160, + offset: 6162, line: 228, - col: 77, + col: 79, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -11907,14 +11907,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6158, + offset: 6160, line: 228, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 6159, + offset: 6161, line: 228, - col: 76, + col: 78, }, }, ExpressionType: "? *", @@ -11925,14 +11925,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6158, + offset: 6160, line: 228, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 6159, + offset: 6161, line: 228, - col: 76, + col: 78, }, }, }, @@ -11942,14 +11942,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6134, + offset: 6136, line: 228, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 6157, + offset: 6159, line: 228, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -11960,14 +11960,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6134, + offset: 6136, line: 228, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 6157, + offset: 6159, line: 228, - col: 74, + col: 76, }, }, }, @@ -11977,14 +11977,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6162, + offset: 6164, line: 228, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 6183, + offset: 6185, line: 228, - col: 100, + col: 102, }, }, ExpressionType: "", @@ -11994,14 +11994,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6162, + offset: 6164, line: 228, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 6183, + offset: 6185, line: 228, - col: 100, + col: 102, }, }, IsConversionOperator: false, @@ -12013,14 +12013,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6162, + offset: 6164, line: 228, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 6177, + offset: 6179, line: 228, - col: 94, + col: 96, }, }, }, @@ -12029,14 +12029,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6179, + offset: 6181, line: 228, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 6183, + offset: 6185, line: 228, - col: 100, + col: 102, }, }, }, @@ -12047,14 +12047,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6162, + offset: 6164, line: 228, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 6177, + offset: 6179, line: 228, - col: 94, + col: 96, }, }, }, @@ -12066,14 +12066,14 @@ '@role': [Expression, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6185, + offset: 6187, line: 228, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 6189, + offset: 6191, line: 228, - col: 106, + col: 108, }, }, ExpressionType: "", @@ -12087,28 +12087,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6118, + offset: 6120, line: 228, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 6133, + offset: 6135, line: 228, - col: 50, + col: 52, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6133, + offset: 6135, line: 228, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 6133, + offset: 6135, line: 228, - col: 50, + col: 52, }, }, DeclaresParameterPack: false, @@ -12122,14 +12122,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6118, + offset: 6120, line: 228, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 6133, + offset: 6135, line: 228, - col: 50, + col: 52, }, }, IsConst: false, @@ -12147,14 +12147,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6118, + offset: 6120, line: 228, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 6133, + offset: 6135, line: 228, - col: 50, + col: 52, }, }, }, @@ -12166,14 +12166,14 @@ '@role': [Instance, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6114, + offset: 6116, line: 228, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 6190, + offset: 6192, line: 228, - col: 107, + col: 109, }, }, ExpressionType: "? *", @@ -12186,14 +12186,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6133, + offset: 6135, line: 228, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 6190, + offset: 6192, line: 228, - col: 107, + col: 109, }, }, 'Prop_Arguments': [ @@ -12201,14 +12201,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6134, + offset: 6136, line: 228, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 6160, + offset: 6162, line: 228, - col: 77, + col: 79, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -12219,14 +12219,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6158, + offset: 6160, line: 228, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 6159, + offset: 6161, line: 228, - col: 76, + col: 78, }, }, ExpressionType: "? *", @@ -12237,14 +12237,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6158, + offset: 6160, line: 228, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 6159, + offset: 6161, line: 228, - col: 76, + col: 78, }, }, }, @@ -12254,14 +12254,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6134, + offset: 6136, line: 228, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 6157, + offset: 6159, line: 228, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -12272,14 +12272,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6134, + offset: 6136, line: 228, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 6157, + offset: 6159, line: 228, - col: 74, + col: 76, }, }, }, @@ -12289,14 +12289,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6162, + offset: 6164, line: 228, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 6183, + offset: 6185, line: 228, - col: 100, + col: 102, }, }, ExpressionType: "", @@ -12306,14 +12306,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6162, + offset: 6164, line: 228, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 6183, + offset: 6185, line: 228, - col: 100, + col: 102, }, }, IsConversionOperator: false, @@ -12325,14 +12325,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6162, + offset: 6164, line: 228, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 6177, + offset: 6179, line: 228, - col: 94, + col: 96, }, }, }, @@ -12341,14 +12341,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6179, + offset: 6181, line: 228, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 6183, + offset: 6185, line: 228, - col: 100, + col: 102, }, }, }, @@ -12359,14 +12359,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6162, + offset: 6164, line: 228, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 6177, + offset: 6179, line: 228, - col: 94, + col: 96, }, }, }, @@ -12378,14 +12378,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6185, + offset: 6187, line: 228, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 6189, + offset: 6191, line: 228, - col: 106, + col: 108, }, }, ExpressionType: "", @@ -12405,14 +12405,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6134, + offset: 6136, line: 228, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 6160, + offset: 6162, line: 228, - col: 77, + col: 79, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -12423,14 +12423,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6158, + offset: 6160, line: 228, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 6159, + offset: 6161, line: 228, - col: 76, + col: 78, }, }, ExpressionType: "? *", @@ -12441,14 +12441,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6158, + offset: 6160, line: 228, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 6159, + offset: 6161, line: 228, - col: 76, + col: 78, }, }, }, @@ -12458,14 +12458,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6134, + offset: 6136, line: 228, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 6157, + offset: 6159, line: 228, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -12476,14 +12476,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6134, + offset: 6136, line: 228, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 6157, + offset: 6159, line: 228, - col: 74, + col: 76, }, }, }, @@ -12493,14 +12493,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6162, + offset: 6164, line: 228, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 6183, + offset: 6185, line: 228, - col: 100, + col: 102, }, }, ExpressionType: "", @@ -12510,14 +12510,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6162, + offset: 6164, line: 228, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 6183, + offset: 6185, line: 228, - col: 100, + col: 102, }, }, IsConversionOperator: false, @@ -12529,14 +12529,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6162, + offset: 6164, line: 228, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 6177, + offset: 6179, line: 228, - col: 94, + col: 96, }, }, }, @@ -12545,14 +12545,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6179, + offset: 6181, line: 228, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 6183, + offset: 6185, line: 228, - col: 100, + col: 102, }, }, }, @@ -12563,14 +12563,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6162, + offset: 6164, line: 228, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 6177, + offset: 6179, line: 228, - col: 94, + col: 96, }, }, }, @@ -12582,14 +12582,14 @@ '@role': [Expression, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6185, + offset: 6187, line: 228, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 6189, + offset: 6191, line: 228, - col: 106, + col: 108, }, }, ExpressionType: "", @@ -12610,14 +12610,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6134, + offset: 6136, line: 228, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 6160, + offset: 6162, line: 228, - col: 77, + col: 79, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -12628,14 +12628,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6158, + offset: 6160, line: 228, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 6159, + offset: 6161, line: 228, - col: 76, + col: 78, }, }, ExpressionType: "? *", @@ -12646,14 +12646,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6158, + offset: 6160, line: 228, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 6159, + offset: 6161, line: 228, - col: 76, + col: 78, }, }, }, @@ -12663,14 +12663,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6134, + offset: 6136, line: 228, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 6157, + offset: 6159, line: 228, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -12681,14 +12681,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6134, + offset: 6136, line: 228, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 6157, + offset: 6159, line: 228, - col: 74, + col: 76, }, }, }, @@ -12698,14 +12698,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6162, + offset: 6164, line: 228, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 6183, + offset: 6185, line: 228, - col: 100, + col: 102, }, }, ExpressionType: "", @@ -12715,14 +12715,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6162, + offset: 6164, line: 228, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 6183, + offset: 6185, line: 228, - col: 100, + col: 102, }, }, IsConversionOperator: false, @@ -12734,14 +12734,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6162, + offset: 6164, line: 228, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 6177, + offset: 6179, line: 228, - col: 94, + col: 96, }, }, }, @@ -12750,14 +12750,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6179, + offset: 6181, line: 228, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 6183, + offset: 6185, line: 228, - col: 100, + col: 102, }, }, }, @@ -12768,14 +12768,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6162, + offset: 6164, line: 228, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 6177, + offset: 6179, line: 228, - col: 94, + col: 96, }, }, }, @@ -12787,14 +12787,14 @@ '@role': [Expression, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6185, + offset: 6187, line: 228, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 6189, + offset: 6191, line: 228, - col: 106, + col: 108, }, }, ExpressionType: "", @@ -12808,28 +12808,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6118, + offset: 6120, line: 228, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 6133, + offset: 6135, line: 228, - col: 50, + col: 52, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6133, + offset: 6135, line: 228, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 6133, + offset: 6135, line: 228, - col: 50, + col: 52, }, }, DeclaresParameterPack: false, @@ -12843,14 +12843,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6118, + offset: 6120, line: 228, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 6133, + offset: 6135, line: 228, - col: 50, + col: 52, }, }, IsConst: false, @@ -12868,14 +12868,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6118, + offset: 6120, line: 228, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 6133, + offset: 6135, line: 228, - col: 50, + col: 52, }, }, }, @@ -12889,14 +12889,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6103, + offset: 6105, line: 228, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 6111, + offset: 6113, line: 228, - col: 28, + col: 30, }, }, }, @@ -12910,28 +12910,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6196, + offset: 6198, line: 229, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6511, + offset: 6513, line: 236, - col: 5, + col: 7, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6196, + offset: 6198, line: 229, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6511, + offset: 6513, line: 236, - col: 5, + col: 7, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -12939,14 +12939,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6196, + offset: 6198, line: 229, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6200, + offset: 6202, line: 229, - col: 7, + col: 9, }, }, IsComplex: false, @@ -12972,14 +12972,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6201, + offset: 6203, line: 229, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6510, + offset: 6512, line: 236, - col: 4, + col: 6, }, }, DeclaresParameterPack: false, @@ -12987,28 +12987,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6218, + offset: 6220, line: 229, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 6510, + offset: 6512, line: 236, - col: 4, + col: 6, }, }, 'Prop_Expression': { '@type': "CPPASTLambdaExpression", '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6220, + offset: 6222, line: 229, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 6510, + offset: 6512, line: 236, - col: 4, + col: 6, }, }, ExpressionType: "[this, c] {\n while (auto event = xcb_poll_for_event(c)) {\n long result = 0;\n QThread::currentThread()->eventDispatcher()->filterNativeEvent(QByteArrayLiteral(\"xcb_generic_event_t\"), event, &result);\n free(event);\n }\n xcb_flush(c);\n }", @@ -13018,14 +13018,14 @@ '@role': [Body], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6230, + offset: 6232, line: 229, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6510, + offset: 6512, line: 236, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -13033,28 +13033,28 @@ '@role': [Statement, While], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6240, + offset: 6242, line: 230, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6482, + offset: 6484, line: 234, - col: 8, + col: 10, }, }, 'Prop_Body': { '@type': "CPPASTCompoundStatement", '@role': [Body, While], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6283, + offset: 6285, line: 230, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 6482, + offset: 6484, line: 234, - col: 8, + col: 10, }, }, 'Prop_Statements': [ @@ -13062,28 +13062,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6297, + offset: 6299, line: 231, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6313, + offset: 6315, line: 231, - col: 27, + col: 29, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6297, + offset: 6299, line: 231, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6313, + offset: 6315, line: 231, - col: 27, + col: 29, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -13091,14 +13091,14 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6297, + offset: 6299, line: 231, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6301, + offset: 6303, line: 231, - col: 15, + col: 17, }, }, IsComplex: false, @@ -13124,14 +13124,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6302, + offset: 6304, line: 231, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 6312, + offset: 6314, line: 231, - col: 26, + col: 28, }, }, DeclaresParameterPack: false, @@ -13139,14 +13139,14 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6309, + offset: 6311, line: 231, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6312, + offset: 6314, line: 231, - col: 26, + col: 28, }, }, 'Prop_Expression': { '@type': "CPPASTLiteralExpression", @@ -13154,14 +13154,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6311, + offset: 6313, line: 231, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 6312, + offset: 6314, line: 231, - col: 26, + col: 28, }, }, ExpressionType: "int", @@ -13174,14 +13174,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6311, + offset: 6313, line: 231, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 6312, + offset: 6314, line: 231, - col: 26, + col: 28, }, }, ExpressionType: "int", @@ -13195,14 +13195,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6302, + offset: 6304, line: 231, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 6308, + offset: 6310, line: 231, - col: 22, + col: 24, }, }, }, @@ -13215,28 +13215,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6326, + offset: 6328, line: 232, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6447, + offset: 6449, line: 232, - col: 132, + col: 134, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6326, + offset: 6328, line: 232, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6446, + offset: 6448, line: 232, - col: 131, + col: 133, }, }, ExpressionType: "", @@ -13247,14 +13247,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6389, + offset: 6391, line: 232, - col: 74, + col: 76, }, end: { '@type': "uast:Position", - offset: 6429, + offset: 6431, line: 232, - col: 114, + col: 116, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -13266,14 +13266,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6407, + offset: 6409, line: 232, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 6428, + offset: 6430, line: 232, - col: 113, + col: 115, }, }, ExpressionType: "const char [20]", @@ -13286,14 +13286,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6389, + offset: 6391, line: 232, - col: 74, + col: 76, }, end: { '@type': "uast:Position", - offset: 6406, + offset: 6408, line: 232, - col: 91, + col: 93, }, }, ExpressionType: "", @@ -13304,14 +13304,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6389, + offset: 6391, line: 232, - col: 74, + col: 76, }, end: { '@type': "uast:Position", - offset: 6406, + offset: 6408, line: 232, - col: 91, + col: 93, }, }, }, @@ -13321,14 +13321,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6431, + offset: 6433, line: 232, - col: 116, + col: 118, }, end: { '@type': "uast:Position", - offset: 6436, + offset: 6438, line: 232, - col: 121, + col: 123, }, }, ExpressionType: "", @@ -13339,14 +13339,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6431, + offset: 6433, line: 232, - col: 116, + col: 118, }, end: { '@type': "uast:Position", - offset: 6436, + offset: 6438, line: 232, - col: 121, + col: 123, }, }, }, @@ -13355,14 +13355,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6438, + offset: 6440, line: 232, - col: 123, + col: 125, }, end: { '@type': "uast:Position", - offset: 6445, + offset: 6447, line: 232, - col: 130, + col: 132, }, }, ExpressionType: "long int *", @@ -13372,14 +13372,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 232, - col: 124, + col: 126, }, end: { '@type': "uast:Position", - offset: 6445, + offset: 6447, line: 232, - col: 130, + col: 132, }, }, ExpressionType: "long int", @@ -13390,14 +13390,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 232, - col: 124, + col: 126, }, end: { '@type': "uast:Position", - offset: 6445, + offset: 6447, line: 232, - col: 130, + col: 132, }, }, }, @@ -13409,14 +13409,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6326, + offset: 6328, line: 232, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6388, + offset: 6390, line: 232, - col: 73, + col: 75, }, }, ExpressionType: "", @@ -13429,14 +13429,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6371, + offset: 6373, line: 232, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 6388, + offset: 6390, line: 232, - col: 73, + col: 75, }, }, }, @@ -13444,14 +13444,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6326, + offset: 6328, line: 232, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6369, + offset: 6371, line: 232, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -13461,14 +13461,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6326, + offset: 6328, line: 232, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6367, + offset: 6369, line: 232, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -13481,14 +13481,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6352, + offset: 6354, line: 232, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6367, + offset: 6369, line: 232, - col: 52, + col: 54, }, }, }, @@ -13496,14 +13496,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6326, + offset: 6328, line: 232, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6350, + offset: 6352, line: 232, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: currentThread", @@ -13513,14 +13513,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6326, + offset: 6328, line: 232, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6348, + offset: 6350, line: 232, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -13530,14 +13530,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6326, + offset: 6328, line: 232, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6348, + offset: 6350, line: 232, - col: 33, + col: 35, }, }, IsConversionOperator: false, @@ -13549,14 +13549,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6326, + offset: 6328, line: 232, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6333, + offset: 6335, line: 232, - col: 18, + col: 20, }, }, }, @@ -13565,14 +13565,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6335, + offset: 6337, line: 232, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 6348, + offset: 6350, line: 232, - col: 33, + col: 35, }, }, }, @@ -13583,14 +13583,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6326, + offset: 6328, line: 232, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6333, + offset: 6335, line: 232, - col: 18, + col: 20, }, }, }, @@ -13607,28 +13607,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6460, + offset: 6462, line: 233, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6472, + offset: 6474, line: 233, - col: 23, + col: 25, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6460, + offset: 6462, line: 233, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6471, + offset: 6473, line: 233, - col: 22, + col: 24, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -13639,14 +13639,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6465, + offset: 6467, line: 233, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 233, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -13657,14 +13657,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6465, + offset: 6467, line: 233, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 233, - col: 21, + col: 23, }, }, }, @@ -13674,14 +13674,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6460, + offset: 6462, line: 233, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6464, + offset: 6466, line: 233, - col: 15, + col: 17, }, }, ExpressionType: "", @@ -13692,14 +13692,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6460, + offset: 6462, line: 233, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6464, + offset: 6466, line: 233, - col: 15, + col: 17, }, }, }, @@ -13712,14 +13712,14 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 230, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 6281, + offset: 6283, line: 230, - col: 48, + col: 50, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -13727,14 +13727,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 230, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 6251, + offset: 6253, line: 230, - col: 18, + col: 20, }, }, IsComplex: false, @@ -13760,14 +13760,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6252, + offset: 6254, line: 230, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 6281, + offset: 6283, line: 230, - col: 48, + col: 50, }, }, DeclaresParameterPack: false, @@ -13775,28 +13775,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6258, + offset: 6260, line: 230, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 6281, + offset: 6283, line: 230, - col: 48, + col: 50, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6260, + offset: 6262, line: 230, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 6281, + offset: 6283, line: 230, - col: 48, + col: 50, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -13807,14 +13807,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6279, + offset: 6281, line: 230, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6280, + offset: 6282, line: 230, - col: 47, + col: 49, }, }, ExpressionType: "? *", @@ -13825,14 +13825,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6279, + offset: 6281, line: 230, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6280, + offset: 6282, line: 230, - col: 47, + col: 49, }, }, }, @@ -13842,14 +13842,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6260, + offset: 6262, line: 230, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 6278, + offset: 6280, line: 230, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -13860,14 +13860,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6260, + offset: 6262, line: 230, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 6278, + offset: 6280, line: 230, - col: 45, + col: 47, }, }, }, @@ -13877,14 +13877,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6260, + offset: 6262, line: 230, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 6281, + offset: 6283, line: 230, - col: 48, + col: 50, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -13895,14 +13895,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6279, + offset: 6281, line: 230, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6280, + offset: 6282, line: 230, - col: 47, + col: 49, }, }, ExpressionType: "? *", @@ -13913,14 +13913,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6279, + offset: 6281, line: 230, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6280, + offset: 6282, line: 230, - col: 47, + col: 49, }, }, }, @@ -13930,14 +13930,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6260, + offset: 6262, line: 230, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 6278, + offset: 6280, line: 230, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -13948,14 +13948,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6260, + offset: 6262, line: 230, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 6278, + offset: 6280, line: 230, - col: 45, + col: 47, }, }, }, @@ -13967,14 +13967,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6252, + offset: 6254, line: 230, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 6257, + offset: 6259, line: 230, - col: 24, + col: 26, }, }, }, @@ -13987,28 +13987,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6491, + offset: 6493, line: 235, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6504, + offset: 6506, line: 235, - col: 20, + col: 22, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6491, + offset: 6493, line: 235, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6503, + offset: 6505, line: 235, - col: 19, + col: 21, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -14019,14 +14019,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6501, + offset: 6503, line: 235, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 6502, + offset: 6504, line: 235, - col: 18, + col: 20, }, }, ExpressionType: "? *", @@ -14037,14 +14037,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6501, + offset: 6503, line: 235, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 6502, + offset: 6504, line: 235, - col: 18, + col: 20, }, }, }, @@ -14054,14 +14054,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6491, + offset: 6493, line: 235, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6500, + offset: 6502, line: 235, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -14072,14 +14072,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6491, + offset: 6493, line: 235, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6500, + offset: 6502, line: 235, - col: 16, + col: 18, }, }, }, @@ -14094,14 +14094,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6227, + offset: 6229, line: 229, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6228, + offset: 6230, line: 229, - col: 35, + col: 37, }, }, }, @@ -14111,14 +14111,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6220, + offset: 6222, line: 229, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 6510, + offset: 6512, line: 236, - col: 4, + col: 6, }, }, ExpressionType: "[this, c] {\n while (auto event = xcb_poll_for_event(c)) {\n long result = 0;\n QThread::currentThread()->eventDispatcher()->filterNativeEvent(QByteArrayLiteral(\"xcb_generic_event_t\"), event, &result);\n free(event);\n }\n xcb_flush(c);\n }", @@ -14128,14 +14128,14 @@ '@role': [Body], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6230, + offset: 6232, line: 229, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6510, + offset: 6512, line: 236, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -14143,28 +14143,28 @@ '@role': [Statement, While], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6240, + offset: 6242, line: 230, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6482, + offset: 6484, line: 234, - col: 8, + col: 10, }, }, 'Prop_Body': { '@type': "CPPASTCompoundStatement", '@role': [Body, While], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6283, + offset: 6285, line: 230, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 6482, + offset: 6484, line: 234, - col: 8, + col: 10, }, }, 'Prop_Statements': [ @@ -14172,28 +14172,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6297, + offset: 6299, line: 231, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6313, + offset: 6315, line: 231, - col: 27, + col: 29, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6297, + offset: 6299, line: 231, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6313, + offset: 6315, line: 231, - col: 27, + col: 29, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -14201,14 +14201,14 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6297, + offset: 6299, line: 231, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6301, + offset: 6303, line: 231, - col: 15, + col: 17, }, }, IsComplex: false, @@ -14234,14 +14234,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6302, + offset: 6304, line: 231, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 6312, + offset: 6314, line: 231, - col: 26, + col: 28, }, }, DeclaresParameterPack: false, @@ -14249,14 +14249,14 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6309, + offset: 6311, line: 231, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 6312, + offset: 6314, line: 231, - col: 26, + col: 28, }, }, 'Prop_Expression': { '@type': "CPPASTLiteralExpression", @@ -14264,14 +14264,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6311, + offset: 6313, line: 231, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 6312, + offset: 6314, line: 231, - col: 26, + col: 28, }, }, ExpressionType: "int", @@ -14284,14 +14284,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6311, + offset: 6313, line: 231, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 6312, + offset: 6314, line: 231, - col: 26, + col: 28, }, }, ExpressionType: "int", @@ -14305,14 +14305,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6302, + offset: 6304, line: 231, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 6308, + offset: 6310, line: 231, - col: 22, + col: 24, }, }, }, @@ -14325,28 +14325,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6326, + offset: 6328, line: 232, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6447, + offset: 6449, line: 232, - col: 132, + col: 134, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6326, + offset: 6328, line: 232, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6446, + offset: 6448, line: 232, - col: 131, + col: 133, }, }, ExpressionType: "", @@ -14357,14 +14357,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6389, + offset: 6391, line: 232, - col: 74, + col: 76, }, end: { '@type': "uast:Position", - offset: 6429, + offset: 6431, line: 232, - col: 114, + col: 116, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -14376,14 +14376,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6407, + offset: 6409, line: 232, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 6428, + offset: 6430, line: 232, - col: 113, + col: 115, }, }, ExpressionType: "const char [20]", @@ -14396,14 +14396,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6389, + offset: 6391, line: 232, - col: 74, + col: 76, }, end: { '@type': "uast:Position", - offset: 6406, + offset: 6408, line: 232, - col: 91, + col: 93, }, }, ExpressionType: "", @@ -14414,14 +14414,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6389, + offset: 6391, line: 232, - col: 74, + col: 76, }, end: { '@type': "uast:Position", - offset: 6406, + offset: 6408, line: 232, - col: 91, + col: 93, }, }, }, @@ -14431,14 +14431,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6431, + offset: 6433, line: 232, - col: 116, + col: 118, }, end: { '@type': "uast:Position", - offset: 6436, + offset: 6438, line: 232, - col: 121, + col: 123, }, }, ExpressionType: "", @@ -14449,14 +14449,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6431, + offset: 6433, line: 232, - col: 116, + col: 118, }, end: { '@type': "uast:Position", - offset: 6436, + offset: 6438, line: 232, - col: 121, + col: 123, }, }, }, @@ -14465,14 +14465,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6438, + offset: 6440, line: 232, - col: 123, + col: 125, }, end: { '@type': "uast:Position", - offset: 6445, + offset: 6447, line: 232, - col: 130, + col: 132, }, }, ExpressionType: "long int *", @@ -14482,14 +14482,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 232, - col: 124, + col: 126, }, end: { '@type': "uast:Position", - offset: 6445, + offset: 6447, line: 232, - col: 130, + col: 132, }, }, ExpressionType: "long int", @@ -14500,14 +14500,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6439, + offset: 6441, line: 232, - col: 124, + col: 126, }, end: { '@type': "uast:Position", - offset: 6445, + offset: 6447, line: 232, - col: 130, + col: 132, }, }, }, @@ -14519,14 +14519,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6326, + offset: 6328, line: 232, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6388, + offset: 6390, line: 232, - col: 73, + col: 75, }, }, ExpressionType: "", @@ -14539,14 +14539,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6371, + offset: 6373, line: 232, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 6388, + offset: 6390, line: 232, - col: 73, + col: 75, }, }, }, @@ -14554,14 +14554,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6326, + offset: 6328, line: 232, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6369, + offset: 6371, line: 232, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -14571,14 +14571,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6326, + offset: 6328, line: 232, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6367, + offset: 6369, line: 232, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -14591,14 +14591,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6352, + offset: 6354, line: 232, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6367, + offset: 6369, line: 232, - col: 52, + col: 54, }, }, }, @@ -14606,14 +14606,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6326, + offset: 6328, line: 232, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6350, + offset: 6352, line: 232, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: currentThread", @@ -14623,14 +14623,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6326, + offset: 6328, line: 232, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6348, + offset: 6350, line: 232, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -14640,14 +14640,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6326, + offset: 6328, line: 232, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6348, + offset: 6350, line: 232, - col: 33, + col: 35, }, }, IsConversionOperator: false, @@ -14659,14 +14659,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6326, + offset: 6328, line: 232, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6333, + offset: 6335, line: 232, - col: 18, + col: 20, }, }, }, @@ -14675,14 +14675,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6335, + offset: 6337, line: 232, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 6348, + offset: 6350, line: 232, - col: 33, + col: 35, }, }, }, @@ -14693,14 +14693,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6326, + offset: 6328, line: 232, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6333, + offset: 6335, line: 232, - col: 18, + col: 20, }, }, }, @@ -14717,28 +14717,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6460, + offset: 6462, line: 233, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6472, + offset: 6474, line: 233, - col: 23, + col: 25, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6460, + offset: 6462, line: 233, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6471, + offset: 6473, line: 233, - col: 22, + col: 24, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -14749,14 +14749,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6465, + offset: 6467, line: 233, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 233, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -14767,14 +14767,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6465, + offset: 6467, line: 233, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 6470, + offset: 6472, line: 233, - col: 21, + col: 23, }, }, }, @@ -14784,14 +14784,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6460, + offset: 6462, line: 233, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6464, + offset: 6466, line: 233, - col: 15, + col: 17, }, }, ExpressionType: "", @@ -14802,14 +14802,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6460, + offset: 6462, line: 233, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6464, + offset: 6466, line: 233, - col: 15, + col: 17, }, }, }, @@ -14822,14 +14822,14 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 230, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 6281, + offset: 6283, line: 230, - col: 48, + col: 50, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -14837,14 +14837,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6247, + offset: 6249, line: 230, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 6251, + offset: 6253, line: 230, - col: 18, + col: 20, }, }, IsComplex: false, @@ -14870,14 +14870,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6252, + offset: 6254, line: 230, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 6281, + offset: 6283, line: 230, - col: 48, + col: 50, }, }, DeclaresParameterPack: false, @@ -14885,28 +14885,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6258, + offset: 6260, line: 230, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 6281, + offset: 6283, line: 230, - col: 48, + col: 50, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6260, + offset: 6262, line: 230, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 6281, + offset: 6283, line: 230, - col: 48, + col: 50, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -14917,9 +14917,62 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6279, + offset: 6281, + line: 230, + col: 48, + }, + end: { '@type': "uast:Position", + offset: 6282, + line: 230, + col: 49, + }, + }, + ExpressionType: "? *", + ExpressionValueCategory: "LVALUE", + IsLValue: true, + 'Prop_Name': { '@type': "CPPASTName", + '@token': "c", + '@role': [Identifier], + '@pos': { '@type': "uast:Positions", + start: { '@type': "uast:Position", + offset: 6281, + line: 230, + col: 48, + }, + end: { '@type': "uast:Position", + offset: 6282, + line: 230, + col: 49, + }, + }, + }, + }, + ], + 'Prop_FunctionNameExpression': { '@type': "CPPASTIdExpression", + '@role': [Call, Expression, Function, Name, Variable], + '@pos': { '@type': "uast:Positions", + start: { '@type': "uast:Position", + offset: 6262, + line: 230, + col: 29, + }, + end: { '@type': "uast:Position", + offset: 6280, + line: 230, + col: 47, + }, + }, + ExpressionType: "", + ExpressionValueCategory: "PRVALUE", + IsLValue: false, + 'Prop_Name': { '@type': "CPPASTName", + '@token': "xcb_poll_for_event", + '@role': [Identifier], + '@pos': { '@type': "uast:Positions", + start: { '@type': "uast:Position", + offset: 6262, line: 230, - col: 46, + col: 29, }, end: { '@type': "uast:Position", offset: 6280, @@ -14927,6 +14980,41 @@ col: 47, }, }, + }, + }, + }, + 'Prop_InitializerClause': { '@type': "CPPASTFunctionCallExpression", + '@role': [Call, Expression, Function], + '@pos': { '@type': "uast:Positions", + start: { '@type': "uast:Position", + offset: 6262, + line: 230, + col: 29, + }, + end: { '@type': "uast:Position", + offset: 6283, + line: 230, + col: 50, + }, + }, + ExpressionType: "A scope could not be created to represent the name ApplicationWayland", + ExpressionValueCategory: "PRVALUE", + IsLValue: false, + 'Prop_Arguments': [ + { '@type': "CPPASTIdExpression", + '@role': [Argument, Call, Expression, Function, Variable], + '@pos': { '@type': "uast:Positions", + start: { '@type': "uast:Position", + offset: 6281, + line: 230, + col: 48, + }, + end: { '@type': "uast:Position", + offset: 6282, + line: 230, + col: 49, + }, + }, ExpressionType: "? *", ExpressionValueCategory: "LVALUE", IsLValue: true, @@ -14935,14 +15023,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6279, + offset: 6281, line: 230, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 6280, + offset: 6282, line: 230, - col: 47, + col: 49, }, }, }, @@ -14952,14 +15040,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6260, + offset: 6262, line: 230, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 6278, + offset: 6280, line: 230, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -14970,44 +15058,9 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6260, + offset: 6262, line: 230, - col: 27, - }, - end: { '@type': "uast:Position", - offset: 6278, - line: 230, - col: 45, - }, - }, - }, - }, - }, - 'Prop_InitializerClause': { '@type': "CPPASTFunctionCallExpression", - '@role': [Call, Expression, Function], - '@pos': { '@type': "uast:Positions", - start: { '@type': "uast:Position", - offset: 6260, - line: 230, - col: 27, - }, - end: { '@type': "uast:Position", - offset: 6281, - line: 230, - col: 48, - }, - }, - ExpressionType: "A scope could not be created to represent the name ApplicationWayland", - ExpressionValueCategory: "PRVALUE", - IsLValue: false, - 'Prop_Arguments': [ - { '@type': "CPPASTIdExpression", - '@role': [Argument, Call, Expression, Function, Variable], - '@pos': { '@type': "uast:Positions", - start: { '@type': "uast:Position", - offset: 6279, - line: 230, - col: 46, + col: 29, }, end: { '@type': "uast:Position", offset: 6280, @@ -15015,59 +15068,6 @@ col: 47, }, }, - ExpressionType: "? *", - ExpressionValueCategory: "LVALUE", - IsLValue: true, - 'Prop_Name': { '@type': "CPPASTName", - '@token': "c", - '@role': [Identifier], - '@pos': { '@type': "uast:Positions", - start: { '@type': "uast:Position", - offset: 6279, - line: 230, - col: 46, - }, - end: { '@type': "uast:Position", - offset: 6280, - line: 230, - col: 47, - }, - }, - }, - }, - ], - 'Prop_FunctionNameExpression': { '@type': "CPPASTIdExpression", - '@role': [Call, Expression, Function, Name, Variable], - '@pos': { '@type': "uast:Positions", - start: { '@type': "uast:Position", - offset: 6260, - line: 230, - col: 27, - }, - end: { '@type': "uast:Position", - offset: 6278, - line: 230, - col: 45, - }, - }, - ExpressionType: "", - ExpressionValueCategory: "PRVALUE", - IsLValue: false, - 'Prop_Name': { '@type': "CPPASTName", - '@token': "xcb_poll_for_event", - '@role': [Identifier], - '@pos': { '@type': "uast:Positions", - start: { '@type': "uast:Position", - offset: 6260, - line: 230, - col: 27, - }, - end: { '@type': "uast:Position", - offset: 6278, - line: 230, - col: 45, - }, - }, }, }, }, @@ -15077,14 +15077,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6252, + offset: 6254, line: 230, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 6257, + offset: 6259, line: 230, - col: 24, + col: 26, }, }, }, @@ -15097,28 +15097,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6491, + offset: 6493, line: 235, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6504, + offset: 6506, line: 235, - col: 20, + col: 22, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6491, + offset: 6493, line: 235, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6503, + offset: 6505, line: 235, - col: 19, + col: 21, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -15129,14 +15129,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6501, + offset: 6503, line: 235, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 6502, + offset: 6504, line: 235, - col: 18, + col: 20, }, }, ExpressionType: "? *", @@ -15147,14 +15147,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6501, + offset: 6503, line: 235, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 6502, + offset: 6504, line: 235, - col: 18, + col: 20, }, }, }, @@ -15164,14 +15164,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6491, + offset: 6493, line: 235, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6500, + offset: 6502, line: 235, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -15182,14 +15182,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6491, + offset: 6493, line: 235, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 6500, + offset: 6502, line: 235, - col: 16, + col: 18, }, }, }, @@ -15204,14 +15204,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6227, + offset: 6229, line: 229, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6228, + offset: 6230, line: 229, - col: 35, + col: 37, }, }, }, @@ -15223,14 +15223,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6201, + offset: 6203, line: 229, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 6217, + offset: 6219, line: 229, - col: 24, + col: 26, }, }, }, @@ -15243,28 +15243,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6516, + offset: 6518, line: 237, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6587, + offset: 6589, line: 237, - col: 74, + col: 76, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6516, + offset: 6518, line: 237, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6586, + offset: 6588, line: 237, - col: 73, + col: 75, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -15275,14 +15275,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6524, + offset: 6526, line: 237, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6532, + offset: 6534, line: 237, - col: 19, + col: 21, }, }, ExpressionType: "? *", @@ -15293,14 +15293,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6524, + offset: 6526, line: 237, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6532, + offset: 6534, line: 237, - col: 19, + col: 21, }, }, }, @@ -15309,14 +15309,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6534, + offset: 6536, line: 237, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 6561, + offset: 6563, line: 237, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -15326,14 +15326,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6535, + offset: 6537, line: 237, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 6561, + offset: 6563, line: 237, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -15343,14 +15343,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6535, + offset: 6537, line: 237, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 6561, + offset: 6563, line: 237, - col: 48, + col: 50, }, }, IsConversionOperator: false, @@ -15362,14 +15362,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6535, + offset: 6537, line: 237, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 6550, + offset: 6552, line: 237, - col: 37, + col: 39, }, }, }, @@ -15378,14 +15378,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6552, + offset: 6554, line: 237, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 6561, + offset: 6563, line: 237, - col: 48, + col: 50, }, }, }, @@ -15396,14 +15396,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6535, + offset: 6537, line: 237, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 6550, + offset: 6552, line: 237, - col: 37, + col: 39, }, }, }, @@ -15417,14 +15417,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6563, + offset: 6565, line: 237, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 6567, + offset: 6569, line: 237, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -15436,14 +15436,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6569, + offset: 6571, line: 237, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 237, - col: 72, + col: 74, }, }, ExpressionType: "[this, c] {\n while (auto event = xcb_poll_for_event(c)) {\n long result = 0;\n QThread::currentThread()->eventDispatcher()->filterNativeEvent(QByteArrayLiteral(\"xcb_generic_event_t\"), event, &result);\n free(event);\n }\n xcb_flush(c);\n }", @@ -15454,14 +15454,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6569, + offset: 6571, line: 237, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 6585, + offset: 6587, line: 237, - col: 72, + col: 74, }, }, }, @@ -15471,14 +15471,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6516, + offset: 6518, line: 237, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6523, + offset: 6525, line: 237, - col: 10, + col: 12, }, }, ExpressionType: "", @@ -15489,14 +15489,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6516, + offset: 6518, line: 237, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6523, + offset: 6525, line: 237, - col: 10, + col: 12, }, }, }, @@ -15507,28 +15507,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6592, + offset: 6594, line: 238, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6710, + offset: 6712, line: 238, - col: 121, + col: 123, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6592, + offset: 6594, line: 238, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6709, + offset: 6711, line: 238, - col: 120, + col: 122, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -15539,14 +15539,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6600, + offset: 6602, line: 238, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6643, + offset: 6645, line: 238, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -15556,14 +15556,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6600, + offset: 6602, line: 238, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6641, + offset: 6643, line: 238, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -15576,14 +15576,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6626, + offset: 6628, line: 238, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6641, + offset: 6643, line: 238, - col: 52, + col: 54, }, }, }, @@ -15591,14 +15591,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6600, + offset: 6602, line: 238, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6624, + offset: 6626, line: 238, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: currentThread", @@ -15608,14 +15608,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6600, + offset: 6602, line: 238, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6622, + offset: 6624, line: 238, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -15625,14 +15625,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6600, + offset: 6602, line: 238, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6622, + offset: 6624, line: 238, - col: 33, + col: 35, }, }, IsConversionOperator: false, @@ -15644,14 +15644,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6600, + offset: 6602, line: 238, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6607, + offset: 6609, line: 238, - col: 18, + col: 20, }, }, }, @@ -15660,14 +15660,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6609, + offset: 6611, line: 238, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 6622, + offset: 6624, line: 238, - col: 33, + col: 35, }, }, }, @@ -15678,14 +15678,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6600, + offset: 6602, line: 238, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6607, + offset: 6609, line: 238, - col: 18, + col: 20, }, }, }, @@ -15699,14 +15699,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6645, + offset: 6647, line: 238, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 6684, + offset: 6686, line: 238, - col: 95, + col: 97, }, }, ExpressionType: "", @@ -15716,14 +15716,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6646, + offset: 6648, line: 238, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 6684, + offset: 6686, line: 238, - col: 95, + col: 97, }, }, ExpressionType: "", @@ -15733,14 +15733,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6646, + offset: 6648, line: 238, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 6684, + offset: 6686, line: 238, - col: 95, + col: 97, }, }, IsConversionOperator: false, @@ -15752,14 +15752,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6646, + offset: 6648, line: 238, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 6670, + offset: 6672, line: 238, - col: 81, + col: 83, }, }, }, @@ -15768,14 +15768,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6672, + offset: 6674, line: 238, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 6684, + offset: 6686, line: 238, - col: 95, + col: 97, }, }, }, @@ -15786,14 +15786,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6646, + offset: 6648, line: 238, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 6670, + offset: 6672, line: 238, - col: 81, + col: 83, }, }, }, @@ -15807,14 +15807,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6686, + offset: 6688, line: 238, - col: 97, + col: 99, }, end: { '@type': "uast:Position", - offset: 6690, + offset: 6692, line: 238, - col: 101, + col: 103, }, }, ExpressionType: "", @@ -15826,14 +15826,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6692, + offset: 6694, line: 238, - col: 103, + col: 105, }, end: { '@type': "uast:Position", - offset: 6708, + offset: 6710, line: 238, - col: 119, + col: 121, }, }, ExpressionType: "[this, c] {\n while (auto event = xcb_poll_for_event(c)) {\n long result = 0;\n QThread::currentThread()->eventDispatcher()->filterNativeEvent(QByteArrayLiteral(\"xcb_generic_event_t\"), event, &result);\n free(event);\n }\n xcb_flush(c);\n }", @@ -15844,14 +15844,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6692, + offset: 6694, line: 238, - col: 103, + col: 105, }, end: { '@type': "uast:Position", - offset: 6708, + offset: 6710, line: 238, - col: 119, + col: 121, }, }, }, @@ -15861,14 +15861,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6592, + offset: 6594, line: 238, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6599, + offset: 6601, line: 238, - col: 10, + col: 12, }, }, ExpressionType: "", @@ -15879,14 +15879,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6592, + offset: 6594, line: 238, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6599, + offset: 6601, line: 238, - col: 10, + col: 12, }, }, }, @@ -15897,28 +15897,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6715, + offset: 6717, line: 239, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6826, + offset: 6828, line: 239, - col: 114, + col: 116, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6715, + offset: 6717, line: 239, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6825, + offset: 6827, line: 239, - col: 113, + col: 115, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -15929,14 +15929,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6723, + offset: 6725, line: 239, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6766, + offset: 6768, line: 239, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -15946,14 +15946,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6723, + offset: 6725, line: 239, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6764, + offset: 6766, line: 239, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -15966,14 +15966,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6749, + offset: 6751, line: 239, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6764, + offset: 6766, line: 239, - col: 52, + col: 54, }, }, }, @@ -15981,14 +15981,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6723, + offset: 6725, line: 239, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6747, + offset: 6749, line: 239, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: currentThread", @@ -15998,14 +15998,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6723, + offset: 6725, line: 239, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6745, + offset: 6747, line: 239, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -16015,14 +16015,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6723, + offset: 6725, line: 239, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6745, + offset: 6747, line: 239, - col: 33, + col: 35, }, }, IsConversionOperator: false, @@ -16034,14 +16034,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6723, + offset: 6725, line: 239, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6730, + offset: 6732, line: 239, - col: 18, + col: 20, }, }, }, @@ -16050,14 +16050,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6732, + offset: 6734, line: 239, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 6745, + offset: 6747, line: 239, - col: 33, + col: 35, }, }, }, @@ -16068,14 +16068,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6723, + offset: 6725, line: 239, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 6730, + offset: 6732, line: 239, - col: 18, + col: 20, }, }, }, @@ -16089,14 +16089,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6768, + offset: 6770, line: 239, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 6800, + offset: 6802, line: 239, - col: 88, + col: 90, }, }, ExpressionType: "", @@ -16106,14 +16106,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6769, + offset: 6771, line: 239, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 6800, + offset: 6802, line: 239, - col: 88, + col: 90, }, }, ExpressionType: "", @@ -16123,14 +16123,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6769, + offset: 6771, line: 239, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 6800, + offset: 6802, line: 239, - col: 88, + col: 90, }, }, IsConversionOperator: false, @@ -16142,14 +16142,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6769, + offset: 6771, line: 239, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 6793, + offset: 6795, line: 239, - col: 81, + col: 83, }, }, }, @@ -16158,14 +16158,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6795, + offset: 6797, line: 239, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 6800, + offset: 6802, line: 239, - col: 88, + col: 90, }, }, }, @@ -16176,14 +16176,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6769, + offset: 6771, line: 239, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 6793, + offset: 6795, line: 239, - col: 81, + col: 83, }, }, }, @@ -16197,14 +16197,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6802, + offset: 6804, line: 239, - col: 90, + col: 92, }, end: { '@type': "uast:Position", - offset: 6806, + offset: 6808, line: 239, - col: 94, + col: 96, }, }, ExpressionType: "", @@ -16216,14 +16216,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6808, + offset: 6810, line: 239, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 6824, + offset: 6826, line: 239, - col: 112, + col: 114, }, }, ExpressionType: "[this, c] {\n while (auto event = xcb_poll_for_event(c)) {\n long result = 0;\n QThread::currentThread()->eventDispatcher()->filterNativeEvent(QByteArrayLiteral(\"xcb_generic_event_t\"), event, &result);\n free(event);\n }\n xcb_flush(c);\n }", @@ -16234,14 +16234,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6808, + offset: 6810, line: 239, - col: 96, + col: 98, }, end: { '@type': "uast:Position", - offset: 6824, + offset: 6826, line: 239, - col: 112, + col: 114, }, }, }, @@ -16251,14 +16251,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6715, + offset: 6717, line: 239, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6722, + offset: 6724, line: 239, - col: 10, + col: 12, }, }, ExpressionType: "", @@ -16269,14 +16269,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6715, + offset: 6717, line: 239, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6722, + offset: 6724, line: 239, - col: 10, + col: 12, }, }, }, @@ -16287,14 +16287,14 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6918, + offset: 6920, line: 242, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6969, + offset: 6971, line: 242, - col: 54, + col: 56, }, }, LeadingComments: [ @@ -16303,14 +16303,14 @@ '@role': [Comment, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6832, + offset: 6834, line: 241, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6913, + offset: 6915, line: 241, - col: 84, + col: 86, }, }, IsBlockComment: false, @@ -16320,28 +16320,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6918, + offset: 6920, line: 242, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6969, + offset: 6971, line: 242, - col: 54, + col: 56, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6918, + offset: 6920, line: 242, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6933, + offset: 6935, line: 242, - col: 18, + col: 20, }, }, IsConst: false, @@ -16359,14 +16359,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6918, + offset: 6920, line: 242, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6933, + offset: 6935, line: 242, - col: 18, + col: 20, }, }, }, @@ -16377,14 +16377,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6934, + offset: 6936, line: 242, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 6968, + offset: 6970, line: 242, - col: 53, + col: 55, }, }, DeclaresParameterPack: false, @@ -16392,14 +16392,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6939, + offset: 6941, line: 242, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 6968, + offset: 6970, line: 242, - col: 53, + col: 55, }, }, 'Prop_Arguments': [ @@ -16408,14 +16408,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Literal, String, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6940, + offset: 6942, line: 242, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 6947, + offset: 6949, line: 242, - col: 32, + col: 34, }, }, ExpressionType: "const char [6]", @@ -16427,14 +16427,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6949, + offset: 6951, line: 242, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6950, + offset: 6952, line: 242, - col: 35, + col: 37, }, }, ExpressionType: "? *", @@ -16445,14 +16445,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6949, + offset: 6951, line: 242, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6950, + offset: 6952, line: 242, - col: 35, + col: 37, }, }, }, @@ -16461,14 +16461,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6952, + offset: 6954, line: 242, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6967, + offset: 6969, line: 242, - col: 52, + col: 54, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -16478,14 +16478,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6952, + offset: 6954, line: 242, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6965, + offset: 6967, line: 242, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -16496,14 +16496,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6952, + offset: 6954, line: 242, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6965, + offset: 6967, line: 242, - col: 50, + col: 52, }, }, }, @@ -16522,14 +16522,14 @@ '@role': [Expression, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6940, + offset: 6942, line: 242, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 6947, + offset: 6949, line: 242, - col: 32, + col: 34, }, }, ExpressionType: "const char [6]", @@ -16541,14 +16541,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6949, + offset: 6951, line: 242, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6950, + offset: 6952, line: 242, - col: 35, + col: 37, }, }, ExpressionType: "? *", @@ -16559,14 +16559,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6949, + offset: 6951, line: 242, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 6950, + offset: 6952, line: 242, - col: 35, + col: 37, }, }, }, @@ -16575,14 +16575,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6952, + offset: 6954, line: 242, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6967, + offset: 6969, line: 242, - col: 52, + col: 54, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -16592,14 +16592,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6952, + offset: 6954, line: 242, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6965, + offset: 6967, line: 242, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -16610,14 +16610,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6952, + offset: 6954, line: 242, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 6965, + offset: 6967, line: 242, - col: 50, + col: 52, }, }, }, @@ -16631,14 +16631,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6934, + offset: 6936, line: 242, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 6939, + offset: 6941, line: 242, - col: 24, + col: 26, }, }, }, @@ -16651,28 +16651,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6974, + offset: 6976, line: 243, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6992, + offset: 6994, line: 243, - col: 21, + col: 23, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6974, + offset: 6976, line: 243, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6991, + offset: 6993, line: 243, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -16684,14 +16684,14 @@ '@role': [Argument, Boolean, Call, Expression, Function, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6986, + offset: 6988, line: 243, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 6990, + offset: 6992, line: 243, - col: 19, + col: 21, }, }, ExpressionType: "bool", @@ -16704,14 +16704,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6974, + offset: 6976, line: 243, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6985, + offset: 6987, line: 243, - col: 14, + col: 16, }, }, ExpressionType: "", @@ -16724,14 +16724,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6980, + offset: 6982, line: 243, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 6985, + offset: 6987, line: 243, - col: 14, + col: 16, }, }, }, @@ -16739,14 +16739,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6974, + offset: 6976, line: 243, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6979, + offset: 6981, line: 243, - col: 8, + col: 10, }, }, ExpressionType: "", @@ -16757,14 +16757,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6974, + offset: 6976, line: 243, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 6979, + offset: 6981, line: 243, - col: 8, + col: 10, }, }, }, @@ -16776,28 +16776,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6998, + offset: 7000, line: 245, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7012, + offset: 7014, line: 245, - col: 17, + col: 19, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6998, + offset: 7000, line: 245, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7011, + offset: 7013, line: 245, - col: 16, + col: 18, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -16807,14 +16807,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6998, + offset: 7000, line: 245, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7009, + offset: 7011, line: 245, - col: 14, + col: 16, }, }, ExpressionType: "", @@ -16825,14 +16825,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 6998, + offset: 7000, line: 245, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7009, + offset: 7011, line: 245, - col: 14, + col: 16, }, }, }, @@ -16843,28 +16843,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7018, + offset: 7020, line: 247, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7038, + offset: 7040, line: 247, - col: 23, + col: 25, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7018, + offset: 7020, line: 247, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7037, + offset: 7039, line: 247, - col: 22, + col: 24, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -16874,14 +16874,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7018, + offset: 7020, line: 247, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7035, + offset: 7037, line: 247, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -16892,14 +16892,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7018, + offset: 7020, line: 247, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7035, + offset: 7037, line: 247, - col: 20, + col: 22, }, }, }, @@ -16910,14 +16910,14 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7099, + offset: 7101, line: 250, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7168, + offset: 7170, line: 250, - col: 72, + col: 74, }, }, LeadingComments: [ @@ -16926,14 +16926,14 @@ '@role': [Comment, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7044, + offset: 7046, line: 249, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7094, + offset: 7096, line: 249, - col: 53, + col: 55, }, }, IsBlockComment: false, @@ -16943,28 +16943,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7099, + offset: 7101, line: 250, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7168, + offset: 7170, line: 250, - col: 72, + col: 74, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7099, + offset: 7101, line: 250, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7113, + offset: 7115, line: 250, - col: 17, + col: 19, }, }, IsConst: true, @@ -16982,14 +16982,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7105, + offset: 7107, line: 250, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 7113, + offset: 7115, line: 250, - col: 17, + col: 19, }, }, }, @@ -17000,14 +17000,14 @@ '@role': [Declaration, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7114, + offset: 7116, line: 250, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 7167, + offset: 7169, line: 250, - col: 71, + col: 73, }, }, DeclaresParameterPack: false, @@ -17016,14 +17016,14 @@ '@role': [Declaration, Incomplete, List, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7124, + offset: 7126, line: 250, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 7126, + offset: 7128, line: 250, - col: 30, + col: 32, }, }, }, @@ -17032,28 +17032,28 @@ '@role': [Assignment, Declaration, Expression, Initialization, List, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7127, + offset: 7129, line: 250, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 7167, + offset: 7169, line: 250, - col: 71, + col: 73, }, }, 'Prop_InitializerClause': { '@type': "CPPASTInitializerList", '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7129, + offset: 7131, line: 250, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 7167, + offset: 7169, line: 250, - col: 71, + col: 73, }, }, 'Prop_Clauses': [ @@ -17061,14 +17061,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7130, + offset: 7132, line: 250, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 7166, + offset: 7168, line: 250, - col: 70, + col: 72, }, }, ExpressionType: "", @@ -17079,14 +17079,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7130, + offset: 7132, line: 250, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 7166, + offset: 7168, line: 250, - col: 70, + col: 72, }, }, }, @@ -17099,14 +17099,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7130, + offset: 7132, line: 250, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 7166, + offset: 7168, line: 250, - col: 70, + col: 72, }, }, ExpressionType: "", @@ -17117,14 +17117,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7130, + offset: 7132, line: 250, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 7166, + offset: 7168, line: 250, - col: 70, + col: 72, }, }, }, @@ -17133,14 +17133,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7130, + offset: 7132, line: 250, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 7166, + offset: 7168, line: 250, - col: 70, + col: 72, }, }, ExpressionType: "", @@ -17151,14 +17151,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7130, + offset: 7132, line: 250, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 7166, + offset: 7168, line: 250, - col: 70, + col: 72, }, }, }, @@ -17173,14 +17173,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7114, + offset: 7116, line: 250, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 7124, + offset: 7126, line: 250, - col: 28, + col: 30, }, }, }, @@ -17193,14 +17193,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7173, + offset: 7175, line: 251, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7761, + offset: 7763, line: 255, - col: 125, + col: 127, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -17208,14 +17208,14 @@ '@role': [Binary, Expression, GreaterThan, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7173, + offset: 7175, line: 251, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7760, + offset: 7762, line: 255, - col: 124, + col: 126, }, }, ExpressionType: "", @@ -17225,14 +17225,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7209, + offset: 7211, line: 251, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 7760, + offset: 7762, line: 255, - col: 124, + col: 126, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -17243,14 +17243,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7223, + offset: 7225, line: 251, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 7759, + offset: 7761, line: 255, - col: 123, + col: 125, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -17261,14 +17261,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7241, + offset: 7243, line: 251, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 7253, + offset: 7255, line: 251, - col: 83, + col: 85, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -17278,14 +17278,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7241, + offset: 7243, line: 251, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 7251, + offset: 7253, line: 251, - col: 81, + col: 83, }, }, ExpressionType: "", @@ -17296,14 +17296,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7241, + offset: 7243, line: 251, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 7251, + offset: 7253, line: 251, - col: 81, + col: 83, }, }, }, @@ -17313,14 +17313,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7327, + offset: 7329, line: 252, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 7758, + offset: 7760, line: 255, - col: 122, + col: 124, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -17331,14 +17331,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7364, + offset: 7366, line: 252, - col: 108, + col: 110, }, end: { '@type': "uast:Position", - offset: 7376, + offset: 7378, line: 252, - col: 120, + col: 122, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -17348,14 +17348,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7364, + offset: 7366, line: 252, - col: 108, + col: 110, }, end: { '@type': "uast:Position", - offset: 7374, + offset: 7376, line: 252, - col: 118, + col: 120, }, }, ExpressionType: "", @@ -17366,14 +17366,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7364, + offset: 7366, line: 252, - col: 108, + col: 110, }, end: { '@type': "uast:Position", - offset: 7374, + offset: 7376, line: 252, - col: 118, + col: 120, }, }, }, @@ -17383,14 +17383,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7490, + offset: 7492, line: 253, - col: 111, + col: 113, }, end: { '@type': "uast:Position", - offset: 7502, + offset: 7504, line: 253, - col: 123, + col: 125, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -17400,14 +17400,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7490, + offset: 7492, line: 253, - col: 111, + col: 113, }, end: { '@type': "uast:Position", - offset: 7500, + offset: 7502, line: 253, - col: 121, + col: 123, }, }, ExpressionType: "", @@ -17418,14 +17418,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7490, + offset: 7492, line: 253, - col: 111, + col: 113, }, end: { '@type': "uast:Position", - offset: 7500, + offset: 7502, line: 253, - col: 121, + col: 123, }, }, }, @@ -17435,14 +17435,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7616, + offset: 7618, line: 254, - col: 111, + col: 113, }, end: { '@type': "uast:Position", - offset: 7633, + offset: 7635, line: 254, - col: 128, + col: 130, }, }, ExpressionType: "", @@ -17453,14 +17453,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7616, + offset: 7618, line: 254, - col: 111, + col: 113, }, end: { '@type': "uast:Position", - offset: 7633, + offset: 7635, line: 254, - col: 128, + col: 130, }, }, }, @@ -17469,14 +17469,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7747, + offset: 7749, line: 255, - col: 111, + col: 113, }, end: { '@type': "uast:Position", - offset: 7757, + offset: 7759, line: 255, - col: 121, + col: 123, }, }, ExpressionType: "const ? [1]", @@ -17487,14 +17487,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7747, + offset: 7749, line: 255, - col: 111, + col: 113, }, end: { '@type': "uast:Position", - offset: 7757, + offset: 7759, line: 255, - col: 121, + col: 123, }, }, }, @@ -17504,14 +17504,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7327, + offset: 7329, line: 252, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 7363, + offset: 7365, line: 252, - col: 107, + col: 109, }, }, ExpressionType: "", @@ -17522,14 +17522,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7327, + offset: 7329, line: 252, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 7363, + offset: 7365, line: 252, - col: 107, + col: 109, }, }, }, @@ -17540,14 +17540,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7223, + offset: 7225, line: 251, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 7240, + offset: 7242, line: 251, - col: 70, + col: 72, }, }, ExpressionType: "", @@ -17558,14 +17558,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7223, + offset: 7225, line: 251, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 7240, + offset: 7242, line: 251, - col: 70, + col: 72, }, }, }, @@ -17576,14 +17576,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7209, + offset: 7211, line: 251, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 7222, + offset: 7224, line: 251, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -17594,14 +17594,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7209, + offset: 7211, line: 251, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 7222, + offset: 7224, line: 251, - col: 52, + col: 54, }, }, }, @@ -17612,14 +17612,14 @@ '@role': [Binary, Expression, Left, LessThan, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7173, + offset: 7175, line: 251, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7207, + offset: 7209, line: 251, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -17629,14 +17629,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7188, + offset: 7190, line: 251, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 7207, + offset: 7209, line: 251, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -17647,14 +17647,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7188, + offset: 7190, line: 251, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 7207, + offset: 7209, line: 251, - col: 37, + col: 39, }, }, }, @@ -17663,14 +17663,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7173, + offset: 7175, line: 251, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7187, + offset: 7189, line: 251, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -17681,14 +17681,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7173, + offset: 7175, line: 251, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7187, + offset: 7189, line: 251, - col: 17, + col: 19, }, }, }, @@ -17697,14 +17697,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7188, + offset: 7190, line: 251, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 7207, + offset: 7209, line: 251, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -17715,14 +17715,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7188, + offset: 7190, line: 251, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 7207, + offset: 7209, line: 251, - col: 37, + col: 39, }, }, }, @@ -17732,14 +17732,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7209, + offset: 7211, line: 251, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 7760, + offset: 7762, line: 255, - col: 124, + col: 126, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -17750,14 +17750,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7223, + offset: 7225, line: 251, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 7759, + offset: 7761, line: 255, - col: 123, + col: 125, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -17768,14 +17768,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7241, + offset: 7243, line: 251, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 7253, + offset: 7255, line: 251, - col: 83, + col: 85, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -17785,14 +17785,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7241, + offset: 7243, line: 251, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 7251, + offset: 7253, line: 251, - col: 81, + col: 83, }, }, ExpressionType: "", @@ -17803,14 +17803,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7241, + offset: 7243, line: 251, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 7251, + offset: 7253, line: 251, - col: 81, + col: 83, }, }, }, @@ -17820,14 +17820,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7327, + offset: 7329, line: 252, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 7758, + offset: 7760, line: 255, - col: 122, + col: 124, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -17838,14 +17838,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7364, + offset: 7366, line: 252, - col: 108, + col: 110, }, end: { '@type': "uast:Position", - offset: 7376, + offset: 7378, line: 252, - col: 120, + col: 122, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -17855,14 +17855,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7364, + offset: 7366, line: 252, - col: 108, + col: 110, }, end: { '@type': "uast:Position", - offset: 7374, + offset: 7376, line: 252, - col: 118, + col: 120, }, }, ExpressionType: "", @@ -17873,14 +17873,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7364, + offset: 7366, line: 252, - col: 108, + col: 110, }, end: { '@type': "uast:Position", - offset: 7374, + offset: 7376, line: 252, - col: 118, + col: 120, }, }, }, @@ -17890,14 +17890,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7490, + offset: 7492, line: 253, - col: 111, + col: 113, }, end: { '@type': "uast:Position", - offset: 7502, + offset: 7504, line: 253, - col: 123, + col: 125, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -17907,14 +17907,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7490, + offset: 7492, line: 253, - col: 111, + col: 113, }, end: { '@type': "uast:Position", - offset: 7500, + offset: 7502, line: 253, - col: 121, + col: 123, }, }, ExpressionType: "", @@ -17925,14 +17925,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7490, + offset: 7492, line: 253, - col: 111, + col: 113, }, end: { '@type': "uast:Position", - offset: 7500, + offset: 7502, line: 253, - col: 121, + col: 123, }, }, }, @@ -17942,14 +17942,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7616, + offset: 7618, line: 254, - col: 111, + col: 113, }, end: { '@type': "uast:Position", - offset: 7633, + offset: 7635, line: 254, - col: 128, + col: 130, }, }, ExpressionType: "", @@ -17960,14 +17960,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7616, + offset: 7618, line: 254, - col: 111, + col: 113, }, end: { '@type': "uast:Position", - offset: 7633, + offset: 7635, line: 254, - col: 128, + col: 130, }, }, }, @@ -17976,14 +17976,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7747, + offset: 7749, line: 255, - col: 111, + col: 113, }, end: { '@type': "uast:Position", - offset: 7757, + offset: 7759, line: 255, - col: 121, + col: 123, }, }, ExpressionType: "const ? [1]", @@ -17994,14 +17994,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7747, + offset: 7749, line: 255, - col: 111, + col: 113, }, end: { '@type': "uast:Position", - offset: 7757, + offset: 7759, line: 255, - col: 121, + col: 123, }, }, }, @@ -18011,14 +18011,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7327, + offset: 7329, line: 252, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 7363, + offset: 7365, line: 252, - col: 107, + col: 109, }, }, ExpressionType: "", @@ -18029,14 +18029,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7327, + offset: 7329, line: 252, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 7363, + offset: 7365, line: 252, - col: 107, + col: 109, }, }, }, @@ -18047,14 +18047,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7223, + offset: 7225, line: 251, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 7240, + offset: 7242, line: 251, - col: 70, + col: 72, }, }, ExpressionType: "", @@ -18065,14 +18065,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7223, + offset: 7225, line: 251, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 7240, + offset: 7242, line: 251, - col: 70, + col: 72, }, }, }, @@ -18083,14 +18083,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7209, + offset: 7211, line: 251, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 7222, + offset: 7224, line: 251, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -18101,14 +18101,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7209, + offset: 7211, line: 251, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 7222, + offset: 7224, line: 251, - col: 52, + col: 54, }, }, }, @@ -18120,28 +18120,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7766, + offset: 7768, line: 256, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7948, + offset: 7950, line: 259, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTUnaryExpression", '@role': [Not, Relational, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7770, + offset: 7772, line: 256, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 7793, + offset: 7795, line: 256, - col: 30, + col: 32, }, }, ExpressionType: "bool", @@ -18151,14 +18151,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7771, + offset: 7773, line: 256, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 7793, + offset: 7795, line: 256, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -18168,14 +18168,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7771, + offset: 7773, line: 256, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 7791, + offset: 7793, line: 256, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -18188,14 +18188,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7785, + offset: 7787, line: 256, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 7791, + offset: 7793, line: 256, - col: 28, + col: 30, }, }, }, @@ -18203,14 +18203,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7771, + offset: 7773, line: 256, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 7784, + offset: 7786, line: 256, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -18221,14 +18221,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7771, + offset: 7773, line: 256, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 7784, + offset: 7786, line: 256, - col: 21, + col: 23, }, }, }, @@ -18241,14 +18241,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7795, + offset: 7797, line: 256, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 7948, + offset: 7950, line: 259, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -18256,28 +18256,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7805, + offset: 7807, line: 257, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 7923, + offset: 7925, line: 257, - col: 125, + col: 127, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7805, + offset: 7807, line: 257, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 7922, + offset: 7924, line: 257, - col: 124, + col: 126, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -18288,14 +18288,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7811, + offset: 7813, line: 257, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 7913, + offset: 7915, line: 257, - col: 115, + col: 117, }, }, ExpressionType: "", @@ -18305,14 +18305,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7811, + offset: 7813, line: 257, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 7911, + offset: 7913, line: 257, - col: 113, + col: 115, }, }, ExpressionType: "", @@ -18325,14 +18325,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7902, + offset: 7904, line: 257, - col: 104, + col: 106, }, end: { '@type': "uast:Position", - offset: 7911, + offset: 7913, line: 257, - col: 113, + col: 115, }, }, }, @@ -18340,14 +18340,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7811, + offset: 7813, line: 257, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 7901, + offset: 7903, line: 257, - col: 103, + col: 105, }, }, ExpressionType: "", @@ -18357,14 +18357,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7811, + offset: 7813, line: 257, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 7899, + offset: 7901, line: 257, - col: 101, + col: 103, }, }, ExpressionType: "", @@ -18377,14 +18377,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7888, + offset: 7890, line: 257, - col: 90, + col: 92, }, end: { '@type': "uast:Position", - offset: 7899, + offset: 7901, line: 257, - col: 101, + col: 103, }, }, }, @@ -18392,14 +18392,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7811, + offset: 7813, line: 257, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 7887, + offset: 7889, line: 257, - col: 89, + col: 91, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -18411,14 +18411,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7816, + offset: 7818, line: 257, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 7886, + offset: 7888, line: 257, - col: 88, + col: 90, }, }, ExpressionType: "const char [68]", @@ -18431,14 +18431,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7811, + offset: 7813, line: 257, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 7815, + offset: 7817, line: 257, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -18449,14 +18449,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7811, + offset: 7813, line: 257, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 7815, + offset: 7817, line: 257, - col: 17, + col: 19, }, }, }, @@ -18470,14 +18470,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7915, + offset: 7917, line: 257, - col: 117, + col: 119, }, end: { '@type': "uast:Position", - offset: 7921, + offset: 7923, line: 257, - col: 123, + col: 125, }, }, ExpressionType: "", @@ -18488,14 +18488,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7915, + offset: 7917, line: 257, - col: 117, + col: 119, }, end: { '@type': "uast:Position", - offset: 7921, + offset: 7923, line: 257, - col: 123, + col: 125, }, }, }, @@ -18505,14 +18505,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7805, + offset: 7807, line: 257, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 7810, + offset: 7812, line: 257, - col: 12, + col: 14, }, }, ExpressionType: "", @@ -18523,14 +18523,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7805, + offset: 7807, line: 257, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 7810, + offset: 7812, line: 257, - col: 12, + col: 14, }, }, }, @@ -18541,28 +18541,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7932, + offset: 7934, line: 258, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 7942, + offset: 7944, line: 258, - col: 17, + col: 19, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7932, + offset: 7934, line: 258, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 7941, + offset: 7943, line: 258, - col: 16, + col: 18, }, }, ExpressionType: "Attempt to use symbol failed: exit", @@ -18574,14 +18574,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7939, + offset: 7941, line: 258, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 7940, + offset: 7942, line: 258, - col: 15, + col: 17, }, }, ExpressionType: "int", @@ -18594,14 +18594,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7932, + offset: 7934, line: 258, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 7938, + offset: 7940, line: 258, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -18611,14 +18611,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7932, + offset: 7934, line: 258, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 7938, + offset: 7940, line: 258, - col: 13, + col: 15, }, }, IsConversionOperator: false, @@ -18630,14 +18630,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7934, + offset: 7936, line: 258, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 7938, + offset: 7940, line: 258, - col: 13, + col: 15, }, }, }, @@ -18653,28 +18653,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7954, + offset: 7956, line: 261, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8041, + offset: 8043, line: 261, - col: 90, + col: 92, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7954, + offset: 7956, line: 261, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8040, + offset: 8042, line: 261, - col: 89, + col: 91, }, }, ExpressionType: "", @@ -18685,14 +18685,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7975, + offset: 7977, line: 261, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 8000, + offset: 8002, line: 261, - col: 49, + col: 51, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -18704,14 +18704,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7990, + offset: 7992, line: 261, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 7999, + offset: 8001, line: 261, - col: 48, + col: 50, }, }, ExpressionType: "const char [8]", @@ -18724,14 +18724,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7975, + offset: 7977, line: 261, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 7989, + offset: 7991, line: 261, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -18742,14 +18742,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7975, + offset: 7977, line: 261, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 7989, + offset: 7991, line: 261, - col: 38, + col: 40, }, }, }, @@ -18759,14 +18759,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8002, + offset: 8004, line: 261, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 8039, + offset: 8041, line: 261, - col: 88, + col: 90, }, }, ExpressionType: "Attempt to use symbol failed: fromUtf8", @@ -18777,14 +18777,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8020, + offset: 8022, line: 261, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 8038, + offset: 8040, line: 261, - col: 87, + col: 89, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -18796,14 +18796,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8028, + offset: 8030, line: 261, - col: 77, + col: 79, }, end: { '@type': "uast:Position", - offset: 8037, + offset: 8039, line: 261, - col: 86, + col: 88, }, }, ExpressionType: "const char [8]", @@ -18816,14 +18816,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8020, + offset: 8022, line: 261, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 8027, + offset: 8029, line: 261, - col: 76, + col: 78, }, }, ExpressionType: "", @@ -18834,14 +18834,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8020, + offset: 8022, line: 261, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 8027, + offset: 8029, line: 261, - col: 76, + col: 78, }, }, }, @@ -18852,14 +18852,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8002, + offset: 8004, line: 261, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 8019, + offset: 8021, line: 261, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -18869,14 +18869,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8002, + offset: 8004, line: 261, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 8019, + offset: 8021, line: 261, - col: 68, + col: 70, }, }, IsConversionOperator: false, @@ -18888,14 +18888,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8002, + offset: 8004, line: 261, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 8009, + offset: 8011, line: 261, - col: 58, + col: 60, }, }, }, @@ -18904,14 +18904,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8011, + offset: 8013, line: 261, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 8019, + offset: 8021, line: 261, - col: 68, + col: 70, }, }, }, @@ -18922,14 +18922,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8002, + offset: 8004, line: 261, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 8009, + offset: 8011, line: 261, - col: 58, + col: 60, }, }, }, @@ -18942,14 +18942,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7954, + offset: 7956, line: 261, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7974, + offset: 7976, line: 261, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -18962,14 +18962,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7968, + offset: 7970, line: 261, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 7974, + offset: 7976, line: 261, - col: 23, + col: 25, }, }, }, @@ -18977,14 +18977,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7954, + offset: 7956, line: 261, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7967, + offset: 7969, line: 261, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -18995,14 +18995,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 7954, + offset: 7956, line: 261, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 7967, + offset: 7969, line: 261, - col: 16, + col: 18, }, }, }, @@ -19014,28 +19014,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8047, + offset: 8049, line: 263, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8062, + offset: 8064, line: 263, - col: 18, + col: 20, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8047, + offset: 8049, line: 263, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8061, + offset: 8063, line: 263, - col: 17, + col: 19, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -19045,14 +19045,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8047, + offset: 8049, line: 263, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8059, + offset: 8061, line: 263, - col: 15, + col: 17, }, }, ExpressionType: "", @@ -19063,14 +19063,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8047, + offset: 8049, line: 263, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8059, + offset: 8061, line: 263, - col: 15, + col: 17, }, }, }, @@ -19081,28 +19081,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8067, + offset: 8069, line: 264, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8085, + offset: 8087, line: 264, - col: 21, + col: 23, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8067, + offset: 8069, line: 264, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8084, + offset: 8086, line: 264, - col: 20, + col: 22, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -19112,14 +19112,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8067, + offset: 8069, line: 264, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8082, + offset: 8084, line: 264, - col: 18, + col: 20, }, }, ExpressionType: "", @@ -19130,14 +19130,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8067, + offset: 8069, line: 264, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8082, + offset: 8084, line: 264, - col: 18, + col: 20, }, }, }, @@ -19148,28 +19148,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8091, + offset: 8093, line: 266, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8103, + offset: 8105, line: 266, - col: 15, + col: 17, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8091, + offset: 8093, line: 266, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8102, + offset: 8104, line: 266, - col: 14, + col: 16, }, }, ExpressionType: "Attempt to use symbol failed: sync", @@ -19179,14 +19179,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8091, + offset: 8093, line: 266, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8100, + offset: 8102, line: 266, - col: 12, + col: 14, }, }, ExpressionType: "", @@ -19196,14 +19196,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8091, + offset: 8093, line: 266, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8100, + offset: 8102, line: 266, - col: 12, + col: 14, }, }, IsConversionOperator: false, @@ -19215,14 +19215,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8091, + offset: 8093, line: 266, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8094, + offset: 8096, line: 266, - col: 6, + col: 8, }, }, }, @@ -19231,14 +19231,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8096, + offset: 8098, line: 266, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 8100, + offset: 8102, line: 266, - col: 12, + col: 14, }, }, }, @@ -19249,14 +19249,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8091, + offset: 8093, line: 266, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8094, + offset: 8096, line: 266, - col: 6, + col: 8, }, }, }, @@ -19270,14 +19270,14 @@ '@role': [Comment, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8104, + offset: 8106, line: 266, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 8163, + offset: 8165, line: 266, - col: 75, + col: 77, }, }, IsBlockComment: false, @@ -19288,28 +19288,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8169, + offset: 8171, line: 268, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8185, + offset: 8187, line: 268, - col: 19, + col: 21, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8169, + offset: 8171, line: 268, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8184, + offset: 8186, line: 268, - col: 18, + col: 20, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -19319,14 +19319,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8169, + offset: 8171, line: 268, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8182, + offset: 8184, line: 268, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -19337,14 +19337,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8169, + offset: 8171, line: 268, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 8182, + offset: 8184, line: 268, - col: 16, + col: 18, }, }, }, @@ -19358,14 +19358,14 @@ '@role': [Declaration, Function, 'Null', Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5901, - line: 218, - col: 2, + offset: 5903, + line: 220, + col: 1, }, end: { '@type': "uast:Position", - offset: 5905, + offset: 5907, line: 220, - col: 3, + col: 5, }, }, IsComplex: false, @@ -19390,14 +19390,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5906, + offset: 5908, line: 220, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 5948, + offset: 5950, line: 220, - col: 46, + col: 48, }, }, IsConst: false, @@ -19410,14 +19410,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5906, + offset: 5908, line: 220, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 5946, + offset: 5948, line: 220, - col: 44, + col: 46, }, }, IsConversionOperator: false, @@ -19429,14 +19429,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5906, + offset: 5908, line: 220, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 5924, + offset: 5926, line: 220, - col: 22, + col: 24, }, }, }, @@ -19445,14 +19445,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5926, + offset: 5928, line: 220, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 5946, + offset: 5948, line: 220, - col: 44, + col: 46, }, }, }, @@ -19463,14 +19463,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 5906, + offset: 5908, line: 220, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 5924, + offset: 5926, line: 220, - col: 22, + col: 24, }, }, }, @@ -19483,14 +19483,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8189, - line: 269, - col: 2, + offset: 8191, + line: 271, + col: 1, }, end: { '@type': "uast:Position", - offset: 10399, - line: 317, - col: 6, + offset: 10401, + line: 318, + col: 2, }, }, IsDefaulted: false, @@ -19499,14 +19499,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8229, - line: 271, - col: 39, + offset: 8231, + line: 272, + col: 1, }, end: { '@type': "uast:Position", - offset: 10399, - line: 317, - col: 6, + offset: 10401, + line: 318, + col: 2, }, }, 'Prop_Statements': [ @@ -19514,28 +19514,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8235, + offset: 8237, line: 273, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9386, + offset: 9388, line: 296, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTUnaryExpression", '@role': [Not, Relational, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8239, + offset: 8241, line: 273, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 8276, + offset: 8278, line: 273, - col: 44, + col: 46, }, }, ExpressionType: "bool", @@ -19545,14 +19545,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8240, + offset: 8242, line: 273, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 8276, + offset: 8278, line: 273, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -19562,14 +19562,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8240, + offset: 8242, line: 273, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 8274, + offset: 8276, line: 273, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -19582,14 +19582,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8267, + offset: 8269, line: 273, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 8274, + offset: 8276, line: 273, - col: 42, + col: 44, }, }, }, @@ -19597,14 +19597,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8240, + offset: 8242, line: 273, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 8266, + offset: 8268, line: 273, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -19615,14 +19615,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8240, + offset: 8242, line: 273, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 8266, + offset: 8268, line: 273, - col: 34, + col: 36, }, }, }, @@ -19635,14 +19635,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8278, + offset: 8280, line: 273, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 9386, + offset: 9388, line: 296, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -19650,28 +19650,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8288, + offset: 8290, line: 274, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 8353, + offset: 8355, line: 274, - col: 72, + col: 74, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8288, + offset: 8290, line: 274, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 8353, + offset: 8355, line: 274, - col: 72, + col: 74, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -19679,14 +19679,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8288, + offset: 8290, line: 274, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 8291, + offset: 8293, line: 274, - col: 10, + col: 12, }, }, IsComplex: false, @@ -19712,14 +19712,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8292, + offset: 8294, line: 274, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8352, + offset: 8354, line: 274, - col: 71, + col: 73, }, }, DeclaresParameterPack: false, @@ -19727,28 +19727,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8299, + offset: 8301, line: 274, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 8352, + offset: 8354, line: 274, - col: 71, + col: 73, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8301, + offset: 8303, line: 274, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 8352, + offset: 8354, line: 274, - col: 71, + col: 73, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -19759,14 +19759,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8305, + offset: 8307, line: 274, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 8351, + offset: 8353, line: 274, - col: 70, + col: 72, }, }, ExpressionType: "", @@ -19776,14 +19776,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8305, + offset: 8307, line: 274, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 8349, + offset: 8351, line: 274, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -19796,14 +19796,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8322, + offset: 8324, line: 274, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 8349, + offset: 8351, line: 274, - col: 68, + col: 70, }, }, }, @@ -19811,14 +19811,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8305, + offset: 8307, line: 274, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 8320, + offset: 8322, line: 274, - col: 39, + col: 41, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -19828,14 +19828,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8305, + offset: 8307, line: 274, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 8318, + offset: 8320, line: 274, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -19846,14 +19846,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8305, + offset: 8307, line: 274, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 8318, + offset: 8320, line: 274, - col: 37, + col: 39, }, }, }, @@ -19866,14 +19866,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8301, + offset: 8303, line: 274, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 8304, + offset: 8306, line: 274, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -19884,14 +19884,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8301, + offset: 8303, line: 274, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 8304, + offset: 8306, line: 274, - col: 23, + col: 25, }, }, }, @@ -19901,14 +19901,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8301, + offset: 8303, line: 274, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 8352, + offset: 8354, line: 274, - col: 71, + col: 73, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -19919,14 +19919,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8305, + offset: 8307, line: 274, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 8351, + offset: 8353, line: 274, - col: 70, + col: 72, }, }, ExpressionType: "", @@ -19936,14 +19936,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8305, + offset: 8307, line: 274, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 8349, + offset: 8351, line: 274, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -19956,14 +19956,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8322, + offset: 8324, line: 274, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 8349, + offset: 8351, line: 274, - col: 68, + col: 70, }, }, }, @@ -19971,14 +19971,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8305, + offset: 8307, line: 274, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 8320, + offset: 8322, line: 274, - col: 39, + col: 41, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -19988,14 +19988,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8305, + offset: 8307, line: 274, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 8318, + offset: 8320, line: 274, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -20006,14 +20006,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8305, + offset: 8307, line: 274, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 8318, + offset: 8320, line: 274, - col: 37, + col: 39, }, }, }, @@ -20026,14 +20026,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8301, + offset: 8303, line: 274, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 8304, + offset: 8306, line: 274, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -20044,14 +20044,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8301, + offset: 8303, line: 274, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 8304, + offset: 8306, line: 274, - col: 23, + col: 25, }, }, }, @@ -20063,14 +20063,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8292, + offset: 8294, line: 274, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8298, + offset: 8300, line: 274, - col: 17, + col: 19, }, }, }, @@ -20083,14 +20083,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8362, + offset: 8364, line: 275, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9380, + offset: 9382, line: 295, - col: 8, + col: 10, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTBinaryExpression", @@ -20098,14 +20098,14 @@ '@role': [Binary, Expression, GreaterThanOrEqual, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8366, + offset: 8368, line: 275, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8377, + offset: 8379, line: 275, - col: 22, + col: 24, }, }, ExpressionType: "bool", @@ -20116,14 +20116,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8376, + offset: 8378, line: 275, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 8377, + offset: 8379, line: 275, - col: 22, + col: 24, }, }, ExpressionType: "int", @@ -20135,14 +20135,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8366, + offset: 8368, line: 275, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8372, + offset: 8374, line: 275, - col: 17, + col: 19, }, }, ExpressionType: "int", @@ -20153,14 +20153,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8366, + offset: 8368, line: 275, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8372, + offset: 8374, line: 275, - col: 17, + col: 19, }, }, }, @@ -20170,14 +20170,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8376, + offset: 8378, line: 275, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 8377, + offset: 8379, line: 275, - col: 22, + col: 24, }, }, ExpressionType: "int", @@ -20190,14 +20190,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8379, + offset: 8381, line: 275, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 9380, + offset: 9382, line: 295, - col: 8, + col: 10, }, }, 'Prop_Statements': [ @@ -20205,42 +20205,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8393, + offset: 8395, line: 276, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8441, + offset: 8443, line: 276, - col: 59, + col: 61, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8393, + offset: 8395, line: 276, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8441, + offset: 8443, line: 276, - col: 59, + col: 61, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8393, + offset: 8395, line: 276, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8412, + offset: 8414, line: 276, - col: 30, + col: 32, }, }, IsConst: false, @@ -20258,14 +20258,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8393, + offset: 8395, line: 276, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8412, + offset: 8414, line: 276, - col: 30, + col: 32, }, }, }, @@ -20276,14 +20276,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8413, + offset: 8415, line: 276, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 8440, + offset: 8442, line: 276, - col: 58, + col: 60, }, }, DeclaresParameterPack: false, @@ -20291,28 +20291,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8425, + offset: 8427, line: 276, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 8440, + offset: 8442, line: 276, - col: 58, + col: 60, }, }, 'Prop_Expression': { '@type': "CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8427, + offset: 8429, line: 276, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 8440, + offset: 8442, line: 276, - col: 58, + col: 60, }, }, ExpressionType: "", @@ -20323,14 +20323,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8427, + offset: 8429, line: 276, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 8440, + offset: 8442, line: 276, - col: 58, + col: 60, }, }, }, @@ -20339,14 +20339,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8427, + offset: 8429, line: 276, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 8440, + offset: 8442, line: 276, - col: 58, + col: 60, }, }, ExpressionType: "", @@ -20357,14 +20357,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8427, + offset: 8429, line: 276, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 8440, + offset: 8442, line: 276, - col: 58, + col: 60, }, }, }, @@ -20375,14 +20375,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8413, + offset: 8415, line: 276, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 8424, + offset: 8426, line: 276, - col: 42, + col: 44, }, }, }, @@ -20395,28 +20395,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8454, + offset: 8456, line: 277, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8535, + offset: 8537, line: 277, - col: 92, + col: 94, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8454, + offset: 8456, line: 277, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8534, + offset: 8536, line: 277, - col: 91, + col: 93, }, }, ExpressionType: "", @@ -20427,14 +20427,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8473, + offset: 8475, line: 277, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 8505, + offset: 8507, line: 277, - col: 62, + col: 64, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -20446,14 +20446,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8488, + offset: 8490, line: 277, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 8504, + offset: 8506, line: 277, - col: 61, + col: 63, }, }, ExpressionType: "const char [15]", @@ -20466,14 +20466,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8473, + offset: 8475, line: 277, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 8487, + offset: 8489, line: 277, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -20484,14 +20484,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8473, + offset: 8475, line: 277, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 8487, + offset: 8489, line: 277, - col: 44, + col: 46, }, }, }, @@ -20501,14 +20501,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8507, + offset: 8509, line: 277, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 8533, + offset: 8535, line: 277, - col: 90, + col: 92, }, }, ExpressionType: "Attempt to use symbol failed: number", @@ -20519,14 +20519,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8526, + offset: 8528, line: 277, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 8532, + offset: 8534, line: 277, - col: 89, + col: 91, }, }, ExpressionType: "int", @@ -20537,14 +20537,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8526, + offset: 8528, line: 277, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 8532, + offset: 8534, line: 277, - col: 89, + col: 91, }, }, }, @@ -20554,14 +20554,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8507, + offset: 8509, line: 277, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 8525, + offset: 8527, line: 277, - col: 82, + col: 84, }, }, ExpressionType: "", @@ -20571,14 +20571,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8507, + offset: 8509, line: 277, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 8525, + offset: 8527, line: 277, - col: 82, + col: 84, }, }, IsConversionOperator: false, @@ -20590,14 +20590,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8507, + offset: 8509, line: 277, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 8517, + offset: 8519, line: 277, - col: 74, + col: 76, }, }, }, @@ -20606,14 +20606,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8519, + offset: 8521, line: 277, - col: 76, + col: 78, }, end: { '@type': "uast:Position", - offset: 8525, + offset: 8527, line: 277, - col: 82, + col: 84, }, }, }, @@ -20624,14 +20624,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8507, + offset: 8509, line: 277, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 8517, + offset: 8519, line: 277, - col: 74, + col: 76, }, }, }, @@ -20644,14 +20644,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8454, + offset: 8456, line: 277, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8472, + offset: 8474, line: 277, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -20664,14 +20664,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8466, + offset: 8468, line: 277, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 8472, + offset: 8474, line: 277, - col: 29, + col: 31, }, }, }, @@ -20679,14 +20679,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8454, + offset: 8456, line: 277, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8465, + offset: 8467, line: 277, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -20697,14 +20697,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8454, + offset: 8456, line: 277, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8465, + offset: 8467, line: 277, - col: 22, + col: 24, }, }, }, @@ -20716,28 +20716,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8548, + offset: 8550, line: 278, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8629, + offset: 8631, line: 278, - col: 92, + col: 94, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8548, + offset: 8550, line: 278, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8628, + offset: 8630, line: 278, - col: 91, + col: 93, }, }, ExpressionType: "", @@ -20748,14 +20748,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8567, + offset: 8569, line: 278, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 8600, + offset: 8602, line: 278, - col: 63, + col: 65, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -20767,14 +20767,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8582, + offset: 8584, line: 278, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 8599, + offset: 8601, line: 278, - col: 62, + col: 64, }, }, ExpressionType: "const char [16]", @@ -20787,14 +20787,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8567, + offset: 8569, line: 278, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 8581, + offset: 8583, line: 278, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -20805,14 +20805,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8567, + offset: 8569, line: 278, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 8581, + offset: 8583, line: 278, - col: 44, + col: 46, }, }, }, @@ -20822,14 +20822,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8602, + offset: 8604, line: 278, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 8627, + offset: 8629, line: 278, - col: 90, + col: 92, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -20841,14 +20841,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8617, + offset: 8619, line: 278, - col: 80, + col: 82, }, end: { '@type': "uast:Position", - offset: 8626, + offset: 8628, line: 278, - col: 89, + col: 91, }, }, ExpressionType: "const char [8]", @@ -20861,14 +20861,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8602, + offset: 8604, line: 278, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 8616, + offset: 8618, line: 278, - col: 79, + col: 81, }, }, ExpressionType: "", @@ -20879,14 +20879,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8602, + offset: 8604, line: 278, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 8616, + offset: 8618, line: 278, - col: 79, + col: 81, }, }, }, @@ -20897,14 +20897,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8548, + offset: 8550, line: 278, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8566, + offset: 8568, line: 278, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -20917,14 +20917,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8560, + offset: 8562, line: 278, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 8566, + offset: 8568, line: 278, - col: 29, + col: 31, }, }, }, @@ -20932,14 +20932,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8548, + offset: 8550, line: 278, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8559, + offset: 8561, line: 278, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -20950,14 +20950,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8548, + offset: 8550, line: 278, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8559, + offset: 8561, line: 278, - col: 22, + col: 24, }, }, }, @@ -20969,28 +20969,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8642, + offset: 8644, line: 279, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8672, + offset: 8674, line: 279, - col: 41, + col: 43, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8642, + offset: 8644, line: 279, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8671, + offset: 8673, line: 279, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -21002,14 +21002,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8661, + offset: 8663, line: 279, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 8670, + offset: 8672, line: 279, - col: 39, + col: 41, }, }, ExpressionType: "const char [8]", @@ -21022,14 +21022,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8642, + offset: 8644, line: 279, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8660, + offset: 8662, line: 279, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -21042,14 +21042,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8654, + offset: 8656, line: 279, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 8660, + offset: 8662, line: 279, - col: 29, + col: 31, }, }, }, @@ -21057,14 +21057,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8642, + offset: 8644, line: 279, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8653, + offset: 8655, line: 279, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -21075,14 +21075,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8642, + offset: 8644, line: 279, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8653, + offset: 8655, line: 279, - col: 22, + col: 24, }, }, }, @@ -21094,28 +21094,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8685, + offset: 8687, line: 280, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8723, + offset: 8725, line: 280, - col: 49, + col: 51, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8685, + offset: 8687, line: 280, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8722, + offset: 8724, line: 280, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -21127,14 +21127,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8704, + offset: 8706, line: 280, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 8721, + offset: 8723, line: 280, - col: 47, + col: 49, }, }, ExpressionType: "const char [16]", @@ -21147,14 +21147,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8685, + offset: 8687, line: 280, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8703, + offset: 8705, line: 280, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -21167,14 +21167,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8697, + offset: 8699, line: 280, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 8703, + offset: 8705, line: 280, - col: 29, + col: 31, }, }, }, @@ -21182,14 +21182,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8685, + offset: 8687, line: 280, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8696, + offset: 8698, line: 280, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -21200,14 +21200,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8685, + offset: 8687, line: 280, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8696, + offset: 8698, line: 280, - col: 22, + col: 24, }, }, }, @@ -21219,42 +21219,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8736, + offset: 8738, line: 281, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8768, + offset: 8770, line: 281, - col: 43, + col: 45, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8736, + offset: 8738, line: 281, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8768, + offset: 8770, line: 281, - col: 43, + col: 45, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8736, + offset: 8738, line: 281, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8744, + offset: 8746, line: 281, - col: 19, + col: 21, }, }, IsConst: false, @@ -21272,14 +21272,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8736, + offset: 8738, line: 281, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8744, + offset: 8746, line: 281, - col: 19, + col: 21, }, }, }, @@ -21290,14 +21290,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8745, + offset: 8747, line: 281, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 8767, + offset: 8769, line: 281, - col: 42, + col: 44, }, }, DeclaresParameterPack: false, @@ -21305,28 +21305,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8748, + offset: 8750, line: 281, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 8767, + offset: 8769, line: 281, - col: 42, + col: 44, }, }, 'Prop_Expression': { '@type': "CPPASTNewExpression", '@role': [Instance, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8750, + offset: 8752, line: 281, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 8767, + offset: 8769, line: 281, - col: 42, + col: 44, }, }, ExpressionType: "? *", @@ -21339,14 +21339,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8761, + offset: 8763, line: 281, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 8767, + offset: 8769, line: 281, - col: 42, + col: 44, }, }, 'Prop_Arguments': [ @@ -21355,14 +21355,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8762, + offset: 8764, line: 281, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 8766, + offset: 8768, line: 281, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -21376,14 +21376,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8762, + offset: 8764, line: 281, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 8766, + offset: 8768, line: 281, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -21397,14 +21397,14 @@ '@role': [Expression, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8762, + offset: 8764, line: 281, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 8766, + offset: 8768, line: 281, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -21416,28 +21416,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8754, + offset: 8756, line: 281, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 8761, + offset: 8763, line: 281, - col: 36, + col: 38, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8761, + offset: 8763, line: 281, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 8761, + offset: 8763, line: 281, - col: 36, + col: 38, }, }, DeclaresParameterPack: false, @@ -21451,14 +21451,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8754, + offset: 8756, line: 281, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 8761, + offset: 8763, line: 281, - col: 36, + col: 38, }, }, IsConst: false, @@ -21476,14 +21476,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8754, + offset: 8756, line: 281, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 8761, + offset: 8763, line: 281, - col: 36, + col: 38, }, }, }, @@ -21495,14 +21495,14 @@ '@role': [Instance, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8750, + offset: 8752, line: 281, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 8767, + offset: 8769, line: 281, - col: 42, + col: 44, }, }, ExpressionType: "? *", @@ -21515,14 +21515,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8761, + offset: 8763, line: 281, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 8767, + offset: 8769, line: 281, - col: 42, + col: 44, }, }, 'Prop_Arguments': [ @@ -21531,14 +21531,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8762, + offset: 8764, line: 281, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 8766, + offset: 8768, line: 281, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -21552,14 +21552,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8762, + offset: 8764, line: 281, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 8766, + offset: 8768, line: 281, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -21573,14 +21573,14 @@ '@role': [Expression, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8762, + offset: 8764, line: 281, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 8766, + offset: 8768, line: 281, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -21592,28 +21592,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8754, + offset: 8756, line: 281, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 8761, + offset: 8763, line: 281, - col: 36, + col: 38, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8761, + offset: 8763, line: 281, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 8761, + offset: 8763, line: 281, - col: 36, + col: 38, }, }, DeclaresParameterPack: false, @@ -21627,14 +21627,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8754, + offset: 8756, line: 281, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 8761, + offset: 8763, line: 281, - col: 36, + col: 38, }, }, IsConst: false, @@ -21652,14 +21652,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8754, + offset: 8756, line: 281, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 8761, + offset: 8763, line: 281, - col: 36, + col: 38, }, }, }, @@ -21673,14 +21673,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8746, + offset: 8748, line: 281, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 8747, + offset: 8749, line: 281, - col: 22, + col: 24, }, }, }, @@ -21694,28 +21694,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8781, + offset: 8783, line: 282, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8839, + offset: 8841, line: 282, - col: 69, + col: 71, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8781, + offset: 8783, line: 282, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8838, + offset: 8840, line: 282, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -21726,14 +21726,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8806, + offset: 8808, line: 282, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 8837, + offset: 8839, line: 282, - col: 67, + col: 69, }, }, ExpressionType: "", @@ -21743,14 +21743,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8806, + offset: 8808, line: 282, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 8837, + offset: 8839, line: 282, - col: 67, + col: 69, }, }, IsConversionOperator: false, @@ -21762,14 +21762,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8806, + offset: 8808, line: 282, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 8814, + offset: 8816, line: 282, - col: 44, + col: 46, }, }, }, @@ -21778,14 +21778,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8816, + offset: 8818, line: 282, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 8837, + offset: 8839, line: 282, - col: 67, + col: 69, }, }, }, @@ -21796,14 +21796,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8806, + offset: 8808, line: 282, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 8814, + offset: 8816, line: 282, - col: 44, + col: 46, }, }, }, @@ -21815,14 +21815,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8781, + offset: 8783, line: 282, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8805, + offset: 8807, line: 282, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -21835,14 +21835,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8784, + offset: 8786, line: 282, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 8805, + offset: 8807, line: 282, - col: 35, + col: 37, }, }, }, @@ -21850,14 +21850,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8781, + offset: 8783, line: 282, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8782, + offset: 8784, line: 282, - col: 12, + col: 14, }, }, ExpressionType: "? *", @@ -21868,14 +21868,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8781, + offset: 8783, line: 282, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8782, + offset: 8784, line: 282, - col: 12, + col: 14, }, }, }, @@ -21887,28 +21887,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8852, + offset: 8854, line: 283, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8954, + offset: 8956, line: 283, - col: 113, + col: 115, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8852, + offset: 8854, line: 283, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8954, + offset: 8956, line: 283, - col: 113, + col: 115, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -21916,14 +21916,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8852, + offset: 8854, line: 283, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8856, + offset: 8858, line: 283, - col: 15, + col: 17, }, }, IsComplex: false, @@ -21949,14 +21949,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8857, + offset: 8859, line: 283, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 8953, + offset: 8955, line: 283, - col: 112, + col: 114, }, }, DeclaresParameterPack: false, @@ -21964,28 +21964,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8872, + offset: 8874, line: 283, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 8953, + offset: 8955, line: 283, - col: 112, + col: 114, }, }, 'Prop_Expression': { '@type': "CPPASTCastExpression", '@role': [Expression, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8874, + offset: 8876, line: 283, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 8953, + offset: 8955, line: 283, - col: 112, + col: 114, }, }, CastOperator: "static_cast", @@ -21996,14 +21996,14 @@ '@role': [Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8933, + offset: 8935, line: 283, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 8952, + offset: 8954, line: 283, - col: 111, + col: 113, }, }, ExpressionType: "", @@ -22013,14 +22013,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8934, + offset: 8936, line: 283, - col: 93, + col: 95, }, end: { '@type': "uast:Position", - offset: 8952, + offset: 8954, line: 283, - col: 111, + col: 113, }, }, ExpressionType: "", @@ -22030,14 +22030,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8934, + offset: 8936, line: 283, - col: 93, + col: 95, }, end: { '@type': "uast:Position", - offset: 8952, + offset: 8954, line: 283, - col: 111, + col: 113, }, }, IsConversionOperator: false, @@ -22049,14 +22049,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8934, + offset: 8936, line: 283, - col: 93, + col: 95, }, end: { '@type': "uast:Position", - offset: 8942, + offset: 8944, line: 283, - col: 101, + col: 103, }, }, }, @@ -22065,14 +22065,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8944, + offset: 8946, line: 283, - col: 103, + col: 105, }, end: { '@type': "uast:Position", - offset: 8952, + offset: 8954, line: 283, - col: 111, + col: 113, }, }, }, @@ -22083,14 +22083,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8934, + offset: 8936, line: 283, - col: 93, + col: 95, }, end: { '@type': "uast:Position", - offset: 8942, + offset: 8944, line: 283, - col: 101, + col: 103, }, }, }, @@ -22103,28 +22103,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8886, + offset: 8888, line: 283, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 8931, + offset: 8933, line: 283, - col: 90, + col: 92, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTFunctionDeclarator", '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8891, + offset: 8893, line: 283, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 8931, + offset: 8933, line: 283, - col: 90, + col: 92, }, }, IsConst: false, @@ -22142,14 +22142,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8892, + offset: 8894, line: 283, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 8903, + offset: 8905, line: 283, - col: 62, + col: 64, }, }, DeclaresParameterPack: false, @@ -22162,14 +22162,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8892, + offset: 8894, line: 283, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 8902, + offset: 8904, line: 283, - col: 61, + col: 63, }, }, IsConversionOperator: false, @@ -22181,14 +22181,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8892, + offset: 8894, line: 283, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 8900, + offset: 8902, line: 283, - col: 59, + col: 61, }, }, }, @@ -22204,14 +22204,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8892, + offset: 8894, line: 283, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 8900, + offset: 8902, line: 283, - col: 59, + col: 61, }, }, }, @@ -22225,14 +22225,14 @@ '@role': [Argument, Declaration, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8908, + offset: 8910, line: 283, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 8908, + offset: 8910, line: 283, - col: 67, + col: 69, }, }, DeclaresParameterPack: false, @@ -22245,14 +22245,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8905, + offset: 8907, line: 283, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 8908, + offset: 8910, line: 283, - col: 67, + col: 69, }, }, IsComplex: false, @@ -22278,14 +22278,14 @@ '@role': [Argument, Declaration, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8930, + offset: 8932, line: 283, - col: 89, + col: 91, }, end: { '@type': "uast:Position", - offset: 8930, + offset: 8932, line: 283, - col: 89, + col: 91, }, }, DeclaresParameterPack: false, @@ -22297,14 +22297,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8910, + offset: 8912, line: 283, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 8930, + offset: 8932, line: 283, - col: 89, + col: 91, }, }, IsConst: false, @@ -22321,14 +22321,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8910, + offset: 8912, line: 283, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 8930, + offset: 8932, line: 283, - col: 89, + col: 91, }, }, IsConversionOperator: false, @@ -22340,14 +22340,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8910, + offset: 8912, line: 283, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 8918, + offset: 8920, line: 283, - col: 77, + col: 79, }, }, }, @@ -22356,14 +22356,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8920, + offset: 8922, line: 283, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 8930, + offset: 8932, line: 283, - col: 89, + col: 91, }, }, }, @@ -22374,14 +22374,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8910, + offset: 8912, line: 283, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 8918, + offset: 8920, line: 283, - col: 77, + col: 79, }, }, }, @@ -22398,14 +22398,14 @@ '@role': ['Null', Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8886, + offset: 8888, line: 283, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 8890, + offset: 8892, line: 283, - col: 49, + col: 51, }, }, IsComplex: false, @@ -22432,14 +22432,14 @@ '@role': [Expression, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8874, + offset: 8876, line: 283, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 8953, + offset: 8955, line: 283, - col: 112, + col: 114, }, }, CastOperator: "static_cast", @@ -22450,14 +22450,14 @@ '@role': [Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8933, + offset: 8935, line: 283, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 8952, + offset: 8954, line: 283, - col: 111, + col: 113, }, }, ExpressionType: "", @@ -22467,14 +22467,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8934, + offset: 8936, line: 283, - col: 93, + col: 95, }, end: { '@type': "uast:Position", - offset: 8952, + offset: 8954, line: 283, - col: 111, + col: 113, }, }, ExpressionType: "", @@ -22484,14 +22484,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8934, + offset: 8936, line: 283, - col: 93, + col: 95, }, end: { '@type': "uast:Position", - offset: 8952, + offset: 8954, line: 283, - col: 111, + col: 113, }, }, IsConversionOperator: false, @@ -22503,14 +22503,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8934, + offset: 8936, line: 283, - col: 93, + col: 95, }, end: { '@type': "uast:Position", - offset: 8942, + offset: 8944, line: 283, - col: 101, + col: 103, }, }, }, @@ -22519,14 +22519,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8944, + offset: 8946, line: 283, - col: 103, + col: 105, }, end: { '@type': "uast:Position", - offset: 8952, + offset: 8954, line: 283, - col: 111, + col: 113, }, }, }, @@ -22537,14 +22537,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8934, + offset: 8936, line: 283, - col: 93, + col: 95, }, end: { '@type': "uast:Position", - offset: 8942, + offset: 8944, line: 283, - col: 101, + col: 103, }, }, }, @@ -22557,28 +22557,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8886, + offset: 8888, line: 283, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 8931, + offset: 8933, line: 283, - col: 90, + col: 92, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTFunctionDeclarator", '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8891, + offset: 8893, line: 283, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 8931, + offset: 8933, line: 283, - col: 90, + col: 92, }, }, IsConst: false, @@ -22596,14 +22596,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8892, + offset: 8894, line: 283, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 8903, + offset: 8905, line: 283, - col: 62, + col: 64, }, }, DeclaresParameterPack: false, @@ -22616,14 +22616,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8892, + offset: 8894, line: 283, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 8902, + offset: 8904, line: 283, - col: 61, + col: 63, }, }, IsConversionOperator: false, @@ -22635,14 +22635,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8892, + offset: 8894, line: 283, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 8900, + offset: 8902, line: 283, - col: 59, + col: 61, }, }, }, @@ -22658,14 +22658,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8892, + offset: 8894, line: 283, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 8900, + offset: 8902, line: 283, - col: 59, + col: 61, }, }, }, @@ -22679,14 +22679,14 @@ '@role': [Argument, Declaration, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8908, + offset: 8910, line: 283, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 8908, + offset: 8910, line: 283, - col: 67, + col: 69, }, }, DeclaresParameterPack: false, @@ -22699,14 +22699,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8905, + offset: 8907, line: 283, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 8908, + offset: 8910, line: 283, - col: 67, + col: 69, }, }, IsComplex: false, @@ -22732,14 +22732,14 @@ '@role': [Argument, Declaration, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8930, + offset: 8932, line: 283, - col: 89, + col: 91, }, end: { '@type': "uast:Position", - offset: 8930, + offset: 8932, line: 283, - col: 89, + col: 91, }, }, DeclaresParameterPack: false, @@ -22751,14 +22751,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8910, + offset: 8912, line: 283, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 8930, + offset: 8932, line: 283, - col: 89, + col: 91, }, }, IsConst: false, @@ -22775,14 +22775,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8910, + offset: 8912, line: 283, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 8930, + offset: 8932, line: 283, - col: 89, + col: 91, }, }, IsConversionOperator: false, @@ -22794,14 +22794,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8910, + offset: 8912, line: 283, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 8918, + offset: 8920, line: 283, - col: 77, + col: 79, }, }, }, @@ -22810,14 +22810,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8920, + offset: 8922, line: 283, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 8930, + offset: 8932, line: 283, - col: 89, + col: 91, }, }, }, @@ -22828,14 +22828,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8910, + offset: 8912, line: 283, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 8918, + offset: 8920, line: 283, - col: 77, + col: 79, }, }, }, @@ -22852,14 +22852,14 @@ '@role': ['Null', Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8886, + offset: 8888, line: 283, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 8890, + offset: 8892, line: 283, - col: 49, + col: 51, }, }, IsComplex: false, @@ -22888,14 +22888,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8857, + offset: 8859, line: 283, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 8871, + offset: 8873, line: 283, - col: 30, + col: 32, }, }, }, @@ -22908,28 +22908,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8967, + offset: 8969, line: 284, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 9236, + offset: 9238, line: 291, - col: 13, + col: 15, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8967, + offset: 8969, line: 284, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 9235, + offset: 9237, line: 291, - col: 12, + col: 14, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -22940,14 +22940,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8975, + offset: 8977, line: 284, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 8976, + offset: 8978, line: 284, - col: 20, + col: 22, }, }, ExpressionType: "? *", @@ -22958,14 +22958,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8975, + offset: 8977, line: 284, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 8976, + offset: 8978, line: 284, - col: 20, + col: 22, }, }, }, @@ -22974,14 +22974,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8978, + offset: 8980, line: 284, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 8992, + offset: 8994, line: 284, - col: 36, + col: 38, }, }, ExpressionType: "void (?::*)(int, ?)", @@ -22992,14 +22992,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8978, + offset: 8980, line: 284, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 8992, + offset: 8994, line: 284, - col: 36, + col: 38, }, }, }, @@ -23009,14 +23009,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8994, + offset: 8996, line: 284, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 8998, + offset: 9000, line: 284, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -23028,14 +23028,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9016, + offset: 9018, line: 285, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 9221, + offset: 9223, line: 290, - col: 16, + col: 18, }, }, ExpressionType: "[this, p] {\n if (waylandServer()) {\n waylandServer()->destroyInputMethodConnection();\n }\n p->deleteLater();\n }", @@ -23045,14 +23045,14 @@ '@role': [Body], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9026, + offset: 9028, line: 285, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 9221, + offset: 9223, line: 290, - col: 16, + col: 18, }, }, 'Prop_Statements': [ @@ -23060,28 +23060,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9048, + offset: 9050, line: 286, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 9165, + offset: 9167, line: 288, - col: 20, + col: 22, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9052, + offset: 9054, line: 286, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 9067, + offset: 9069, line: 286, - col: 38, + col: 40, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -23091,14 +23091,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9052, + offset: 9054, line: 286, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 9065, + offset: 9067, line: 286, - col: 36, + col: 38, }, }, ExpressionType: "", @@ -23109,14 +23109,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9052, + offset: 9054, line: 286, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 9065, + offset: 9067, line: 286, - col: 36, + col: 38, }, }, }, @@ -23126,14 +23126,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9069, + offset: 9071, line: 286, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 9165, + offset: 9167, line: 288, - col: 20, + col: 22, }, }, 'Prop_Statements': [ @@ -23141,28 +23141,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9095, + offset: 9097, line: 287, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 9143, + offset: 9145, line: 287, - col: 71, + col: 73, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9095, + offset: 9097, line: 287, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 9142, + offset: 9144, line: 287, - col: 70, + col: 72, }, }, ExpressionType: "", @@ -23172,14 +23172,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9095, + offset: 9097, line: 287, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 9140, + offset: 9142, line: 287, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -23192,14 +23192,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9112, + offset: 9114, line: 287, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 9140, + offset: 9142, line: 287, - col: 68, + col: 70, }, }, }, @@ -23207,14 +23207,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9095, + offset: 9097, line: 287, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 9110, + offset: 9112, line: 287, - col: 38, + col: 40, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -23224,14 +23224,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9095, + offset: 9097, line: 287, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 9108, + offset: 9110, line: 287, - col: 36, + col: 38, }, }, ExpressionType: "", @@ -23242,14 +23242,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9095, + offset: 9097, line: 287, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 9108, + offset: 9110, line: 287, - col: 36, + col: 38, }, }, }, @@ -23265,28 +23265,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9186, + offset: 9188, line: 289, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 9203, + offset: 9205, line: 289, - col: 36, + col: 38, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9186, + offset: 9188, line: 289, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 9202, + offset: 9204, line: 289, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -23296,14 +23296,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9186, + offset: 9188, line: 289, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 9200, + offset: 9202, line: 289, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -23316,14 +23316,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9189, + offset: 9191, line: 289, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 9200, + offset: 9202, line: 289, - col: 33, + col: 35, }, }, }, @@ -23331,14 +23331,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9186, + offset: 9188, line: 289, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 9187, + offset: 9189, line: 289, - col: 20, + col: 22, }, }, ExpressionType: "? *", @@ -23349,14 +23349,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9186, + offset: 9188, line: 289, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 9187, + offset: 9189, line: 289, - col: 20, + col: 22, }, }, }, @@ -23372,14 +23372,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9023, + offset: 9025, line: 285, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 9024, + offset: 9026, line: 285, - col: 23, + col: 25, }, }, }, @@ -23390,14 +23390,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8967, + offset: 8969, line: 284, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8974, + offset: 8976, line: 284, - col: 18, + col: 20, }, }, ExpressionType: "", @@ -23408,14 +23408,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8967, + offset: 8969, line: 284, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 8974, + offset: 8976, line: 284, - col: 18, + col: 20, }, }, }, @@ -23426,28 +23426,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9249, + offset: 9251, line: 292, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 9287, + offset: 9289, line: 292, - col: 49, + col: 51, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9249, + offset: 9251, line: 292, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 9286, + offset: 9288, line: 292, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -23458,14 +23458,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9274, + offset: 9276, line: 292, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 9285, + offset: 9287, line: 292, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -23476,14 +23476,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9274, + offset: 9276, line: 292, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 9285, + offset: 9287, line: 292, - col: 47, + col: 49, }, }, }, @@ -23493,14 +23493,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9249, + offset: 9251, line: 292, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 9273, + offset: 9275, line: 292, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -23513,14 +23513,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9252, + offset: 9254, line: 292, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 9273, + offset: 9275, line: 292, - col: 35, + col: 37, }, }, }, @@ -23528,14 +23528,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9249, + offset: 9251, line: 292, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 9250, + offset: 9252, line: 292, - col: 12, + col: 14, }, }, ExpressionType: "? *", @@ -23546,14 +23546,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9249, + offset: 9251, line: 292, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 9250, + offset: 9252, line: 292, - col: 12, + col: 14, }, }, }, @@ -23565,28 +23565,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9300, + offset: 9302, line: 293, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 9337, + offset: 9339, line: 293, - col: 48, + col: 50, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9300, + offset: 9302, line: 293, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 9336, + offset: 9338, line: 293, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -23597,14 +23597,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9309, + offset: 9311, line: 293, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 9335, + offset: 9337, line: 293, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -23615,14 +23615,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9309, + offset: 9311, line: 293, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 9335, + offset: 9337, line: 293, - col: 46, + col: 48, }, }, }, @@ -23632,14 +23632,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9300, + offset: 9302, line: 293, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 9308, + offset: 9310, line: 293, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -23652,14 +23652,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9303, + offset: 9305, line: 293, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 9308, + offset: 9310, line: 293, - col: 19, + col: 21, }, }, }, @@ -23667,14 +23667,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9300, + offset: 9302, line: 293, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 9301, + offset: 9303, line: 293, - col: 12, + col: 14, }, }, ExpressionType: "? *", @@ -23685,14 +23685,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9300, + offset: 9302, line: 293, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 9301, + offset: 9303, line: 293, - col: 12, + col: 14, }, }, }, @@ -23704,28 +23704,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9350, + offset: 9352, line: 294, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 9370, + offset: 9372, line: 294, - col: 31, + col: 33, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9350, + offset: 9352, line: 294, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 9369, + offset: 9371, line: 294, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -23735,14 +23735,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9350, + offset: 9352, line: 294, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 9367, + offset: 9369, line: 294, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -23755,14 +23755,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9353, + offset: 9355, line: 294, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 9367, + offset: 9369, line: 294, - col: 28, + col: 30, }, }, }, @@ -23770,14 +23770,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9350, + offset: 9352, line: 294, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 9351, + offset: 9353, line: 294, - col: 12, + col: 14, }, }, ExpressionType: "? *", @@ -23788,14 +23788,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9350, + offset: 9352, line: 294, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 9351, + offset: 9353, line: 294, - col: 12, + col: 14, }, }, }, @@ -23813,14 +23813,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9413, + offset: 9415, line: 299, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9828, + offset: 9830, line: 306, - col: 4, + col: 6, }, }, LeadingComments: [ @@ -23829,14 +23829,14 @@ '@role': [Comment, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9392, + offset: 9394, line: 298, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9408, + offset: 9410, line: 298, - col: 19, + col: 21, }, }, IsBlockComment: false, @@ -23846,14 +23846,14 @@ '@role': [Not, Relational, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9417, + offset: 9419, line: 299, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9445, + offset: 9447, line: 299, - col: 35, + col: 37, }, }, ExpressionType: "bool", @@ -23863,14 +23863,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9418, + offset: 9420, line: 299, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 9445, + offset: 9447, line: 299, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -23880,14 +23880,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9418, + offset: 9420, line: 299, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 9443, + offset: 9445, line: 299, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -23900,14 +23900,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9436, + offset: 9438, line: 299, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 9443, + offset: 9445, line: 299, - col: 33, + col: 35, }, }, }, @@ -23915,14 +23915,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9418, + offset: 9420, line: 299, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 9435, + offset: 9437, line: 299, - col: 25, + col: 27, }, }, ExpressionType: "", @@ -23933,14 +23933,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9418, + offset: 9420, line: 299, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 9435, + offset: 9437, line: 299, - col: 25, + col: 27, }, }, }, @@ -23953,14 +23953,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9447, + offset: 9449, line: 299, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 9828, + offset: 9830, line: 306, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -23968,42 +23968,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9457, + offset: 9459, line: 300, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9489, + offset: 9491, line: 300, - col: 39, + col: 41, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9457, + offset: 9459, line: 300, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9489, + offset: 9491, line: 300, - col: 39, + col: 41, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9457, + offset: 9459, line: 300, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9465, + offset: 9467, line: 300, - col: 15, + col: 17, }, }, IsConst: false, @@ -24021,14 +24021,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9457, + offset: 9459, line: 300, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9465, + offset: 9467, line: 300, - col: 15, + col: 17, }, }, }, @@ -24039,14 +24039,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9466, + offset: 9468, line: 300, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 9488, + offset: 9490, line: 300, - col: 38, + col: 40, }, }, DeclaresParameterPack: false, @@ -24054,28 +24054,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9469, + offset: 9471, line: 300, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 9488, + offset: 9490, line: 300, - col: 38, + col: 40, }, }, 'Prop_Expression': { '@type': "CPPASTNewExpression", '@role': [Instance, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9471, + offset: 9473, line: 300, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 9488, + offset: 9490, line: 300, - col: 38, + col: 40, }, }, ExpressionType: "? *", @@ -24088,14 +24088,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9482, + offset: 9484, line: 300, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 9488, + offset: 9490, line: 300, - col: 38, + col: 40, }, }, 'Prop_Arguments': [ @@ -24104,14 +24104,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9483, + offset: 9485, line: 300, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 9487, + offset: 9489, line: 300, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -24125,14 +24125,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9483, + offset: 9485, line: 300, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 9487, + offset: 9489, line: 300, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -24146,14 +24146,14 @@ '@role': [Expression, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9483, + offset: 9485, line: 300, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 9487, + offset: 9489, line: 300, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -24165,28 +24165,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9475, + offset: 9477, line: 300, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 9482, + offset: 9484, line: 300, - col: 32, + col: 34, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9482, + offset: 9484, line: 300, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 9482, + offset: 9484, line: 300, - col: 32, + col: 34, }, }, DeclaresParameterPack: false, @@ -24200,14 +24200,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9475, + offset: 9477, line: 300, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 9482, + offset: 9484, line: 300, - col: 32, + col: 34, }, }, IsConst: false, @@ -24225,14 +24225,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9475, + offset: 9477, line: 300, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 9482, + offset: 9484, line: 300, - col: 32, + col: 34, }, }, }, @@ -24244,14 +24244,14 @@ '@role': [Instance, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9471, + offset: 9473, line: 300, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 9488, + offset: 9490, line: 300, - col: 38, + col: 40, }, }, ExpressionType: "? *", @@ -24264,14 +24264,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9482, + offset: 9484, line: 300, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 9488, + offset: 9490, line: 300, - col: 38, + col: 40, }, }, 'Prop_Arguments': [ @@ -24280,14 +24280,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9483, + offset: 9485, line: 300, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 9487, + offset: 9489, line: 300, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -24301,14 +24301,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9483, + offset: 9485, line: 300, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 9487, + offset: 9489, line: 300, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -24322,14 +24322,14 @@ '@role': [Expression, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9483, + offset: 9485, line: 300, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 9487, + offset: 9489, line: 300, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -24341,28 +24341,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9475, + offset: 9477, line: 300, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 9482, + offset: 9484, line: 300, - col: 32, + col: 34, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9482, + offset: 9484, line: 300, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 9482, + offset: 9484, line: 300, - col: 32, + col: 34, }, }, DeclaresParameterPack: false, @@ -24376,14 +24376,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9475, + offset: 9477, line: 300, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 9482, + offset: 9484, line: 300, - col: 32, + col: 34, }, }, IsConst: false, @@ -24401,14 +24401,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9475, + offset: 9477, line: 300, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 9482, + offset: 9484, line: 300, - col: 32, + col: 34, }, }, }, @@ -24422,14 +24422,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9467, + offset: 9469, line: 300, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 9468, + offset: 9470, line: 300, - col: 18, + col: 20, }, }, }, @@ -24443,28 +24443,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9498, + offset: 9500, line: 301, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9556, + offset: 9558, line: 301, - col: 65, + col: 67, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9498, + offset: 9500, line: 301, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9555, + offset: 9557, line: 301, - col: 64, + col: 66, }, }, ExpressionType: "", @@ -24475,14 +24475,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9523, + offset: 9525, line: 301, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 9554, + offset: 9556, line: 301, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -24492,14 +24492,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9523, + offset: 9525, line: 301, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 9554, + offset: 9556, line: 301, - col: 63, + col: 65, }, }, IsConversionOperator: false, @@ -24511,14 +24511,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9523, + offset: 9525, line: 301, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 9531, + offset: 9533, line: 301, - col: 40, + col: 42, }, }, }, @@ -24527,14 +24527,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9533, + offset: 9535, line: 301, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 9554, + offset: 9556, line: 301, - col: 63, + col: 65, }, }, }, @@ -24545,14 +24545,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9523, + offset: 9525, line: 301, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 9531, + offset: 9533, line: 301, - col: 40, + col: 42, }, }, }, @@ -24564,14 +24564,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9498, + offset: 9500, line: 301, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9522, + offset: 9524, line: 301, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -24584,14 +24584,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9501, + offset: 9503, line: 301, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9522, + offset: 9524, line: 301, - col: 31, + col: 33, }, }, }, @@ -24599,14 +24599,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9498, + offset: 9500, line: 301, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9499, + offset: 9501, line: 301, - col: 8, + col: 10, }, }, ExpressionType: "? *", @@ -24617,14 +24617,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9498, + offset: 9500, line: 301, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9499, + offset: 9501, line: 301, - col: 8, + col: 10, }, }, }, @@ -24636,28 +24636,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9565, + offset: 9567, line: 302, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9605, + offset: 9607, line: 302, - col: 47, + col: 49, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9565, + offset: 9567, line: 302, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9604, + offset: 9606, line: 302, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -24668,14 +24668,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9590, + offset: 9592, line: 302, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 9603, + offset: 9605, line: 302, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -24686,14 +24686,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9590, + offset: 9592, line: 302, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 9603, + offset: 9605, line: 302, - col: 45, + col: 47, }, }, }, @@ -24703,14 +24703,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9565, + offset: 9567, line: 302, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9589, + offset: 9591, line: 302, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -24723,14 +24723,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9568, + offset: 9570, line: 302, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9589, + offset: 9591, line: 302, - col: 31, + col: 33, }, }, }, @@ -24738,14 +24738,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9565, + offset: 9567, line: 302, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9566, + offset: 9568, line: 302, - col: 8, + col: 10, }, }, ExpressionType: "? *", @@ -24756,14 +24756,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9565, + offset: 9567, line: 302, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9566, + offset: 9568, line: 302, - col: 8, + col: 10, }, }, }, @@ -24775,28 +24775,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9614, + offset: 9616, line: 303, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9716, + offset: 9718, line: 303, - col: 109, + col: 111, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9614, + offset: 9616, line: 303, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9716, + offset: 9718, line: 303, - col: 109, + col: 111, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -24804,14 +24804,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9614, + offset: 9616, line: 303, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9618, + offset: 9620, line: 303, - col: 11, + col: 13, }, }, IsComplex: false, @@ -24837,14 +24837,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9619, + offset: 9621, line: 303, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 9715, + offset: 9717, line: 303, - col: 108, + col: 110, }, }, DeclaresParameterPack: false, @@ -24852,28 +24852,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9634, + offset: 9636, line: 303, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 9715, + offset: 9717, line: 303, - col: 108, + col: 110, }, }, 'Prop_Expression': { '@type': "CPPASTCastExpression", '@role': [Expression, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9636, + offset: 9638, line: 303, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 9715, + offset: 9717, line: 303, - col: 108, + col: 110, }, }, CastOperator: "static_cast", @@ -24884,14 +24884,14 @@ '@role': [Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9695, + offset: 9697, line: 303, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 9714, + offset: 9716, line: 303, - col: 107, + col: 109, }, }, ExpressionType: "", @@ -24901,14 +24901,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9696, + offset: 9698, line: 303, - col: 89, + col: 91, }, end: { '@type': "uast:Position", - offset: 9714, + offset: 9716, line: 303, - col: 107, + col: 109, }, }, ExpressionType: "", @@ -24918,14 +24918,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9696, + offset: 9698, line: 303, - col: 89, + col: 91, }, end: { '@type': "uast:Position", - offset: 9714, + offset: 9716, line: 303, - col: 107, + col: 109, }, }, IsConversionOperator: false, @@ -24937,14 +24937,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9696, + offset: 9698, line: 303, - col: 89, + col: 91, }, end: { '@type': "uast:Position", - offset: 9704, + offset: 9706, line: 303, - col: 97, + col: 99, }, }, }, @@ -24953,14 +24953,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9706, + offset: 9708, line: 303, - col: 99, + col: 101, }, end: { '@type': "uast:Position", - offset: 9714, + offset: 9716, line: 303, - col: 107, + col: 109, }, }, }, @@ -24971,14 +24971,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9696, + offset: 9698, line: 303, - col: 89, + col: 91, }, end: { '@type': "uast:Position", - offset: 9704, + offset: 9706, line: 303, - col: 97, + col: 99, }, }, }, @@ -24991,28 +24991,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9648, + offset: 9650, line: 303, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 9693, + offset: 9695, line: 303, - col: 86, + col: 88, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTFunctionDeclarator", '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9653, + offset: 9655, line: 303, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 9693, + offset: 9695, line: 303, - col: 86, + col: 88, }, }, IsConst: false, @@ -25030,14 +25030,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9654, + offset: 9656, line: 303, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 9665, + offset: 9667, line: 303, - col: 58, + col: 60, }, }, DeclaresParameterPack: false, @@ -25050,14 +25050,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9654, + offset: 9656, line: 303, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 9664, + offset: 9666, line: 303, - col: 57, + col: 59, }, }, IsConversionOperator: false, @@ -25069,14 +25069,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9654, + offset: 9656, line: 303, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 9662, + offset: 9664, line: 303, - col: 55, + col: 57, }, }, }, @@ -25092,14 +25092,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9654, + offset: 9656, line: 303, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 9662, + offset: 9664, line: 303, - col: 55, + col: 57, }, }, }, @@ -25113,14 +25113,14 @@ '@role': [Argument, Declaration, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9670, + offset: 9672, line: 303, - col: 63, + col: 65, }, end: { '@type': "uast:Position", - offset: 9670, + offset: 9672, line: 303, - col: 63, + col: 65, }, }, DeclaresParameterPack: false, @@ -25133,14 +25133,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9667, + offset: 9669, line: 303, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 9670, + offset: 9672, line: 303, - col: 63, + col: 65, }, }, IsComplex: false, @@ -25166,14 +25166,14 @@ '@role': [Argument, Declaration, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9692, + offset: 9694, line: 303, - col: 85, + col: 87, }, end: { '@type': "uast:Position", - offset: 9692, + offset: 9694, line: 303, - col: 85, + col: 87, }, }, DeclaresParameterPack: false, @@ -25185,14 +25185,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9672, + offset: 9674, line: 303, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 9692, + offset: 9694, line: 303, - col: 85, + col: 87, }, }, IsConst: false, @@ -25209,14 +25209,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9672, + offset: 9674, line: 303, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 9692, + offset: 9694, line: 303, - col: 85, + col: 87, }, }, IsConversionOperator: false, @@ -25228,14 +25228,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9672, + offset: 9674, line: 303, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 9680, + offset: 9682, line: 303, - col: 73, + col: 75, }, }, }, @@ -25244,14 +25244,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9682, + offset: 9684, line: 303, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 9692, + offset: 9694, line: 303, - col: 85, + col: 87, }, }, }, @@ -25262,14 +25262,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9672, + offset: 9674, line: 303, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 9680, + offset: 9682, line: 303, - col: 73, + col: 75, }, }, }, @@ -25286,14 +25286,14 @@ '@role': ['Null', Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9648, + offset: 9650, line: 303, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 9652, + offset: 9654, line: 303, - col: 45, + col: 47, }, }, IsComplex: false, @@ -25320,14 +25320,14 @@ '@role': [Expression, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9636, + offset: 9638, line: 303, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 9715, + offset: 9717, line: 303, - col: 108, + col: 110, }, }, CastOperator: "static_cast", @@ -25338,14 +25338,14 @@ '@role': [Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9695, + offset: 9697, line: 303, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 9714, + offset: 9716, line: 303, - col: 107, + col: 109, }, }, ExpressionType: "", @@ -25355,14 +25355,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9696, + offset: 9698, line: 303, - col: 89, + col: 91, }, end: { '@type': "uast:Position", - offset: 9714, + offset: 9716, line: 303, - col: 107, + col: 109, }, }, ExpressionType: "", @@ -25372,14 +25372,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9696, + offset: 9698, line: 303, - col: 89, + col: 91, }, end: { '@type': "uast:Position", - offset: 9714, + offset: 9716, line: 303, - col: 107, + col: 109, }, }, IsConversionOperator: false, @@ -25391,14 +25391,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9696, + offset: 9698, line: 303, - col: 89, + col: 91, }, end: { '@type': "uast:Position", - offset: 9704, + offset: 9706, line: 303, - col: 97, + col: 99, }, }, }, @@ -25407,14 +25407,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9706, + offset: 9708, line: 303, - col: 99, + col: 101, }, end: { '@type': "uast:Position", - offset: 9714, + offset: 9716, line: 303, - col: 107, + col: 109, }, }, }, @@ -25425,14 +25425,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9696, + offset: 9698, line: 303, - col: 89, + col: 91, }, end: { '@type': "uast:Position", - offset: 9704, + offset: 9706, line: 303, - col: 97, + col: 99, }, }, }, @@ -25445,28 +25445,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9648, + offset: 9650, line: 303, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 9693, + offset: 9695, line: 303, - col: 86, + col: 88, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTFunctionDeclarator", '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9653, + offset: 9655, line: 303, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 9693, + offset: 9695, line: 303, - col: 86, + col: 88, }, }, IsConst: false, @@ -25484,14 +25484,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9654, + offset: 9656, line: 303, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 9665, + offset: 9667, line: 303, - col: 58, + col: 60, }, }, DeclaresParameterPack: false, @@ -25504,14 +25504,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9654, + offset: 9656, line: 303, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 9664, + offset: 9666, line: 303, - col: 57, + col: 59, }, }, IsConversionOperator: false, @@ -25523,14 +25523,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9654, + offset: 9656, line: 303, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 9662, + offset: 9664, line: 303, - col: 55, + col: 57, }, }, }, @@ -25546,14 +25546,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9654, + offset: 9656, line: 303, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 9662, + offset: 9664, line: 303, - col: 55, + col: 57, }, }, }, @@ -25567,14 +25567,14 @@ '@role': [Argument, Declaration, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9670, + offset: 9672, line: 303, - col: 63, + col: 65, }, end: { '@type': "uast:Position", - offset: 9670, + offset: 9672, line: 303, - col: 63, + col: 65, }, }, DeclaresParameterPack: false, @@ -25587,14 +25587,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9667, + offset: 9669, line: 303, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 9670, + offset: 9672, line: 303, - col: 63, + col: 65, }, }, IsComplex: false, @@ -25620,14 +25620,14 @@ '@role': [Argument, Declaration, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9692, + offset: 9694, line: 303, - col: 85, + col: 87, }, end: { '@type': "uast:Position", - offset: 9692, + offset: 9694, line: 303, - col: 85, + col: 87, }, }, DeclaresParameterPack: false, @@ -25639,14 +25639,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9672, + offset: 9674, line: 303, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 9692, + offset: 9694, line: 303, - col: 85, + col: 87, }, }, IsConst: false, @@ -25663,14 +25663,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9672, + offset: 9674, line: 303, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 9692, + offset: 9694, line: 303, - col: 85, + col: 87, }, }, IsConversionOperator: false, @@ -25682,14 +25682,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9672, + offset: 9674, line: 303, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 9680, + offset: 9682, line: 303, - col: 73, + col: 75, }, }, }, @@ -25698,14 +25698,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9682, + offset: 9684, line: 303, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 9692, + offset: 9694, line: 303, - col: 85, + col: 87, }, }, }, @@ -25716,14 +25716,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9672, + offset: 9674, line: 303, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 9680, + offset: 9682, line: 303, - col: 73, + col: 75, }, }, }, @@ -25740,14 +25740,14 @@ '@role': ['Null', Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9648, + offset: 9650, line: 303, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 9652, + offset: 9654, line: 303, - col: 45, + col: 47, }, }, IsComplex: false, @@ -25776,14 +25776,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9619, + offset: 9621, line: 303, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 9633, + offset: 9635, line: 303, - col: 26, + col: 28, }, }, }, @@ -25796,28 +25796,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9725, + offset: 9727, line: 304, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9785, + offset: 9787, line: 304, - col: 67, + col: 69, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9725, + offset: 9727, line: 304, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9784, + offset: 9786, line: 304, - col: 66, + col: 68, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -25828,14 +25828,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9733, + offset: 9735, line: 304, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 9734, + offset: 9736, line: 304, - col: 16, + col: 18, }, }, ExpressionType: "? *", @@ -25846,14 +25846,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9733, + offset: 9735, line: 304, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 9734, + offset: 9736, line: 304, - col: 16, + col: 18, }, }, }, @@ -25862,14 +25862,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9736, + offset: 9738, line: 304, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 9750, + offset: 9752, line: 304, - col: 32, + col: 34, }, }, ExpressionType: "void (?::*)(int, ?)", @@ -25880,14 +25880,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9736, + offset: 9738, line: 304, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 9750, + offset: 9752, line: 304, - col: 32, + col: 34, }, }, }, @@ -25897,14 +25897,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9752, + offset: 9754, line: 304, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 9756, + offset: 9758, line: 304, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -25916,14 +25916,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9758, + offset: 9760, line: 304, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 9783, + offset: 9785, line: 304, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -25933,14 +25933,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9759, + offset: 9761, line: 304, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 9783, + offset: 9785, line: 304, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -25950,14 +25950,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9759, + offset: 9761, line: 304, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 9783, + offset: 9785, line: 304, - col: 65, + col: 67, }, }, IsConversionOperator: false, @@ -25969,14 +25969,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9759, + offset: 9761, line: 304, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 9777, + offset: 9779, line: 304, - col: 59, + col: 61, }, }, }, @@ -25985,14 +25985,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9779, + offset: 9781, line: 304, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 9783, + offset: 9785, line: 304, - col: 65, + col: 67, }, }, }, @@ -26003,14 +26003,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9759, + offset: 9761, line: 304, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 9777, + offset: 9779, line: 304, - col: 59, + col: 61, }, }, }, @@ -26024,14 +26024,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9725, + offset: 9727, line: 304, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9732, + offset: 9734, line: 304, - col: 14, + col: 16, }, }, ExpressionType: "", @@ -26042,14 +26042,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9725, + offset: 9727, line: 304, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9732, + offset: 9734, line: 304, - col: 14, + col: 16, }, }, }, @@ -26060,28 +26060,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9794, + offset: 9796, line: 305, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9822, + offset: 9824, line: 305, - col: 35, + col: 37, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9794, + offset: 9796, line: 305, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9821, + offset: 9823, line: 305, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -26092,14 +26092,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9803, + offset: 9805, line: 305, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 9820, + offset: 9822, line: 305, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -26110,14 +26110,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9803, + offset: 9805, line: 305, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 9820, + offset: 9822, line: 305, - col: 33, + col: 35, }, }, }, @@ -26127,14 +26127,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9794, + offset: 9796, line: 305, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9802, + offset: 9804, line: 305, - col: 15, + col: 17, }, }, ExpressionType: "", @@ -26147,14 +26147,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9797, + offset: 9799, line: 305, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 9802, + offset: 9804, line: 305, - col: 15, + col: 17, }, }, }, @@ -26162,14 +26162,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9794, + offset: 9796, line: 305, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9795, + offset: 9797, line: 305, - col: 8, + col: 10, }, }, ExpressionType: "? *", @@ -26180,14 +26180,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9794, + offset: 9796, line: 305, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9795, + offset: 9797, line: 305, - col: 8, + col: 10, }, }, }, @@ -26202,14 +26202,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9902, + offset: 9904, line: 308, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10397, + offset: 10399, line: 317, - col: 4, + col: 6, }, }, LeadingComments: [ @@ -26218,14 +26218,14 @@ '@role': [Comment, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9833, + offset: 9835, line: 307, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 9897, + offset: 9899, line: 307, - col: 67, + col: 69, }, }, IsBlockComment: false, @@ -26235,14 +26235,14 @@ '@role': [Not, Relational, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9906, + offset: 9908, line: 308, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 9938, + offset: 9940, line: 308, - col: 39, + col: 41, }, }, ExpressionType: "bool", @@ -26252,14 +26252,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9907, + offset: 9909, line: 308, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 9938, + offset: 9940, line: 308, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -26269,14 +26269,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9907, + offset: 9909, line: 308, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 9936, + offset: 9938, line: 308, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -26289,14 +26289,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9929, + offset: 9931, line: 308, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 9936, + offset: 9938, line: 308, - col: 37, + col: 39, }, }, }, @@ -26304,14 +26304,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9907, + offset: 9909, line: 308, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 9928, + offset: 9930, line: 308, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -26322,14 +26322,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9907, + offset: 9909, line: 308, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 9928, + offset: 9930, line: 308, - col: 29, + col: 31, }, }, }, @@ -26342,14 +26342,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9940, + offset: 9942, line: 308, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 10397, + offset: 10399, line: 317, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -26357,28 +26357,28 @@ '@role': [For, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9950, + offset: 9952, line: 309, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10391, + offset: 10393, line: 316, - col: 8, + col: 10, }, }, 'Prop_Body': { '@type': "CPPASTCompoundStatement", '@role': [Body, For], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10006, + offset: 10008, line: 309, - col: 63, + col: 65, }, end: { '@type': "uast:Position", - offset: 10391, + offset: 10393, line: 316, - col: 8, + col: 10, }, }, 'Prop_Statements': [ @@ -26386,14 +26386,14 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10190, + offset: 10192, line: 312, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10222, + offset: 10224, line: 312, - col: 43, + col: 45, }, }, LeadingComments: [ @@ -26402,14 +26402,14 @@ '@role': [Comment, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10020, + offset: 10022, line: 310, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10076, + offset: 10078, line: 310, - col: 67, + col: 69, }, }, IsBlockComment: false, @@ -26419,14 +26419,14 @@ '@role': [Comment, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10089, + offset: 10091, line: 311, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10177, + offset: 10179, line: 311, - col: 99, + col: 101, }, }, IsBlockComment: false, @@ -26436,28 +26436,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10190, + offset: 10192, line: 312, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10222, + offset: 10224, line: 312, - col: 43, + col: 45, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10190, + offset: 10192, line: 312, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10198, + offset: 10200, line: 312, - col: 19, + col: 21, }, }, IsConst: false, @@ -26475,14 +26475,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10190, + offset: 10192, line: 312, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10198, + offset: 10200, line: 312, - col: 19, + col: 21, }, }, }, @@ -26493,14 +26493,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10199, + offset: 10201, line: 312, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 10221, + offset: 10223, line: 312, - col: 42, + col: 44, }, }, DeclaresParameterPack: false, @@ -26508,28 +26508,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10202, + offset: 10204, line: 312, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 10221, + offset: 10223, line: 312, - col: 42, + col: 44, }, }, 'Prop_Expression': { '@type': "CPPASTNewExpression", '@role': [Instance, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10204, + offset: 10206, line: 312, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 10221, + offset: 10223, line: 312, - col: 42, + col: 44, }, }, ExpressionType: "? *", @@ -26542,14 +26542,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10215, + offset: 10217, line: 312, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 10221, + offset: 10223, line: 312, - col: 42, + col: 44, }, }, 'Prop_Arguments': [ @@ -26558,14 +26558,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10216, + offset: 10218, line: 312, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 10220, + offset: 10222, line: 312, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -26579,14 +26579,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10216, + offset: 10218, line: 312, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 10220, + offset: 10222, line: 312, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -26600,14 +26600,14 @@ '@role': [Expression, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10216, + offset: 10218, line: 312, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 10220, + offset: 10222, line: 312, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -26619,28 +26619,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10208, + offset: 10210, line: 312, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 10215, + offset: 10217, line: 312, - col: 36, + col: 38, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10215, + offset: 10217, line: 312, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 10215, + offset: 10217, line: 312, - col: 36, + col: 38, }, }, DeclaresParameterPack: false, @@ -26654,14 +26654,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10208, + offset: 10210, line: 312, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 10215, + offset: 10217, line: 312, - col: 36, + col: 38, }, }, IsConst: false, @@ -26679,14 +26679,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10208, + offset: 10210, line: 312, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 10215, + offset: 10217, line: 312, - col: 36, + col: 38, }, }, }, @@ -26698,14 +26698,14 @@ '@role': [Instance, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10204, + offset: 10206, line: 312, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 10221, + offset: 10223, line: 312, - col: 42, + col: 44, }, }, ExpressionType: "? *", @@ -26718,14 +26718,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10215, + offset: 10217, line: 312, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 10221, + offset: 10223, line: 312, - col: 42, + col: 44, }, }, 'Prop_Arguments': [ @@ -26734,14 +26734,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10216, + offset: 10218, line: 312, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 10220, + offset: 10222, line: 312, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -26755,14 +26755,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10216, + offset: 10218, line: 312, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 10220, + offset: 10222, line: 312, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -26776,14 +26776,14 @@ '@role': [Expression, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10216, + offset: 10218, line: 312, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 10220, + offset: 10222, line: 312, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -26795,28 +26795,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10208, + offset: 10210, line: 312, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 10215, + offset: 10217, line: 312, - col: 36, + col: 38, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10215, + offset: 10217, line: 312, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 10215, + offset: 10217, line: 312, - col: 36, + col: 38, }, }, DeclaresParameterPack: false, @@ -26830,14 +26830,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10208, + offset: 10210, line: 312, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 10215, + offset: 10217, line: 312, - col: 36, + col: 38, }, }, IsConst: false, @@ -26855,14 +26855,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10208, + offset: 10210, line: 312, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 10215, + offset: 10217, line: 312, - col: 36, + col: 38, }, }, }, @@ -26876,14 +26876,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10200, + offset: 10202, line: 312, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 10201, + offset: 10203, line: 312, - col: 22, + col: 24, }, }, }, @@ -26897,28 +26897,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10235, + offset: 10237, line: 313, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10293, + offset: 10295, line: 313, - col: 69, + col: 71, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10235, + offset: 10237, line: 313, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10292, + offset: 10294, line: 313, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -26929,14 +26929,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10260, + offset: 10262, line: 313, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 10291, + offset: 10293, line: 313, - col: 67, + col: 69, }, }, ExpressionType: "", @@ -26946,14 +26946,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10260, + offset: 10262, line: 313, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 10291, + offset: 10293, line: 313, - col: 67, + col: 69, }, }, IsConversionOperator: false, @@ -26965,14 +26965,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10260, + offset: 10262, line: 313, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 10268, + offset: 10270, line: 313, - col: 44, + col: 46, }, }, }, @@ -26981,14 +26981,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10270, + offset: 10272, line: 313, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 10291, + offset: 10293, line: 313, - col: 67, + col: 69, }, }, }, @@ -26999,14 +26999,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10260, + offset: 10262, line: 313, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 10268, + offset: 10270, line: 313, - col: 44, + col: 46, }, }, }, @@ -27018,14 +27018,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10235, + offset: 10237, line: 313, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10259, + offset: 10261, line: 313, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -27038,14 +27038,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10238, + offset: 10240, line: 313, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 10259, + offset: 10261, line: 313, - col: 35, + col: 37, }, }, }, @@ -27053,14 +27053,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10235, + offset: 10237, line: 313, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10236, + offset: 10238, line: 313, - col: 12, + col: 14, }, }, ExpressionType: "? *", @@ -27071,14 +27071,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10235, + offset: 10237, line: 313, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10236, + offset: 10238, line: 313, - col: 12, + col: 14, }, }, }, @@ -27090,28 +27090,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10306, + offset: 10308, line: 314, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10346, + offset: 10348, line: 314, - col: 51, + col: 53, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10306, + offset: 10308, line: 314, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10345, + offset: 10347, line: 314, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -27122,14 +27122,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10331, + offset: 10333, line: 314, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 10344, + offset: 10346, line: 314, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -27140,14 +27140,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10331, + offset: 10333, line: 314, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 10344, + offset: 10346, line: 314, - col: 49, + col: 51, }, }, }, @@ -27157,14 +27157,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10306, + offset: 10308, line: 314, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10330, + offset: 10332, line: 314, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -27177,14 +27177,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10309, + offset: 10311, line: 314, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 10330, + offset: 10332, line: 314, - col: 35, + col: 37, }, }, }, @@ -27192,14 +27192,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10306, + offset: 10308, line: 314, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10307, + offset: 10309, line: 314, - col: 12, + col: 14, }, }, ExpressionType: "? *", @@ -27210,14 +27210,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10306, + offset: 10308, line: 314, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10307, + offset: 10309, line: 314, - col: 12, + col: 14, }, }, }, @@ -27229,28 +27229,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10359, + offset: 10361, line: 315, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10381, + offset: 10383, line: 315, - col: 33, + col: 35, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10359, + offset: 10361, line: 315, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10380, + offset: 10382, line: 315, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -27261,14 +27261,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10368, + offset: 10370, line: 315, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 10379, + offset: 10381, line: 315, - col: 31, + col: 33, }, }, ExpressionType: "const ?", @@ -27279,14 +27279,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10368, + offset: 10370, line: 315, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 10379, + offset: 10381, line: 315, - col: 31, + col: 33, }, }, }, @@ -27296,14 +27296,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10359, + offset: 10361, line: 315, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10367, + offset: 10369, line: 315, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -27316,14 +27316,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10362, + offset: 10364, line: 315, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 10367, + offset: 10369, line: 315, - col: 19, + col: 21, }, }, }, @@ -27331,14 +27331,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10359, + offset: 10361, line: 315, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10360, + offset: 10362, line: 315, - col: 12, + col: 14, }, }, ExpressionType: "? *", @@ -27349,14 +27349,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10359, + offset: 10361, line: 315, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10360, + offset: 10362, line: 315, - col: 12, + col: 14, }, }, }, @@ -27370,28 +27370,28 @@ '@role': [Declaration, For, Statement, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9955, + offset: 9957, line: 309, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 9981, + offset: 9983, line: 309, - col: 38, + col: 40, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9955, + offset: 9957, line: 309, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 9968, + offset: 9970, line: 309, - col: 25, + col: 27, }, }, IsConst: true, @@ -27409,14 +27409,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9961, + offset: 9963, line: 309, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 9968, + offset: 9970, line: 309, - col: 25, + col: 27, }, }, }, @@ -27427,14 +27427,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9969, + offset: 9971, line: 309, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 9981, + offset: 9983, line: 309, - col: 38, + col: 40, }, }, DeclaresParameterPack: false, @@ -27443,14 +27443,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9970, + offset: 9972, line: 309, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 9981, + offset: 9983, line: 309, - col: 38, + col: 40, }, }, }, @@ -27463,14 +27463,14 @@ '@role': [Expression, For, Iterator, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9983, + offset: 9985, line: 309, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 10004, + offset: 10006, line: 309, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -27481,14 +27481,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 9983, + offset: 9985, line: 309, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 10004, + offset: 10006, line: 309, - col: 61, + col: 63, }, }, }, @@ -27504,14 +27504,14 @@ '@role': [Declaration, Function, 'Null', Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8189, - line: 269, - col: 2, + offset: 8191, + line: 271, + col: 1, }, end: { '@type': "uast:Position", - offset: 8193, + offset: 8195, line: 271, - col: 3, + col: 5, }, }, IsComplex: false, @@ -27536,14 +27536,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8194, + offset: 8196, line: 271, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 8228, + offset: 8230, line: 271, - col: 38, + col: 40, }, }, IsConst: false, @@ -27556,14 +27556,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8194, + offset: 8196, line: 271, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 8226, + offset: 8228, line: 271, - col: 36, + col: 38, }, }, IsConversionOperator: false, @@ -27575,14 +27575,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8194, + offset: 8196, line: 271, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 8212, + offset: 8214, line: 271, - col: 22, + col: 24, }, }, }, @@ -27591,14 +27591,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8214, + offset: 8216, line: 271, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 8226, + offset: 8228, line: 271, - col: 36, + col: 38, }, }, }, @@ -27609,14 +27609,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 8194, + offset: 8196, line: 271, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 8212, + offset: 8214, line: 271, - col: 22, + col: 24, }, }, }, @@ -27629,14 +27629,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10401, - line: 318, - col: 2, + offset: 10403, + line: 320, + col: 1, }, end: { '@type': "uast:Position", - offset: 11021, - line: 337, - col: 45, + offset: 11023, + line: 338, + col: 2, }, }, IsDefaulted: false, @@ -27645,14 +27645,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10448, - line: 320, - col: 46, + offset: 10450, + line: 321, + col: 1, }, end: { '@type': "uast:Position", - offset: 11021, - line: 337, - col: 45, + offset: 11023, + line: 338, + col: 2, }, }, 'Prop_Statements': [ @@ -27660,28 +27660,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10454, + offset: 10456, line: 322, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10475, + offset: 10477, line: 322, - col: 24, + col: 26, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10454, + offset: 10456, line: 322, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10475, + offset: 10477, line: 322, - col: 24, + col: 26, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -27689,14 +27689,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10454, + offset: 10456, line: 322, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10457, + offset: 10459, line: 322, - col: 6, + col: 8, }, }, IsComplex: false, @@ -27722,14 +27722,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10458, + offset: 10460, line: 322, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10474, + offset: 10476, line: 322, - col: 23, + col: 25, }, }, DeclaresParameterPack: false, @@ -27737,14 +27737,14 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10471, + offset: 10473, line: 322, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 10474, + offset: 10476, line: 322, - col: 23, + col: 25, }, }, 'Prop_Expression': { '@type': "CPPASTLiteralExpression", @@ -27752,14 +27752,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10473, + offset: 10475, line: 322, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 10474, + offset: 10476, line: 322, - col: 23, + col: 25, }, }, ExpressionType: "int", @@ -27772,14 +27772,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10473, + offset: 10475, line: 322, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 10474, + offset: 10476, line: 322, - col: 23, + col: 25, }, }, ExpressionType: "int", @@ -27793,14 +27793,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10458, + offset: 10460, line: 322, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10470, + offset: 10472, line: 322, - col: 19, + col: 21, }, }, }, @@ -27813,42 +27813,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10480, + offset: 10482, line: 323, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10510, + offset: 10512, line: 323, - col: 33, + col: 35, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10480, + offset: 10482, line: 323, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10510, + offset: 10512, line: 323, - col: 33, + col: 35, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10480, + offset: 10482, line: 323, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10496, + offset: 10498, line: 323, - col: 19, + col: 21, }, }, IsConst: false, @@ -27866,14 +27866,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10480, + offset: 10482, line: 323, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10496, + offset: 10498, line: 323, - col: 19, + col: 21, }, }, }, @@ -27884,14 +27884,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10497, + offset: 10499, line: 323, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 10509, + offset: 10511, line: 323, - col: 32, + col: 34, }, }, DeclaresParameterPack: false, @@ -27899,14 +27899,14 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10500, + offset: 10502, line: 323, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 10509, + offset: 10511, line: 323, - col: 32, + col: 34, }, }, 'Prop_Expression': { '@type': "CPPASTLiteralExpression", @@ -27914,14 +27914,14 @@ '@role': [Expression, Literal, 'Null'], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10502, + offset: 10504, line: 323, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 10509, + offset: 10511, line: 323, - col: 32, + col: 34, }, }, ExpressionType: "std::nullptr_t", @@ -27934,14 +27934,14 @@ '@role': [Expression, Literal, 'Null'], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10502, + offset: 10504, line: 323, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 10509, + offset: 10511, line: 323, - col: 32, + col: 34, }, }, ExpressionType: "std::nullptr_t", @@ -27955,14 +27955,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10498, + offset: 10500, line: 323, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 10499, + offset: 10501, line: 323, - col: 22, + col: 24, }, }, }, @@ -27976,14 +27976,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10515, + offset: 10517, line: 324, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10672, + offset: 10674, line: 328, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTBinaryExpression", @@ -27991,14 +27991,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10519, + offset: 10521, line: 324, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10542, + offset: 10544, line: 324, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -28008,14 +28008,14 @@ '@role': [Arithmetic, Binary, Expression, Incomplete, Initialization, Right, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10540, + offset: 10542, line: 324, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 10542, + offset: 10544, line: 324, - col: 30, + col: 32, }, }, ExpressionType: "int", @@ -28026,14 +28026,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10541, + offset: 10543, line: 324, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 10542, + offset: 10544, line: 324, - col: 30, + col: 32, }, }, ExpressionType: "int", @@ -28047,14 +28047,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10519, + offset: 10521, line: 324, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10536, + offset: 10538, line: 324, - col: 24, + col: 26, }, }, ExpressionType: "", @@ -28065,14 +28065,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10519, + offset: 10521, line: 324, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10536, + offset: 10538, line: 324, - col: 24, + col: 26, }, }, }, @@ -28081,14 +28081,14 @@ '@role': [Arithmetic, Binary, Expression, Incomplete, Right, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10540, + offset: 10542, line: 324, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 10542, + offset: 10544, line: 324, - col: 30, + col: 32, }, }, ExpressionType: "int", @@ -28099,14 +28099,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10541, + offset: 10543, line: 324, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 10542, + offset: 10544, line: 324, - col: 30, + col: 32, }, }, ExpressionType: "int", @@ -28121,14 +28121,14 @@ '@role': [Body, Else, If], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10606, + offset: 10608, line: 326, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 10672, + offset: 10674, line: 328, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -28136,14 +28136,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10616, + offset: 10618, line: 327, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10666, + offset: 10668, line: 327, - col: 57, + col: 59, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -28151,14 +28151,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10616, + offset: 10618, line: 327, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10665, + offset: 10667, line: 327, - col: 56, + col: 58, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -28168,14 +28168,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10620, + offset: 10622, line: 327, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10665, + offset: 10667, line: 327, - col: 56, + col: 58, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -28186,14 +28186,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10638, + offset: 10640, line: 327, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 10655, + offset: 10657, line: 327, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -28204,14 +28204,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10638, + offset: 10640, line: 327, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 10655, + offset: 10657, line: 327, - col: 46, + col: 48, }, }, }, @@ -28221,14 +28221,14 @@ '@role': [Argument, Call, Expression, Function, Literal, 'Null'], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10657, + offset: 10659, line: 327, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 10664, + offset: 10666, line: 327, - col: 55, + col: 57, }, }, ExpressionType: "std::nullptr_t", @@ -28241,14 +28241,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10620, + offset: 10622, line: 327, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10637, + offset: 10639, line: 327, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -28259,14 +28259,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10620, + offset: 10622, line: 327, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10637, + offset: 10639, line: 327, - col: 28, + col: 30, }, }, }, @@ -28276,14 +28276,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10616, + offset: 10618, line: 327, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10617, + offset: 10619, line: 327, - col: 8, + col: 10, }, }, ExpressionType: "? *", @@ -28294,14 +28294,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10616, + offset: 10618, line: 327, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10617, + offset: 10619, line: 327, - col: 8, + col: 10, }, }, }, @@ -28310,14 +28310,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10620, + offset: 10622, line: 327, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10665, + offset: 10667, line: 327, - col: 56, + col: 58, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -28328,14 +28328,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10638, + offset: 10640, line: 327, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 10655, + offset: 10657, line: 327, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -28346,14 +28346,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10638, + offset: 10640, line: 327, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 10655, + offset: 10657, line: 327, - col: 46, + col: 48, }, }, }, @@ -28363,14 +28363,14 @@ '@role': [Argument, Call, Expression, Function, Literal, 'Null'], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10657, + offset: 10659, line: 327, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 10664, + offset: 10666, line: 327, - col: 55, + col: 57, }, }, ExpressionType: "std::nullptr_t", @@ -28383,14 +28383,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10620, + offset: 10622, line: 327, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10637, + offset: 10639, line: 327, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -28401,14 +28401,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10620, + offset: 10622, line: 327, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10637, + offset: 10639, line: 327, - col: 28, + col: 30, }, }, }, @@ -28422,14 +28422,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10544, + offset: 10546, line: 324, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 10600, + offset: 10602, line: 326, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -28437,14 +28437,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10554, + offset: 10556, line: 325, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10594, + offset: 10596, line: 325, - col: 47, + col: 49, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -28452,14 +28452,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10554, + offset: 10556, line: 325, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10593, + offset: 10595, line: 325, - col: 46, + col: 48, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -28469,14 +28469,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10558, + offset: 10560, line: 325, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10593, + offset: 10595, line: 325, - col: 46, + col: 48, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -28488,14 +28488,14 @@ '@role': [Argument, Call, Expression, Function, Literal, 'Null'], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10570, + offset: 10572, line: 325, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 10577, + offset: 10579, line: 325, - col: 30, + col: 32, }, }, ExpressionType: "std::nullptr_t", @@ -28507,14 +28507,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10579, + offset: 10581, line: 325, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 10592, + offset: 10594, line: 325, - col: 45, + col: 47, }, }, ExpressionType: "int *", @@ -28524,14 +28524,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10580, + offset: 10582, line: 325, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 10592, + offset: 10594, line: 325, - col: 45, + col: 47, }, }, ExpressionType: "int", @@ -28542,14 +28542,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10580, + offset: 10582, line: 325, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 10592, + offset: 10594, line: 325, - col: 45, + col: 47, }, }, }, @@ -28561,14 +28561,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10558, + offset: 10560, line: 325, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10569, + offset: 10571, line: 325, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -28579,14 +28579,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10558, + offset: 10560, line: 325, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10569, + offset: 10571, line: 325, - col: 22, + col: 24, }, }, }, @@ -28596,14 +28596,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10554, + offset: 10556, line: 325, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10555, + offset: 10557, line: 325, - col: 8, + col: 10, }, }, ExpressionType: "? *", @@ -28614,14 +28614,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10554, + offset: 10556, line: 325, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10555, + offset: 10557, line: 325, - col: 8, + col: 10, }, }, }, @@ -28630,14 +28630,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10558, + offset: 10560, line: 325, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10593, + offset: 10595, line: 325, - col: 46, + col: 48, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -28649,14 +28649,14 @@ '@role': [Argument, Call, Expression, Function, Literal, 'Null'], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10570, + offset: 10572, line: 325, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 10577, + offset: 10579, line: 325, - col: 30, + col: 32, }, }, ExpressionType: "std::nullptr_t", @@ -28668,14 +28668,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10579, + offset: 10581, line: 325, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 10592, + offset: 10594, line: 325, - col: 45, + col: 47, }, }, ExpressionType: "int *", @@ -28685,14 +28685,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10580, + offset: 10582, line: 325, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 10592, + offset: 10594, line: 325, - col: 45, + col: 47, }, }, ExpressionType: "int", @@ -28703,14 +28703,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10580, + offset: 10582, line: 325, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 10592, + offset: 10594, line: 325, - col: 45, + col: 47, }, }, }, @@ -28722,14 +28722,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10558, + offset: 10560, line: 325, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10569, + offset: 10571, line: 325, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -28740,14 +28740,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10558, + offset: 10560, line: 325, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10569, + offset: 10571, line: 325, - col: 22, + col: 24, }, }, }, @@ -28762,28 +28762,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10677, + offset: 10679, line: 329, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10861, + offset: 10863, line: 333, - col: 4, + col: 6, }, }, 'Prop_ConditionDeclaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10681, + offset: 10683, line: 329, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10720, + offset: 10722, line: 329, - col: 46, + col: 48, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -28791,14 +28791,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10681, + offset: 10683, line: 329, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10684, + offset: 10686, line: 329, - col: 10, + col: 12, }, }, IsComplex: false, @@ -28824,14 +28824,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10685, + offset: 10687, line: 329, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10720, + offset: 10722, line: 329, - col: 46, + col: 48, }, }, DeclaresParameterPack: false, @@ -28839,28 +28839,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10691, + offset: 10693, line: 329, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 10720, + offset: 10722, line: 329, - col: 46, + col: 48, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10693, + offset: 10695, line: 329, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 10720, + offset: 10722, line: 329, - col: 46, + col: 48, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -28871,14 +28871,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10718, + offset: 10720, line: 329, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 10719, + offset: 10721, line: 329, - col: 45, + col: 47, }, }, ExpressionType: "? *", @@ -28889,14 +28889,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10718, + offset: 10720, line: 329, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 10719, + offset: 10721, line: 329, - col: 45, + col: 47, }, }, }, @@ -28906,14 +28906,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10693, + offset: 10695, line: 329, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 10717, + offset: 10719, line: 329, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -28924,14 +28924,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10693, + offset: 10695, line: 329, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 10717, + offset: 10719, line: 329, - col: 43, + col: 45, }, }, }, @@ -28941,14 +28941,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10693, + offset: 10695, line: 329, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 10720, + offset: 10722, line: 329, - col: 46, + col: 48, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -28959,14 +28959,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10718, + offset: 10720, line: 329, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 10719, + offset: 10721, line: 329, - col: 45, + col: 47, }, }, ExpressionType: "? *", @@ -28977,14 +28977,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10718, + offset: 10720, line: 329, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 10719, + offset: 10721, line: 329, - col: 45, + col: 47, }, }, }, @@ -28994,14 +28994,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10693, + offset: 10695, line: 329, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 10717, + offset: 10719, line: 329, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -29012,14 +29012,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10693, + offset: 10695, line: 329, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 10717, + offset: 10719, line: 329, - col: 43, + col: 45, }, }, }, @@ -29031,14 +29031,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10685, + offset: 10687, line: 329, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 10690, + offset: 10692, line: 329, - col: 16, + col: 18, }, }, }, @@ -29050,14 +29050,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10722, + offset: 10724, line: 329, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 10861, + offset: 10863, line: 333, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -29065,14 +29065,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10732, + offset: 10734, line: 330, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10822, + offset: 10824, line: 330, - col: 97, + col: 99, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -29080,14 +29080,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10732, + offset: 10734, line: 330, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10821, + offset: 10823, line: 330, - col: 96, + col: 98, }, }, ExpressionType: "", @@ -29097,14 +29097,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10812, + offset: 10814, line: 330, - col: 87, + col: 89, }, end: { '@type': "uast:Position", - offset: 10821, + offset: 10823, line: 330, - col: 96, + col: 98, }, }, ExpressionType: "", @@ -29114,14 +29114,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10812, + offset: 10814, line: 330, - col: 87, + col: 89, }, end: { '@type': "uast:Position", - offset: 10821, + offset: 10823, line: 330, - col: 96, + col: 98, }, }, IsConversionOperator: false, @@ -29133,14 +29133,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10812, + offset: 10814, line: 330, - col: 87, + col: 89, }, end: { '@type': "uast:Position", - offset: 10815, + offset: 10817, line: 330, - col: 90, + col: 92, }, }, }, @@ -29149,14 +29149,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10817, + offset: 10819, line: 330, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 10821, + offset: 10823, line: 330, - col: 96, + col: 98, }, }, }, @@ -29167,14 +29167,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10812, + offset: 10814, line: 330, - col: 87, + col: 89, }, end: { '@type': "uast:Position", - offset: 10815, + offset: 10817, line: 330, - col: 90, + col: 92, }, }, }, @@ -29186,14 +29186,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10732, + offset: 10734, line: 330, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10808, + offset: 10810, line: 330, - col: 83, + col: 85, }, }, ExpressionType: "", @@ -29203,14 +29203,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10803, + offset: 10805, line: 330, - col: 78, + col: 80, }, end: { '@type': "uast:Position", - offset: 10808, + offset: 10810, line: 330, - col: 83, + col: 85, }, }, ExpressionType: "int", @@ -29221,14 +29221,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10803, + offset: 10805, line: 330, - col: 78, + col: 80, }, end: { '@type': "uast:Position", - offset: 10808, + offset: 10810, line: 330, - col: 83, + col: 85, }, }, }, @@ -29238,14 +29238,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10732, + offset: 10734, line: 330, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10799, + offset: 10801, line: 330, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -29256,14 +29256,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10745, + offset: 10747, line: 330, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 10799, + offset: 10801, line: 330, - col: 74, + col: 76, }, }, ExpressionType: "const char [53]", @@ -29275,14 +29275,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10732, + offset: 10734, line: 330, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10741, + offset: 10743, line: 330, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -29292,14 +29292,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10732, + offset: 10734, line: 330, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10741, + offset: 10743, line: 330, - col: 16, + col: 18, }, }, IsConversionOperator: false, @@ -29311,14 +29311,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10732, + offset: 10734, line: 330, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10735, + offset: 10737, line: 330, - col: 10, + col: 12, }, }, }, @@ -29327,14 +29327,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10737, + offset: 10739, line: 330, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 10741, + offset: 10743, line: 330, - col: 16, + col: 18, }, }, }, @@ -29345,14 +29345,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10732, + offset: 10734, line: 330, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10735, + offset: 10737, line: 330, - col: 10, + col: 12, }, }, }, @@ -29364,14 +29364,14 @@ '@role': [Binary, Expression, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10745, + offset: 10747, line: 330, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 10799, + offset: 10801, line: 330, - col: 74, + col: 76, }, }, ExpressionType: "const char [53]", @@ -29384,14 +29384,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10803, + offset: 10805, line: 330, - col: 78, + col: 80, }, end: { '@type': "uast:Position", - offset: 10808, + offset: 10810, line: 330, - col: 83, + col: 85, }, }, ExpressionType: "int", @@ -29402,14 +29402,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10803, + offset: 10805, line: 330, - col: 78, + col: 80, }, end: { '@type': "uast:Position", - offset: 10808, + offset: 10810, line: 330, - col: 83, + col: 85, }, }, }, @@ -29419,14 +29419,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10812, + offset: 10814, line: 330, - col: 87, + col: 89, }, end: { '@type': "uast:Position", - offset: 10821, + offset: 10823, line: 330, - col: 96, + col: 98, }, }, ExpressionType: "", @@ -29436,14 +29436,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10812, + offset: 10814, line: 330, - col: 87, + col: 89, }, end: { '@type': "uast:Position", - offset: 10821, + offset: 10823, line: 330, - col: 96, + col: 98, }, }, IsConversionOperator: false, @@ -29455,14 +29455,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10812, + offset: 10814, line: 330, - col: 87, + col: 89, }, end: { '@type': "uast:Position", - offset: 10815, + offset: 10817, line: 330, - col: 90, + col: 92, }, }, }, @@ -29471,14 +29471,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10817, + offset: 10819, line: 330, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 10821, + offset: 10823, line: 330, - col: 96, + col: 98, }, }, }, @@ -29489,14 +29489,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10812, + offset: 10814, line: 330, - col: 87, + col: 89, }, end: { '@type': "uast:Position", - offset: 10815, + offset: 10817, line: 330, - col: 90, + col: 92, }, }, }, @@ -29509,28 +29509,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10831, + offset: 10833, line: 331, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10839, + offset: 10841, line: 331, - col: 15, + col: 17, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10831, + offset: 10833, line: 331, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10838, + offset: 10840, line: 331, - col: 14, + col: 16, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -29542,14 +29542,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10836, + offset: 10838, line: 331, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 10837, + offset: 10839, line: 331, - col: 13, + col: 15, }, }, ExpressionType: "int", @@ -29562,14 +29562,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10831, + offset: 10833, line: 331, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10835, + offset: 10837, line: 331, - col: 11, + col: 13, }, }, ExpressionType: "", @@ -29580,14 +29580,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10831, + offset: 10833, line: 331, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10835, + offset: 10837, line: 331, - col: 11, + col: 13, }, }, }, @@ -29598,14 +29598,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10848, + offset: 10850, line: 332, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 10855, + offset: 10857, line: 332, - col: 14, + col: 16, }, }, }, @@ -29616,28 +29616,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10866, + offset: 10868, line: 334, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10886, + offset: 10888, line: 334, - col: 23, + col: 25, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10866, + offset: 10868, line: 334, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10885, + offset: 10887, line: 334, - col: 22, + col: 24, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -29648,14 +29648,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10883, + offset: 10885, line: 334, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 10884, + offset: 10886, line: 334, - col: 21, + col: 23, }, }, ExpressionType: "? *", @@ -29666,14 +29666,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10883, + offset: 10885, line: 334, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 10884, + offset: 10886, line: 334, - col: 21, + col: 23, }, }, }, @@ -29683,14 +29683,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10866, + offset: 10868, line: 334, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10882, + offset: 10884, line: 334, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -29701,14 +29701,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10866, + offset: 10868, line: 334, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10882, + offset: 10884, line: 334, - col: 19, + col: 21, }, }, }, @@ -29719,14 +29719,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10941, + offset: 10943, line: 336, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10974, + offset: 10976, line: 336, - col: 36, + col: 38, }, }, LeadingComments: [ @@ -29735,14 +29735,14 @@ '@role': [Comment, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10891, + offset: 10893, line: 335, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10936, + offset: 10938, line: 335, - col: 48, + col: 50, }, }, IsBlockComment: false, @@ -29752,14 +29752,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10941, + offset: 10943, line: 336, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10973, + offset: 10975, line: 336, - col: 35, + col: 37, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -29770,14 +29770,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10960, + offset: 10962, line: 336, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 10972, + offset: 10974, line: 336, - col: 34, + col: 36, }, }, ExpressionType: "int", @@ -29788,14 +29788,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10960, + offset: 10962, line: 336, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 10972, + offset: 10974, line: 336, - col: 34, + col: 36, }, }, }, @@ -29805,14 +29805,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10941, + offset: 10943, line: 336, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10959, + offset: 10961, line: 336, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -29823,14 +29823,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10941, + offset: 10943, line: 336, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10959, + offset: 10961, line: 336, - col: 21, + col: 23, }, }, }, @@ -29841,42 +29841,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10979, + offset: 10981, line: 337, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11019, + offset: 11021, line: 337, - col: 43, + col: 45, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10979, + offset: 10981, line: 337, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11019, + offset: 11021, line: 337, - col: 43, + col: 45, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10979, + offset: 10981, line: 337, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10995, + offset: 10997, line: 337, - col: 19, + col: 21, }, }, IsConst: false, @@ -29894,14 +29894,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10979, + offset: 10981, line: 337, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 10995, + offset: 10997, line: 337, - col: 19, + col: 21, }, }, }, @@ -29912,14 +29912,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10995, + offset: 10997, line: 337, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 11018, + offset: 11020, line: 337, - col: 42, + col: 44, }, }, DeclaresParameterPack: false, @@ -29931,14 +29931,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10996, + offset: 10998, line: 337, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 11017, + offset: 11019, line: 337, - col: 41, + col: 43, }, }, IsConst: false, @@ -29952,14 +29952,14 @@ '@role': [Declaration, Function, Identifier, Name], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10996, + offset: 10998, line: 337, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 11009, + offset: 11011, line: 337, - col: 33, + col: 35, }, }, }, @@ -29967,28 +29967,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11013, + offset: 11015, line: 337, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 11017, + offset: 11019, line: 337, - col: 41, + col: 43, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11017, + offset: 11019, line: 337, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 11017, + offset: 11019, line: 337, - col: 41, + col: 43, }, }, DeclaresParameterPack: false, @@ -30002,14 +30002,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11013, + offset: 11015, line: 337, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 11017, + offset: 11019, line: 337, - col: 41, + col: 43, }, }, IsConst: false, @@ -30027,14 +30027,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11013, + offset: 11015, line: 337, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 11017, + offset: 11019, line: 337, - col: 41, + col: 43, }, }, }, @@ -30055,14 +30055,14 @@ '@role': [Declaration, Function, 'Null', Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10401, - line: 318, - col: 2, + offset: 10403, + line: 320, + col: 1, }, end: { '@type': "uast:Position", - offset: 10405, + offset: 10407, line: 320, - col: 3, + col: 5, }, }, IsComplex: false, @@ -30087,14 +30087,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10406, + offset: 10408, line: 320, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 10447, + offset: 10449, line: 320, - col: 45, + col: 47, }, }, IsConst: false, @@ -30107,14 +30107,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10406, + offset: 10408, line: 320, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 10445, + offset: 10447, line: 320, - col: 43, + col: 45, }, }, IsConversionOperator: false, @@ -30126,14 +30126,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10406, + offset: 10408, line: 320, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 10424, + offset: 10426, line: 320, - col: 22, + col: 24, }, }, }, @@ -30142,14 +30142,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10426, + offset: 10428, line: 320, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 10445, + offset: 10447, line: 320, - col: 43, + col: 45, }, }, }, @@ -30160,14 +30160,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 10406, + offset: 10408, line: 320, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 10424, + offset: 10426, line: 320, - col: 22, + col: 24, }, }, }, @@ -30180,14 +30180,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11023, - line: 338, - col: 2, + offset: 11025, + line: 340, + col: 1, }, end: { '@type': "uast:Position", - offset: 14014, - line: 409, - col: 23, + offset: 14016, + line: 410, + col: 2, }, }, IsDefaulted: false, @@ -30196,14 +30196,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11070, - line: 340, - col: 46, + offset: 11072, + line: 341, + col: 1, }, end: { '@type': "uast:Position", - offset: 14014, - line: 409, - col: 23, + offset: 14016, + line: 410, + col: 2, }, }, 'Prop_Statements': [ @@ -30211,28 +30211,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11076, + offset: 11078, line: 342, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11182, + offset: 11184, line: 342, - col: 109, + col: 111, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11076, + offset: 11078, line: 342, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11181, + offset: 11183, line: 342, - col: 108, + col: 110, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -30243,14 +30243,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11087, + offset: 11089, line: 342, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 11105, + offset: 11107, line: 342, - col: 32, + col: 34, }, }, ExpressionType: "Attempt to use symbol failed: self", @@ -30260,14 +30260,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11087, + offset: 11089, line: 342, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 11103, + offset: 11105, line: 342, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -30277,14 +30277,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11087, + offset: 11089, line: 342, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 11103, + offset: 11105, line: 342, - col: 30, + col: 32, }, }, IsConversionOperator: false, @@ -30296,14 +30296,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11087, + offset: 11089, line: 342, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 11097, + offset: 11099, line: 342, - col: 24, + col: 26, }, }, }, @@ -30312,14 +30312,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11099, + offset: 11101, line: 342, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 11103, + offset: 11105, line: 342, - col: 30, + col: 32, }, }, }, @@ -30330,14 +30330,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11087, + offset: 11089, line: 342, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 11097, + offset: 11099, line: 342, - col: 24, + col: 26, }, }, }, @@ -30349,14 +30349,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11107, + offset: 11109, line: 342, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 11132, + offset: 11134, line: 342, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -30366,14 +30366,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11108, + offset: 11110, line: 342, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 11132, + offset: 11134, line: 342, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -30383,14 +30383,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11108, + offset: 11110, line: 342, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 11132, + offset: 11134, line: 342, - col: 59, + col: 61, }, }, IsConversionOperator: false, @@ -30402,14 +30402,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11108, + offset: 11110, line: 342, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 11118, + offset: 11120, line: 342, - col: 45, + col: 47, }, }, }, @@ -30418,14 +30418,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11120, + offset: 11122, line: 342, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 11132, + offset: 11134, line: 342, - col: 59, + col: 61, }, }, }, @@ -30436,14 +30436,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11108, + offset: 11110, line: 342, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 11118, + offset: 11120, line: 342, - col: 45, + col: 47, }, }, }, @@ -30457,14 +30457,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11134, + offset: 11136, line: 342, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 11138, + offset: 11140, line: 342, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -30476,14 +30476,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11140, + offset: 11142, line: 342, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 11180, + offset: 11182, line: 342, - col: 107, + col: 109, }, }, ExpressionType: "", @@ -30493,14 +30493,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11141, + offset: 11143, line: 342, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 11180, + offset: 11182, line: 342, - col: 107, + col: 109, }, }, ExpressionType: "", @@ -30510,14 +30510,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11141, + offset: 11143, line: 342, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 11180, + offset: 11182, line: 342, - col: 107, + col: 109, }, }, IsConversionOperator: false, @@ -30529,14 +30529,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11141, + offset: 11143, line: 342, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 11159, + offset: 11161, line: 342, - col: 86, + col: 88, }, }, }, @@ -30545,14 +30545,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11161, + offset: 11163, line: 342, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 11180, + offset: 11182, line: 342, - col: 107, + col: 109, }, }, }, @@ -30563,14 +30563,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11141, + offset: 11143, line: 342, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 11159, + offset: 11161, line: 342, - col: 86, + col: 88, }, }, }, @@ -30584,14 +30584,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11076, + offset: 11078, line: 342, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11086, + offset: 11088, line: 342, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -30602,14 +30602,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11076, + offset: 11078, line: 342, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11086, + offset: 11088, line: 342, - col: 13, + col: 15, }, }, }, @@ -30620,28 +30620,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11187, + offset: 11189, line: 343, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11202, + offset: 11204, line: 343, - col: 18, + col: 20, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11187, + offset: 11189, line: 343, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11202, + offset: 11204, line: 343, - col: 18, + col: 20, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -30649,14 +30649,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11187, + offset: 11189, line: 343, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11190, + offset: 11192, line: 343, - col: 6, + col: 8, }, }, IsComplex: false, @@ -30682,14 +30682,14 @@ '@role': [Declaration, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11191, + offset: 11193, line: 343, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11201, + offset: 11203, line: 343, - col: 17, + col: 19, }, }, DeclaresParameterPack: false, @@ -30698,14 +30698,14 @@ '@role': [Declaration, Incomplete, List, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11198, + offset: 11200, line: 343, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 11201, + offset: 11203, line: 343, - col: 17, + col: 19, }, }, 'Prop_ConstantExpression': { '@type': "CPPASTLiteralExpression", @@ -30713,14 +30713,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11199, + offset: 11201, line: 343, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 11200, + offset: 11202, line: 343, - col: 16, + col: 18, }, }, ExpressionType: "int", @@ -30735,14 +30735,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11191, + offset: 11193, line: 343, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11198, + offset: 11200, line: 343, - col: 14, + col: 16, }, }, }, @@ -30755,14 +30755,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11207, + offset: 11209, line: 344, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11361, + offset: 11363, line: 348, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTBinaryExpression", @@ -30770,14 +30770,14 @@ '@role': [Binary, Equal, Expression, Not, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11211, + offset: 11213, line: 344, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11229, + offset: 11231, line: 344, - col: 25, + col: 27, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -30788,14 +30788,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11228, + offset: 11230, line: 344, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 11229, + offset: 11231, line: 344, - col: 25, + col: 27, }, }, ExpressionType: "int", @@ -30807,14 +30807,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11211, + offset: 11213, line: 344, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11224, + offset: 11226, line: 344, - col: 20, + col: 22, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -30825,14 +30825,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11216, + offset: 11218, line: 344, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 11223, + offset: 11225, line: 344, - col: 19, + col: 21, }, }, ExpressionType: "int [2]", @@ -30843,14 +30843,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11216, + offset: 11218, line: 344, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 11223, + offset: 11225, line: 344, - col: 19, + col: 21, }, }, }, @@ -30860,14 +30860,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11211, + offset: 11213, line: 344, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11215, + offset: 11217, line: 344, - col: 11, + col: 13, }, }, ExpressionType: "", @@ -30878,14 +30878,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11211, + offset: 11213, line: 344, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11215, + offset: 11217, line: 344, - col: 11, + col: 13, }, }, }, @@ -30896,14 +30896,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11228, + offset: 11230, line: 344, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 11229, + offset: 11231, line: 344, - col: 25, + col: 27, }, }, ExpressionType: "int", @@ -30916,14 +30916,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11231, + offset: 11233, line: 344, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 11361, + offset: 11363, line: 348, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -30931,14 +30931,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11241, + offset: 11243, line: 345, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11322, + offset: 11324, line: 345, - col: 88, + col: 90, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -30946,14 +30946,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11241, + offset: 11243, line: 345, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11321, + offset: 11323, line: 345, - col: 87, + col: 89, }, }, ExpressionType: "", @@ -30963,14 +30963,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11312, + offset: 11314, line: 345, - col: 78, + col: 80, }, end: { '@type': "uast:Position", - offset: 11321, + offset: 11323, line: 345, - col: 87, + col: 89, }, }, ExpressionType: "", @@ -30980,14 +30980,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11312, + offset: 11314, line: 345, - col: 78, + col: 80, }, end: { '@type': "uast:Position", - offset: 11321, + offset: 11323, line: 345, - col: 87, + col: 89, }, }, IsConversionOperator: false, @@ -30999,14 +30999,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11312, + offset: 11314, line: 345, - col: 78, + col: 80, }, end: { '@type': "uast:Position", - offset: 11315, + offset: 11317, line: 345, - col: 81, + col: 83, }, }, }, @@ -31015,14 +31015,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11317, + offset: 11319, line: 345, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 11321, + offset: 11323, line: 345, - col: 87, + col: 89, }, }, }, @@ -31033,14 +31033,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11312, + offset: 11314, line: 345, - col: 78, + col: 80, }, end: { '@type': "uast:Position", - offset: 11315, + offset: 11317, line: 345, - col: 81, + col: 83, }, }, }, @@ -31052,14 +31052,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11241, + offset: 11243, line: 345, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11308, + offset: 11310, line: 345, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -31070,14 +31070,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11254, + offset: 11256, line: 345, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 11308, + offset: 11310, line: 345, - col: 74, + col: 76, }, }, ExpressionType: "const char [53]", @@ -31089,14 +31089,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11241, + offset: 11243, line: 345, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11250, + offset: 11252, line: 345, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -31106,14 +31106,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11241, + offset: 11243, line: 345, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11250, + offset: 11252, line: 345, - col: 16, + col: 18, }, }, IsConversionOperator: false, @@ -31125,14 +31125,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11241, + offset: 11243, line: 345, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11244, + offset: 11246, line: 345, - col: 10, + col: 12, }, }, }, @@ -31141,14 +31141,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11246, + offset: 11248, line: 345, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 11250, + offset: 11252, line: 345, - col: 16, + col: 18, }, }, }, @@ -31159,14 +31159,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11241, + offset: 11243, line: 345, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11244, + offset: 11246, line: 345, - col: 10, + col: 12, }, }, }, @@ -31178,14 +31178,14 @@ '@role': [Binary, Expression, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11254, + offset: 11256, line: 345, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 11308, + offset: 11310, line: 345, - col: 74, + col: 76, }, }, ExpressionType: "const char [53]", @@ -31198,14 +31198,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11312, + offset: 11314, line: 345, - col: 78, + col: 80, }, end: { '@type': "uast:Position", - offset: 11321, + offset: 11323, line: 345, - col: 87, + col: 89, }, }, ExpressionType: "", @@ -31215,14 +31215,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11312, + offset: 11314, line: 345, - col: 78, + col: 80, }, end: { '@type': "uast:Position", - offset: 11321, + offset: 11323, line: 345, - col: 87, + col: 89, }, }, IsConversionOperator: false, @@ -31234,14 +31234,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11312, + offset: 11314, line: 345, - col: 78, + col: 80, }, end: { '@type': "uast:Position", - offset: 11315, + offset: 11317, line: 345, - col: 81, + col: 83, }, }, }, @@ -31250,14 +31250,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11317, + offset: 11319, line: 345, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 11321, + offset: 11323, line: 345, - col: 87, + col: 89, }, }, }, @@ -31268,14 +31268,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11312, + offset: 11314, line: 345, - col: 78, + col: 80, }, end: { '@type': "uast:Position", - offset: 11315, + offset: 11317, line: 345, - col: 81, + col: 83, }, }, }, @@ -31288,28 +31288,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11331, + offset: 11333, line: 346, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11339, + offset: 11341, line: 346, - col: 15, + col: 17, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11331, + offset: 11333, line: 346, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11338, + offset: 11340, line: 346, - col: 14, + col: 16, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -31321,14 +31321,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11336, + offset: 11338, line: 346, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 11337, + offset: 11339, line: 346, - col: 13, + col: 15, }, }, ExpressionType: "int", @@ -31341,14 +31341,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11331, + offset: 11333, line: 346, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11335, + offset: 11337, line: 346, - col: 11, + col: 13, }, }, ExpressionType: "", @@ -31359,14 +31359,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11331, + offset: 11333, line: 346, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11335, + offset: 11337, line: 346, - col: 11, + col: 13, }, }, }, @@ -31377,14 +31377,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11348, + offset: 11350, line: 347, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11355, + offset: 11357, line: 347, - col: 14, + col: 16, }, }, }, @@ -31395,28 +31395,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11366, + offset: 11368, line: 349, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11376, + offset: 11378, line: 349, - col: 13, + col: 15, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11366, + offset: 11368, line: 349, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11376, + offset: 11378, line: 349, - col: 13, + col: 15, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -31424,14 +31424,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11366, + offset: 11368, line: 349, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11369, + offset: 11371, line: 349, - col: 6, + col: 8, }, }, IsComplex: false, @@ -31457,14 +31457,14 @@ '@role': [Declaration, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11370, + offset: 11372, line: 349, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11375, + offset: 11377, line: 349, - col: 12, + col: 14, }, }, DeclaresParameterPack: false, @@ -31473,14 +31473,14 @@ '@role': [Declaration, Incomplete, List, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11372, + offset: 11374, line: 349, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 11375, + offset: 11377, line: 349, - col: 12, + col: 14, }, }, 'Prop_ConstantExpression': { '@type': "CPPASTLiteralExpression", @@ -31488,14 +31488,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11373, + offset: 11375, line: 349, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 11374, + offset: 11376, line: 349, - col: 11, + col: 13, }, }, ExpressionType: "int", @@ -31510,14 +31510,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11370, + offset: 11372, line: 349, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11372, + offset: 11374, line: 349, - col: 9, + col: 11, }, }, }, @@ -31530,14 +31530,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11381, + offset: 11383, line: 350, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11580, + offset: 11582, line: 354, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTBinaryExpression", @@ -31545,14 +31545,14 @@ '@role': [Binary, Expression, LessThan, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11385, + offset: 11387, line: 350, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11443, + offset: 11445, line: 350, - col: 65, + col: 67, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -31563,14 +31563,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11442, + offset: 11444, line: 350, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 11443, + offset: 11445, line: 350, - col: 65, + col: 67, }, }, ExpressionType: "int", @@ -31582,14 +31582,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11385, + offset: 11387, line: 350, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11439, + offset: 11441, line: 350, - col: 61, + col: 63, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -31600,14 +31600,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11396, + offset: 11398, line: 350, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 11403, + offset: 11405, line: 350, - col: 25, + col: 27, }, }, ExpressionType: "", @@ -31618,14 +31618,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11396, + offset: 11398, line: 350, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 11403, + offset: 11405, line: 350, - col: 25, + col: 27, }, }, }, @@ -31635,14 +31635,14 @@ '@role': [Argument, Binary, Bitwise, Call, Expression, Function, Or], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11405, + offset: 11407, line: 350, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 11431, + offset: 11433, line: 350, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -31652,14 +31652,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11419, + offset: 11421, line: 350, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 11431, + offset: 11433, line: 350, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -31670,14 +31670,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11419, + offset: 11421, line: 350, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 11431, + offset: 11433, line: 350, - col: 53, + col: 55, }, }, }, @@ -31686,14 +31686,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11405, + offset: 11407, line: 350, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 11416, + offset: 11418, line: 350, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -31704,14 +31704,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11405, + offset: 11407, line: 350, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 11416, + offset: 11418, line: 350, - col: 38, + col: 40, }, }, }, @@ -31720,14 +31720,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11419, + offset: 11421, line: 350, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 11431, + offset: 11433, line: 350, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -31738,14 +31738,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11419, + offset: 11421, line: 350, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 11431, + offset: 11433, line: 350, - col: 53, + col: 55, }, }, }, @@ -31756,14 +31756,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11433, + offset: 11435, line: 350, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 11434, + offset: 11436, line: 350, - col: 56, + col: 58, }, }, ExpressionType: "int", @@ -31775,14 +31775,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11436, + offset: 11438, line: 350, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 11438, + offset: 11440, line: 350, - col: 60, + col: 62, }, }, ExpressionType: "int [2]", @@ -31793,14 +31793,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11436, + offset: 11438, line: 350, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 11438, + offset: 11440, line: 350, - col: 60, + col: 62, }, }, }, @@ -31810,14 +31810,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11385, + offset: 11387, line: 350, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11395, + offset: 11397, line: 350, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -31828,14 +31828,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11385, + offset: 11387, line: 350, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11395, + offset: 11397, line: 350, - col: 17, + col: 19, }, }, }, @@ -31846,14 +31846,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11442, + offset: 11444, line: 350, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 11443, + offset: 11445, line: 350, - col: 65, + col: 67, }, }, ExpressionType: "int", @@ -31866,14 +31866,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11445, + offset: 11447, line: 350, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 11580, + offset: 11582, line: 354, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -31881,14 +31881,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11455, + offset: 11457, line: 351, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11541, + offset: 11543, line: 351, - col: 93, + col: 95, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -31896,14 +31896,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11455, + offset: 11457, line: 351, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11540, + offset: 11542, line: 351, - col: 92, + col: 94, }, }, ExpressionType: "", @@ -31913,14 +31913,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11531, + offset: 11533, line: 351, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 11540, + offset: 11542, line: 351, - col: 92, + col: 94, }, }, ExpressionType: "", @@ -31930,14 +31930,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11531, + offset: 11533, line: 351, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 11540, + offset: 11542, line: 351, - col: 92, + col: 94, }, }, IsConversionOperator: false, @@ -31949,14 +31949,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11531, + offset: 11533, line: 351, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 11534, + offset: 11536, line: 351, - col: 86, + col: 88, }, }, }, @@ -31965,14 +31965,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11536, + offset: 11538, line: 351, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 11540, + offset: 11542, line: 351, - col: 92, + col: 94, }, }, }, @@ -31983,14 +31983,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11531, + offset: 11533, line: 351, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 11534, + offset: 11536, line: 351, - col: 86, + col: 88, }, }, }, @@ -32002,14 +32002,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11455, + offset: 11457, line: 351, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11527, + offset: 11529, line: 351, - col: 79, + col: 81, }, }, ExpressionType: "", @@ -32020,14 +32020,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11468, + offset: 11470, line: 351, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 11527, + offset: 11529, line: 351, - col: 79, + col: 81, }, }, ExpressionType: "const char [58]", @@ -32039,14 +32039,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11455, + offset: 11457, line: 351, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11464, + offset: 11466, line: 351, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -32056,14 +32056,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11455, + offset: 11457, line: 351, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11464, + offset: 11466, line: 351, - col: 16, + col: 18, }, }, IsConversionOperator: false, @@ -32075,14 +32075,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11455, + offset: 11457, line: 351, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11458, + offset: 11460, line: 351, - col: 10, + col: 12, }, }, }, @@ -32091,14 +32091,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11460, + offset: 11462, line: 351, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 11464, + offset: 11466, line: 351, - col: 16, + col: 18, }, }, }, @@ -32109,14 +32109,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11455, + offset: 11457, line: 351, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11458, + offset: 11460, line: 351, - col: 10, + col: 12, }, }, }, @@ -32128,14 +32128,14 @@ '@role': [Binary, Expression, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11468, + offset: 11470, line: 351, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 11527, + offset: 11529, line: 351, - col: 79, + col: 81, }, }, ExpressionType: "const char [58]", @@ -32148,14 +32148,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11531, + offset: 11533, line: 351, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 11540, + offset: 11542, line: 351, - col: 92, + col: 94, }, }, ExpressionType: "", @@ -32165,14 +32165,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11531, + offset: 11533, line: 351, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 11540, + offset: 11542, line: 351, - col: 92, + col: 94, }, }, IsConversionOperator: false, @@ -32184,14 +32184,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11531, + offset: 11533, line: 351, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 11534, + offset: 11536, line: 351, - col: 86, + col: 88, }, }, }, @@ -32200,14 +32200,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11536, + offset: 11538, line: 351, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 11540, + offset: 11542, line: 351, - col: 92, + col: 94, }, }, }, @@ -32218,14 +32218,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11531, + offset: 11533, line: 351, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 11534, + offset: 11536, line: 351, - col: 86, + col: 88, }, }, }, @@ -32238,28 +32238,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11550, + offset: 11552, line: 352, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11558, + offset: 11560, line: 352, - col: 15, + col: 17, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11550, + offset: 11552, line: 352, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11557, + offset: 11559, line: 352, - col: 14, + col: 16, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -32271,14 +32271,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11555, + offset: 11557, line: 352, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 11556, + offset: 11558, line: 352, - col: 13, + col: 15, }, }, ExpressionType: "int", @@ -32291,14 +32291,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11550, + offset: 11552, line: 352, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11554, + offset: 11556, line: 352, - col: 11, + col: 13, }, }, ExpressionType: "", @@ -32309,14 +32309,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11550, + offset: 11552, line: 352, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11554, + offset: 11556, line: 352, - col: 11, + col: 13, }, }, }, @@ -32327,14 +32327,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11567, + offset: 11569, line: 353, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11574, + offset: 11576, line: 353, - col: 14, + col: 16, }, }, }, @@ -32345,28 +32345,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11585, + offset: 11587, line: 355, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11605, + offset: 11607, line: 355, - col: 23, + col: 25, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11585, + offset: 11587, line: 355, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11605, + offset: 11607, line: 355, - col: 23, + col: 25, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -32374,14 +32374,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11585, + offset: 11587, line: 355, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11588, + offset: 11590, line: 355, - col: 6, + col: 8, }, }, IsComplex: false, @@ -32407,14 +32407,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11589, + offset: 11591, line: 355, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11604, + offset: 11606, line: 355, - col: 22, + col: 24, }, }, DeclaresParameterPack: false, @@ -32422,28 +32422,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11592, + offset: 11594, line: 355, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 11604, + offset: 11606, line: 355, - col: 22, + col: 24, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11594, + offset: 11596, line: 355, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 11604, + offset: 11606, line: 355, - col: 22, + col: 24, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -32454,14 +32454,14 @@ '@role': [Argument, Call, Function, Incomplete, List, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11598, + offset: 11600, line: 355, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 11603, + offset: 11605, line: 355, - col: 21, + col: 23, }, }, ExpressionType: "int", @@ -32472,14 +32472,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11601, + offset: 11603, line: 355, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 11602, + offset: 11604, line: 355, - col: 20, + col: 22, }, }, ExpressionType: "int", @@ -32491,14 +32491,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11598, + offset: 11600, line: 355, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 11600, + offset: 11602, line: 355, - col: 18, + col: 20, }, }, ExpressionType: "int [2]", @@ -32509,14 +32509,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11598, + offset: 11600, line: 355, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 11600, + offset: 11602, line: 355, - col: 18, + col: 20, }, }, }, @@ -32526,14 +32526,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11601, + offset: 11603, line: 355, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 11602, + offset: 11604, line: 355, - col: 20, + col: 22, }, }, ExpressionType: "int", @@ -32547,14 +32547,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11594, + offset: 11596, line: 355, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 11597, + offset: 11599, line: 355, - col: 15, + col: 17, }, }, ExpressionType: "", @@ -32565,14 +32565,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11594, + offset: 11596, line: 355, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 11597, + offset: 11599, line: 355, - col: 15, + col: 17, }, }, }, @@ -32582,14 +32582,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11594, + offset: 11596, line: 355, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 11604, + offset: 11606, line: 355, - col: 22, + col: 24, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -32600,14 +32600,14 @@ '@role': [Argument, Call, Function, Incomplete, List, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11598, + offset: 11600, line: 355, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 11603, + offset: 11605, line: 355, - col: 21, + col: 23, }, }, ExpressionType: "int", @@ -32618,14 +32618,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11601, + offset: 11603, line: 355, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 11602, + offset: 11604, line: 355, - col: 20, + col: 22, }, }, ExpressionType: "int", @@ -32637,14 +32637,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11598, + offset: 11600, line: 355, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 11600, + offset: 11602, line: 355, - col: 18, + col: 20, }, }, ExpressionType: "int [2]", @@ -32655,14 +32655,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11598, + offset: 11600, line: 355, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 11600, + offset: 11602, line: 355, - col: 18, + col: 20, }, }, }, @@ -32672,14 +32672,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11601, + offset: 11603, line: 355, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 11602, + offset: 11604, line: 355, - col: 20, + col: 22, }, }, ExpressionType: "int", @@ -32693,14 +32693,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11594, + offset: 11596, line: 355, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 11597, + offset: 11599, line: 355, - col: 15, + col: 17, }, }, ExpressionType: "", @@ -32711,14 +32711,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11594, + offset: 11596, line: 355, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 11597, + offset: 11599, line: 355, - col: 15, + col: 17, }, }, }, @@ -32730,14 +32730,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11589, + offset: 11591, line: 355, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11591, + offset: 11593, line: 355, - col: 9, + col: 11, }, }, }, @@ -32750,14 +32750,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11610, + offset: 11612, line: 356, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11758, + offset: 11760, line: 360, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTBinaryExpression", @@ -32765,14 +32765,14 @@ '@role': [Binary, Expression, LessThan, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11614, + offset: 11616, line: 356, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11620, + offset: 11622, line: 356, - col: 13, + col: 15, }, }, ExpressionType: "bool", @@ -32783,14 +32783,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11619, + offset: 11621, line: 356, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 11620, + offset: 11622, line: 356, - col: 13, + col: 15, }, }, ExpressionType: "int", @@ -32802,14 +32802,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11614, + offset: 11616, line: 356, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11616, + offset: 11618, line: 356, - col: 9, + col: 11, }, }, ExpressionType: "int", @@ -32820,14 +32820,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11614, + offset: 11616, line: 356, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11616, + offset: 11618, line: 356, - col: 9, + col: 11, }, }, }, @@ -32837,14 +32837,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11619, + offset: 11621, line: 356, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 11620, + offset: 11622, line: 356, - col: 13, + col: 15, }, }, ExpressionType: "int", @@ -32857,14 +32857,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11622, + offset: 11624, line: 356, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 11758, + offset: 11760, line: 360, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -32872,14 +32872,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11632, + offset: 11634, line: 357, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11718, + offset: 11720, line: 357, - col: 93, + col: 95, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -32887,14 +32887,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11632, + offset: 11634, line: 357, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11717, + offset: 11719, line: 357, - col: 92, + col: 94, }, }, ExpressionType: "", @@ -32904,14 +32904,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11708, + offset: 11710, line: 357, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 11717, + offset: 11719, line: 357, - col: 92, + col: 94, }, }, ExpressionType: "", @@ -32921,14 +32921,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11708, + offset: 11710, line: 357, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 11717, + offset: 11719, line: 357, - col: 92, + col: 94, }, }, IsConversionOperator: false, @@ -32940,14 +32940,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11708, + offset: 11710, line: 357, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 11711, + offset: 11713, line: 357, - col: 86, + col: 88, }, }, }, @@ -32956,14 +32956,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11713, + offset: 11715, line: 357, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 11717, + offset: 11719, line: 357, - col: 92, + col: 94, }, }, }, @@ -32974,14 +32974,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11708, + offset: 11710, line: 357, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 11711, + offset: 11713, line: 357, - col: 86, + col: 88, }, }, }, @@ -32993,14 +32993,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11632, + offset: 11634, line: 357, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11704, + offset: 11706, line: 357, - col: 79, + col: 81, }, }, ExpressionType: "", @@ -33011,14 +33011,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11645, + offset: 11647, line: 357, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 11704, + offset: 11706, line: 357, - col: 79, + col: 81, }, }, ExpressionType: "const char [58]", @@ -33030,14 +33030,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11632, + offset: 11634, line: 357, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11641, + offset: 11643, line: 357, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -33047,14 +33047,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11632, + offset: 11634, line: 357, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11641, + offset: 11643, line: 357, - col: 16, + col: 18, }, }, IsConversionOperator: false, @@ -33066,14 +33066,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11632, + offset: 11634, line: 357, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11635, + offset: 11637, line: 357, - col: 10, + col: 12, }, }, }, @@ -33082,14 +33082,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11637, + offset: 11639, line: 357, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 11641, + offset: 11643, line: 357, - col: 16, + col: 18, }, }, }, @@ -33100,14 +33100,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11632, + offset: 11634, line: 357, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11635, + offset: 11637, line: 357, - col: 10, + col: 12, }, }, }, @@ -33119,14 +33119,14 @@ '@role': [Binary, Expression, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11645, + offset: 11647, line: 357, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 11704, + offset: 11706, line: 357, - col: 79, + col: 81, }, }, ExpressionType: "const char [58]", @@ -33139,14 +33139,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11708, + offset: 11710, line: 357, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 11717, + offset: 11719, line: 357, - col: 92, + col: 94, }, }, ExpressionType: "", @@ -33156,14 +33156,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11708, + offset: 11710, line: 357, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 11717, + offset: 11719, line: 357, - col: 92, + col: 94, }, }, IsConversionOperator: false, @@ -33175,14 +33175,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11708, + offset: 11710, line: 357, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 11711, + offset: 11713, line: 357, - col: 86, + col: 88, }, }, }, @@ -33191,14 +33191,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11713, + offset: 11715, line: 357, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 11717, + offset: 11719, line: 357, - col: 92, + col: 94, }, }, }, @@ -33209,14 +33209,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11708, + offset: 11710, line: 357, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 11711, + offset: 11713, line: 357, - col: 86, + col: 88, }, }, }, @@ -33229,28 +33229,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11727, + offset: 11729, line: 358, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11736, + offset: 11738, line: 358, - col: 16, + col: 18, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11727, + offset: 11729, line: 358, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11735, + offset: 11737, line: 358, - col: 15, + col: 17, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -33262,14 +33262,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11732, + offset: 11734, line: 358, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 11734, + offset: 11736, line: 358, - col: 14, + col: 16, }, }, ExpressionType: "int", @@ -33282,14 +33282,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11727, + offset: 11729, line: 358, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11731, + offset: 11733, line: 358, - col: 11, + col: 13, }, }, ExpressionType: "", @@ -33300,14 +33300,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11727, + offset: 11729, line: 358, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11731, + offset: 11733, line: 358, - col: 11, + col: 13, }, }, }, @@ -33318,14 +33318,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11745, + offset: 11747, line: 359, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11752, + offset: 11754, line: 359, - col: 14, + col: 16, }, }, }, @@ -33336,28 +33336,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11764, + offset: 11766, line: 362, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11834, + offset: 11836, line: 362, - col: 73, + col: 75, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11764, + offset: 11766, line: 362, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11834, + offset: 11836, line: 362, - col: 73, + col: 75, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -33365,14 +33365,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11764, + offset: 11766, line: 362, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11773, + offset: 11775, line: 362, - col: 12, + col: 14, }, }, IsComplex: false, @@ -33398,14 +33398,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11774, + offset: 11776, line: 362, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 11833, + offset: 11835, line: 362, - col: 72, + col: 74, }, }, DeclaresParameterPack: false, @@ -33413,28 +33413,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11788, + offset: 11790, line: 362, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 11833, + offset: 11835, line: 362, - col: 72, + col: 74, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11790, + offset: 11792, line: 362, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 11833, + offset: 11835, line: 362, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -33444,14 +33444,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11790, + offset: 11792, line: 362, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 11831, + offset: 11833, line: 362, - col: 70, + col: 72, }, }, ExpressionType: "", @@ -33464,14 +33464,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11807, + offset: 11809, line: 362, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 11831, + offset: 11833, line: 362, - col: 70, + col: 72, }, }, }, @@ -33479,14 +33479,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11790, + offset: 11792, line: 362, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 11805, + offset: 11807, line: 362, - col: 44, + col: 46, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -33496,14 +33496,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11790, + offset: 11792, line: 362, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 11803, + offset: 11805, line: 362, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -33514,14 +33514,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11790, + offset: 11792, line: 362, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 11803, + offset: 11805, line: 362, - col: 42, + col: 44, }, }, }, @@ -33533,14 +33533,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11790, + offset: 11792, line: 362, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 11833, + offset: 11835, line: 362, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -33550,14 +33550,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11790, + offset: 11792, line: 362, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 11831, + offset: 11833, line: 362, - col: 70, + col: 72, }, }, ExpressionType: "", @@ -33570,14 +33570,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11807, + offset: 11809, line: 362, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 11831, + offset: 11833, line: 362, - col: 70, + col: 72, }, }, }, @@ -33585,14 +33585,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11790, + offset: 11792, line: 362, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 11805, + offset: 11807, line: 362, - col: 44, + col: 46, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -33602,14 +33602,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11790, + offset: 11792, line: 362, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 11803, + offset: 11805, line: 362, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -33620,14 +33620,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11790, + offset: 11792, line: 362, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 11803, + offset: 11805, line: 362, - col: 42, + col: 44, }, }, }, @@ -33641,14 +33641,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11774, + offset: 11776, line: 362, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 11787, + offset: 11789, line: 362, - col: 26, + col: 28, }, }, }, @@ -33661,14 +33661,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11839, + offset: 11841, line: 363, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 11989, + offset: 11991, line: 367, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTBinaryExpression", @@ -33676,14 +33676,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11843, + offset: 11845, line: 363, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11862, + offset: 11864, line: 363, - col: 26, + col: 28, }, }, ExpressionType: "bool", @@ -33693,14 +33693,14 @@ '@role': [Arithmetic, Binary, Expression, Incomplete, Initialization, Right, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11860, + offset: 11862, line: 363, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 11862, + offset: 11864, line: 363, - col: 26, + col: 28, }, }, ExpressionType: "int", @@ -33711,14 +33711,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11861, + offset: 11863, line: 363, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 11862, + offset: 11864, line: 363, - col: 26, + col: 28, }, }, ExpressionType: "int", @@ -33732,14 +33732,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11843, + offset: 11845, line: 363, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11856, + offset: 11858, line: 363, - col: 20, + col: 22, }, }, ExpressionType: "const int", @@ -33750,14 +33750,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11843, + offset: 11845, line: 363, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11856, + offset: 11858, line: 363, - col: 20, + col: 22, }, }, }, @@ -33766,14 +33766,14 @@ '@role': [Arithmetic, Binary, Expression, Incomplete, Right, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11860, + offset: 11862, line: 363, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 11862, + offset: 11864, line: 363, - col: 26, + col: 28, }, }, ExpressionType: "int", @@ -33784,14 +33784,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11861, + offset: 11863, line: 363, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 11862, + offset: 11864, line: 363, - col: 26, + col: 28, }, }, ExpressionType: "int", @@ -33806,14 +33806,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11864, + offset: 11866, line: 363, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 11989, + offset: 11991, line: 367, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -33821,14 +33821,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11874, + offset: 11876, line: 364, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11950, + offset: 11952, line: 364, - col: 83, + col: 85, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -33836,14 +33836,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11874, + offset: 11876, line: 364, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11949, + offset: 11951, line: 364, - col: 82, + col: 84, }, }, ExpressionType: "", @@ -33853,14 +33853,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11940, + offset: 11942, line: 364, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 11949, + offset: 11951, line: 364, - col: 82, + col: 84, }, }, ExpressionType: "", @@ -33870,14 +33870,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11940, + offset: 11942, line: 364, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 11949, + offset: 11951, line: 364, - col: 82, + col: 84, }, }, IsConversionOperator: false, @@ -33889,14 +33889,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11940, + offset: 11942, line: 364, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 11943, + offset: 11945, line: 364, - col: 76, + col: 78, }, }, }, @@ -33905,14 +33905,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11945, + offset: 11947, line: 364, - col: 78, + col: 80, }, end: { '@type': "uast:Position", - offset: 11949, + offset: 11951, line: 364, - col: 82, + col: 84, }, }, }, @@ -33923,14 +33923,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11940, + offset: 11942, line: 364, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 11943, + offset: 11945, line: 364, - col: 76, + col: 78, }, }, }, @@ -33942,14 +33942,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11874, + offset: 11876, line: 364, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11936, + offset: 11938, line: 364, - col: 69, + col: 71, }, }, ExpressionType: "", @@ -33960,14 +33960,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11887, + offset: 11889, line: 364, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 11936, + offset: 11938, line: 364, - col: 69, + col: 71, }, }, ExpressionType: "const char [48]", @@ -33979,14 +33979,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11874, + offset: 11876, line: 364, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11883, + offset: 11885, line: 364, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -33996,14 +33996,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11874, + offset: 11876, line: 364, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11883, + offset: 11885, line: 364, - col: 16, + col: 18, }, }, IsConversionOperator: false, @@ -34015,14 +34015,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11874, + offset: 11876, line: 364, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11877, + offset: 11879, line: 364, - col: 10, + col: 12, }, }, }, @@ -34031,14 +34031,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11879, + offset: 11881, line: 364, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 11883, + offset: 11885, line: 364, - col: 16, + col: 18, }, }, }, @@ -34049,14 +34049,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11874, + offset: 11876, line: 364, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11877, + offset: 11879, line: 364, - col: 10, + col: 12, }, }, }, @@ -34068,14 +34068,14 @@ '@role': [Binary, Expression, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11887, + offset: 11889, line: 364, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 11936, + offset: 11938, line: 364, - col: 69, + col: 71, }, }, ExpressionType: "const char [48]", @@ -34088,14 +34088,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11940, + offset: 11942, line: 364, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 11949, + offset: 11951, line: 364, - col: 82, + col: 84, }, }, ExpressionType: "", @@ -34105,14 +34105,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11940, + offset: 11942, line: 364, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 11949, + offset: 11951, line: 364, - col: 82, + col: 84, }, }, IsConversionOperator: false, @@ -34124,14 +34124,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11940, + offset: 11942, line: 364, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 11943, + offset: 11945, line: 364, - col: 76, + col: 78, }, }, }, @@ -34140,14 +34140,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11945, + offset: 11947, line: 364, - col: 78, + col: 80, }, end: { '@type': "uast:Position", - offset: 11949, + offset: 11951, line: 364, - col: 82, + col: 84, }, }, }, @@ -34158,14 +34158,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11940, + offset: 11942, line: 364, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 11943, + offset: 11945, line: 364, - col: 76, + col: 78, }, }, }, @@ -34178,28 +34178,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11959, + offset: 11961, line: 365, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11967, + offset: 11969, line: 365, - col: 15, + col: 17, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11959, + offset: 11961, line: 365, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11966, + offset: 11968, line: 365, - col: 14, + col: 16, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -34211,14 +34211,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11964, + offset: 11966, line: 365, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 11965, + offset: 11967, line: 365, - col: 13, + col: 15, }, }, ExpressionType: "int", @@ -34231,14 +34231,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11959, + offset: 11961, line: 365, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11963, + offset: 11965, line: 365, - col: 11, + col: 13, }, }, ExpressionType: "", @@ -34249,14 +34249,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11959, + offset: 11961, line: 365, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11963, + offset: 11965, line: 365, - col: 11, + col: 13, }, }, }, @@ -34267,14 +34267,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11976, + offset: 11978, line: 366, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 11983, + offset: 11985, line: 366, - col: 14, + col: 16, }, }, }, @@ -34285,28 +34285,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11994, + offset: 11996, line: 368, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12030, + offset: 12032, line: 368, - col: 39, + col: 41, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11994, + offset: 11996, line: 368, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12030, + offset: 12032, line: 368, - col: 39, + col: 41, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -34314,14 +34314,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11994, + offset: 11996, line: 368, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12003, + offset: 12005, line: 368, - col: 12, + col: 14, }, }, IsComplex: false, @@ -34347,14 +34347,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12004, + offset: 12006, line: 368, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 12029, + offset: 12031, line: 368, - col: 38, + col: 40, }, }, DeclaresParameterPack: false, @@ -34362,28 +34362,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12009, + offset: 12011, line: 368, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 12029, + offset: 12031, line: 368, - col: 38, + col: 40, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12011, + offset: 12013, line: 368, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 12029, + offset: 12031, line: 368, - col: 38, + col: 40, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -34394,14 +34394,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12015, + offset: 12017, line: 368, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 12028, + offset: 12030, line: 368, - col: 37, + col: 39, }, }, ExpressionType: "const int", @@ -34412,14 +34412,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12015, + offset: 12017, line: 368, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 12028, + offset: 12030, line: 368, - col: 37, + col: 39, }, }, }, @@ -34429,14 +34429,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12011, + offset: 12013, line: 368, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 12014, + offset: 12016, line: 368, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -34447,14 +34447,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12011, + offset: 12013, line: 368, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 12014, + offset: 12016, line: 368, - col: 23, + col: 25, }, }, }, @@ -34464,14 +34464,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12011, + offset: 12013, line: 368, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 12029, + offset: 12031, line: 368, - col: 38, + col: 40, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -34482,14 +34482,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12015, + offset: 12017, line: 368, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 12028, + offset: 12030, line: 368, - col: 37, + col: 39, }, }, ExpressionType: "const int", @@ -34500,14 +34500,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12015, + offset: 12017, line: 368, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 12028, + offset: 12030, line: 368, - col: 37, + col: 39, }, }, }, @@ -34517,14 +34517,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12011, + offset: 12013, line: 368, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 12014, + offset: 12016, line: 368, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -34535,14 +34535,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12011, + offset: 12013, line: 368, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 12014, + offset: 12016, line: 368, - col: 23, + col: 25, }, }, }, @@ -34554,14 +34554,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12004, + offset: 12006, line: 368, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 12008, + offset: 12010, line: 368, - col: 17, + col: 19, }, }, }, @@ -34574,14 +34574,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12035, + offset: 12037, line: 369, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12175, + offset: 12177, line: 373, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTBinaryExpression", @@ -34589,14 +34589,14 @@ '@role': [Binary, Expression, LessThan, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12039, + offset: 12041, line: 369, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 12047, + offset: 12049, line: 369, - col: 15, + col: 17, }, }, ExpressionType: "bool", @@ -34607,14 +34607,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12046, + offset: 12048, line: 369, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 12047, + offset: 12049, line: 369, - col: 15, + col: 17, }, }, ExpressionType: "int", @@ -34626,14 +34626,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12039, + offset: 12041, line: 369, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 12043, + offset: 12045, line: 369, - col: 11, + col: 13, }, }, ExpressionType: "const int", @@ -34644,14 +34644,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12039, + offset: 12041, line: 369, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 12043, + offset: 12045, line: 369, - col: 11, + col: 13, }, }, }, @@ -34661,14 +34661,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12046, + offset: 12048, line: 369, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 12047, + offset: 12049, line: 369, - col: 15, + col: 17, }, }, ExpressionType: "int", @@ -34681,14 +34681,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12049, + offset: 12051, line: 369, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 12175, + offset: 12177, line: 373, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -34696,14 +34696,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12059, + offset: 12061, line: 370, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 12135, + offset: 12137, line: 370, - col: 83, + col: 85, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -34711,14 +34711,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12059, + offset: 12061, line: 370, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 12134, + offset: 12136, line: 370, - col: 82, + col: 84, }, }, ExpressionType: "", @@ -34728,14 +34728,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12125, + offset: 12127, line: 370, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 12134, + offset: 12136, line: 370, - col: 82, + col: 84, }, }, ExpressionType: "", @@ -34745,14 +34745,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12125, + offset: 12127, line: 370, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 12134, + offset: 12136, line: 370, - col: 82, + col: 84, }, }, IsConversionOperator: false, @@ -34764,14 +34764,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12125, + offset: 12127, line: 370, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 12128, + offset: 12130, line: 370, - col: 76, + col: 78, }, }, }, @@ -34780,14 +34780,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12130, + offset: 12132, line: 370, - col: 78, + col: 80, }, end: { '@type': "uast:Position", - offset: 12134, + offset: 12136, line: 370, - col: 82, + col: 84, }, }, }, @@ -34798,14 +34798,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12125, + offset: 12127, line: 370, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 12128, + offset: 12130, line: 370, - col: 76, + col: 78, }, }, }, @@ -34817,14 +34817,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12059, + offset: 12061, line: 370, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 12121, + offset: 12123, line: 370, - col: 69, + col: 71, }, }, ExpressionType: "", @@ -34835,14 +34835,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12072, + offset: 12074, line: 370, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 12121, + offset: 12123, line: 370, - col: 69, + col: 71, }, }, ExpressionType: "const char [48]", @@ -34854,14 +34854,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12059, + offset: 12061, line: 370, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 12068, + offset: 12070, line: 370, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -34871,14 +34871,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12059, + offset: 12061, line: 370, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 12068, + offset: 12070, line: 370, - col: 16, + col: 18, }, }, IsConversionOperator: false, @@ -34890,14 +34890,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12059, + offset: 12061, line: 370, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 12062, + offset: 12064, line: 370, - col: 10, + col: 12, }, }, }, @@ -34906,14 +34906,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12064, + offset: 12066, line: 370, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 12068, + offset: 12070, line: 370, - col: 16, + col: 18, }, }, }, @@ -34924,14 +34924,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12059, + offset: 12061, line: 370, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 12062, + offset: 12064, line: 370, - col: 10, + col: 12, }, }, }, @@ -34943,14 +34943,14 @@ '@role': [Binary, Expression, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12072, + offset: 12074, line: 370, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 12121, + offset: 12123, line: 370, - col: 69, + col: 71, }, }, ExpressionType: "const char [48]", @@ -34963,14 +34963,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12125, + offset: 12127, line: 370, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 12134, + offset: 12136, line: 370, - col: 82, + col: 84, }, }, ExpressionType: "", @@ -34980,14 +34980,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12125, + offset: 12127, line: 370, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 12134, + offset: 12136, line: 370, - col: 82, + col: 84, }, }, IsConversionOperator: false, @@ -34999,14 +34999,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12125, + offset: 12127, line: 370, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 12128, + offset: 12130, line: 370, - col: 76, + col: 78, }, }, }, @@ -35015,14 +35015,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12130, + offset: 12132, line: 370, - col: 78, + col: 80, }, end: { '@type': "uast:Position", - offset: 12134, + offset: 12136, line: 370, - col: 82, + col: 84, }, }, }, @@ -35033,14 +35033,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12125, + offset: 12127, line: 370, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 12128, + offset: 12130, line: 370, - col: 76, + col: 78, }, }, }, @@ -35053,28 +35053,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12144, + offset: 12146, line: 371, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 12153, + offset: 12155, line: 371, - col: 16, + col: 18, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12144, + offset: 12146, line: 371, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 12152, + offset: 12154, line: 371, - col: 15, + col: 17, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -35086,14 +35086,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12149, + offset: 12151, line: 371, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 12151, + offset: 12153, line: 371, - col: 14, + col: 16, }, }, ExpressionType: "int", @@ -35106,14 +35106,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12144, + offset: 12146, line: 371, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 12148, + offset: 12150, line: 371, - col: 11, + col: 13, }, }, ExpressionType: "", @@ -35124,14 +35124,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12144, + offset: 12146, line: 371, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 12148, + offset: 12150, line: 371, - col: 11, + col: 13, }, }, }, @@ -35142,14 +35142,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12162, + offset: 12164, line: 372, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 12169, + offset: 12171, line: 372, - col: 14, + col: 16, }, }, }, @@ -35160,14 +35160,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12181, + offset: 12183, line: 375, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12207, + offset: 12209, line: 375, - col: 29, + col: 31, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -35175,14 +35175,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12181, + offset: 12183, line: 375, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12206, + offset: 12208, line: 375, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -35192,14 +35192,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, List, Right, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12201, + offset: 12203, line: 375, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 12206, + offset: 12208, line: 375, - col: 28, + col: 30, }, }, ExpressionType: "int", @@ -35210,14 +35210,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12204, + offset: 12206, line: 375, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12205, + offset: 12207, line: 375, - col: 27, + col: 29, }, }, ExpressionType: "int", @@ -35229,14 +35229,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12201, + offset: 12203, line: 375, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 12203, + offset: 12205, line: 375, - col: 25, + col: 27, }, }, ExpressionType: "int [2]", @@ -35247,14 +35247,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12201, + offset: 12203, line: 375, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 12203, + offset: 12205, line: 375, - col: 25, + col: 27, }, }, }, @@ -35264,14 +35264,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12204, + offset: 12206, line: 375, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12205, + offset: 12207, line: 375, - col: 27, + col: 29, }, }, ExpressionType: "int", @@ -35284,14 +35284,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12181, + offset: 12183, line: 375, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12198, + offset: 12200, line: 375, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -35302,14 +35302,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12181, + offset: 12183, line: 375, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12198, + offset: 12200, line: 375, - col: 20, + col: 22, }, }, }, @@ -35318,14 +35318,14 @@ '@role': [Binary, Expression, Incomplete, List, Right, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12201, + offset: 12203, line: 375, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 12206, + offset: 12208, line: 375, - col: 28, + col: 30, }, }, ExpressionType: "int", @@ -35336,14 +35336,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12204, + offset: 12206, line: 375, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12205, + offset: 12207, line: 375, - col: 27, + col: 29, }, }, ExpressionType: "int", @@ -35355,14 +35355,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12201, + offset: 12203, line: 375, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 12203, + offset: 12205, line: 375, - col: 25, + col: 27, }, }, ExpressionType: "int [2]", @@ -35373,14 +35373,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12201, + offset: 12203, line: 375, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 12203, + offset: 12205, line: 375, - col: 25, + col: 27, }, }, }, @@ -35390,14 +35390,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12204, + offset: 12206, line: 375, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12205, + offset: 12207, line: 375, - col: 27, + col: 29, }, }, ExpressionType: "int", @@ -35412,14 +35412,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12213, + offset: 12215, line: 377, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12256, + offset: 12258, line: 377, - col: 46, + col: 48, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -35427,14 +35427,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12213, + offset: 12215, line: 377, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12255, + offset: 12257, line: 377, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -35444,14 +35444,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Instance, Right, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12233, + offset: 12235, line: 377, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 12255, + offset: 12257, line: 377, - col: 45, + col: 47, }, }, ExpressionType: "? *", @@ -35464,14 +35464,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12244, + offset: 12246, line: 377, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 12255, + offset: 12257, line: 377, - col: 45, + col: 47, }, }, 'Prop_Arguments': [ @@ -35479,14 +35479,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12245, + offset: 12247, line: 377, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12254, + offset: 12256, line: 377, - col: 44, + col: 46, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -35496,14 +35496,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12245, + offset: 12247, line: 377, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12252, + offset: 12254, line: 377, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -35514,14 +35514,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12245, + offset: 12247, line: 377, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12252, + offset: 12254, line: 377, - col: 42, + col: 44, }, }, }, @@ -35532,14 +35532,14 @@ '@role': [Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12245, + offset: 12247, line: 377, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12254, + offset: 12256, line: 377, - col: 44, + col: 46, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -35549,14 +35549,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12245, + offset: 12247, line: 377, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12252, + offset: 12254, line: 377, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -35567,14 +35567,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12245, + offset: 12247, line: 377, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12252, + offset: 12254, line: 377, - col: 42, + col: 44, }, }, }, @@ -35585,14 +35585,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12245, + offset: 12247, line: 377, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12254, + offset: 12256, line: 377, - col: 44, + col: 46, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -35602,14 +35602,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12245, + offset: 12247, line: 377, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12252, + offset: 12254, line: 377, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -35620,14 +35620,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12245, + offset: 12247, line: 377, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12252, + offset: 12254, line: 377, - col: 42, + col: 44, }, }, }, @@ -35637,28 +35637,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12237, + offset: 12239, line: 377, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 12244, + offset: 12246, line: 377, - col: 34, + col: 36, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12244, + offset: 12246, line: 377, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 12244, + offset: 12246, line: 377, - col: 34, + col: 36, }, }, DeclaresParameterPack: false, @@ -35672,14 +35672,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12237, + offset: 12239, line: 377, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 12244, + offset: 12246, line: 377, - col: 34, + col: 36, }, }, IsConst: false, @@ -35697,14 +35697,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12237, + offset: 12239, line: 377, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 12244, + offset: 12246, line: 377, - col: 34, + col: 36, }, }, }, @@ -35716,14 +35716,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12213, + offset: 12215, line: 377, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12230, + offset: 12232, line: 377, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -35734,14 +35734,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12213, + offset: 12215, line: 377, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12230, + offset: 12232, line: 377, - col: 20, + col: 22, }, }, }, @@ -35750,14 +35750,14 @@ '@role': [Binary, Expression, Instance, Right, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12233, + offset: 12235, line: 377, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 12255, + offset: 12257, line: 377, - col: 45, + col: 47, }, }, ExpressionType: "? *", @@ -35770,14 +35770,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12244, + offset: 12246, line: 377, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 12255, + offset: 12257, line: 377, - col: 45, + col: 47, }, }, 'Prop_Arguments': [ @@ -35785,14 +35785,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12245, + offset: 12247, line: 377, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12254, + offset: 12256, line: 377, - col: 44, + col: 46, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -35802,14 +35802,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12245, + offset: 12247, line: 377, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12252, + offset: 12254, line: 377, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -35820,14 +35820,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12245, + offset: 12247, line: 377, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12252, + offset: 12254, line: 377, - col: 42, + col: 44, }, }, }, @@ -35838,14 +35838,14 @@ '@role': [Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12245, + offset: 12247, line: 377, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12254, + offset: 12256, line: 377, - col: 44, + col: 46, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -35855,14 +35855,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12245, + offset: 12247, line: 377, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12252, + offset: 12254, line: 377, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -35873,14 +35873,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12245, + offset: 12247, line: 377, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12252, + offset: 12254, line: 377, - col: 42, + col: 44, }, }, }, @@ -35891,14 +35891,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12245, + offset: 12247, line: 377, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12254, + offset: 12256, line: 377, - col: 44, + col: 46, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -35908,14 +35908,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12245, + offset: 12247, line: 377, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12252, + offset: 12254, line: 377, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -35926,14 +35926,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12245, + offset: 12247, line: 377, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12252, + offset: 12254, line: 377, - col: 42, + col: 44, }, }, }, @@ -35943,28 +35943,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12237, + offset: 12239, line: 377, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 12244, + offset: 12246, line: 377, - col: 34, + col: 36, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12244, + offset: 12246, line: 377, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 12244, + offset: 12246, line: 377, - col: 34, + col: 36, }, }, DeclaresParameterPack: false, @@ -35978,14 +35978,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12237, + offset: 12239, line: 377, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 12244, + offset: 12246, line: 377, - col: 34, + col: 36, }, }, IsConst: false, @@ -36003,14 +36003,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12237, + offset: 12239, line: 377, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 12244, + offset: 12246, line: 377, - col: 34, + col: 36, }, }, }, @@ -36024,28 +36024,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12261, + offset: 12263, line: 378, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12335, + offset: 12337, line: 378, - col: 77, + col: 79, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12261, + offset: 12263, line: 378, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12334, + offset: 12336, line: 378, - col: 76, + col: 78, }, }, ExpressionType: "", @@ -36056,14 +36056,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12302, + offset: 12304, line: 378, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 12333, + offset: 12335, line: 378, - col: 75, + col: 77, }, }, ExpressionType: "", @@ -36073,14 +36073,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12302, + offset: 12304, line: 378, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 12333, + offset: 12335, line: 378, - col: 75, + col: 77, }, }, IsConversionOperator: false, @@ -36092,14 +36092,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12302, + offset: 12304, line: 378, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 12310, + offset: 12312, line: 378, - col: 52, + col: 54, }, }, }, @@ -36108,14 +36108,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12312, + offset: 12314, line: 378, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 12333, + offset: 12335, line: 378, - col: 75, + col: 77, }, }, }, @@ -36126,14 +36126,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12302, + offset: 12304, line: 378, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 12310, + offset: 12312, line: 378, - col: 52, + col: 54, }, }, }, @@ -36145,14 +36145,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12261, + offset: 12263, line: 378, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12301, + offset: 12303, line: 378, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -36165,14 +36165,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12280, + offset: 12282, line: 378, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 12301, + offset: 12303, line: 378, - col: 43, + col: 45, }, }, }, @@ -36180,14 +36180,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12261, + offset: 12263, line: 378, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12278, + offset: 12280, line: 378, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -36198,14 +36198,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12261, + offset: 12263, line: 378, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12278, + offset: 12280, line: 378, - col: 20, + col: 22, }, }, }, @@ -36217,28 +36217,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12340, + offset: 12342, line: 379, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12398, + offset: 12400, line: 379, - col: 61, + col: 63, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12340, + offset: 12342, line: 379, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12397, + offset: 12399, line: 379, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -36249,14 +36249,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12370, + offset: 12372, line: 379, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 12396, + offset: 12398, line: 379, - col: 59, + col: 61, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -36268,14 +36268,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12385, + offset: 12387, line: 379, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 12395, + offset: 12397, line: 379, - col: 58, + col: 60, }, }, ExpressionType: "const char [9]", @@ -36288,14 +36288,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12370, + offset: 12372, line: 379, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 12384, + offset: 12386, line: 379, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -36306,14 +36306,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12370, + offset: 12372, line: 379, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 12384, + offset: 12386, line: 379, - col: 47, + col: 49, }, }, }, @@ -36324,14 +36324,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12340, + offset: 12342, line: 379, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12369, + offset: 12371, line: 379, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -36344,14 +36344,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12359, + offset: 12361, line: 379, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 12369, + offset: 12371, line: 379, - col: 32, + col: 34, }, }, }, @@ -36359,14 +36359,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12340, + offset: 12342, line: 379, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12357, + offset: 12359, line: 379, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -36377,14 +36377,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12340, + offset: 12342, line: 379, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12357, + offset: 12359, line: 379, - col: 20, + col: 22, }, }, }, @@ -36396,42 +36396,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12403, + offset: 12405, line: 380, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12443, + offset: 12445, line: 380, - col: 43, + col: 45, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12403, + offset: 12405, line: 380, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12443, + offset: 12445, line: 380, - col: 43, + col: 45, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12403, + offset: 12405, line: 380, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12422, + offset: 12424, line: 380, - col: 22, + col: 24, }, }, IsConst: false, @@ -36449,14 +36449,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12403, + offset: 12405, line: 380, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12422, + offset: 12424, line: 380, - col: 22, + col: 24, }, }, }, @@ -36467,14 +36467,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12423, + offset: 12425, line: 380, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 12442, + offset: 12444, line: 380, - col: 42, + col: 44, }, }, DeclaresParameterPack: false, @@ -36482,28 +36482,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12427, + offset: 12429, line: 380, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 12442, + offset: 12444, line: 380, - col: 42, + col: 44, }, }, 'Prop_Expression': { '@type': "CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12429, + offset: 12431, line: 380, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 12442, + offset: 12444, line: 380, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -36514,14 +36514,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12429, + offset: 12431, line: 380, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 12442, + offset: 12444, line: 380, - col: 42, + col: 44, }, }, }, @@ -36530,14 +36530,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12429, + offset: 12431, line: 380, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 12442, + offset: 12444, line: 380, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -36548,14 +36548,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12429, + offset: 12431, line: 380, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 12442, + offset: 12444, line: 380, - col: 42, + col: 44, }, }, }, @@ -36566,14 +36566,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12423, + offset: 12425, line: 380, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 12426, + offset: 12428, line: 380, - col: 26, + col: 28, }, }, }, @@ -36586,28 +36586,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12448, + offset: 12450, line: 381, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12503, + offset: 12505, line: 381, - col: 58, + col: 60, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12448, + offset: 12450, line: 381, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12502, + offset: 12504, line: 381, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -36619,14 +36619,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12459, + offset: 12461, line: 381, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 12475, + offset: 12477, line: 381, - col: 30, + col: 32, }, }, ExpressionType: "const char [15]", @@ -36638,14 +36638,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12477, + offset: 12479, line: 381, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 12501, + offset: 12503, line: 381, - col: 56, + col: 58, }, }, ExpressionType: "Attempt to use symbol failed: number", @@ -36656,14 +36656,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12496, + offset: 12498, line: 381, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 12500, + offset: 12502, line: 381, - col: 55, + col: 57, }, }, ExpressionType: "const int", @@ -36674,14 +36674,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12496, + offset: 12498, line: 381, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 12500, + offset: 12502, line: 381, - col: 55, + col: 57, }, }, }, @@ -36691,14 +36691,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12477, + offset: 12479, line: 381, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 12495, + offset: 12497, line: 381, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -36708,14 +36708,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12477, + offset: 12479, line: 381, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 12495, + offset: 12497, line: 381, - col: 50, + col: 52, }, }, IsConversionOperator: false, @@ -36727,14 +36727,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12477, + offset: 12479, line: 381, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 12487, + offset: 12489, line: 381, - col: 42, + col: 44, }, }, }, @@ -36743,14 +36743,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12489, + offset: 12491, line: 381, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 12495, + offset: 12497, line: 381, - col: 50, + col: 52, }, }, }, @@ -36761,14 +36761,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12477, + offset: 12479, line: 381, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 12487, + offset: 12489, line: 381, - col: 42, + col: 44, }, }, }, @@ -36781,14 +36781,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12448, + offset: 12450, line: 381, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12458, + offset: 12460, line: 381, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -36801,14 +36801,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12452, + offset: 12454, line: 381, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 12458, + offset: 12460, line: 381, - col: 13, + col: 15, }, }, }, @@ -36816,14 +36816,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12448, + offset: 12450, line: 381, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12451, + offset: 12453, line: 381, - col: 6, + col: 8, }, }, ExpressionType: "", @@ -36834,14 +36834,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12448, + offset: 12450, line: 381, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12451, + offset: 12453, line: 381, - col: 6, + col: 8, }, }, }, @@ -36853,28 +36853,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12508, + offset: 12510, line: 382, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12561, + offset: 12563, line: 382, - col: 56, + col: 58, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12508, + offset: 12510, line: 382, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12560, + offset: 12562, line: 382, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -36886,14 +36886,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12519, + offset: 12521, line: 382, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 12533, + offset: 12535, line: 382, - col: 28, + col: 30, }, }, ExpressionType: "const char [13]", @@ -36905,14 +36905,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12535, + offset: 12537, line: 382, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 12559, + offset: 12561, line: 382, - col: 54, + col: 56, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -36924,14 +36924,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12553, + offset: 12555, line: 382, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 12558, + offset: 12560, line: 382, - col: 53, + col: 55, }, }, ExpressionType: "const char [4]", @@ -36944,14 +36944,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12535, + offset: 12537, line: 382, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 12552, + offset: 12554, line: 382, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -36962,14 +36962,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12535, + offset: 12537, line: 382, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 12552, + offset: 12554, line: 382, - col: 47, + col: 49, }, }, }, @@ -36980,14 +36980,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12508, + offset: 12510, line: 382, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12518, + offset: 12520, line: 382, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -37000,14 +37000,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12512, + offset: 12514, line: 382, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 12518, + offset: 12520, line: 382, - col: 13, + col: 15, }, }, }, @@ -37015,14 +37015,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12508, + offset: 12510, line: 382, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12511, + offset: 12513, line: 382, - col: 6, + col: 8, }, }, ExpressionType: "", @@ -37033,14 +37033,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12508, + offset: 12510, line: 382, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12511, + offset: 12513, line: 382, - col: 6, + col: 8, }, }, }, @@ -37052,28 +37052,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12566, + offset: 12568, line: 383, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12612, + offset: 12614, line: 383, - col: 49, + col: 51, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12566, + offset: 12568, line: 383, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12611, + offset: 12613, line: 383, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -37084,14 +37084,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12607, + offset: 12609, line: 383, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 12610, + offset: 12612, line: 383, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -37102,14 +37102,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12607, + offset: 12609, line: 383, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 12610, + offset: 12612, line: 383, - col: 47, + col: 49, }, }, }, @@ -37119,14 +37119,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12566, + offset: 12568, line: 383, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12606, + offset: 12608, line: 383, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -37139,14 +37139,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12585, + offset: 12587, line: 383, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 12606, + offset: 12608, line: 383, - col: 43, + col: 45, }, }, }, @@ -37154,14 +37154,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12566, + offset: 12568, line: 383, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12583, + offset: 12585, line: 383, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -37172,14 +37172,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12566, + offset: 12568, line: 383, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12583, + offset: 12585, line: 383, - col: 20, + col: 22, }, }, }, @@ -37191,28 +37191,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12617, + offset: 12619, line: 384, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12891, + offset: 12893, line: 388, - col: 48, + col: 50, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12617, + offset: 12619, line: 384, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12890, + offset: 12892, line: 388, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -37223,14 +37223,14 @@ '@role': [Argument, Call, Function, Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12649, + offset: 12651, line: 384, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12889, + offset: 12891, line: 388, - col: 46, + col: 48, }, }, 'Prop_Clauses': [ @@ -37238,14 +37238,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12650, + offset: 12652, line: 384, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 12678, + offset: 12680, line: 384, - col: 64, + col: 66, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -37257,14 +37257,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12665, + offset: 12667, line: 384, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 12677, + offset: 12679, line: 384, - col: 63, + col: 65, }, }, ExpressionType: "const char [11]", @@ -37277,14 +37277,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12650, + offset: 12652, line: 384, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 12664, + offset: 12666, line: 384, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -37295,14 +37295,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12650, + offset: 12652, line: 384, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 12664, + offset: 12666, line: 384, - col: 50, + col: 52, }, }, }, @@ -37312,14 +37312,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12707, + offset: 12709, line: 385, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12734, + offset: 12736, line: 385, - col: 53, + col: 55, }, }, ExpressionType: "Attempt to use symbol failed: number", @@ -37330,14 +37330,14 @@ '@role': [Argument, Call, Function, Incomplete, List, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12723, + offset: 12725, line: 385, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 12733, + offset: 12735, line: 385, - col: 52, + col: 54, }, }, ExpressionType: "int", @@ -37348,14 +37348,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12731, + offset: 12733, line: 385, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 12732, + offset: 12734, line: 385, - col: 51, + col: 53, }, }, ExpressionType: "int", @@ -37367,14 +37367,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12723, + offset: 12725, line: 385, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 12730, + offset: 12732, line: 385, - col: 49, + col: 51, }, }, ExpressionType: "int [2]", @@ -37385,14 +37385,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12723, + offset: 12725, line: 385, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 12730, + offset: 12732, line: 385, - col: 49, + col: 51, }, }, }, @@ -37402,14 +37402,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12731, + offset: 12733, line: 385, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 12732, + offset: 12734, line: 385, - col: 51, + col: 53, }, }, ExpressionType: "int", @@ -37423,14 +37423,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12707, + offset: 12709, line: 385, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12722, + offset: 12724, line: 385, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -37440,14 +37440,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12707, + offset: 12709, line: 385, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12722, + offset: 12724, line: 385, - col: 41, + col: 43, }, }, IsConversionOperator: false, @@ -37459,14 +37459,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12707, + offset: 12709, line: 385, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12714, + offset: 12716, line: 385, - col: 33, + col: 35, }, }, }, @@ -37475,14 +37475,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12716, + offset: 12718, line: 385, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12722, + offset: 12724, line: 385, - col: 41, + col: 43, }, }, }, @@ -37493,14 +37493,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12707, + offset: 12709, line: 385, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12714, + offset: 12716, line: 385, - col: 33, + col: 35, }, }, }, @@ -37512,14 +37512,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12763, + offset: 12765, line: 386, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12790, + offset: 12792, line: 386, - col: 53, + col: 55, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -37531,14 +37531,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12778, + offset: 12780, line: 386, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 12789, + offset: 12791, line: 386, - col: 52, + col: 54, }, }, ExpressionType: "const char [10]", @@ -37551,14 +37551,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12763, + offset: 12765, line: 386, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12777, + offset: 12779, line: 386, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -37569,14 +37569,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12763, + offset: 12765, line: 386, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12777, + offset: 12779, line: 386, - col: 40, + col: 42, }, }, }, @@ -37586,14 +37586,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12819, + offset: 12821, line: 387, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12840, + offset: 12842, line: 387, - col: 47, + col: 49, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -37605,14 +37605,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12834, + offset: 12836, line: 387, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 12839, + offset: 12841, line: 387, - col: 46, + col: 48, }, }, ExpressionType: "const char [4]", @@ -37625,14 +37625,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12819, + offset: 12821, line: 387, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12833, + offset: 12835, line: 387, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -37643,14 +37643,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12819, + offset: 12821, line: 387, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12833, + offset: 12835, line: 387, - col: 40, + col: 42, }, }, }, @@ -37660,14 +37660,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12869, + offset: 12871, line: 388, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12888, + offset: 12890, line: 388, - col: 45, + col: 47, }, }, ExpressionType: "Attempt to use symbol failed: number", @@ -37678,14 +37678,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12885, + offset: 12887, line: 388, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 12887, + offset: 12889, line: 388, - col: 44, + col: 46, }, }, ExpressionType: "int", @@ -37696,14 +37696,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12885, + offset: 12887, line: 388, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 12887, + offset: 12889, line: 388, - col: 44, + col: 46, }, }, }, @@ -37713,14 +37713,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12869, + offset: 12871, line: 388, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12884, + offset: 12886, line: 388, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -37730,14 +37730,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12869, + offset: 12871, line: 388, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12884, + offset: 12886, line: 388, - col: 41, + col: 43, }, }, IsConversionOperator: false, @@ -37749,14 +37749,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12869, + offset: 12871, line: 388, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12876, + offset: 12878, line: 388, - col: 33, + col: 35, }, }, }, @@ -37765,14 +37765,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12878, + offset: 12880, line: 388, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12884, + offset: 12886, line: 388, - col: 41, + col: 43, }, }, }, @@ -37783,14 +37783,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12869, + offset: 12871, line: 388, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12876, + offset: 12878, line: 388, - col: 33, + col: 35, }, }, }, @@ -37806,14 +37806,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12650, + offset: 12652, line: 384, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 12678, + offset: 12680, line: 384, - col: 64, + col: 66, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -37825,14 +37825,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12665, + offset: 12667, line: 384, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 12677, + offset: 12679, line: 384, - col: 63, + col: 65, }, }, ExpressionType: "const char [11]", @@ -37845,14 +37845,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12650, + offset: 12652, line: 384, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 12664, + offset: 12666, line: 384, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -37863,14 +37863,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12650, + offset: 12652, line: 384, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 12664, + offset: 12666, line: 384, - col: 50, + col: 52, }, }, }, @@ -37880,14 +37880,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12650, + offset: 12652, line: 384, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 12678, + offset: 12680, line: 384, - col: 64, + col: 66, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -37899,14 +37899,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12665, + offset: 12667, line: 384, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 12677, + offset: 12679, line: 384, - col: 63, + col: 65, }, }, ExpressionType: "const char [11]", @@ -37919,14 +37919,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12650, + offset: 12652, line: 384, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 12664, + offset: 12666, line: 384, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -37937,14 +37937,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12650, + offset: 12652, line: 384, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 12664, + offset: 12666, line: 384, - col: 50, + col: 52, }, }, }, @@ -37957,14 +37957,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12707, + offset: 12709, line: 385, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12734, + offset: 12736, line: 385, - col: 53, + col: 55, }, }, ExpressionType: "Attempt to use symbol failed: number", @@ -37975,14 +37975,14 @@ '@role': [Argument, Call, Function, Incomplete, List, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12723, + offset: 12725, line: 385, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 12733, + offset: 12735, line: 385, - col: 52, + col: 54, }, }, ExpressionType: "int", @@ -37993,14 +37993,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12731, + offset: 12733, line: 385, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 12732, + offset: 12734, line: 385, - col: 51, + col: 53, }, }, ExpressionType: "int", @@ -38012,14 +38012,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12723, + offset: 12725, line: 385, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 12730, + offset: 12732, line: 385, - col: 49, + col: 51, }, }, ExpressionType: "int [2]", @@ -38030,14 +38030,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12723, + offset: 12725, line: 385, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 12730, + offset: 12732, line: 385, - col: 49, + col: 51, }, }, }, @@ -38047,14 +38047,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12731, + offset: 12733, line: 385, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 12732, + offset: 12734, line: 385, - col: 51, + col: 53, }, }, ExpressionType: "int", @@ -38068,14 +38068,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12707, + offset: 12709, line: 385, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12722, + offset: 12724, line: 385, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -38085,14 +38085,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12707, + offset: 12709, line: 385, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12722, + offset: 12724, line: 385, - col: 41, + col: 43, }, }, IsConversionOperator: false, @@ -38104,14 +38104,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12707, + offset: 12709, line: 385, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12714, + offset: 12716, line: 385, - col: 33, + col: 35, }, }, }, @@ -38120,14 +38120,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12716, + offset: 12718, line: 385, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12722, + offset: 12724, line: 385, - col: 41, + col: 43, }, }, }, @@ -38138,14 +38138,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12707, + offset: 12709, line: 385, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12714, + offset: 12716, line: 385, - col: 33, + col: 35, }, }, }, @@ -38157,14 +38157,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12707, + offset: 12709, line: 385, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12734, + offset: 12736, line: 385, - col: 53, + col: 55, }, }, ExpressionType: "Attempt to use symbol failed: number", @@ -38175,14 +38175,14 @@ '@role': [Argument, Call, Function, Incomplete, List, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12723, + offset: 12725, line: 385, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 12733, + offset: 12735, line: 385, - col: 52, + col: 54, }, }, ExpressionType: "int", @@ -38193,14 +38193,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12731, + offset: 12733, line: 385, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 12732, + offset: 12734, line: 385, - col: 51, + col: 53, }, }, ExpressionType: "int", @@ -38212,14 +38212,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12723, + offset: 12725, line: 385, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 12730, + offset: 12732, line: 385, - col: 49, + col: 51, }, }, ExpressionType: "int [2]", @@ -38230,14 +38230,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12723, + offset: 12725, line: 385, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 12730, + offset: 12732, line: 385, - col: 49, + col: 51, }, }, }, @@ -38247,14 +38247,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12731, + offset: 12733, line: 385, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 12732, + offset: 12734, line: 385, - col: 51, + col: 53, }, }, ExpressionType: "int", @@ -38268,14 +38268,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12707, + offset: 12709, line: 385, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12722, + offset: 12724, line: 385, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -38285,14 +38285,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12707, + offset: 12709, line: 385, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12722, + offset: 12724, line: 385, - col: 41, + col: 43, }, }, IsConversionOperator: false, @@ -38304,14 +38304,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12707, + offset: 12709, line: 385, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12714, + offset: 12716, line: 385, - col: 33, + col: 35, }, }, }, @@ -38320,14 +38320,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12716, + offset: 12718, line: 385, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12722, + offset: 12724, line: 385, - col: 41, + col: 43, }, }, }, @@ -38338,14 +38338,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12707, + offset: 12709, line: 385, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12714, + offset: 12716, line: 385, - col: 33, + col: 35, }, }, }, @@ -38360,14 +38360,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12763, + offset: 12765, line: 386, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12790, + offset: 12792, line: 386, - col: 53, + col: 55, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -38379,14 +38379,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12778, + offset: 12780, line: 386, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 12789, + offset: 12791, line: 386, - col: 52, + col: 54, }, }, ExpressionType: "const char [10]", @@ -38399,14 +38399,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12763, + offset: 12765, line: 386, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12777, + offset: 12779, line: 386, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -38417,14 +38417,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12763, + offset: 12765, line: 386, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12777, + offset: 12779, line: 386, - col: 40, + col: 42, }, }, }, @@ -38434,14 +38434,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12763, + offset: 12765, line: 386, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12790, + offset: 12792, line: 386, - col: 53, + col: 55, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -38453,14 +38453,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12778, + offset: 12780, line: 386, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 12789, + offset: 12791, line: 386, - col: 52, + col: 54, }, }, ExpressionType: "const char [10]", @@ -38473,14 +38473,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12763, + offset: 12765, line: 386, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12777, + offset: 12779, line: 386, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -38491,14 +38491,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12763, + offset: 12765, line: 386, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12777, + offset: 12779, line: 386, - col: 40, + col: 42, }, }, }, @@ -38511,14 +38511,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12819, + offset: 12821, line: 387, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12840, + offset: 12842, line: 387, - col: 47, + col: 49, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -38530,14 +38530,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12834, + offset: 12836, line: 387, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 12839, + offset: 12841, line: 387, - col: 46, + col: 48, }, }, ExpressionType: "const char [4]", @@ -38550,14 +38550,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12819, + offset: 12821, line: 387, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12833, + offset: 12835, line: 387, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -38568,14 +38568,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12819, + offset: 12821, line: 387, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12833, + offset: 12835, line: 387, - col: 40, + col: 42, }, }, }, @@ -38585,14 +38585,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12819, + offset: 12821, line: 387, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12840, + offset: 12842, line: 387, - col: 47, + col: 49, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -38604,14 +38604,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12834, + offset: 12836, line: 387, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 12839, + offset: 12841, line: 387, - col: 46, + col: 48, }, }, ExpressionType: "const char [4]", @@ -38624,14 +38624,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12819, + offset: 12821, line: 387, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12833, + offset: 12835, line: 387, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -38642,14 +38642,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12819, + offset: 12821, line: 387, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12833, + offset: 12835, line: 387, - col: 40, + col: 42, }, }, }, @@ -38662,14 +38662,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12869, + offset: 12871, line: 388, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12888, + offset: 12890, line: 388, - col: 45, + col: 47, }, }, ExpressionType: "Attempt to use symbol failed: number", @@ -38680,14 +38680,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12885, + offset: 12887, line: 388, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 12887, + offset: 12889, line: 388, - col: 44, + col: 46, }, }, ExpressionType: "int", @@ -38698,14 +38698,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12885, + offset: 12887, line: 388, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 12887, + offset: 12889, line: 388, - col: 44, + col: 46, }, }, }, @@ -38715,14 +38715,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12869, + offset: 12871, line: 388, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12884, + offset: 12886, line: 388, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -38732,14 +38732,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12869, + offset: 12871, line: 388, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12884, + offset: 12886, line: 388, - col: 41, + col: 43, }, }, IsConversionOperator: false, @@ -38751,14 +38751,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12869, + offset: 12871, line: 388, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12876, + offset: 12878, line: 388, - col: 33, + col: 35, }, }, }, @@ -38767,14 +38767,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12878, + offset: 12880, line: 388, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12884, + offset: 12886, line: 388, - col: 41, + col: 43, }, }, }, @@ -38785,14 +38785,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12869, + offset: 12871, line: 388, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12876, + offset: 12878, line: 388, - col: 33, + col: 35, }, }, }, @@ -38804,14 +38804,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12869, + offset: 12871, line: 388, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12888, + offset: 12890, line: 388, - col: 45, + col: 47, }, }, ExpressionType: "Attempt to use symbol failed: number", @@ -38822,14 +38822,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12885, + offset: 12887, line: 388, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 12887, + offset: 12889, line: 388, - col: 44, + col: 46, }, }, ExpressionType: "int", @@ -38840,14 +38840,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12885, + offset: 12887, line: 388, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 12887, + offset: 12889, line: 388, - col: 44, + col: 46, }, }, }, @@ -38857,14 +38857,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12869, + offset: 12871, line: 388, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12884, + offset: 12886, line: 388, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -38874,14 +38874,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12869, + offset: 12871, line: 388, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12884, + offset: 12886, line: 388, - col: 41, + col: 43, }, }, IsConversionOperator: false, @@ -38893,14 +38893,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12869, + offset: 12871, line: 388, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12876, + offset: 12878, line: 388, - col: 33, + col: 35, }, }, }, @@ -38909,14 +38909,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12878, + offset: 12880, line: 388, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 12884, + offset: 12886, line: 388, - col: 41, + col: 43, }, }, }, @@ -38927,14 +38927,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12869, + offset: 12871, line: 388, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 12876, + offset: 12878, line: 388, - col: 33, + col: 35, }, }, }, @@ -38951,14 +38951,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12617, + offset: 12619, line: 384, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12648, + offset: 12650, line: 384, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -38971,14 +38971,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12636, + offset: 12638, line: 384, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 12648, + offset: 12650, line: 384, - col: 34, + col: 36, }, }, }, @@ -38986,14 +38986,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12617, + offset: 12619, line: 384, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12634, + offset: 12636, line: 384, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -39004,14 +39004,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12617, + offset: 12619, line: 384, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12634, + offset: 12636, line: 384, - col: 20, + col: 22, }, }, }, @@ -39023,14 +39023,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12896, + offset: 12898, line: 389, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13375, + offset: 13377, line: 398, - col: 5, + col: 7, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -39038,14 +39038,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12896, + offset: 12898, line: 389, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13374, + offset: 13376, line: 398, - col: 4, + col: 6, }, }, ExpressionType: "", @@ -39055,14 +39055,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12923, + offset: 12925, line: 389, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 13374, + offset: 13376, line: 398, - col: 4, + col: 6, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -39073,14 +39073,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12931, + offset: 12933, line: 389, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 12948, + offset: 12950, line: 389, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -39091,14 +39091,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12931, + offset: 12933, line: 389, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 12948, + offset: 12950, line: 389, - col: 55, + col: 57, }, }, }, @@ -39107,14 +39107,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12950, + offset: 12952, line: 389, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 13023, + offset: 13025, line: 389, - col: 130, + col: 132, }, }, CastOperator: "static_cast", @@ -39125,14 +39125,14 @@ '@role': [Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13006, + offset: 13008, line: 389, - col: 113, + col: 115, }, end: { '@type': "uast:Position", - offset: 13022, + offset: 13024, line: 389, - col: 129, + col: 131, }, }, ExpressionType: "", @@ -39142,14 +39142,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13007, + offset: 13009, line: 389, - col: 114, + col: 116, }, end: { '@type': "uast:Position", - offset: 13022, + offset: 13024, line: 389, - col: 129, + col: 131, }, }, ExpressionType: "", @@ -39159,14 +39159,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13007, + offset: 13009, line: 389, - col: 114, + col: 116, }, end: { '@type': "uast:Position", - offset: 13022, + offset: 13024, line: 389, - col: 129, + col: 131, }, }, IsConversionOperator: false, @@ -39178,14 +39178,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13007, + offset: 13009, line: 389, - col: 114, + col: 116, }, end: { '@type': "uast:Position", - offset: 13015, + offset: 13017, line: 389, - col: 122, + col: 124, }, }, }, @@ -39194,14 +39194,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13017, + offset: 13019, line: 389, - col: 124, + col: 126, }, end: { '@type': "uast:Position", - offset: 13022, + offset: 13024, line: 389, - col: 129, + col: 131, }, }, }, @@ -39212,14 +39212,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13007, + offset: 13009, line: 389, - col: 114, + col: 116, }, end: { '@type': "uast:Position", - offset: 13015, + offset: 13017, line: 389, - col: 122, + col: 124, }, }, }, @@ -39232,28 +39232,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12962, + offset: 12964, line: 389, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 13004, + offset: 13006, line: 389, - col: 111, + col: 113, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTFunctionDeclarator", '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12967, + offset: 12969, line: 389, - col: 74, + col: 76, }, end: { '@type': "uast:Position", - offset: 13004, + offset: 13006, line: 389, - col: 111, + col: 113, }, }, IsConst: false, @@ -39271,14 +39271,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12968, + offset: 12970, line: 389, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 12979, + offset: 12981, line: 389, - col: 86, + col: 88, }, }, DeclaresParameterPack: false, @@ -39291,14 +39291,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12968, + offset: 12970, line: 389, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 12978, + offset: 12980, line: 389, - col: 85, + col: 87, }, }, IsConversionOperator: false, @@ -39310,14 +39310,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12968, + offset: 12970, line: 389, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 12976, + offset: 12978, line: 389, - col: 83, + col: 85, }, }, }, @@ -39333,14 +39333,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12968, + offset: 12970, line: 389, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 12976, + offset: 12978, line: 389, - col: 83, + col: 85, }, }, }, @@ -39354,14 +39354,14 @@ '@role': [Argument, Declaration, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13003, + offset: 13005, line: 389, - col: 110, + col: 112, }, end: { '@type': "uast:Position", - offset: 13003, + offset: 13005, line: 389, - col: 110, + col: 112, }, }, DeclaresParameterPack: false, @@ -39373,14 +39373,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12981, + offset: 12983, line: 389, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 13003, + offset: 13005, line: 389, - col: 110, + col: 112, }, }, IsConst: false, @@ -39397,14 +39397,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12981, + offset: 12983, line: 389, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 13003, + offset: 13005, line: 389, - col: 110, + col: 112, }, }, IsConversionOperator: false, @@ -39416,14 +39416,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12981, + offset: 12983, line: 389, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 12989, + offset: 12991, line: 389, - col: 96, + col: 98, }, }, }, @@ -39432,14 +39432,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12991, + offset: 12993, line: 389, - col: 98, + col: 100, }, end: { '@type': "uast:Position", - offset: 13003, + offset: 13005, line: 389, - col: 110, + col: 112, }, }, }, @@ -39450,14 +39450,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12981, + offset: 12983, line: 389, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 12989, + offset: 12991, line: 389, - col: 96, + col: 98, }, }, }, @@ -39474,14 +39474,14 @@ '@role': ['Null', Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12962, + offset: 12964, line: 389, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 12966, + offset: 12968, line: 389, - col: 73, + col: 75, }, }, IsComplex: false, @@ -39509,14 +39509,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13025, + offset: 13027, line: 389, - col: 132, + col: 134, }, end: { '@type': "uast:Position", - offset: 13029, + offset: 13031, line: 389, - col: 136, + col: 138, }, }, ExpressionType: "", @@ -39528,14 +39528,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13039, + offset: 13041, line: 390, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 13368, + offset: 13370, line: 397, - col: 8, + col: 10, }, }, ExpressionType: "[] (QProcess::ProcessError error) {\n if (error == QProcess::FailedToStart) {\n std::cerr << \"FATAL ERROR: failed to start Xwayland\" << std::endl;\n } else {\n std::cerr << \"FATAL ERROR: Xwayland failed, going to exit now\" << std::endl;\n }\n exit(1);\n }", @@ -39545,14 +39545,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13073, + offset: 13075, line: 390, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 13368, + offset: 13370, line: 397, - col: 8, + col: 10, }, }, 'Prop_Statements': [ @@ -39560,14 +39560,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13087, + offset: 13089, line: 391, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13337, + offset: 13339, line: 395, - col: 12, + col: 14, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTBinaryExpression", @@ -39575,14 +39575,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13091, + offset: 13093, line: 391, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13123, + offset: 13125, line: 391, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -39592,14 +39592,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13100, + offset: 13102, line: 391, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 13123, + offset: 13125, line: 391, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -39609,14 +39609,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13100, + offset: 13102, line: 391, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 13123, + offset: 13125, line: 391, - col: 47, + col: 49, }, }, IsConversionOperator: false, @@ -39628,14 +39628,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13100, + offset: 13102, line: 391, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 13108, + offset: 13110, line: 391, - col: 32, + col: 34, }, }, }, @@ -39644,14 +39644,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13110, + offset: 13112, line: 391, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 13123, + offset: 13125, line: 391, - col: 47, + col: 49, }, }, }, @@ -39662,14 +39662,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13100, + offset: 13102, line: 391, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 13108, + offset: 13110, line: 391, - col: 32, + col: 34, }, }, }, @@ -39680,14 +39680,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13091, + offset: 13093, line: 391, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13096, + offset: 13098, line: 391, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -39698,14 +39698,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13091, + offset: 13093, line: 391, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13096, + offset: 13098, line: 391, - col: 20, + col: 22, }, }, }, @@ -39714,14 +39714,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13100, + offset: 13102, line: 391, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 13123, + offset: 13125, line: 391, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -39731,14 +39731,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13100, + offset: 13102, line: 391, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 13123, + offset: 13125, line: 391, - col: 47, + col: 49, }, }, IsConversionOperator: false, @@ -39750,14 +39750,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13100, + offset: 13102, line: 391, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 13108, + offset: 13110, line: 391, - col: 32, + col: 34, }, }, }, @@ -39766,14 +39766,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13110, + offset: 13112, line: 391, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 13123, + offset: 13125, line: 391, - col: 47, + col: 49, }, }, }, @@ -39784,14 +39784,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13100, + offset: 13102, line: 391, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 13108, + offset: 13110, line: 391, - col: 32, + col: 34, }, }, }, @@ -39803,14 +39803,14 @@ '@role': [Body, Else, If], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13229, + offset: 13231, line: 393, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 13337, + offset: 13339, line: 395, - col: 12, + col: 14, }, }, 'Prop_Statements': [ @@ -39818,14 +39818,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13247, + offset: 13249, line: 394, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13323, + offset: 13325, line: 394, - col: 91, + col: 93, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -39833,14 +39833,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13247, + offset: 13249, line: 394, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13322, + offset: 13324, line: 394, - col: 90, + col: 92, }, }, ExpressionType: "", @@ -39850,14 +39850,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13313, + offset: 13315, line: 394, - col: 81, + col: 83, }, end: { '@type': "uast:Position", - offset: 13322, + offset: 13324, line: 394, - col: 90, + col: 92, }, }, ExpressionType: "", @@ -39867,14 +39867,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13313, + offset: 13315, line: 394, - col: 81, + col: 83, }, end: { '@type': "uast:Position", - offset: 13322, + offset: 13324, line: 394, - col: 90, + col: 92, }, }, IsConversionOperator: false, @@ -39886,14 +39886,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13313, + offset: 13315, line: 394, - col: 81, + col: 83, }, end: { '@type': "uast:Position", - offset: 13316, + offset: 13318, line: 394, - col: 84, + col: 86, }, }, }, @@ -39902,14 +39902,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13318, + offset: 13320, line: 394, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 13322, + offset: 13324, line: 394, - col: 90, + col: 92, }, }, }, @@ -39920,14 +39920,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13313, + offset: 13315, line: 394, - col: 81, + col: 83, }, end: { '@type': "uast:Position", - offset: 13316, + offset: 13318, line: 394, - col: 84, + col: 86, }, }, }, @@ -39939,14 +39939,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13247, + offset: 13249, line: 394, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13309, + offset: 13311, line: 394, - col: 77, + col: 79, }, }, ExpressionType: "", @@ -39957,14 +39957,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13260, + offset: 13262, line: 394, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 13309, + offset: 13311, line: 394, - col: 77, + col: 79, }, }, ExpressionType: "const char [48]", @@ -39976,14 +39976,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13247, + offset: 13249, line: 394, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13256, + offset: 13258, line: 394, - col: 24, + col: 26, }, }, ExpressionType: "", @@ -39993,14 +39993,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13247, + offset: 13249, line: 394, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13256, + offset: 13258, line: 394, - col: 24, + col: 26, }, }, IsConversionOperator: false, @@ -40012,14 +40012,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13247, + offset: 13249, line: 394, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13250, + offset: 13252, line: 394, - col: 18, + col: 20, }, }, }, @@ -40028,14 +40028,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13252, + offset: 13254, line: 394, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 13256, + offset: 13258, line: 394, - col: 24, + col: 26, }, }, }, @@ -40046,14 +40046,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13247, + offset: 13249, line: 394, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13250, + offset: 13252, line: 394, - col: 18, + col: 20, }, }, }, @@ -40065,14 +40065,14 @@ '@role': [Binary, Expression, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13260, + offset: 13262, line: 394, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 13309, + offset: 13311, line: 394, - col: 77, + col: 79, }, }, ExpressionType: "const char [48]", @@ -40085,14 +40085,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13313, + offset: 13315, line: 394, - col: 81, + col: 83, }, end: { '@type': "uast:Position", - offset: 13322, + offset: 13324, line: 394, - col: 90, + col: 92, }, }, ExpressionType: "", @@ -40102,14 +40102,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13313, + offset: 13315, line: 394, - col: 81, + col: 83, }, end: { '@type': "uast:Position", - offset: 13322, + offset: 13324, line: 394, - col: 90, + col: 92, }, }, IsConversionOperator: false, @@ -40121,14 +40121,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13313, + offset: 13315, line: 394, - col: 81, + col: 83, }, end: { '@type': "uast:Position", - offset: 13316, + offset: 13318, line: 394, - col: 84, + col: 86, }, }, }, @@ -40137,14 +40137,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13318, + offset: 13320, line: 394, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 13322, + offset: 13324, line: 394, - col: 90, + col: 92, }, }, }, @@ -40155,14 +40155,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13313, + offset: 13315, line: 394, - col: 81, + col: 83, }, end: { '@type': "uast:Position", - offset: 13316, + offset: 13318, line: 394, - col: 84, + col: 86, }, }, }, @@ -40177,14 +40177,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13125, + offset: 13127, line: 391, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 13223, + offset: 13225, line: 393, - col: 12, + col: 14, }, }, 'Prop_Statements': [ @@ -40192,14 +40192,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13143, + offset: 13145, line: 392, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13209, + offset: 13211, line: 392, - col: 81, + col: 83, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -40207,14 +40207,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13143, + offset: 13145, line: 392, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13208, + offset: 13210, line: 392, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -40224,14 +40224,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13199, + offset: 13201, line: 392, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 13208, + offset: 13210, line: 392, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -40241,14 +40241,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13199, + offset: 13201, line: 392, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 13208, + offset: 13210, line: 392, - col: 80, + col: 82, }, }, IsConversionOperator: false, @@ -40260,14 +40260,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13199, + offset: 13201, line: 392, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 13202, + offset: 13204, line: 392, - col: 74, + col: 76, }, }, }, @@ -40276,14 +40276,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13204, + offset: 13206, line: 392, - col: 76, + col: 78, }, end: { '@type': "uast:Position", - offset: 13208, + offset: 13210, line: 392, - col: 80, + col: 82, }, }, }, @@ -40294,14 +40294,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13199, + offset: 13201, line: 392, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 13202, + offset: 13204, line: 392, - col: 74, + col: 76, }, }, }, @@ -40313,14 +40313,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13143, + offset: 13145, line: 392, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13195, + offset: 13197, line: 392, - col: 67, + col: 69, }, }, ExpressionType: "", @@ -40331,14 +40331,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13156, + offset: 13158, line: 392, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 13195, + offset: 13197, line: 392, - col: 67, + col: 69, }, }, ExpressionType: "const char [38]", @@ -40350,14 +40350,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13143, + offset: 13145, line: 392, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13152, + offset: 13154, line: 392, - col: 24, + col: 26, }, }, ExpressionType: "", @@ -40367,14 +40367,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13143, + offset: 13145, line: 392, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13152, + offset: 13154, line: 392, - col: 24, + col: 26, }, }, IsConversionOperator: false, @@ -40386,14 +40386,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13143, + offset: 13145, line: 392, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13146, + offset: 13148, line: 392, - col: 18, + col: 20, }, }, }, @@ -40402,14 +40402,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13148, + offset: 13150, line: 392, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 13152, + offset: 13154, line: 392, - col: 24, + col: 26, }, }, }, @@ -40420,14 +40420,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13143, + offset: 13145, line: 392, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13146, + offset: 13148, line: 392, - col: 18, + col: 20, }, }, }, @@ -40439,14 +40439,14 @@ '@role': [Binary, Expression, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13156, + offset: 13158, line: 392, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 13195, + offset: 13197, line: 392, - col: 67, + col: 69, }, }, ExpressionType: "const char [38]", @@ -40459,14 +40459,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13199, + offset: 13201, line: 392, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 13208, + offset: 13210, line: 392, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -40476,14 +40476,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13199, + offset: 13201, line: 392, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 13208, + offset: 13210, line: 392, - col: 80, + col: 82, }, }, IsConversionOperator: false, @@ -40495,14 +40495,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13199, + offset: 13201, line: 392, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 13202, + offset: 13204, line: 392, - col: 74, + col: 76, }, }, }, @@ -40511,14 +40511,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13204, + offset: 13206, line: 392, - col: 76, + col: 78, }, end: { '@type': "uast:Position", - offset: 13208, + offset: 13210, line: 392, - col: 80, + col: 82, }, }, }, @@ -40529,14 +40529,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13199, + offset: 13201, line: 392, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 13202, + offset: 13204, line: 392, - col: 74, + col: 76, }, }, }, @@ -40552,28 +40552,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13350, + offset: 13352, line: 396, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13358, + offset: 13360, line: 396, - col: 19, + col: 21, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13350, + offset: 13352, line: 396, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13357, + offset: 13359, line: 396, - col: 18, + col: 20, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -40585,14 +40585,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13355, + offset: 13357, line: 396, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 13356, + offset: 13358, line: 396, - col: 17, + col: 19, }, }, ExpressionType: "int", @@ -40605,14 +40605,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13350, + offset: 13352, line: 396, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13354, + offset: 13356, line: 396, - col: 15, + col: 17, }, }, ExpressionType: "", @@ -40623,14 +40623,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13350, + offset: 13352, line: 396, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13354, + offset: 13356, line: 396, - col: 15, + col: 17, }, }, }, @@ -40643,14 +40643,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13042, + offset: 13044, line: 390, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 13072, + offset: 13074, line: 390, - col: 40, + col: 42, }, }, IsConst: false, @@ -40664,14 +40664,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13066, + offset: 13068, line: 390, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 13071, + offset: 13073, line: 390, - col: 39, + col: 41, }, }, DeclaresParameterPack: false, @@ -40680,14 +40680,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13066, + offset: 13068, line: 390, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 13071, + offset: 13073, line: 390, - col: 39, + col: 41, }, }, }, @@ -40695,14 +40695,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13043, + offset: 13045, line: 390, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13065, + offset: 13067, line: 390, - col: 33, + col: 35, }, }, IsConst: false, @@ -40719,14 +40719,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13043, + offset: 13045, line: 390, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13065, + offset: 13067, line: 390, - col: 33, + col: 35, }, }, IsConversionOperator: false, @@ -40738,14 +40738,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13043, + offset: 13045, line: 390, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13051, + offset: 13053, line: 390, - col: 19, + col: 21, }, }, }, @@ -40754,14 +40754,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13053, + offset: 13055, line: 390, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 13065, + offset: 13067, line: 390, - col: 33, + col: 35, }, }, }, @@ -40772,14 +40772,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13043, + offset: 13045, line: 390, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13051, + offset: 13053, line: 390, - col: 19, + col: 21, }, }, }, @@ -40797,14 +40797,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12923, + offset: 12925, line: 389, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 12930, + offset: 12932, line: 389, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -40815,14 +40815,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12923, + offset: 12925, line: 389, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 12930, + offset: 12932, line: 389, - col: 37, + col: 39, }, }, }, @@ -40832,14 +40832,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12896, + offset: 12898, line: 389, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12920, + offset: 12922, line: 389, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -40850,14 +40850,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12896, + offset: 12898, line: 389, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 12920, + offset: 12922, line: 389, - col: 27, + col: 29, }, }, }, @@ -40866,14 +40866,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12923, + offset: 12925, line: 389, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 13374, + offset: 13376, line: 398, - col: 4, + col: 6, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -40884,14 +40884,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12931, + offset: 12933, line: 389, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 12948, + offset: 12950, line: 389, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -40902,14 +40902,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12931, + offset: 12933, line: 389, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 12948, + offset: 12950, line: 389, - col: 55, + col: 57, }, }, }, @@ -40918,14 +40918,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12950, + offset: 12952, line: 389, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 13023, + offset: 13025, line: 389, - col: 130, + col: 132, }, }, CastOperator: "static_cast", @@ -40936,14 +40936,14 @@ '@role': [Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13006, + offset: 13008, line: 389, - col: 113, + col: 115, }, end: { '@type': "uast:Position", - offset: 13022, + offset: 13024, line: 389, - col: 129, + col: 131, }, }, ExpressionType: "", @@ -40953,14 +40953,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13007, + offset: 13009, line: 389, - col: 114, + col: 116, }, end: { '@type': "uast:Position", - offset: 13022, + offset: 13024, line: 389, - col: 129, + col: 131, }, }, ExpressionType: "", @@ -40970,14 +40970,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13007, + offset: 13009, line: 389, - col: 114, + col: 116, }, end: { '@type': "uast:Position", - offset: 13022, + offset: 13024, line: 389, - col: 129, + col: 131, }, }, IsConversionOperator: false, @@ -40989,14 +40989,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13007, + offset: 13009, line: 389, - col: 114, + col: 116, }, end: { '@type': "uast:Position", - offset: 13015, + offset: 13017, line: 389, - col: 122, + col: 124, }, }, }, @@ -41005,14 +41005,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13017, + offset: 13019, line: 389, - col: 124, + col: 126, }, end: { '@type': "uast:Position", - offset: 13022, + offset: 13024, line: 389, - col: 129, + col: 131, }, }, }, @@ -41023,14 +41023,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13007, + offset: 13009, line: 389, - col: 114, + col: 116, }, end: { '@type': "uast:Position", - offset: 13015, + offset: 13017, line: 389, - col: 122, + col: 124, }, }, }, @@ -41043,28 +41043,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12962, + offset: 12964, line: 389, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 13004, + offset: 13006, line: 389, - col: 111, + col: 113, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTFunctionDeclarator", '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12967, + offset: 12969, line: 389, - col: 74, + col: 76, }, end: { '@type': "uast:Position", - offset: 13004, + offset: 13006, line: 389, - col: 111, + col: 113, }, }, IsConst: false, @@ -41082,14 +41082,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12968, + offset: 12970, line: 389, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 12979, + offset: 12981, line: 389, - col: 86, + col: 88, }, }, DeclaresParameterPack: false, @@ -41102,14 +41102,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12968, + offset: 12970, line: 389, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 12978, + offset: 12980, line: 389, - col: 85, + col: 87, }, }, IsConversionOperator: false, @@ -41121,14 +41121,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12968, + offset: 12970, line: 389, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 12976, + offset: 12978, line: 389, - col: 83, + col: 85, }, }, }, @@ -41144,14 +41144,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12968, + offset: 12970, line: 389, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 12976, + offset: 12978, line: 389, - col: 83, + col: 85, }, }, }, @@ -41165,14 +41165,14 @@ '@role': [Argument, Declaration, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13003, + offset: 13005, line: 389, - col: 110, + col: 112, }, end: { '@type': "uast:Position", - offset: 13003, + offset: 13005, line: 389, - col: 110, + col: 112, }, }, DeclaresParameterPack: false, @@ -41184,14 +41184,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12981, + offset: 12983, line: 389, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 13003, + offset: 13005, line: 389, - col: 110, + col: 112, }, }, IsConst: false, @@ -41208,14 +41208,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12981, + offset: 12983, line: 389, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 13003, + offset: 13005, line: 389, - col: 110, + col: 112, }, }, IsConversionOperator: false, @@ -41227,14 +41227,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12981, + offset: 12983, line: 389, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 12989, + offset: 12991, line: 389, - col: 96, + col: 98, }, }, }, @@ -41243,14 +41243,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12991, + offset: 12993, line: 389, - col: 98, + col: 100, }, end: { '@type': "uast:Position", - offset: 13003, + offset: 13005, line: 389, - col: 110, + col: 112, }, }, }, @@ -41261,14 +41261,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12981, + offset: 12983, line: 389, - col: 88, + col: 90, }, end: { '@type': "uast:Position", - offset: 12989, + offset: 12991, line: 389, - col: 96, + col: 98, }, }, }, @@ -41285,14 +41285,14 @@ '@role': ['Null', Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12962, + offset: 12964, line: 389, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 12966, + offset: 12968, line: 389, - col: 73, + col: 75, }, }, IsComplex: false, @@ -41320,14 +41320,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13025, + offset: 13027, line: 389, - col: 132, + col: 134, }, end: { '@type': "uast:Position", - offset: 13029, + offset: 13031, line: 389, - col: 136, + col: 138, }, }, ExpressionType: "", @@ -41339,14 +41339,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13039, + offset: 13041, line: 390, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 13368, + offset: 13370, line: 397, - col: 8, + col: 10, }, }, ExpressionType: "[] (QProcess::ProcessError error) {\n if (error == QProcess::FailedToStart) {\n std::cerr << \"FATAL ERROR: failed to start Xwayland\" << std::endl;\n } else {\n std::cerr << \"FATAL ERROR: Xwayland failed, going to exit now\" << std::endl;\n }\n exit(1);\n }", @@ -41356,14 +41356,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13073, + offset: 13075, line: 390, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 13368, + offset: 13370, line: 397, - col: 8, + col: 10, }, }, 'Prop_Statements': [ @@ -41371,14 +41371,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13087, + offset: 13089, line: 391, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13337, + offset: 13339, line: 395, - col: 12, + col: 14, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTBinaryExpression", @@ -41386,14 +41386,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13091, + offset: 13093, line: 391, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13123, + offset: 13125, line: 391, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -41403,14 +41403,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13100, + offset: 13102, line: 391, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 13123, + offset: 13125, line: 391, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -41420,14 +41420,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13100, + offset: 13102, line: 391, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 13123, + offset: 13125, line: 391, - col: 47, + col: 49, }, }, IsConversionOperator: false, @@ -41439,14 +41439,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13100, + offset: 13102, line: 391, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 13108, + offset: 13110, line: 391, - col: 32, + col: 34, }, }, }, @@ -41455,14 +41455,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13110, + offset: 13112, line: 391, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 13123, + offset: 13125, line: 391, - col: 47, + col: 49, }, }, }, @@ -41473,14 +41473,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13100, + offset: 13102, line: 391, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 13108, + offset: 13110, line: 391, - col: 32, + col: 34, }, }, }, @@ -41491,14 +41491,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13091, + offset: 13093, line: 391, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13096, + offset: 13098, line: 391, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -41509,14 +41509,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13091, + offset: 13093, line: 391, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13096, + offset: 13098, line: 391, - col: 20, + col: 22, }, }, }, @@ -41525,14 +41525,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13100, + offset: 13102, line: 391, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 13123, + offset: 13125, line: 391, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -41542,14 +41542,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13100, + offset: 13102, line: 391, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 13123, + offset: 13125, line: 391, - col: 47, + col: 49, }, }, IsConversionOperator: false, @@ -41561,14 +41561,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13100, + offset: 13102, line: 391, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 13108, + offset: 13110, line: 391, - col: 32, + col: 34, }, }, }, @@ -41577,14 +41577,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13110, + offset: 13112, line: 391, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 13123, + offset: 13125, line: 391, - col: 47, + col: 49, }, }, }, @@ -41595,14 +41595,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13100, + offset: 13102, line: 391, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 13108, + offset: 13110, line: 391, - col: 32, + col: 34, }, }, }, @@ -41614,14 +41614,14 @@ '@role': [Body, Else, If], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13229, + offset: 13231, line: 393, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 13337, + offset: 13339, line: 395, - col: 12, + col: 14, }, }, 'Prop_Statements': [ @@ -41629,14 +41629,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13247, + offset: 13249, line: 394, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13323, + offset: 13325, line: 394, - col: 91, + col: 93, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -41644,14 +41644,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13247, + offset: 13249, line: 394, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13322, + offset: 13324, line: 394, - col: 90, + col: 92, }, }, ExpressionType: "", @@ -41661,14 +41661,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13313, + offset: 13315, line: 394, - col: 81, + col: 83, }, end: { '@type': "uast:Position", - offset: 13322, + offset: 13324, line: 394, - col: 90, + col: 92, }, }, ExpressionType: "", @@ -41678,14 +41678,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13313, + offset: 13315, line: 394, - col: 81, + col: 83, }, end: { '@type': "uast:Position", - offset: 13322, + offset: 13324, line: 394, - col: 90, + col: 92, }, }, IsConversionOperator: false, @@ -41697,14 +41697,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13313, + offset: 13315, line: 394, - col: 81, + col: 83, }, end: { '@type': "uast:Position", - offset: 13316, + offset: 13318, line: 394, - col: 84, + col: 86, }, }, }, @@ -41713,14 +41713,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13318, + offset: 13320, line: 394, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 13322, + offset: 13324, line: 394, - col: 90, + col: 92, }, }, }, @@ -41731,14 +41731,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13313, + offset: 13315, line: 394, - col: 81, + col: 83, }, end: { '@type': "uast:Position", - offset: 13316, + offset: 13318, line: 394, - col: 84, + col: 86, }, }, }, @@ -41750,14 +41750,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13247, + offset: 13249, line: 394, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13309, + offset: 13311, line: 394, - col: 77, + col: 79, }, }, ExpressionType: "", @@ -41768,14 +41768,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13260, + offset: 13262, line: 394, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 13309, + offset: 13311, line: 394, - col: 77, + col: 79, }, }, ExpressionType: "const char [48]", @@ -41787,14 +41787,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13247, + offset: 13249, line: 394, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13256, + offset: 13258, line: 394, - col: 24, + col: 26, }, }, ExpressionType: "", @@ -41804,14 +41804,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13247, + offset: 13249, line: 394, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13256, + offset: 13258, line: 394, - col: 24, + col: 26, }, }, IsConversionOperator: false, @@ -41823,14 +41823,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13247, + offset: 13249, line: 394, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13250, + offset: 13252, line: 394, - col: 18, + col: 20, }, }, }, @@ -41839,14 +41839,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13252, + offset: 13254, line: 394, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 13256, + offset: 13258, line: 394, - col: 24, + col: 26, }, }, }, @@ -41857,14 +41857,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13247, + offset: 13249, line: 394, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13250, + offset: 13252, line: 394, - col: 18, + col: 20, }, }, }, @@ -41876,14 +41876,14 @@ '@role': [Binary, Expression, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13260, + offset: 13262, line: 394, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 13309, + offset: 13311, line: 394, - col: 77, + col: 79, }, }, ExpressionType: "const char [48]", @@ -41896,14 +41896,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13313, + offset: 13315, line: 394, - col: 81, + col: 83, }, end: { '@type': "uast:Position", - offset: 13322, + offset: 13324, line: 394, - col: 90, + col: 92, }, }, ExpressionType: "", @@ -41913,14 +41913,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13313, + offset: 13315, line: 394, - col: 81, + col: 83, }, end: { '@type': "uast:Position", - offset: 13322, + offset: 13324, line: 394, - col: 90, + col: 92, }, }, IsConversionOperator: false, @@ -41932,14 +41932,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13313, + offset: 13315, line: 394, - col: 81, + col: 83, }, end: { '@type': "uast:Position", - offset: 13316, + offset: 13318, line: 394, - col: 84, + col: 86, }, }, }, @@ -41948,14 +41948,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13318, + offset: 13320, line: 394, - col: 86, + col: 88, }, end: { '@type': "uast:Position", - offset: 13322, + offset: 13324, line: 394, - col: 90, + col: 92, }, }, }, @@ -41966,14 +41966,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13313, + offset: 13315, line: 394, - col: 81, + col: 83, }, end: { '@type': "uast:Position", - offset: 13316, + offset: 13318, line: 394, - col: 84, + col: 86, }, }, }, @@ -41988,14 +41988,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13125, + offset: 13127, line: 391, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 13223, + offset: 13225, line: 393, - col: 12, + col: 14, }, }, 'Prop_Statements': [ @@ -42003,14 +42003,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13143, + offset: 13145, line: 392, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13209, + offset: 13211, line: 392, - col: 81, + col: 83, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -42018,14 +42018,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13143, + offset: 13145, line: 392, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13208, + offset: 13210, line: 392, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -42035,14 +42035,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13199, + offset: 13201, line: 392, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 13208, + offset: 13210, line: 392, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -42052,14 +42052,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13199, + offset: 13201, line: 392, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 13208, + offset: 13210, line: 392, - col: 80, + col: 82, }, }, IsConversionOperator: false, @@ -42071,14 +42071,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13199, + offset: 13201, line: 392, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 13202, + offset: 13204, line: 392, - col: 74, + col: 76, }, }, }, @@ -42087,14 +42087,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13204, + offset: 13206, line: 392, - col: 76, + col: 78, }, end: { '@type': "uast:Position", - offset: 13208, + offset: 13210, line: 392, - col: 80, + col: 82, }, }, }, @@ -42105,14 +42105,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13199, + offset: 13201, line: 392, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 13202, + offset: 13204, line: 392, - col: 74, + col: 76, }, }, }, @@ -42124,14 +42124,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13143, + offset: 13145, line: 392, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13195, + offset: 13197, line: 392, - col: 67, + col: 69, }, }, ExpressionType: "", @@ -42142,14 +42142,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13156, + offset: 13158, line: 392, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 13195, + offset: 13197, line: 392, - col: 67, + col: 69, }, }, ExpressionType: "const char [38]", @@ -42161,14 +42161,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13143, + offset: 13145, line: 392, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13152, + offset: 13154, line: 392, - col: 24, + col: 26, }, }, ExpressionType: "", @@ -42178,14 +42178,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13143, + offset: 13145, line: 392, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13152, + offset: 13154, line: 392, - col: 24, + col: 26, }, }, IsConversionOperator: false, @@ -42197,14 +42197,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13143, + offset: 13145, line: 392, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13146, + offset: 13148, line: 392, - col: 18, + col: 20, }, }, }, @@ -42213,14 +42213,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13148, + offset: 13150, line: 392, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 13152, + offset: 13154, line: 392, - col: 24, + col: 26, }, }, }, @@ -42231,14 +42231,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13143, + offset: 13145, line: 392, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 13146, + offset: 13148, line: 392, - col: 18, + col: 20, }, }, }, @@ -42250,14 +42250,14 @@ '@role': [Binary, Expression, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13156, + offset: 13158, line: 392, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 13195, + offset: 13197, line: 392, - col: 67, + col: 69, }, }, ExpressionType: "const char [38]", @@ -42270,14 +42270,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13199, + offset: 13201, line: 392, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 13208, + offset: 13210, line: 392, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -42287,14 +42287,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13199, + offset: 13201, line: 392, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 13208, + offset: 13210, line: 392, - col: 80, + col: 82, }, }, IsConversionOperator: false, @@ -42306,14 +42306,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13199, + offset: 13201, line: 392, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 13202, + offset: 13204, line: 392, - col: 74, + col: 76, }, }, }, @@ -42322,14 +42322,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13204, + offset: 13206, line: 392, - col: 76, + col: 78, }, end: { '@type': "uast:Position", - offset: 13208, + offset: 13210, line: 392, - col: 80, + col: 82, }, }, }, @@ -42340,14 +42340,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13199, + offset: 13201, line: 392, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 13202, + offset: 13204, line: 392, - col: 74, + col: 76, }, }, }, @@ -42363,28 +42363,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13350, + offset: 13352, line: 396, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13358, + offset: 13360, line: 396, - col: 19, + col: 21, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13350, + offset: 13352, line: 396, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13357, + offset: 13359, line: 396, - col: 18, + col: 20, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -42396,14 +42396,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13355, + offset: 13357, line: 396, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 13356, + offset: 13358, line: 396, - col: 17, + col: 19, }, }, ExpressionType: "int", @@ -42416,14 +42416,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13350, + offset: 13352, line: 396, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13354, + offset: 13356, line: 396, - col: 15, + col: 17, }, }, ExpressionType: "", @@ -42434,14 +42434,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13350, + offset: 13352, line: 396, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13354, + offset: 13356, line: 396, - col: 15, + col: 17, }, }, }, @@ -42454,14 +42454,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13042, + offset: 13044, line: 390, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 13072, + offset: 13074, line: 390, - col: 40, + col: 42, }, }, IsConst: false, @@ -42475,14 +42475,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13066, + offset: 13068, line: 390, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 13071, + offset: 13073, line: 390, - col: 39, + col: 41, }, }, DeclaresParameterPack: false, @@ -42491,14 +42491,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13066, + offset: 13068, line: 390, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 13071, + offset: 13073, line: 390, - col: 39, + col: 41, }, }, }, @@ -42506,14 +42506,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13043, + offset: 13045, line: 390, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13065, + offset: 13067, line: 390, - col: 33, + col: 35, }, }, IsConst: false, @@ -42530,14 +42530,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13043, + offset: 13045, line: 390, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13065, + offset: 13067, line: 390, - col: 33, + col: 35, }, }, IsConversionOperator: false, @@ -42549,14 +42549,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13043, + offset: 13045, line: 390, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13051, + offset: 13053, line: 390, - col: 19, + col: 21, }, }, }, @@ -42565,14 +42565,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13053, + offset: 13055, line: 390, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 13065, + offset: 13067, line: 390, - col: 33, + col: 35, }, }, }, @@ -42583,14 +42583,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13043, + offset: 13045, line: 390, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13051, + offset: 13053, line: 390, - col: 19, + col: 21, }, }, }, @@ -42608,14 +42608,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12923, + offset: 12925, line: 389, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 12930, + offset: 12932, line: 389, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -42626,14 +42626,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 12923, + offset: 12925, line: 389, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 12930, + offset: 12932, line: 389, - col: 37, + col: 39, }, }, }, @@ -42645,28 +42645,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13380, + offset: 13382, line: 399, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13416, + offset: 13418, line: 399, - col: 39, + col: 41, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13380, + offset: 13382, line: 399, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13416, + offset: 13418, line: 399, - col: 39, + col: 41, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -42674,14 +42674,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13380, + offset: 13382, line: 399, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13389, + offset: 13391, line: 399, - col: 12, + col: 14, }, }, IsComplex: false, @@ -42707,14 +42707,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13390, + offset: 13392, line: 399, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 13415, + offset: 13417, line: 399, - col: 38, + col: 40, }, }, DeclaresParameterPack: false, @@ -42722,28 +42722,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13403, + offset: 13405, line: 399, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 13415, + offset: 13417, line: 399, - col: 38, + col: 40, }, }, 'Prop_Expression': { '@type': "CPPASTArraySubscriptExpression", '@role': [Incomplete, List, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13405, + offset: 13407, line: 399, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 13415, + offset: 13417, line: 399, - col: 38, + col: 40, }, }, ExpressionType: "int", @@ -42754,14 +42754,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13413, + offset: 13415, line: 399, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 13414, + offset: 13416, line: 399, - col: 37, + col: 39, }, }, ExpressionType: "int", @@ -42773,14 +42773,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13405, + offset: 13407, line: 399, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 13412, + offset: 13414, line: 399, - col: 35, + col: 37, }, }, ExpressionType: "int [2]", @@ -42791,14 +42791,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13405, + offset: 13407, line: 399, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 13412, + offset: 13414, line: 399, - col: 35, + col: 37, }, }, }, @@ -42808,14 +42808,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13413, + offset: 13415, line: 399, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 13414, + offset: 13416, line: 399, - col: 37, + col: 39, }, }, ExpressionType: "int", @@ -42828,14 +42828,14 @@ '@role': [Incomplete, List, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13405, + offset: 13407, line: 399, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 13415, + offset: 13417, line: 399, - col: 38, + col: 40, }, }, ExpressionType: "int", @@ -42846,14 +42846,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13413, + offset: 13415, line: 399, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 13414, + offset: 13416, line: 399, - col: 37, + col: 39, }, }, ExpressionType: "int", @@ -42865,14 +42865,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13405, + offset: 13407, line: 399, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 13412, + offset: 13414, line: 399, - col: 35, + col: 37, }, }, ExpressionType: "int [2]", @@ -42883,14 +42883,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13405, + offset: 13407, line: 399, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 13412, + offset: 13414, line: 399, - col: 35, + col: 37, }, }, }, @@ -42900,14 +42900,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13413, + offset: 13415, line: 399, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 13414, + offset: 13416, line: 399, - col: 37, + col: 39, }, }, ExpressionType: "int", @@ -42922,14 +42922,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13390, + offset: 13392, line: 399, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 13402, + offset: 13404, line: 399, - col: 25, + col: 27, }, }, }, @@ -42942,28 +42942,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13421, + offset: 13423, line: 400, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13957, + offset: 13959, line: 407, - col: 5, + col: 7, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13421, + offset: 13423, line: 400, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13956, + offset: 13958, line: 407, - col: 4, + col: 6, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -42974,14 +42974,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13429, + offset: 13431, line: 400, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13446, + offset: 13448, line: 400, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -42992,14 +42992,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13429, + offset: 13431, line: 400, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13446, + offset: 13448, line: 400, - col: 28, + col: 30, }, }, }, @@ -43008,14 +43008,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13448, + offset: 13450, line: 400, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 13466, + offset: 13468, line: 400, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -43025,14 +43025,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13449, + offset: 13451, line: 400, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13466, + offset: 13468, line: 400, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -43042,14 +43042,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13449, + offset: 13451, line: 400, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13466, + offset: 13468, line: 400, - col: 48, + col: 50, }, }, IsConversionOperator: false, @@ -43061,14 +43061,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13449, + offset: 13451, line: 400, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13457, + offset: 13459, line: 400, - col: 39, + col: 41, }, }, }, @@ -43077,14 +43077,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13459, + offset: 13461, line: 400, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 13466, + offset: 13468, line: 400, - col: 48, + col: 50, }, }, }, @@ -43095,14 +43095,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13449, + offset: 13451, line: 400, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 13457, + offset: 13459, line: 400, - col: 39, + col: 41, }, }, }, @@ -43116,14 +43116,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13468, + offset: 13470, line: 400, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 13472, + offset: 13474, line: 400, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -43135,14 +43135,14 @@ '@role': [Argument, Call, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13482, + offset: 13484, line: 401, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 13950, + offset: 13952, line: 406, - col: 8, + col: 10, }, }, ExpressionType: "[this, xDisplayPipe] {\n QFutureWatcher *watcher = new QFutureWatcher(this);\n QObject::connect(watcher, &QFutureWatcher::finished, this, &ApplicationWayland::continueStartupWithX, Qt::QueuedConnection);\n QObject::connect(watcher, &QFutureWatcher::finished, watcher, &QFutureWatcher::deleteLater, Qt::QueuedConnection);\n watcher->setFuture(QtConcurrent::run(readDisplay, xDisplayPipe));\n }", @@ -43152,14 +43152,14 @@ '@role': [Body], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13503, + offset: 13505, line: 401, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 13950, + offset: 13952, line: 406, - col: 8, + col: 10, }, }, 'Prop_Statements': [ @@ -43167,42 +43167,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13517, + offset: 13519, line: 402, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13580, + offset: 13582, line: 402, - col: 74, + col: 76, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13517, + offset: 13519, line: 402, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13580, + offset: 13582, line: 402, - col: 74, + col: 76, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13517, + offset: 13519, line: 402, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13537, + offset: 13539, line: 402, - col: 31, + col: 33, }, }, IsConst: false, @@ -43219,14 +43219,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13517, + offset: 13519, line: 402, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13537, + offset: 13539, line: 402, - col: 31, + col: 33, }, }, Name: "QFutureWatcher", @@ -43235,28 +43235,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13532, + offset: 13534, line: 402, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 13536, + offset: 13538, line: 402, - col: 30, + col: 32, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13536, + offset: 13538, line: 402, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 13536, + offset: 13538, line: 402, - col: 30, + col: 32, }, }, DeclaresParameterPack: false, @@ -43271,14 +43271,14 @@ '@role': ['Null', Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13532, + offset: 13534, line: 402, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 13536, + offset: 13538, line: 402, - col: 30, + col: 32, }, }, IsComplex: false, @@ -43306,14 +43306,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13517, + offset: 13519, line: 402, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13531, + offset: 13533, line: 402, - col: 25, + col: 27, }, }, }, @@ -43325,14 +43325,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13538, + offset: 13540, line: 402, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 13579, + offset: 13581, line: 402, - col: 73, + col: 75, }, }, DeclaresParameterPack: false, @@ -43340,28 +43340,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13547, + offset: 13549, line: 402, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 13579, + offset: 13581, line: 402, - col: 73, + col: 75, }, }, 'Prop_Expression': { '@type': "CPPASTNewExpression", '@role': [Instance, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13549, + offset: 13551, line: 402, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 13579, + offset: 13581, line: 402, - col: 73, + col: 75, }, }, ExpressionType: "? *", @@ -43374,14 +43374,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13573, + offset: 13575, line: 402, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 13579, + offset: 13581, line: 402, - col: 73, + col: 75, }, }, 'Prop_Arguments': [ @@ -43390,14 +43390,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13574, + offset: 13576, line: 402, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 13578, + offset: 13580, line: 402, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -43411,14 +43411,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13574, + offset: 13576, line: 402, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 13578, + offset: 13580, line: 402, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -43432,14 +43432,14 @@ '@role': [Expression, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13574, + offset: 13576, line: 402, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 13578, + offset: 13580, line: 402, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -43451,28 +43451,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13553, + offset: 13555, line: 402, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 13573, + offset: 13575, line: 402, - col: 67, + col: 69, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13573, + offset: 13575, line: 402, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 13573, + offset: 13575, line: 402, - col: 67, + col: 69, }, }, DeclaresParameterPack: false, @@ -43486,14 +43486,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13553, + offset: 13555, line: 402, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 13573, + offset: 13575, line: 402, - col: 67, + col: 69, }, }, IsConst: false, @@ -43510,14 +43510,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13553, + offset: 13555, line: 402, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 13573, + offset: 13575, line: 402, - col: 67, + col: 69, }, }, Name: "QFutureWatcher", @@ -43526,28 +43526,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13568, + offset: 13570, line: 402, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 13572, + offset: 13574, line: 402, - col: 66, + col: 68, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13572, + offset: 13574, line: 402, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 13572, + offset: 13574, line: 402, - col: 66, + col: 68, }, }, DeclaresParameterPack: false, @@ -43562,14 +43562,14 @@ '@role': ['Null', Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13568, + offset: 13570, line: 402, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 13572, + offset: 13574, line: 402, - col: 66, + col: 68, }, }, IsComplex: false, @@ -43597,14 +43597,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13553, + offset: 13555, line: 402, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 13567, + offset: 13569, line: 402, - col: 61, + col: 63, }, }, }, @@ -43617,14 +43617,14 @@ '@role': [Instance, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13549, + offset: 13551, line: 402, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 13579, + offset: 13581, line: 402, - col: 73, + col: 75, }, }, ExpressionType: "? *", @@ -43637,14 +43637,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13573, + offset: 13575, line: 402, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 13579, + offset: 13581, line: 402, - col: 73, + col: 75, }, }, 'Prop_Arguments': [ @@ -43653,14 +43653,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13574, + offset: 13576, line: 402, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 13578, + offset: 13580, line: 402, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -43674,14 +43674,14 @@ '@role': [Declaration, Expression, Incomplete, Initialization, Instance, Literal, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13574, + offset: 13576, line: 402, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 13578, + offset: 13580, line: 402, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -43695,14 +43695,14 @@ '@role': [Expression, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13574, + offset: 13576, line: 402, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 13578, + offset: 13580, line: 402, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -43714,28 +43714,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13553, + offset: 13555, line: 402, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 13573, + offset: 13575, line: 402, - col: 67, + col: 69, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13573, + offset: 13575, line: 402, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 13573, + offset: 13575, line: 402, - col: 67, + col: 69, }, }, DeclaresParameterPack: false, @@ -43749,14 +43749,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13553, + offset: 13555, line: 402, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 13573, + offset: 13575, line: 402, - col: 67, + col: 69, }, }, IsConst: false, @@ -43773,14 +43773,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13553, + offset: 13555, line: 402, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 13573, + offset: 13575, line: 402, - col: 67, + col: 69, }, }, Name: "QFutureWatcher", @@ -43789,28 +43789,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13568, + offset: 13570, line: 402, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 13572, + offset: 13574, line: 402, - col: 66, + col: 68, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13572, + offset: 13574, line: 402, - col: 66, + col: 68, }, end: { '@type': "uast:Position", - offset: 13572, + offset: 13574, line: 402, - col: 66, + col: 68, }, }, DeclaresParameterPack: false, @@ -43825,14 +43825,14 @@ '@role': ['Null', Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13568, + offset: 13570, line: 402, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 13572, + offset: 13574, line: 402, - col: 66, + col: 68, }, }, IsComplex: false, @@ -43860,14 +43860,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13553, + offset: 13555, line: 402, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 13567, + offset: 13569, line: 402, - col: 61, + col: 63, }, }, }, @@ -43882,14 +43882,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13539, + offset: 13541, line: 402, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 13546, + offset: 13548, line: 402, - col: 40, + col: 42, }, }, }, @@ -43903,28 +43903,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13593, + offset: 13595, line: 403, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13723, + offset: 13725, line: 403, - col: 141, + col: 143, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13593, + offset: 13595, line: 403, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13722, + offset: 13724, line: 403, - col: 140, + col: 142, }, }, ExpressionType: "Attempt to use symbol failed: connect", @@ -43935,14 +43935,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13610, + offset: 13612, line: 403, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 13617, + offset: 13619, line: 403, - col: 35, + col: 37, }, }, ExpressionType: "? *", @@ -43953,14 +43953,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13610, + offset: 13612, line: 403, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 13617, + offset: 13619, line: 403, - col: 35, + col: 37, }, }, }, @@ -43969,14 +43969,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13619, + offset: 13621, line: 403, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 13650, + offset: 13652, line: 403, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -43986,14 +43986,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13620, + offset: 13622, line: 403, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 13650, + offset: 13652, line: 403, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -44003,14 +44003,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13620, + offset: 13622, line: 403, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 13650, + offset: 13652, line: 403, - col: 68, + col: 70, }, }, IsConversionOperator: false, @@ -44021,136 +44021,15 @@ '@role': [Incomplete, Qualified, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13620, + offset: 13622, line: 403, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 13640, - line: 403, - col: 58, - }, - }, - Name: "QFutureWatcher", - 'Prop_TemplateArguments': [ - { '@type': "CPPASTTypeId", - '@role': [Type], - '@pos': { '@type': "uast:Positions", - start: { '@type': "uast:Position", - offset: 13635, - line: 403, - col: 53, - }, - end: { '@type': "uast:Position", - offset: 13639, - line: 403, - col: 57, - }, - }, - 'Prop_AbstractDeclarator': { '@type': "CPPASTDeclarator", - '@role': [Declaration, Name, Variable], - '@pos': { '@type': "uast:Positions", - start: { '@type': "uast:Position", - offset: 13639, - line: 403, - col: 57, - }, - end: { '@type': "uast:Position", - offset: 13639, - line: 403, - col: 57, - }, - }, - DeclaresParameterPack: false, - 'Prop_Name': { - IASTClass: "CPPASTName", - Name: "", - }, - 'Prop_TypeNode': ~, - }, - 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", - '@token': "void", - '@role': ['Null', Type], - '@pos': { '@type': "uast:Positions", - start: { '@type': "uast:Position", - offset: 13635, - line: 403, - col: 53, - }, - end: { '@type': "uast:Position", - offset: 13639, - line: 403, - col: 57, - }, - }, - IsComplex: false, - IsConst: false, - IsConstExpr: false, - IsExplicit: false, - IsFriend: false, - IsImaginary: false, - IsInline: false, - IsLong: false, - IsLongLong: false, - IsRestrict: false, - IsShort: false, - IsSigned: false, - IsThreadLocal: false, - IsUnsigned: false, - IsVirtual: false, - IsVolatile: false, - StorageClass: "unspecified", - }, - }, - ], - 'Prop_TemplateName': { '@type': "CPPASTName", - '@token': "QFutureWatcher", - '@role': [Identifier], - '@pos': { '@type': "uast:Positions", - start: { '@type': "uast:Position", - offset: 13620, - line: 403, - col: 38, - }, - end: { '@type': "uast:Position", - offset: 13634, - line: 403, - col: 52, - }, - }, - }, - }, - { '@type': "CPPASTName", - '@token': "finished", - '@role': [Identifier, Qualified], - '@pos': { '@type': "uast:Positions", - start: { '@type': "uast:Position", offset: 13642, line: 403, col: 60, }, - end: { '@type': "uast:Position", - offset: 13650, - line: 403, - col: 68, - }, - }, - }, - ], - 'Prop_Qualifier': [ - { '@type': "CPPASTTemplateId", - '@role': [Identifier, Incomplete, Type], - '@pos': { '@type': "uast:Positions", - start: { '@type': "uast:Position", - offset: 13620, - line: 403, - col: 38, - }, - end: { '@type': "uast:Position", - offset: 13640, - line: 403, - col: 58, - }, }, Name: "QFutureWatcher", 'Prop_TemplateArguments': [ @@ -44158,28 +44037,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13635, + offset: 13637, line: 403, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 13639, + offset: 13641, line: 403, - col: 57, + col: 59, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13639, + offset: 13641, line: 403, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 13639, + offset: 13641, line: 403, - col: 57, + col: 59, }, }, DeclaresParameterPack: false, @@ -44194,14 +44073,14 @@ '@role': ['Null', Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13635, + offset: 13637, line: 403, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 13639, + offset: 13641, line: 403, - col: 57, + col: 59, }, }, IsComplex: false, @@ -44229,14 +44108,135 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13620, + offset: 13622, line: 403, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 13634, + offset: 13636, line: 403, - col: 52, + col: 54, + }, + }, + }, + }, + { '@type': "CPPASTName", + '@token': "finished", + '@role': [Identifier, Qualified], + '@pos': { '@type': "uast:Positions", + start: { '@type': "uast:Position", + offset: 13644, + line: 403, + col: 62, + }, + end: { '@type': "uast:Position", + offset: 13652, + line: 403, + col: 70, + }, + }, + }, + ], + 'Prop_Qualifier': [ + { '@type': "CPPASTTemplateId", + '@role': [Identifier, Incomplete, Type], + '@pos': { '@type': "uast:Positions", + start: { '@type': "uast:Position", + offset: 13622, + line: 403, + col: 40, + }, + end: { '@type': "uast:Position", + offset: 13642, + line: 403, + col: 60, + }, + }, + Name: "QFutureWatcher", + 'Prop_TemplateArguments': [ + { '@type': "CPPASTTypeId", + '@role': [Type], + '@pos': { '@type': "uast:Positions", + start: { '@type': "uast:Position", + offset: 13637, + line: 403, + col: 55, + }, + end: { '@type': "uast:Position", + offset: 13641, + line: 403, + col: 59, + }, + }, + 'Prop_AbstractDeclarator': { '@type': "CPPASTDeclarator", + '@role': [Declaration, Name, Variable], + '@pos': { '@type': "uast:Positions", + start: { '@type': "uast:Position", + offset: 13641, + line: 403, + col: 59, + }, + end: { '@type': "uast:Position", + offset: 13641, + line: 403, + col: 59, + }, + }, + DeclaresParameterPack: false, + 'Prop_Name': { + IASTClass: "CPPASTName", + Name: "", + }, + 'Prop_TypeNode': ~, + }, + 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", + '@token': "void", + '@role': ['Null', Type], + '@pos': { '@type': "uast:Positions", + start: { '@type': "uast:Position", + offset: 13637, + line: 403, + col: 55, + }, + end: { '@type': "uast:Position", + offset: 13641, + line: 403, + col: 59, + }, + }, + IsComplex: false, + IsConst: false, + IsConstExpr: false, + IsExplicit: false, + IsFriend: false, + IsImaginary: false, + IsInline: false, + IsLong: false, + IsLongLong: false, + IsRestrict: false, + IsShort: false, + IsSigned: false, + IsThreadLocal: false, + IsUnsigned: false, + IsVirtual: false, + IsVolatile: false, + StorageClass: "unspecified", + }, + }, + ], + 'Prop_TemplateName': { '@type': "CPPASTName", + '@token': "QFutureWatcher", + '@role': [Identifier], + '@pos': { '@type': "uast:Positions", + start: { '@type': "uast:Position", + offset: 13622, + line: 403, + col: 40, + }, + end: { '@type': "uast:Position", + offset: 13636, + line: 403, + col: 54, }, }, }, @@ -44251,14 +44251,14 @@ '@role': [Argument, Call, Expression, Function, Incomplete, Instance, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13652, + offset: 13654, line: 403, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 13656, + offset: 13658, line: 403, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -44270,14 +44270,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13658, + offset: 13660, line: 403, - col: 76, + col: 78, }, end: { '@type': "uast:Position", - offset: 13699, + offset: 13701, line: 403, - col: 117, + col: 119, }, }, ExpressionType: "", @@ -44287,14 +44287,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13659, + offset: 13661, line: 403, - col: 77, + col: 79, }, end: { '@type': "uast:Position", - offset: 13699, + offset: 13701, line: 403, - col: 117, + col: 119, }, }, ExpressionType: "", @@ -44304,14 +44304,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13659, + offset: 13661, line: 403, - col: 77, + col: 79, }, end: { '@type': "uast:Position", - offset: 13699, + offset: 13701, line: 403, - col: 117, + col: 119, }, }, IsConversionOperator: false, @@ -44323,14 +44323,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13659, + offset: 13661, line: 403, - col: 77, + col: 79, }, end: { '@type': "uast:Position", - offset: 13677, + offset: 13679, line: 403, - col: 95, + col: 97, }, }, }, @@ -44339,14 +44339,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13679, + offset: 13681, line: 403, - col: 97, + col: 99, }, end: { '@type': "uast:Position", - offset: 13699, + offset: 13701, line: 403, - col: 117, + col: 119, }, }, }, @@ -44357,14 +44357,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13659, + offset: 13661, line: 403, - col: 77, + col: 79, }, end: { '@type': "uast:Position", - offset: 13677, + offset: 13679, line: 403, - col: 95, + col: 97, }, }, }, @@ -44377,14 +44377,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13701, + offset: 13703, line: 403, - col: 119, + col: 121, }, end: { '@type': "uast:Position", - offset: 13721, + offset: 13723, line: 403, - col: 139, + col: 141, }, }, ExpressionType: "", @@ -44394,14 +44394,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13701, + offset: 13703, line: 403, - col: 119, + col: 121, }, end: { '@type': "uast:Position", - offset: 13721, + offset: 13723, line: 403, - col: 139, + col: 141, }, }, IsConversionOperator: false, @@ -44413,14 +44413,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13701, + offset: 13703, line: 403, - col: 119, + col: 121, }, end: { '@type': "uast:Position", - offset: 13703, + offset: 13705, line: 403, - col: 121, + col: 123, }, }, }, @@ -44429,14 +44429,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13705, + offset: 13707, line: 403, - col: 123, + col: 125, }, end: { '@type': "uast:Position", - offset: 13721, + offset: 13723, line: 403, - col: 139, + col: 141, }, }, }, @@ -44447,14 +44447,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13701, + offset: 13703, line: 403, - col: 119, + col: 121, }, end: { '@type': "uast:Position", - offset: 13703, + offset: 13705, line: 403, - col: 121, + col: 123, }, }, }, @@ -44466,14 +44466,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13593, + offset: 13595, line: 403, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13609, + offset: 13611, line: 403, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -44483,14 +44483,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13593, + offset: 13595, line: 403, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13609, + offset: 13611, line: 403, - col: 27, + col: 29, }, }, IsConversionOperator: false, @@ -44502,14 +44502,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13593, + offset: 13595, line: 403, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13600, + offset: 13602, line: 403, - col: 18, + col: 20, }, }, }, @@ -44518,14 +44518,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13602, + offset: 13604, line: 403, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 13609, + offset: 13611, line: 403, - col: 27, + col: 29, }, }, }, @@ -44536,14 +44536,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13593, + offset: 13595, line: 403, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13600, + offset: 13602, line: 403, - col: 18, + col: 20, }, }, }, @@ -44556,28 +44556,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13736, + offset: 13738, line: 404, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13862, + offset: 13864, line: 404, - col: 137, + col: 139, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13736, + offset: 13738, line: 404, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13861, + offset: 13863, line: 404, - col: 136, + col: 138, }, }, ExpressionType: "Attempt to use symbol failed: connect", @@ -44588,14 +44588,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13753, + offset: 13755, line: 404, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 13760, + offset: 13762, line: 404, - col: 35, + col: 37, }, }, ExpressionType: "? *", @@ -44606,14 +44606,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13753, + offset: 13755, line: 404, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 13760, + offset: 13762, line: 404, - col: 35, + col: 37, }, }, }, @@ -44622,14 +44622,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13762, + offset: 13764, line: 404, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 13793, + offset: 13795, line: 404, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -44639,14 +44639,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13763, + offset: 13765, line: 404, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 13793, + offset: 13795, line: 404, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -44656,14 +44656,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13763, + offset: 13765, line: 404, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 13793, + offset: 13795, line: 404, - col: 68, + col: 70, }, }, IsConversionOperator: false, @@ -44674,14 +44674,14 @@ '@role': [Incomplete, Qualified, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13763, + offset: 13765, line: 404, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 13783, + offset: 13785, line: 404, - col: 58, + col: 60, }, }, Name: "QFutureWatcher", @@ -44690,28 +44690,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13778, + offset: 13780, line: 404, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 13782, + offset: 13784, line: 404, - col: 57, + col: 59, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13782, + offset: 13784, line: 404, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 13782, + offset: 13784, line: 404, - col: 57, + col: 59, }, }, DeclaresParameterPack: false, @@ -44726,14 +44726,14 @@ '@role': ['Null', Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13778, + offset: 13780, line: 404, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 13782, + offset: 13784, line: 404, - col: 57, + col: 59, }, }, IsComplex: false, @@ -44761,14 +44761,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13763, + offset: 13765, line: 404, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 13777, + offset: 13779, line: 404, - col: 52, + col: 54, }, }, }, @@ -44778,14 +44778,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13785, + offset: 13787, line: 404, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 13793, + offset: 13795, line: 404, - col: 68, + col: 70, }, }, }, @@ -44795,14 +44795,14 @@ '@role': [Identifier, Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13763, + offset: 13765, line: 404, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 13783, + offset: 13785, line: 404, - col: 58, + col: 60, }, }, Name: "QFutureWatcher", @@ -44811,28 +44811,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13778, + offset: 13780, line: 404, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 13782, + offset: 13784, line: 404, - col: 57, + col: 59, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13782, + offset: 13784, line: 404, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 13782, + offset: 13784, line: 404, - col: 57, + col: 59, }, }, DeclaresParameterPack: false, @@ -44847,14 +44847,14 @@ '@role': ['Null', Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13778, + offset: 13780, line: 404, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 13782, + offset: 13784, line: 404, - col: 57, + col: 59, }, }, IsComplex: false, @@ -44882,14 +44882,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13763, + offset: 13765, line: 404, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 13777, + offset: 13779, line: 404, - col: 52, + col: 54, }, }, }, @@ -44903,14 +44903,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13795, + offset: 13797, line: 404, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 13802, + offset: 13804, line: 404, - col: 77, + col: 79, }, }, ExpressionType: "? *", @@ -44921,14 +44921,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13795, + offset: 13797, line: 404, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 13802, + offset: 13804, line: 404, - col: 77, + col: 79, }, }, }, @@ -44937,14 +44937,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13804, + offset: 13806, line: 404, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 13838, + offset: 13840, line: 404, - col: 113, + col: 115, }, }, ExpressionType: "", @@ -44954,14 +44954,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13805, + offset: 13807, line: 404, - col: 80, + col: 82, }, end: { '@type': "uast:Position", - offset: 13838, + offset: 13840, line: 404, - col: 113, + col: 115, }, }, ExpressionType: "", @@ -44971,14 +44971,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13805, + offset: 13807, line: 404, - col: 80, + col: 82, }, end: { '@type': "uast:Position", - offset: 13838, + offset: 13840, line: 404, - col: 113, + col: 115, }, }, IsConversionOperator: false, @@ -44989,14 +44989,14 @@ '@role': [Incomplete, Qualified, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13805, + offset: 13807, line: 404, - col: 80, + col: 82, }, end: { '@type': "uast:Position", - offset: 13825, + offset: 13827, line: 404, - col: 100, + col: 102, }, }, Name: "QFutureWatcher", @@ -45005,28 +45005,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13820, + offset: 13822, line: 404, - col: 95, + col: 97, }, end: { '@type': "uast:Position", - offset: 13824, + offset: 13826, line: 404, - col: 99, + col: 101, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13824, + offset: 13826, line: 404, - col: 99, + col: 101, }, end: { '@type': "uast:Position", - offset: 13824, + offset: 13826, line: 404, - col: 99, + col: 101, }, }, DeclaresParameterPack: false, @@ -45041,14 +45041,14 @@ '@role': ['Null', Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13820, + offset: 13822, line: 404, - col: 95, + col: 97, }, end: { '@type': "uast:Position", - offset: 13824, + offset: 13826, line: 404, - col: 99, + col: 101, }, }, IsComplex: false, @@ -45076,14 +45076,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13805, + offset: 13807, line: 404, - col: 80, + col: 82, }, end: { '@type': "uast:Position", - offset: 13819, + offset: 13821, line: 404, - col: 94, + col: 96, }, }, }, @@ -45093,14 +45093,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13827, + offset: 13829, line: 404, - col: 102, + col: 104, }, end: { '@type': "uast:Position", - offset: 13838, + offset: 13840, line: 404, - col: 113, + col: 115, }, }, }, @@ -45110,14 +45110,14 @@ '@role': [Identifier, Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13805, + offset: 13807, line: 404, - col: 80, + col: 82, }, end: { '@type': "uast:Position", - offset: 13825, + offset: 13827, line: 404, - col: 100, + col: 102, }, }, Name: "QFutureWatcher", @@ -45126,28 +45126,28 @@ '@role': [Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13820, + offset: 13822, line: 404, - col: 95, + col: 97, }, end: { '@type': "uast:Position", - offset: 13824, + offset: 13826, line: 404, - col: 99, + col: 101, }, }, 'Prop_AbstractDeclarator': { '@type': "CPPASTDeclarator", '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13824, + offset: 13826, line: 404, - col: 99, + col: 101, }, end: { '@type': "uast:Position", - offset: 13824, + offset: 13826, line: 404, - col: 99, + col: 101, }, }, DeclaresParameterPack: false, @@ -45162,14 +45162,14 @@ '@role': ['Null', Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13820, + offset: 13822, line: 404, - col: 95, + col: 97, }, end: { '@type': "uast:Position", - offset: 13824, + offset: 13826, line: 404, - col: 99, + col: 101, }, }, IsComplex: false, @@ -45197,14 +45197,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13805, + offset: 13807, line: 404, - col: 80, + col: 82, }, end: { '@type': "uast:Position", - offset: 13819, + offset: 13821, line: 404, - col: 94, + col: 96, }, }, }, @@ -45218,14 +45218,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13840, + offset: 13842, line: 404, - col: 115, + col: 117, }, end: { '@type': "uast:Position", - offset: 13860, + offset: 13862, line: 404, - col: 135, + col: 137, }, }, ExpressionType: "", @@ -45235,14 +45235,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13840, + offset: 13842, line: 404, - col: 115, + col: 117, }, end: { '@type': "uast:Position", - offset: 13860, + offset: 13862, line: 404, - col: 135, + col: 137, }, }, IsConversionOperator: false, @@ -45254,14 +45254,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13840, + offset: 13842, line: 404, - col: 115, + col: 117, }, end: { '@type': "uast:Position", - offset: 13842, + offset: 13844, line: 404, - col: 117, + col: 119, }, }, }, @@ -45270,14 +45270,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13844, + offset: 13846, line: 404, - col: 119, + col: 121, }, end: { '@type': "uast:Position", - offset: 13860, + offset: 13862, line: 404, - col: 135, + col: 137, }, }, }, @@ -45288,14 +45288,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13840, + offset: 13842, line: 404, - col: 115, + col: 117, }, end: { '@type': "uast:Position", - offset: 13842, + offset: 13844, line: 404, - col: 117, + col: 119, }, }, }, @@ -45307,14 +45307,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13736, + offset: 13738, line: 404, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13752, + offset: 13754, line: 404, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -45324,14 +45324,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13736, + offset: 13738, line: 404, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13752, + offset: 13754, line: 404, - col: 27, + col: 29, }, }, IsConversionOperator: false, @@ -45343,14 +45343,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13736, + offset: 13738, line: 404, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13743, + offset: 13745, line: 404, - col: 18, + col: 20, }, }, }, @@ -45359,14 +45359,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13745, + offset: 13747, line: 404, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 13752, + offset: 13754, line: 404, - col: 27, + col: 29, }, }, }, @@ -45377,14 +45377,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13736, + offset: 13738, line: 404, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13743, + offset: 13745, line: 404, - col: 18, + col: 20, }, }, }, @@ -45397,28 +45397,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13875, + offset: 13877, line: 405, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13940, + offset: 13942, line: 405, - col: 76, + col: 78, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13875, + offset: 13877, line: 405, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13939, + offset: 13941, line: 405, - col: 75, + col: 77, }, }, ExpressionType: "", @@ -45429,14 +45429,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13894, + offset: 13896, line: 405, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 13938, + offset: 13940, line: 405, - col: 74, + col: 76, }, }, ExpressionType: "Attempt to use symbol failed: run", @@ -45447,14 +45447,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13912, + offset: 13914, line: 405, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 13923, + offset: 13925, line: 405, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -45465,14 +45465,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13912, + offset: 13914, line: 405, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 13923, + offset: 13925, line: 405, - col: 59, + col: 61, }, }, }, @@ -45481,14 +45481,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13925, + offset: 13927, line: 405, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 13937, + offset: 13939, line: 405, - col: 73, + col: 75, }, }, ExpressionType: "const int", @@ -45499,14 +45499,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13925, + offset: 13927, line: 405, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 13937, + offset: 13939, line: 405, - col: 73, + col: 75, }, }, }, @@ -45516,14 +45516,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13894, + offset: 13896, line: 405, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 13911, + offset: 13913, line: 405, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -45533,14 +45533,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13894, + offset: 13896, line: 405, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 13911, + offset: 13913, line: 405, - col: 47, + col: 49, }, }, IsConversionOperator: false, @@ -45552,14 +45552,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13894, + offset: 13896, line: 405, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 13906, + offset: 13908, line: 405, - col: 42, + col: 44, }, }, }, @@ -45568,14 +45568,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13908, + offset: 13910, line: 405, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 13911, + offset: 13913, line: 405, - col: 47, + col: 49, }, }, }, @@ -45586,14 +45586,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13894, + offset: 13896, line: 405, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 13906, + offset: 13908, line: 405, - col: 42, + col: 44, }, }, }, @@ -45606,14 +45606,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13875, + offset: 13877, line: 405, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13893, + offset: 13895, line: 405, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -45626,14 +45626,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13884, + offset: 13886, line: 405, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 13893, + offset: 13895, line: 405, - col: 29, + col: 31, }, }, }, @@ -45641,14 +45641,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13875, + offset: 13877, line: 405, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13882, + offset: 13884, line: 405, - col: 18, + col: 20, }, }, ExpressionType: "? *", @@ -45659,14 +45659,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13875, + offset: 13877, line: 405, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 13882, + offset: 13884, line: 405, - col: 18, + col: 20, }, }, }, @@ -45682,14 +45682,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13489, + offset: 13491, line: 401, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 13501, + offset: 13503, line: 401, - col: 26, + col: 28, }, }, }, @@ -45700,14 +45700,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13421, + offset: 13423, line: 400, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13428, + offset: 13430, line: 400, - col: 10, + col: 12, }, }, ExpressionType: "", @@ -45718,14 +45718,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13421, + offset: 13423, line: 400, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13428, + offset: 13430, line: 400, - col: 10, + col: 12, }, }, }, @@ -45736,28 +45736,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13962, + offset: 13964, line: 408, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13989, + offset: 13991, line: 408, - col: 30, + col: 32, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13962, + offset: 13964, line: 408, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13988, + offset: 13990, line: 408, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -45767,14 +45767,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13962, + offset: 13964, line: 408, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13986, + offset: 13988, line: 408, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -45787,14 +45787,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13981, + offset: 13983, line: 408, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 13986, + offset: 13988, line: 408, - col: 27, + col: 29, }, }, }, @@ -45802,14 +45802,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13962, + offset: 13964, line: 408, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13979, + offset: 13981, line: 408, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -45820,14 +45820,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13962, + offset: 13964, line: 408, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13979, + offset: 13981, line: 408, - col: 20, + col: 22, }, }, }, @@ -45839,28 +45839,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13994, + offset: 13996, line: 409, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14012, + offset: 14014, line: 409, - col: 21, + col: 23, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13994, + offset: 13996, line: 409, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14011, + offset: 14013, line: 409, - col: 20, + col: 22, }, }, ExpressionType: "A scope could not be created to represent the name ApplicationWayland", @@ -45871,14 +45871,14 @@ '@role': [Argument, Call, Function, Incomplete, List, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14000, + offset: 14002, line: 409, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 14010, + offset: 14012, line: 409, - col: 19, + col: 21, }, }, ExpressionType: "int", @@ -45889,14 +45889,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14008, + offset: 14010, line: 409, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 14009, + offset: 14011, line: 409, - col: 18, + col: 20, }, }, ExpressionType: "int", @@ -45908,14 +45908,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14000, + offset: 14002, line: 409, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 14007, + offset: 14009, line: 409, - col: 16, + col: 18, }, }, ExpressionType: "int [2]", @@ -45926,14 +45926,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14000, + offset: 14002, line: 409, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 14007, + offset: 14009, line: 409, - col: 16, + col: 18, }, }, }, @@ -45943,14 +45943,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14008, + offset: 14010, line: 409, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 14009, + offset: 14011, line: 409, - col: 18, + col: 20, }, }, ExpressionType: "int", @@ -45964,14 +45964,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13994, + offset: 13996, line: 409, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13999, + offset: 14001, line: 409, - col: 8, + col: 10, }, }, ExpressionType: "", @@ -45982,14 +45982,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 13994, + offset: 13996, line: 409, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 13999, + offset: 14001, line: 409, - col: 8, + col: 10, }, }, }, @@ -46003,14 +46003,14 @@ '@role': [Declaration, Function, 'Null', Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11023, - line: 338, - col: 2, + offset: 11025, + line: 340, + col: 1, }, end: { '@type': "uast:Position", - offset: 11027, + offset: 11029, line: 340, - col: 3, + col: 5, }, }, IsComplex: false, @@ -46035,14 +46035,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11028, + offset: 11030, line: 340, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 11069, + offset: 11071, line: 340, - col: 45, + col: 47, }, }, IsConst: false, @@ -46055,14 +46055,14 @@ '@role': [Declaration, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11028, + offset: 11030, line: 340, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 11067, + offset: 11069, line: 340, - col: 43, + col: 45, }, }, IsConversionOperator: false, @@ -46074,14 +46074,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11028, + offset: 11030, line: 340, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 11046, + offset: 11048, line: 340, - col: 22, + col: 24, }, }, }, @@ -46090,14 +46090,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11048, + offset: 11050, line: 340, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 11067, + offset: 11069, line: 340, - col: 43, + col: 45, }, }, }, @@ -46108,14 +46108,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 11028, + offset: 11030, line: 340, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 11046, + offset: 11048, line: 340, - col: 22, + col: 24, }, }, }, @@ -46128,14 +46128,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14016, - line: 410, - col: 2, + offset: 14018, + line: 412, + col: 1, }, end: { '@type': "uast:Position", - offset: 14575, - line: 428, - col: 17, + offset: 14577, + line: 429, + col: 2, }, }, IsDefaulted: false, @@ -46144,14 +46144,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14050, - line: 412, - col: 33, + offset: 14052, + line: 413, + col: 1, }, end: { '@type': "uast:Position", - offset: 14575, - line: 428, - col: 17, + offset: 14577, + line: 429, + col: 2, }, }, 'Prop_Statements': [ @@ -46159,42 +46159,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14056, + offset: 14058, line: 414, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14071, + offset: 14073, line: 414, - col: 18, + col: 20, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14056, + offset: 14058, line: 414, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14071, + offset: 14073, line: 414, - col: 18, + col: 20, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14056, + offset: 14058, line: 414, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14061, + offset: 14063, line: 414, - col: 8, + col: 10, }, }, IsConst: false, @@ -46212,14 +46212,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14056, + offset: 14058, line: 414, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14061, + offset: 14063, line: 414, - col: 8, + col: 10, }, }, }, @@ -46230,14 +46230,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14062, + offset: 14064, line: 414, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 14070, + offset: 14072, line: 414, - col: 17, + col: 19, }, }, DeclaresParameterPack: false, @@ -46246,14 +46246,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14062, + offset: 14064, line: 414, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 14070, + offset: 14072, line: 414, - col: 17, + col: 19, }, }, }, @@ -46266,28 +46266,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14076, + offset: 14078, line: 415, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14234, + offset: 14236, line: 418, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTUnaryExpression", '@role': [Not, Relational, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14080, + offset: 14082, line: 415, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14121, + offset: 14123, line: 415, - col: 48, + col: 50, }, }, ExpressionType: "bool", @@ -46297,14 +46297,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14081, + offset: 14083, line: 415, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 14121, + offset: 14123, line: 415, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -46315,14 +46315,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14095, + offset: 14097, line: 415, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 14099, + offset: 14101, line: 415, - col: 26, + col: 28, }, }, ExpressionType: "int", @@ -46333,14 +46333,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14095, + offset: 14097, line: 415, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 14099, + offset: 14101, line: 415, - col: 26, + col: 28, }, }, }, @@ -46349,14 +46349,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14101, + offset: 14103, line: 415, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 14120, + offset: 14122, line: 415, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -46366,14 +46366,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14101, + offset: 14103, line: 415, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 14120, + offset: 14122, line: 415, - col: 47, + col: 49, }, }, IsConversionOperator: false, @@ -46385,14 +46385,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14101, + offset: 14103, line: 415, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 14110, + offset: 14112, line: 415, - col: 37, + col: 39, }, }, }, @@ -46401,14 +46401,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14112, + offset: 14114, line: 415, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 14120, + offset: 14122, line: 415, - col: 47, + col: 49, }, }, }, @@ -46419,14 +46419,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14101, + offset: 14103, line: 415, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 14110, + offset: 14112, line: 415, - col: 37, + col: 39, }, }, }, @@ -46438,14 +46438,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14081, + offset: 14083, line: 415, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 14094, + offset: 14096, line: 415, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -46458,14 +46458,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14090, + offset: 14092, line: 415, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 14094, + offset: 14096, line: 415, - col: 21, + col: 23, }, }, }, @@ -46473,14 +46473,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14081, + offset: 14083, line: 415, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 14089, + offset: 14091, line: 415, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -46491,14 +46491,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14081, + offset: 14083, line: 415, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 14089, + offset: 14091, line: 415, - col: 16, + col: 18, }, }, }, @@ -46511,14 +46511,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14123, + offset: 14125, line: 415, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 14234, + offset: 14236, line: 418, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -46526,14 +46526,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14133, + offset: 14135, line: 416, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14211, + offset: 14213, line: 416, - col: 85, + col: 87, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -46541,14 +46541,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14133, + offset: 14135, line: 416, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14210, + offset: 14212, line: 416, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -46558,14 +46558,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14201, + offset: 14203, line: 416, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 14210, + offset: 14212, line: 416, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -46575,14 +46575,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14201, + offset: 14203, line: 416, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 14210, + offset: 14212, line: 416, - col: 84, + col: 86, }, }, IsConversionOperator: false, @@ -46594,14 +46594,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14201, + offset: 14203, line: 416, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 14204, + offset: 14206, line: 416, - col: 78, + col: 80, }, }, }, @@ -46610,14 +46610,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14206, + offset: 14208, line: 416, - col: 80, + col: 82, }, end: { '@type': "uast:Position", - offset: 14210, + offset: 14212, line: 416, - col: 84, + col: 86, }, }, }, @@ -46628,14 +46628,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14201, + offset: 14203, line: 416, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 14204, + offset: 14206, line: 416, - col: 78, + col: 80, }, }, }, @@ -46647,14 +46647,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14133, + offset: 14135, line: 416, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14197, + offset: 14199, line: 416, - col: 71, + col: 73, }, }, ExpressionType: "", @@ -46665,14 +46665,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14146, + offset: 14148, line: 416, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 14197, + offset: 14199, line: 416, - col: 71, + col: 73, }, }, ExpressionType: "const char [50]", @@ -46684,14 +46684,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14133, + offset: 14135, line: 416, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14142, + offset: 14144, line: 416, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -46701,14 +46701,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14133, + offset: 14135, line: 416, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14142, + offset: 14144, line: 416, - col: 16, + col: 18, }, }, IsConversionOperator: false, @@ -46720,14 +46720,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14133, + offset: 14135, line: 416, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14136, + offset: 14138, line: 416, - col: 10, + col: 12, }, }, }, @@ -46736,14 +46736,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14138, + offset: 14140, line: 416, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 14142, + offset: 14144, line: 416, - col: 16, + col: 18, }, }, }, @@ -46754,14 +46754,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14133, + offset: 14135, line: 416, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14136, + offset: 14138, line: 416, - col: 10, + col: 12, }, }, }, @@ -46773,14 +46773,14 @@ '@role': [Binary, Expression, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14146, + offset: 14148, line: 416, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 14197, + offset: 14199, line: 416, - col: 71, + col: 73, }, }, ExpressionType: "const char [50]", @@ -46793,14 +46793,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14201, + offset: 14203, line: 416, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 14210, + offset: 14212, line: 416, - col: 84, + col: 86, }, }, ExpressionType: "", @@ -46810,14 +46810,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14201, + offset: 14203, line: 416, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 14210, + offset: 14212, line: 416, - col: 84, + col: 86, }, }, IsConversionOperator: false, @@ -46829,14 +46829,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14201, + offset: 14203, line: 416, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 14204, + offset: 14206, line: 416, - col: 78, + col: 80, }, }, }, @@ -46845,14 +46845,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14206, + offset: 14208, line: 416, - col: 80, + col: 82, }, end: { '@type': "uast:Position", - offset: 14210, + offset: 14212, line: 416, - col: 84, + col: 86, }, }, }, @@ -46863,14 +46863,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14201, + offset: 14203, line: 416, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 14204, + offset: 14206, line: 416, - col: 78, + col: 80, }, }, }, @@ -46883,28 +46883,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14220, + offset: 14222, line: 417, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14228, + offset: 14230, line: 417, - col: 15, + col: 17, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14220, + offset: 14222, line: 417, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14227, + offset: 14229, line: 417, - col: 14, + col: 16, }, }, ExpressionType: "Attempt to use symbol failed: exit", @@ -46916,14 +46916,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14225, + offset: 14227, line: 417, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 14226, + offset: 14228, line: 417, - col: 13, + col: 15, }, }, ExpressionType: "int", @@ -46936,14 +46936,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14220, + offset: 14222, line: 417, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14224, + offset: 14226, line: 417, - col: 11, + col: 13, }, }, ExpressionType: "", @@ -46954,14 +46954,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14220, + offset: 14222, line: 417, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 14224, + offset: 14226, line: 417, - col: 11, + col: 13, }, }, }, @@ -46975,42 +46975,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14239, + offset: 14241, line: 419, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14286, + offset: 14288, line: 419, - col: 50, + col: 52, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14239, + offset: 14241, line: 419, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14286, + offset: 14288, line: 419, - col: 50, + col: 52, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14239, + offset: 14241, line: 419, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14249, + offset: 14251, line: 419, - col: 13, + col: 15, }, }, IsConst: false, @@ -47028,14 +47028,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14239, + offset: 14241, line: 419, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14249, + offset: 14251, line: 419, - col: 13, + col: 15, }, }, }, @@ -47046,14 +47046,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14250, + offset: 14252, line: 419, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 14285, + offset: 14287, line: 419, - col: 49, + col: 51, }, }, DeclaresParameterPack: false, @@ -47061,28 +47061,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14264, + offset: 14266, line: 419, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 14285, + offset: 14287, line: 419, - col: 49, + col: 51, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14266, + offset: 14268, line: 419, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 14285, + offset: 14287, line: 419, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -47092,14 +47092,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14266, + offset: 14268, line: 419, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 14283, + offset: 14285, line: 419, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -47112,14 +47112,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14275, + offset: 14277, line: 419, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 14283, + offset: 14285, line: 419, - col: 47, + col: 49, }, }, }, @@ -47127,14 +47127,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14266, + offset: 14268, line: 419, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 14274, + offset: 14276, line: 419, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -47145,14 +47145,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14266, + offset: 14268, line: 419, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 14274, + offset: 14276, line: 419, - col: 38, + col: 40, }, }, }, @@ -47163,14 +47163,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14266, + offset: 14268, line: 419, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 14285, + offset: 14287, line: 419, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -47180,14 +47180,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14266, + offset: 14268, line: 419, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 14283, + offset: 14285, line: 419, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -47200,14 +47200,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14275, + offset: 14277, line: 419, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 14283, + offset: 14285, line: 419, - col: 47, + col: 49, }, }, }, @@ -47215,14 +47215,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14266, + offset: 14268, line: 419, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 14274, + offset: 14276, line: 419, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -47233,14 +47233,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14266, + offset: 14268, line: 419, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 14274, + offset: 14276, line: 419, - col: 38, + col: 40, }, }, }, @@ -47253,14 +47253,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14250, + offset: 14252, line: 419, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 14263, + offset: 14265, line: 419, - col: 27, + col: 29, }, }, }, @@ -47273,28 +47273,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14292, + offset: 14294, line: 421, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14331, + offset: 14333, line: 421, - col: 42, + col: 44, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14292, + offset: 14294, line: 421, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14330, + offset: 14332, line: 421, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -47305,14 +47305,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14314, + offset: 14316, line: 421, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 14329, + offset: 14331, line: 421, - col: 40, + col: 42, }, }, ExpressionType: "Attempt to use symbol failed: QByteArray", @@ -47324,14 +47324,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14325, + offset: 14327, line: 421, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 14328, + offset: 14330, line: 421, - col: 39, + col: 41, }, }, ExpressionType: "const char [2]", @@ -47344,14 +47344,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14314, + offset: 14316, line: 421, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 14324, + offset: 14326, line: 421, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -47362,14 +47362,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14314, + offset: 14316, line: 421, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 14324, + offset: 14326, line: 421, - col: 35, + col: 37, }, }, }, @@ -47380,14 +47380,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14292, + offset: 14294, line: 421, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14313, + offset: 14315, line: 421, - col: 24, + col: 26, }, }, ExpressionType: "", @@ -47400,14 +47400,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14306, + offset: 14308, line: 421, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 14313, + offset: 14315, line: 421, - col: 24, + col: 26, }, }, }, @@ -47415,14 +47415,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14292, + offset: 14294, line: 421, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14305, + offset: 14307, line: 421, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -47433,14 +47433,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14292, + offset: 14294, line: 421, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14305, + offset: 14307, line: 421, - col: 16, + col: 18, }, }, }, @@ -47452,28 +47452,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14336, + offset: 14338, line: 422, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14385, + offset: 14387, line: 422, - col: 52, + col: 54, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14336, + offset: 14338, line: 422, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14384, + offset: 14386, line: 422, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -47485,14 +47485,14 @@ '@role': [Argument, Arithmetic, Binary, Call, Expression, Function, Substract], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14357, + offset: 14359, line: 422, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 14380, + offset: 14382, line: 422, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -47503,14 +47503,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14379, + offset: 14381, line: 422, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 14380, + offset: 14382, line: 422, - col: 47, + col: 49, }, }, ExpressionType: "int", @@ -47522,14 +47522,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14357, + offset: 14359, line: 422, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 14377, + offset: 14379, line: 422, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -47539,14 +47539,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14357, + offset: 14359, line: 422, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 14375, + offset: 14377, line: 422, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -47559,14 +47559,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14371, + offset: 14373, line: 422, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 14375, + offset: 14377, line: 422, - col: 42, + col: 44, }, }, }, @@ -47574,14 +47574,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14357, + offset: 14359, line: 422, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 14370, + offset: 14372, line: 422, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -47592,14 +47592,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14357, + offset: 14359, line: 422, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 14370, + offset: 14372, line: 422, - col: 37, + col: 39, }, }, }, @@ -47611,14 +47611,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14379, + offset: 14381, line: 422, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 14380, + offset: 14382, line: 422, - col: 47, + col: 49, }, }, ExpressionType: "int", @@ -47632,14 +47632,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14382, + offset: 14384, line: 422, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 14383, + offset: 14385, line: 422, - col: 50, + col: 52, }, }, ExpressionType: "int", @@ -47652,14 +47652,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14336, + offset: 14338, line: 422, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14356, + offset: 14358, line: 422, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -47672,14 +47672,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14350, + offset: 14352, line: 422, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 14356, + offset: 14358, line: 422, - col: 23, + col: 25, }, }, }, @@ -47687,14 +47687,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14336, + offset: 14338, line: 422, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14349, + offset: 14351, line: 422, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -47705,14 +47705,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14336, + offset: 14338, line: 422, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14349, + offset: 14351, line: 422, - col: 16, + col: 18, }, }, }, @@ -47724,14 +47724,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14390, + offset: 14392, line: 423, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14476, + offset: 14478, line: 423, - col: 89, + col: 91, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -47739,14 +47739,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14390, + offset: 14392, line: 423, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14475, + offset: 14477, line: 423, - col: 88, + col: 90, }, }, ExpressionType: "", @@ -47756,14 +47756,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14466, + offset: 14468, line: 423, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 14475, + offset: 14477, line: 423, - col: 88, + col: 90, }, }, ExpressionType: "", @@ -47773,14 +47773,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14466, + offset: 14468, line: 423, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 14475, + offset: 14477, line: 423, - col: 88, + col: 90, }, }, IsConversionOperator: false, @@ -47792,14 +47792,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14466, + offset: 14468, line: 423, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 14469, + offset: 14471, line: 423, - col: 82, + col: 84, }, }, }, @@ -47808,14 +47808,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14471, + offset: 14473, line: 423, - col: 84, + col: 86, }, end: { '@type': "uast:Position", - offset: 14475, + offset: 14477, line: 423, - col: 88, + col: 90, }, }, }, @@ -47826,14 +47826,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14466, + offset: 14468, line: 423, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 14469, + offset: 14471, line: 423, - col: 82, + col: 84, }, }, }, @@ -47845,14 +47845,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14390, + offset: 14392, line: 423, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14462, + offset: 14464, line: 423, - col: 75, + col: 77, }, }, ExpressionType: "", @@ -47862,14 +47862,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14437, + offset: 14439, line: 423, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 14462, + offset: 14464, line: 423, - col: 75, + col: 77, }, }, ExpressionType: "", @@ -47879,14 +47879,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14437, + offset: 14439, line: 423, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 14460, + offset: 14462, line: 423, - col: 73, + col: 75, }, }, ExpressionType: "", @@ -47899,14 +47899,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14451, + offset: 14453, line: 423, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 14460, + offset: 14462, line: 423, - col: 73, + col: 75, }, }, }, @@ -47914,14 +47914,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14437, + offset: 14439, line: 423, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 14450, + offset: 14452, line: 423, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -47932,14 +47932,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14437, + offset: 14439, line: 423, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 14450, + offset: 14452, line: 423, - col: 63, + col: 65, }, }, }, @@ -47951,14 +47951,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14390, + offset: 14392, line: 423, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14433, + offset: 14435, line: 423, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -47969,14 +47969,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14403, + offset: 14405, line: 423, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 14433, + offset: 14435, line: 423, - col: 46, + col: 48, }, }, ExpressionType: "const char [29]", @@ -47988,14 +47988,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14390, + offset: 14392, line: 423, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14399, + offset: 14401, line: 423, - col: 12, + col: 14, }, }, ExpressionType: "", @@ -48005,14 +48005,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14390, + offset: 14392, line: 423, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14399, + offset: 14401, line: 423, - col: 12, + col: 14, }, }, IsConversionOperator: false, @@ -48024,14 +48024,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14390, + offset: 14392, line: 423, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14393, + offset: 14395, line: 423, - col: 6, + col: 8, }, }, }, @@ -48040,14 +48040,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14395, + offset: 14397, line: 423, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 14399, + offset: 14401, line: 423, - col: 12, + col: 14, }, }, }, @@ -48058,14 +48058,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14390, + offset: 14392, line: 423, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14393, + offset: 14395, line: 423, - col: 6, + col: 8, }, }, }, @@ -48077,14 +48077,14 @@ '@role': [Binary, Expression, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14403, + offset: 14405, line: 423, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 14433, + offset: 14435, line: 423, - col: 46, + col: 48, }, }, ExpressionType: "const char [29]", @@ -48097,14 +48097,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14437, + offset: 14439, line: 423, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 14462, + offset: 14464, line: 423, - col: 75, + col: 77, }, }, ExpressionType: "", @@ -48114,14 +48114,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14437, + offset: 14439, line: 423, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 14460, + offset: 14462, line: 423, - col: 73, + col: 75, }, }, ExpressionType: "", @@ -48134,14 +48134,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14451, + offset: 14453, line: 423, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 14460, + offset: 14462, line: 423, - col: 73, + col: 75, }, }, }, @@ -48149,14 +48149,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14437, + offset: 14439, line: 423, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 14450, + offset: 14452, line: 423, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -48167,14 +48167,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14437, + offset: 14439, line: 423, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 14450, + offset: 14452, line: 423, - col: 63, + col: 65, }, }, }, @@ -48186,14 +48186,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14466, + offset: 14468, line: 423, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 14475, + offset: 14477, line: 423, - col: 88, + col: 90, }, }, ExpressionType: "", @@ -48203,14 +48203,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14466, + offset: 14468, line: 423, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 14475, + offset: 14477, line: 423, - col: 88, + col: 90, }, }, IsConversionOperator: false, @@ -48222,14 +48222,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14466, + offset: 14468, line: 423, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 14469, + offset: 14471, line: 423, - col: 82, + col: 84, }, }, }, @@ -48238,14 +48238,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14471, + offset: 14473, line: 423, - col: 84, + col: 86, }, end: { '@type': "uast:Position", - offset: 14475, + offset: 14477, line: 423, - col: 88, + col: 90, }, }, }, @@ -48256,14 +48256,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14466, + offset: 14468, line: 423, - col: 79, + col: 81, }, end: { '@type': "uast:Position", - offset: 14469, + offset: 14471, line: 423, - col: 82, + col: 84, }, }, }, @@ -48276,28 +48276,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14482, + offset: 14484, line: 425, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14533, + offset: 14535, line: 425, - col: 54, + col: 56, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14482, + offset: 14484, line: 425, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14532, + offset: 14534, line: 425, - col: 53, + col: 55, }, }, ExpressionType: "Attempt to use symbol failed: setenv", @@ -48309,14 +48309,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14489, + offset: 14491, line: 425, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 14498, + offset: 14500, line: 425, - col: 19, + col: 21, }, }, ExpressionType: "const char [8]", @@ -48328,14 +48328,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14500, + offset: 14502, line: 425, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 14525, + offset: 14527, line: 425, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -48345,14 +48345,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14500, + offset: 14502, line: 425, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 14523, + offset: 14525, line: 425, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -48365,14 +48365,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14514, + offset: 14516, line: 425, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 14523, + offset: 14525, line: 425, - col: 44, + col: 46, }, }, }, @@ -48380,14 +48380,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14500, + offset: 14502, line: 425, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 14513, + offset: 14515, line: 425, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -48398,14 +48398,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14500, + offset: 14502, line: 425, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 14513, + offset: 14515, line: 425, - col: 34, + col: 36, }, }, }, @@ -48417,14 +48417,14 @@ '@role': [Argument, Boolean, Call, Expression, Function, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14527, + offset: 14529, line: 425, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 14531, + offset: 14533, line: 425, - col: 52, + col: 54, }, }, ExpressionType: "bool", @@ -48437,14 +48437,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14482, + offset: 14484, line: 425, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14488, + offset: 14490, line: 425, - col: 9, + col: 11, }, }, ExpressionType: "", @@ -48455,14 +48455,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14482, + offset: 14484, line: 425, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14488, + offset: 14490, line: 425, - col: 9, + col: 11, }, }, }, @@ -48473,14 +48473,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14561, + offset: 14563, line: 428, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14573, + offset: 14575, line: 428, - col: 15, + col: 17, }, }, LeadingComments: [ @@ -48489,14 +48489,14 @@ '@role': [Comment, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14539, + offset: 14541, line: 427, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14556, + offset: 14558, line: 427, - col: 20, + col: 22, }, }, IsBlockComment: false, @@ -48506,14 +48506,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14561, + offset: 14563, line: 428, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14572, + offset: 14574, line: 428, - col: 14, + col: 16, }, }, ExpressionType: "Attempt to use symbol failed: close", @@ -48524,14 +48524,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14567, + offset: 14569, line: 428, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 14571, + offset: 14573, line: 428, - col: 13, + col: 15, }, }, ExpressionType: "int", @@ -48542,14 +48542,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14567, + offset: 14569, line: 428, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 14571, + offset: 14573, line: 428, - col: 13, + col: 15, }, }, }, @@ -48559,14 +48559,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14561, + offset: 14563, line: 428, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14566, + offset: 14568, line: 428, - col: 8, + col: 10, }, }, ExpressionType: "", @@ -48577,14 +48577,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14561, + offset: 14563, line: 428, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 14566, + offset: 14568, line: 428, - col: 8, + col: 10, }, }, }, @@ -48598,14 +48598,14 @@ '@role': [Declaration, Function, 'Null', Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14016, - line: 410, - col: 2, + offset: 14018, + line: 412, + col: 1, }, end: { '@type': "uast:Position", - offset: 14027, + offset: 14029, line: 412, - col: 10, + col: 12, }, }, IsComplex: false, @@ -48630,14 +48630,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14028, + offset: 14030, line: 412, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 14049, + offset: 14051, line: 412, - col: 32, + col: 34, }, }, IsConst: false, @@ -48651,14 +48651,14 @@ '@role': [Declaration, Function, Identifier, Name], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14028, + offset: 14030, line: 412, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 14039, + offset: 14041, line: 412, - col: 22, + col: 24, }, }, }, @@ -48667,14 +48667,14 @@ '@role': [Argument, Declaration, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14044, + offset: 14046, line: 412, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 14048, + offset: 14050, line: 412, - col: 31, + col: 33, }, }, DeclaresParameterPack: false, @@ -48683,14 +48683,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14044, + offset: 14046, line: 412, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 14048, + offset: 14050, line: 412, - col: 31, + col: 33, }, }, }, @@ -48699,14 +48699,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14040, + offset: 14042, line: 412, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 14043, + offset: 14045, line: 412, - col: 26, + col: 28, }, }, IsComplex: false, @@ -48736,28 +48736,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14577, - line: 429, - col: 2, + offset: 14579, + line: 431, + col: 1, }, end: { '@type': "uast:Position", - offset: 14660, + offset: 14662, line: 431, - col: 82, + col: 84, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14577, - line: 429, - col: 2, + offset: 14579, + line: 431, + col: 1, }, end: { '@type': "uast:Position", - offset: 14597, + offset: 14599, line: 431, - col: 19, + col: 21, }, }, IsConst: true, @@ -48775,14 +48775,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14590, + offset: 14592, line: 431, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 14597, + offset: 14599, line: 431, - col: 19, + col: 21, }, }, }, @@ -48793,14 +48793,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14598, + offset: 14600, line: 431, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 14659, + offset: 14661, line: 431, - col: 81, + col: 83, }, }, DeclaresParameterPack: false, @@ -48808,28 +48808,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14614, + offset: 14616, line: 431, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 14659, + offset: 14661, line: 431, - col: 81, + col: 83, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14616, + offset: 14618, line: 431, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 14659, + offset: 14661, line: 431, - col: 81, + col: 83, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -48841,14 +48841,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14631, + offset: 14633, line: 431, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 14658, + offset: 14660, line: 431, - col: 80, + col: 82, }, }, ExpressionType: "const char [26]", @@ -48861,14 +48861,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14616, + offset: 14618, line: 431, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 14630, + offset: 14632, line: 431, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -48879,14 +48879,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14616, + offset: 14618, line: 431, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 14630, + offset: 14632, line: 431, - col: 52, + col: 54, }, }, }, @@ -48896,14 +48896,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14616, + offset: 14618, line: 431, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 14659, + offset: 14661, line: 431, - col: 81, + col: 83, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -48915,14 +48915,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14631, + offset: 14633, line: 431, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 14658, + offset: 14660, line: 431, - col: 80, + col: 82, }, }, ExpressionType: "const char [26]", @@ -48935,14 +48935,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14616, + offset: 14618, line: 431, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 14630, + offset: 14632, line: 431, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -48953,14 +48953,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14616, + offset: 14618, line: 431, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 14630, + offset: 14632, line: 431, - col: 52, + col: 54, }, }, }, @@ -48972,14 +48972,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14598, + offset: 14600, line: 431, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 14613, + offset: 14615, line: 431, - col: 35, + col: 37, }, }, }, @@ -48991,28 +48991,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14661, - line: 431, - col: 83, + offset: 14663, + line: 432, + col: 1, }, end: { '@type': "uast:Position", - offset: 14736, + offset: 14738, line: 432, - col: 74, + col: 76, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14661, - line: 431, - col: 83, + offset: 14663, + line: 432, + col: 1, }, end: { '@type': "uast:Position", - offset: 14681, + offset: 14683, line: 432, - col: 19, + col: 21, }, }, IsConst: true, @@ -49030,14 +49030,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14674, + offset: 14676, line: 432, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 14681, + offset: 14683, line: 432, - col: 19, + col: 21, }, }, }, @@ -49048,14 +49048,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14682, + offset: 14684, line: 432, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 14735, + offset: 14737, line: 432, - col: 73, + col: 75, }, }, DeclaresParameterPack: false, @@ -49063,28 +49063,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14694, + offset: 14696, line: 432, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 14735, + offset: 14737, line: 432, - col: 73, + col: 75, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14696, + offset: 14698, line: 432, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 14735, + offset: 14737, line: 432, - col: 73, + col: 75, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -49096,14 +49096,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14711, + offset: 14713, line: 432, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 14734, + offset: 14736, line: 432, - col: 72, + col: 74, }, }, ExpressionType: "const char [22]", @@ -49116,14 +49116,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14696, + offset: 14698, line: 432, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 14710, + offset: 14712, line: 432, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -49134,14 +49134,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14696, + offset: 14698, line: 432, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 14710, + offset: 14712, line: 432, - col: 48, + col: 50, }, }, }, @@ -49151,14 +49151,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14696, + offset: 14698, line: 432, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 14735, + offset: 14737, line: 432, - col: 73, + col: 75, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -49170,14 +49170,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14711, + offset: 14713, line: 432, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 14734, + offset: 14736, line: 432, - col: 72, + col: 74, }, }, ExpressionType: "const char [22]", @@ -49190,14 +49190,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14696, + offset: 14698, line: 432, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 14710, + offset: 14712, line: 432, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -49208,14 +49208,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14696, + offset: 14698, line: 432, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 14710, + offset: 14712, line: 432, - col: 48, + col: 50, }, }, }, @@ -49227,14 +49227,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14682, + offset: 14684, line: 432, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 14693, + offset: 14695, line: 432, - col: 31, + col: 33, }, }, }, @@ -49246,28 +49246,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14737, - line: 432, - col: 75, + offset: 14739, + line: 433, + col: 1, }, end: { '@type': "uast:Position", - offset: 14816, + offset: 14818, line: 433, - col: 78, + col: 80, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14737, - line: 432, - col: 75, + offset: 14739, + line: 433, + col: 1, }, end: { '@type': "uast:Position", - offset: 14757, + offset: 14759, line: 433, - col: 19, + col: 21, }, }, IsConst: true, @@ -49285,14 +49285,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14750, + offset: 14752, line: 433, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 14757, + offset: 14759, line: 433, - col: 19, + col: 21, }, }, }, @@ -49303,14 +49303,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14758, + offset: 14760, line: 433, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 14815, + offset: 14817, line: 433, - col: 77, + col: 79, }, }, DeclaresParameterPack: false, @@ -49318,28 +49318,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14772, + offset: 14774, line: 433, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 14815, + offset: 14817, line: 433, - col: 77, + col: 79, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14774, + offset: 14776, line: 433, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 14815, + offset: 14817, line: 433, - col: 77, + col: 79, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -49351,14 +49351,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14789, + offset: 14791, line: 433, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 14814, + offset: 14816, line: 433, - col: 76, + col: 78, }, }, ExpressionType: "const char [24]", @@ -49371,14 +49371,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14774, + offset: 14776, line: 433, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 14788, + offset: 14790, line: 433, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -49389,14 +49389,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14774, + offset: 14776, line: 433, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 14788, + offset: 14790, line: 433, - col: 50, + col: 52, }, }, }, @@ -49406,14 +49406,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14774, + offset: 14776, line: 433, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 14815, + offset: 14817, line: 433, - col: 77, + col: 79, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -49425,14 +49425,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14789, + offset: 14791, line: 433, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 14814, + offset: 14816, line: 433, - col: 76, + col: 78, }, }, ExpressionType: "const char [24]", @@ -49445,14 +49445,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14774, + offset: 14776, line: 433, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 14788, + offset: 14790, line: 433, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -49463,14 +49463,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14774, + offset: 14776, line: 433, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 14788, + offset: 14790, line: 433, - col: 50, + col: 52, }, }, }, @@ -49482,14 +49482,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14758, + offset: 14760, line: 433, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 14771, + offset: 14773, line: 433, - col: 33, + col: 35, }, }, }, @@ -49501,28 +49501,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15029, - line: 439, - col: 6, + offset: 15031, + line: 440, + col: 1, }, end: { '@type': "uast:Position", - offset: 15112, + offset: 15114, line: 440, - col: 82, + col: 84, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15029, - line: 439, - col: 6, + offset: 15031, + line: 440, + col: 1, }, end: { '@type': "uast:Position", - offset: 15049, + offset: 15051, line: 440, - col: 19, + col: 21, }, }, IsConst: true, @@ -49540,14 +49540,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15042, + offset: 15044, line: 440, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 15049, + offset: 15051, line: 440, - col: 19, + col: 21, }, }, }, @@ -49558,14 +49558,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15050, + offset: 15052, line: 440, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 15111, + offset: 15113, line: 440, - col: 81, + col: 83, }, }, DeclaresParameterPack: false, @@ -49573,28 +49573,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15066, + offset: 15068, line: 440, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 15111, + offset: 15113, line: 440, - col: 81, + col: 83, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15068, + offset: 15070, line: 440, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 15111, + offset: 15113, line: 440, - col: 81, + col: 83, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -49606,14 +49606,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15083, + offset: 15085, line: 440, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 15110, + offset: 15112, line: 440, - col: 80, + col: 82, }, }, ExpressionType: "const char [26]", @@ -49626,14 +49626,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15068, + offset: 15070, line: 440, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 15082, + offset: 15084, line: 440, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -49644,14 +49644,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15068, + offset: 15070, line: 440, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 15082, + offset: 15084, line: 440, - col: 52, + col: 54, }, }, }, @@ -49661,14 +49661,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15068, + offset: 15070, line: 440, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 15111, + offset: 15113, line: 440, - col: 81, + col: 83, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -49680,14 +49680,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15083, + offset: 15085, line: 440, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 15110, + offset: 15112, line: 440, - col: 80, + col: 82, }, }, ExpressionType: "const char [26]", @@ -49700,14 +49700,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15068, + offset: 15070, line: 440, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 15082, + offset: 15084, line: 440, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -49718,14 +49718,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15068, + offset: 15070, line: 440, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 15082, + offset: 15084, line: 440, - col: 52, + col: 54, }, }, }, @@ -49737,14 +49737,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15050, + offset: 15052, line: 440, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 15065, + offset: 15067, line: 440, - col: 35, + col: 37, }, }, }, @@ -49756,14 +49756,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15114, - line: 440, - col: 84, + offset: 15116, + line: 442, + col: 1, }, end: { '@type': "uast:Position", - offset: 15526, - line: 458, - col: 26, + offset: 15528, + line: 459, + col: 2, }, }, IsDefaulted: false, @@ -49772,14 +49772,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15157, - line: 442, - col: 42, + offset: 15159, + line: 443, + col: 1, }, end: { '@type': "uast:Position", - offset: 15526, - line: 458, - col: 26, + offset: 15528, + line: 459, + col: 2, }, }, 'Prop_Statements': [ @@ -49787,28 +49787,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15163, + offset: 15165, line: 444, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15252, + offset: 15254, line: 446, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15167, + offset: 15169, line: 444, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 15211, + offset: 15213, line: 444, - col: 51, + col: 53, }, }, ExpressionType: "Attempt to use symbol failed: qEnvironmentVariableIsSet", @@ -49820,14 +49820,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15193, + offset: 15195, line: 444, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 15210, + offset: 15212, line: 444, - col: 50, + col: 52, }, }, ExpressionType: "const char [16]", @@ -49840,14 +49840,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15167, + offset: 15169, line: 444, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 15192, + offset: 15194, line: 444, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -49858,14 +49858,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15167, + offset: 15169, line: 444, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 15192, + offset: 15194, line: 444, - col: 32, + col: 34, }, }, }, @@ -49875,14 +49875,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15213, + offset: 15215, line: 444, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 15252, + offset: 15254, line: 446, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -49890,28 +49890,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15223, + offset: 15225, line: 445, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 15246, + offset: 15248, line: 445, - col: 30, + col: 32, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTIdExpression", '@role': [Expression, Return, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15230, + offset: 15232, line: 445, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 15245, + offset: 15247, line: 445, - col: 29, + col: 31, }, }, ExpressionType: "const ?", @@ -49922,14 +49922,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15230, + offset: 15232, line: 445, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 15245, + offset: 15247, line: 445, - col: 29, + col: 31, }, }, }, @@ -49938,14 +49938,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15230, + offset: 15232, line: 445, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 15245, + offset: 15247, line: 445, - col: 29, + col: 31, }, }, ExpressionType: "const ?", @@ -49956,14 +49956,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15230, + offset: 15232, line: 445, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 15245, + offset: 15247, line: 445, - col: 29, + col: 31, }, }, }, @@ -49976,28 +49976,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15257, + offset: 15259, line: 447, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15334, + offset: 15336, line: 449, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15261, + offset: 15263, line: 447, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 15297, + offset: 15299, line: 447, - col: 43, + col: 45, }, }, ExpressionType: "Attempt to use symbol failed: qEnvironmentVariableIsSet", @@ -50009,14 +50009,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15287, + offset: 15289, line: 447, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 15296, + offset: 15298, line: 447, - col: 42, + col: 44, }, }, ExpressionType: "const char [8]", @@ -50029,14 +50029,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15261, + offset: 15263, line: 447, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 15286, + offset: 15288, line: 447, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -50047,14 +50047,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15261, + offset: 15263, line: 447, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 15286, + offset: 15288, line: 447, - col: 32, + col: 34, }, }, }, @@ -50064,14 +50064,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15299, + offset: 15301, line: 447, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 15334, + offset: 15336, line: 449, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -50079,28 +50079,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15309, + offset: 15311, line: 448, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 15328, + offset: 15330, line: 448, - col: 26, + col: 28, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTIdExpression", '@role': [Expression, Return, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15316, + offset: 15318, line: 448, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 15327, + offset: 15329, line: 448, - col: 25, + col: 27, }, }, ExpressionType: "const ?", @@ -50111,14 +50111,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15316, + offset: 15318, line: 448, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 15327, + offset: 15329, line: 448, - col: 25, + col: 27, }, }, }, @@ -50127,14 +50127,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15316, + offset: 15318, line: 448, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 15327, + offset: 15329, line: 448, - col: 25, + col: 27, }, }, ExpressionType: "const ?", @@ -50145,14 +50145,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15316, + offset: 15318, line: 448, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 15327, + offset: 15329, line: 448, - col: 25, + col: 27, }, }, }, @@ -50165,28 +50165,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15503, + offset: 15505, line: 458, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 15524, + offset: 15526, line: 458, - col: 24, + col: 26, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTIdExpression", '@role': [Expression, Return, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15510, + offset: 15512, line: 458, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 15523, + offset: 15525, line: 458, - col: 23, + col: 25, }, }, ExpressionType: "const ?", @@ -50197,14 +50197,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15510, + offset: 15512, line: 458, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 15523, + offset: 15525, line: 458, - col: 23, + col: 25, }, }, }, @@ -50213,14 +50213,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15510, + offset: 15512, line: 458, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 15523, + offset: 15525, line: 458, - col: 23, + col: 25, }, }, ExpressionType: "const ?", @@ -50231,14 +50231,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15510, + offset: 15512, line: 458, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 15523, + offset: 15525, line: 458, - col: 23, + col: 25, }, }, }, @@ -50250,14 +50250,14 @@ '@role': [Declaration, Function, Instance, Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15114, - line: 440, - col: 84, + offset: 15116, + line: 442, + col: 1, }, end: { '@type': "uast:Position", - offset: 15128, + offset: 15130, line: 442, - col: 13, + col: 15, }, }, IsConst: false, @@ -50275,14 +50275,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15121, + offset: 15123, line: 442, - col: 6, + col: 8, }, end: { '@type': "uast:Position", - offset: 15128, + offset: 15130, line: 442, - col: 13, + col: 15, }, }, }, @@ -50292,14 +50292,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15129, + offset: 15131, line: 442, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 15156, + offset: 15158, line: 442, - col: 41, + col: 43, }, }, IsConst: false, @@ -50313,14 +50313,14 @@ '@role': [Declaration, Function, Identifier, Name], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15129, + offset: 15131, line: 442, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 15154, + offset: 15156, line: 442, - col: 39, + col: 41, }, }, }, @@ -50331,14 +50331,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15528, - line: 459, - col: 2, + offset: 15530, + line: 461, + col: 1, }, end: { '@type': "uast:Position", - offset: 16335, - line: 483, - col: 1, + offset: 16337, + line: 484, + col: 2, }, }, IsDefaulted: false, @@ -50347,14 +50347,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15556, - line: 461, - col: 27, + offset: 15558, + line: 462, + col: 1, }, end: { '@type': "uast:Position", - offset: 16335, - line: 483, - col: 1, + offset: 16337, + line: 484, + col: 2, }, }, }, @@ -50363,14 +50363,14 @@ '@role': [Declaration, Function, 'Null', Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15528, - line: 459, - col: 2, + offset: 15530, + line: 461, + col: 1, }, end: { '@type': "uast:Position", - offset: 15539, + offset: 15541, line: 461, - col: 10, + col: 12, }, }, IsComplex: false, @@ -50395,14 +50395,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15540, + offset: 15542, line: 461, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 15555, + offset: 15557, line: 461, - col: 26, + col: 28, }, }, IsConst: false, @@ -50416,14 +50416,14 @@ '@role': [Declaration, Function, Identifier, Name], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15540, + offset: 15542, line: 461, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 15553, + offset: 15555, line: 461, - col: 24, + col: 26, }, }, }, @@ -50434,14 +50434,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16337, - line: 484, - col: 2, + offset: 16339, + line: 486, + col: 1, }, end: { '@type': "uast:Position", - offset: 16492, - line: 493, - col: 12, + offset: 16494, + line: 494, + col: 2, }, }, IsDefaulted: false, @@ -50450,14 +50450,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16372, - line: 486, - col: 34, + offset: 16374, + line: 487, + col: 1, }, end: { '@type': "uast:Position", - offset: 16492, - line: 493, - col: 12, + offset: 16494, + line: 494, + col: 2, }, }, 'Prop_Statements': [ @@ -50465,28 +50465,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16441, + offset: 16443, line: 491, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 16462, + offset: 16464, line: 491, - col: 24, + col: 26, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16441, + offset: 16443, line: 491, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 16461, + offset: 16463, line: 491, - col: 23, + col: 25, }, }, ExpressionType: "Attempt to use symbol failed: signal", @@ -50497,14 +50497,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16448, + offset: 16450, line: 491, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 16451, + offset: 16453, line: 491, - col: 13, + col: 15, }, }, ExpressionType: "int", @@ -50515,14 +50515,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16448, + offset: 16450, line: 491, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 16451, + offset: 16453, line: 491, - col: 13, + col: 15, }, }, }, @@ -50531,14 +50531,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16453, + offset: 16455, line: 491, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 16460, + offset: 16462, line: 491, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -50549,14 +50549,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16453, + offset: 16455, line: 491, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 16460, + offset: 16462, line: 491, - col: 22, + col: 24, }, }, }, @@ -50566,14 +50566,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16441, + offset: 16443, line: 491, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 16447, + offset: 16449, line: 491, - col: 9, + col: 11, }, }, ExpressionType: "", @@ -50584,14 +50584,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16441, + offset: 16443, line: 491, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 16447, + offset: 16449, line: 491, - col: 9, + col: 11, }, }, }, @@ -50602,28 +50602,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16467, + offset: 16469, line: 492, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 16478, + offset: 16480, line: 492, - col: 14, + col: 16, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16467, + offset: 16469, line: 492, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 16477, + offset: 16479, line: 492, - col: 13, + col: 15, }, }, ExpressionType: "Attempt to use symbol failed: raise", @@ -50634,14 +50634,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16473, + offset: 16475, line: 492, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 16476, + offset: 16478, line: 492, - col: 12, + col: 14, }, }, ExpressionType: "int", @@ -50652,14 +50652,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16473, + offset: 16475, line: 492, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 16476, + offset: 16478, line: 492, - col: 12, + col: 14, }, }, }, @@ -50669,14 +50669,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16467, + offset: 16469, line: 492, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 16472, + offset: 16474, line: 492, - col: 8, + col: 10, }, }, ExpressionType: "", @@ -50687,14 +50687,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16467, + offset: 16469, line: 492, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 16472, + offset: 16474, line: 492, - col: 8, + col: 10, }, }, }, @@ -50705,14 +50705,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16483, + offset: 16485, line: 493, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 16490, + offset: 16492, line: 493, - col: 10, + col: 12, }, }, }, @@ -50723,14 +50723,14 @@ '@role': [Declaration, Function, 'Null', Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16337, - line: 484, - col: 2, + offset: 16339, + line: 486, + col: 1, }, end: { '@type': "uast:Position", - offset: 16348, + offset: 16350, line: 486, - col: 10, + col: 12, }, }, IsComplex: false, @@ -50755,14 +50755,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16349, + offset: 16351, line: 486, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 16371, + offset: 16373, line: 486, - col: 33, + col: 35, }, }, IsConst: false, @@ -50776,14 +50776,14 @@ '@role': [Declaration, Function, Identifier, Name], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16349, + offset: 16351, line: 486, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 16362, + offset: 16364, line: 486, - col: 24, + col: 26, }, }, }, @@ -50792,14 +50792,14 @@ '@role': [Argument, Declaration, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16367, + offset: 16369, line: 486, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 16370, + offset: 16372, line: 486, - col: 32, + col: 34, }, }, DeclaresParameterPack: false, @@ -50808,14 +50808,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16367, + offset: 16369, line: 486, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 16370, + offset: 16372, line: 486, - col: 32, + col: 34, }, }, }, @@ -50824,14 +50824,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16363, + offset: 16365, line: 486, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 16366, + offset: 16368, line: 486, - col: 28, + col: 30, }, }, IsComplex: false, @@ -50861,14 +50861,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16494, - line: 494, - col: 2, + offset: 16496, + line: 496, + col: 1, }, end: { '@type': "uast:Position", - offset: 16948, - line: 514, - col: 7, + offset: 16950, + line: 515, + col: 2, }, }, IsDefaulted: false, @@ -50877,14 +50877,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16520, - line: 496, - col: 25, + offset: 16522, + line: 497, + col: 1, }, end: { '@type': "uast:Position", - offset: 16948, - line: 514, - col: 7, + offset: 16950, + line: 515, + col: 2, }, }, }, @@ -50893,14 +50893,14 @@ '@role': [Declaration, Function, 'Null', Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16494, - line: 494, - col: 2, + offset: 16496, + line: 496, + col: 1, }, end: { '@type': "uast:Position", - offset: 16498, + offset: 16500, line: 496, - col: 3, + col: 5, }, }, IsComplex: false, @@ -50925,14 +50925,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16499, + offset: 16501, line: 496, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 16519, + offset: 16521, line: 496, - col: 24, + col: 26, }, }, IsConst: false, @@ -50946,14 +50946,14 @@ '@role': [Declaration, Function, Identifier, Name], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16499, + offset: 16501, line: 496, - col: 4, + col: 6, }, end: { '@type': "uast:Position", - offset: 16517, + offset: 16519, line: 496, - col: 22, + col: 24, }, }, }, @@ -50964,14 +50964,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16966, - line: 517, - col: 15, + offset: 16968, + line: 519, + col: 1, }, end: { '@type': "uast:Position", - offset: 30197, - line: 829, - col: 21, + offset: 30199, + line: 830, + col: 2, }, }, IsDefaulted: false, @@ -50980,14 +50980,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17000, - line: 519, - col: 33, + offset: 17002, + line: 520, + col: 1, }, end: { '@type': "uast:Position", - offset: 30197, - line: 829, - col: 21, + offset: 30199, + line: 830, + col: 2, }, }, 'Prop_Statements': [ @@ -50995,14 +50995,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17006, + offset: 17008, line: 521, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17134, + offset: 17136, line: 524, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTBinaryExpression", @@ -51010,14 +51010,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17010, + offset: 17012, line: 521, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17023, + offset: 17025, line: 521, - col: 20, + col: 22, }, }, ExpressionType: "Attempt to use symbol failed: getuid", @@ -51028,14 +51028,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17022, + offset: 17024, line: 521, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 17023, + offset: 17025, line: 521, - col: 20, + col: 22, }, }, ExpressionType: "int", @@ -51047,14 +51047,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17010, + offset: 17012, line: 521, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17018, + offset: 17020, line: 521, - col: 15, + col: 17, }, }, ExpressionType: "Attempt to use symbol failed: getuid", @@ -51064,14 +51064,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17010, + offset: 17012, line: 521, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17016, + offset: 17018, line: 521, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -51082,14 +51082,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17010, + offset: 17012, line: 521, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17016, + offset: 17018, line: 521, - col: 13, + col: 15, }, }, }, @@ -51100,14 +51100,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17022, + offset: 17024, line: 521, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 17023, + offset: 17025, line: 521, - col: 20, + col: 22, }, }, ExpressionType: "int", @@ -51120,14 +51120,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17025, + offset: 17027, line: 521, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 17134, + offset: 17136, line: 524, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -51135,14 +51135,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17035, + offset: 17037, line: 522, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17110, + offset: 17112, line: 522, - col: 82, + col: 84, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -51150,14 +51150,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17035, + offset: 17037, line: 522, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17109, + offset: 17111, line: 522, - col: 81, + col: 83, }, }, ExpressionType: "", @@ -51167,14 +51167,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17100, + offset: 17102, line: 522, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 17109, + offset: 17111, line: 522, - col: 81, + col: 83, }, }, ExpressionType: "", @@ -51184,14 +51184,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17100, + offset: 17102, line: 522, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 17109, + offset: 17111, line: 522, - col: 81, + col: 83, }, }, IsConversionOperator: false, @@ -51203,14 +51203,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17100, + offset: 17102, line: 522, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 17103, + offset: 17105, line: 522, - col: 75, + col: 77, }, }, }, @@ -51219,14 +51219,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17105, + offset: 17107, line: 522, - col: 77, + col: 79, }, end: { '@type': "uast:Position", - offset: 17109, + offset: 17111, line: 522, - col: 81, + col: 83, }, }, }, @@ -51237,14 +51237,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17100, + offset: 17102, line: 522, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 17103, + offset: 17105, line: 522, - col: 75, + col: 77, }, }, }, @@ -51256,14 +51256,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17035, + offset: 17037, line: 522, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17096, + offset: 17098, line: 522, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -51274,14 +51274,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17048, + offset: 17050, line: 522, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 17096, + offset: 17098, line: 522, - col: 68, + col: 70, }, }, ExpressionType: "const char [47]", @@ -51293,14 +51293,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17035, + offset: 17037, line: 522, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17044, + offset: 17046, line: 522, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -51310,14 +51310,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17035, + offset: 17037, line: 522, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17044, + offset: 17046, line: 522, - col: 16, + col: 18, }, }, IsConversionOperator: false, @@ -51329,14 +51329,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17035, + offset: 17037, line: 522, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17038, + offset: 17040, line: 522, - col: 10, + col: 12, }, }, }, @@ -51345,14 +51345,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17040, + offset: 17042, line: 522, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 17044, + offset: 17046, line: 522, - col: 16, + col: 18, }, }, }, @@ -51363,14 +51363,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17035, + offset: 17037, line: 522, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17038, + offset: 17040, line: 522, - col: 10, + col: 12, }, }, }, @@ -51382,14 +51382,14 @@ '@role': [Binary, Expression, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17048, + offset: 17050, line: 522, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 17096, + offset: 17098, line: 522, - col: 68, + col: 70, }, }, ExpressionType: "const char [47]", @@ -51402,14 +51402,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17100, + offset: 17102, line: 522, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 17109, + offset: 17111, line: 522, - col: 81, + col: 83, }, }, ExpressionType: "", @@ -51419,14 +51419,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17100, + offset: 17102, line: 522, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 17109, + offset: 17111, line: 522, - col: 81, + col: 83, }, }, IsConversionOperator: false, @@ -51438,14 +51438,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17100, + offset: 17102, line: 522, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 17103, + offset: 17105, line: 522, - col: 75, + col: 77, }, }, }, @@ -51454,14 +51454,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17105, + offset: 17107, line: 522, - col: 77, + col: 79, }, end: { '@type': "uast:Position", - offset: 17109, + offset: 17111, line: 522, - col: 81, + col: 83, }, }, }, @@ -51472,14 +51472,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17100, + offset: 17102, line: 522, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 17103, + offset: 17105, line: 522, - col: 75, + col: 77, }, }, }, @@ -51492,14 +51492,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17119, + offset: 17121, line: 523, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17128, + offset: 17130, line: 523, - col: 16, + col: 18, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTLiteralExpression", @@ -51507,14 +51507,14 @@ '@role': [Expression, Literal, Number, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17126, + offset: 17128, line: 523, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 17127, + offset: 17129, line: 523, - col: 15, + col: 17, }, }, ExpressionType: "int", @@ -51527,14 +51527,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17126, + offset: 17128, line: 523, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 17127, + offset: 17129, line: 523, - col: 15, + col: 17, }, }, ExpressionType: "int", @@ -51550,28 +51550,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17139, + offset: 17141, line: 525, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17161, + offset: 17163, line: 525, - col: 25, + col: 27, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17139, + offset: 17141, line: 525, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17160, + offset: 17162, line: 525, - col: 24, + col: 26, }, }, ExpressionType: "void", @@ -51581,14 +51581,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17139, + offset: 17141, line: 525, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17158, + offset: 17160, line: 525, - col: 22, + col: 24, }, }, ExpressionType: "void ()", @@ -51598,14 +51598,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17139, + offset: 17141, line: 525, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17158, + offset: 17160, line: 525, - col: 22, + col: 24, }, }, IsConversionOperator: false, @@ -51617,14 +51617,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17139, + offset: 17141, line: 525, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17143, + offset: 17145, line: 525, - col: 7, + col: 9, }, }, }, @@ -51633,14 +51633,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17145, + offset: 17147, line: 525, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 17158, + offset: 17160, line: 525, - col: 22, + col: 24, }, }, }, @@ -51651,14 +51651,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17139, + offset: 17141, line: 525, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17143, + offset: 17145, line: 525, - col: 7, + col: 9, }, }, }, @@ -51671,28 +51671,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17166, + offset: 17168, line: 526, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17199, + offset: 17201, line: 526, - col: 36, + col: 38, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17166, + offset: 17168, line: 526, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17198, + offset: 17200, line: 526, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: setupMalloc", @@ -51702,14 +51702,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17166, + offset: 17168, line: 526, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17196, + offset: 17198, line: 526, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -51719,14 +51719,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17166, + offset: 17168, line: 526, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17196, + offset: 17198, line: 526, - col: 33, + col: 35, }, }, IsConversionOperator: false, @@ -51738,14 +51738,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17166, + offset: 17168, line: 526, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17170, + offset: 17172, line: 526, - col: 7, + col: 9, }, }, }, @@ -51754,14 +51754,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17172, + offset: 17174, line: 526, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 17183, + offset: 17185, line: 526, - col: 20, + col: 22, }, }, }, @@ -51770,14 +51770,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17185, + offset: 17187, line: 526, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 17196, + offset: 17198, line: 526, - col: 33, + col: 35, }, }, }, @@ -51788,14 +51788,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17166, + offset: 17168, line: 526, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17170, + offset: 17172, line: 526, - col: 7, + col: 9, }, }, }, @@ -51804,14 +51804,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17172, + offset: 17174, line: 526, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 17183, + offset: 17185, line: 526, - col: 20, + col: 22, }, }, }, @@ -51824,28 +51824,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17204, + offset: 17206, line: 527, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17246, + offset: 17248, line: 527, - col: 45, + col: 47, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17204, + offset: 17206, line: 527, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17245, + offset: 17247, line: 527, - col: 44, + col: 46, }, }, ExpressionType: "Attempt to use symbol failed: setupLocalizedString", @@ -51855,14 +51855,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17204, + offset: 17206, line: 527, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17243, + offset: 17245, line: 527, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -51872,14 +51872,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17204, + offset: 17206, line: 527, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17243, + offset: 17245, line: 527, - col: 42, + col: 44, }, }, IsConversionOperator: false, @@ -51891,14 +51891,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17204, + offset: 17206, line: 527, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17208, + offset: 17210, line: 527, - col: 7, + col: 9, }, }, }, @@ -51907,14 +51907,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17210, + offset: 17212, line: 527, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 17221, + offset: 17223, line: 527, - col: 20, + col: 22, }, }, }, @@ -51923,14 +51923,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17223, + offset: 17225, line: 527, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 17243, + offset: 17245, line: 527, - col: 42, + col: 44, }, }, }, @@ -51941,14 +51941,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17204, + offset: 17206, line: 527, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17208, + offset: 17210, line: 527, - col: 7, + col: 9, }, }, }, @@ -51957,14 +51957,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17210, + offset: 17212, line: 527, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 17221, + offset: 17223, line: 527, - col: 20, + col: 22, }, }, }, @@ -51977,28 +51977,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17251, + offset: 17253, line: 528, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17272, + offset: 17274, line: 528, - col: 24, + col: 26, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17251, + offset: 17253, line: 528, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17271, + offset: 17273, line: 528, - col: 23, + col: 25, }, }, ExpressionType: "void", @@ -52008,14 +52008,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17251, + offset: 17253, line: 528, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17269, + offset: 17271, line: 528, - col: 21, + col: 23, }, }, ExpressionType: "void (enum KWin::RealTimeFlags)", @@ -52025,14 +52025,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17251, + offset: 17253, line: 528, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17269, + offset: 17271, line: 528, - col: 21, + col: 23, }, }, IsConversionOperator: false, @@ -52044,14 +52044,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17251, + offset: 17253, line: 528, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17255, + offset: 17257, line: 528, - col: 7, + col: 9, }, }, }, @@ -52060,14 +52060,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17257, + offset: 17259, line: 528, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 17269, + offset: 17271, line: 528, - col: 21, + col: 23, }, }, }, @@ -52078,14 +52078,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17251, + offset: 17253, line: 528, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17255, + offset: 17257, line: 528, - col: 7, + col: 9, }, }, }, @@ -52098,28 +52098,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17277, + offset: 17279, line: 529, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17304, + offset: 17306, line: 529, - col: 30, + col: 32, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17277, + offset: 17279, line: 529, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17303, + offset: 17305, line: 529, - col: 29, + col: 31, }, }, ExpressionType: "void", @@ -52129,14 +52129,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17277, + offset: 17279, line: 529, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17301, + offset: 17303, line: 529, - col: 27, + col: 29, }, }, ExpressionType: "void ()", @@ -52146,14 +52146,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17277, + offset: 17279, line: 529, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17301, + offset: 17303, line: 529, - col: 27, + col: 29, }, }, IsConversionOperator: false, @@ -52165,14 +52165,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17277, + offset: 17279, line: 529, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17281, + offset: 17283, line: 529, - col: 7, + col: 9, }, }, }, @@ -52181,14 +52181,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17283, + offset: 17285, line: 529, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 17301, + offset: 17303, line: 529, - col: 27, + col: 29, }, }, }, @@ -52199,14 +52199,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17277, + offset: 17279, line: 529, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17281, + offset: 17283, line: 529, - col: 7, + col: 9, }, }, }, @@ -52219,14 +52219,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17310, + offset: 17312, line: 531, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17393, + offset: 17395, line: 532, - col: 32, + col: 34, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTBinaryExpression", @@ -52234,14 +52234,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17314, + offset: 17316, line: 531, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17358, + offset: 17360, line: 531, - col: 51, + col: 53, }, }, ExpressionType: "Attempt to use symbol failed: signal", @@ -52251,14 +52251,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17351, + offset: 17353, line: 531, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 17358, + offset: 17360, line: 531, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -52269,14 +52269,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17351, + offset: 17353, line: 531, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 17358, + offset: 17360, line: 531, - col: 51, + col: 53, }, }, }, @@ -52285,14 +52285,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17314, + offset: 17316, line: 531, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17347, + offset: 17349, line: 531, - col: 40, + col: 42, }, }, ExpressionType: "Attempt to use symbol failed: signal", @@ -52303,14 +52303,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17321, + offset: 17323, line: 531, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 17328, + offset: 17330, line: 531, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -52321,14 +52321,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17321, + offset: 17323, line: 531, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 17328, + offset: 17330, line: 531, - col: 21, + col: 23, }, }, }, @@ -52337,14 +52337,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17330, + offset: 17332, line: 531, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 17346, + offset: 17348, line: 531, - col: 39, + col: 41, }, }, ExpressionType: "void (int)", @@ -52354,14 +52354,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17330, + offset: 17332, line: 531, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 17346, + offset: 17348, line: 531, - col: 39, + col: 41, }, }, IsConversionOperator: false, @@ -52373,14 +52373,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17330, + offset: 17332, line: 531, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 17334, + offset: 17336, line: 531, - col: 27, + col: 29, }, }, }, @@ -52389,14 +52389,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17336, + offset: 17338, line: 531, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 17346, + offset: 17348, line: 531, - col: 39, + col: 41, }, }, }, @@ -52407,14 +52407,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17330, + offset: 17332, line: 531, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 17334, + offset: 17336, line: 531, - col: 27, + col: 29, }, }, }, @@ -52426,14 +52426,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17314, + offset: 17316, line: 531, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17320, + offset: 17322, line: 531, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -52444,14 +52444,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17314, + offset: 17316, line: 531, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17320, + offset: 17322, line: 531, - col: 13, + col: 15, }, }, }, @@ -52461,14 +52461,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17351, + offset: 17353, line: 531, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 17358, + offset: 17360, line: 531, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -52479,14 +52479,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17351, + offset: 17353, line: 531, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 17358, + offset: 17360, line: 531, - col: 51, + col: 53, }, }, }, @@ -52496,28 +52496,28 @@ '@role': [Expression, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17368, + offset: 17370, line: 532, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17393, + offset: 17395, line: 532, - col: 32, + col: 34, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17368, + offset: 17370, line: 532, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17392, + offset: 17394, line: 532, - col: 31, + col: 33, }, }, ExpressionType: "Attempt to use symbol failed: signal", @@ -52528,14 +52528,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17375, + offset: 17377, line: 532, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 17382, + offset: 17384, line: 532, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -52546,14 +52546,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17375, + offset: 17377, line: 532, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 17382, + offset: 17384, line: 532, - col: 21, + col: 23, }, }, }, @@ -52562,14 +52562,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17384, + offset: 17386, line: 532, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 17391, + offset: 17393, line: 532, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -52580,14 +52580,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17384, + offset: 17386, line: 532, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 17391, + offset: 17393, line: 532, - col: 30, + col: 32, }, }, }, @@ -52597,14 +52597,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17368, + offset: 17370, line: 532, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17374, + offset: 17376, line: 532, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -52615,14 +52615,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17368, + offset: 17370, line: 532, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17374, + offset: 17376, line: 532, - col: 13, + col: 15, }, }, }, @@ -52634,14 +52634,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17398, + offset: 17400, line: 533, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17479, + offset: 17481, line: 534, - col: 31, + col: 33, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTBinaryExpression", @@ -52649,14 +52649,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17402, + offset: 17404, line: 533, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17445, + offset: 17447, line: 533, - col: 50, + col: 52, }, }, ExpressionType: "Attempt to use symbol failed: signal", @@ -52666,14 +52666,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17438, + offset: 17440, line: 533, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 17445, + offset: 17447, line: 533, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -52684,14 +52684,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17438, + offset: 17440, line: 533, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 17445, + offset: 17447, line: 533, - col: 50, + col: 52, }, }, }, @@ -52700,14 +52700,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17402, + offset: 17404, line: 533, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17434, + offset: 17436, line: 533, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: signal", @@ -52718,14 +52718,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17409, + offset: 17411, line: 533, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 17415, + offset: 17417, line: 533, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -52736,14 +52736,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17409, + offset: 17411, line: 533, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 17415, + offset: 17417, line: 533, - col: 20, + col: 22, }, }, }, @@ -52752,14 +52752,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17417, + offset: 17419, line: 533, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 17433, + offset: 17435, line: 533, - col: 38, + col: 40, }, }, ExpressionType: "void (int)", @@ -52769,14 +52769,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17417, + offset: 17419, line: 533, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 17433, + offset: 17435, line: 533, - col: 38, + col: 40, }, }, IsConversionOperator: false, @@ -52788,14 +52788,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17417, + offset: 17419, line: 533, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 17421, + offset: 17423, line: 533, - col: 26, + col: 28, }, }, }, @@ -52804,14 +52804,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17423, + offset: 17425, line: 533, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 17433, + offset: 17435, line: 533, - col: 38, + col: 40, }, }, }, @@ -52822,14 +52822,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17417, + offset: 17419, line: 533, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 17421, + offset: 17423, line: 533, - col: 26, + col: 28, }, }, }, @@ -52841,14 +52841,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17402, + offset: 17404, line: 533, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17408, + offset: 17410, line: 533, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -52859,14 +52859,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17402, + offset: 17404, line: 533, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17408, + offset: 17410, line: 533, - col: 13, + col: 15, }, }, }, @@ -52876,14 +52876,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17438, + offset: 17440, line: 533, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 17445, + offset: 17447, line: 533, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -52894,14 +52894,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17438, + offset: 17440, line: 533, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 17445, + offset: 17447, line: 533, - col: 50, + col: 52, }, }, }, @@ -52911,28 +52911,28 @@ '@role': [Expression, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17455, + offset: 17457, line: 534, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17479, + offset: 17481, line: 534, - col: 31, + col: 33, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17455, + offset: 17457, line: 534, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17478, + offset: 17480, line: 534, - col: 30, + col: 32, }, }, ExpressionType: "Attempt to use symbol failed: signal", @@ -52943,14 +52943,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17462, + offset: 17464, line: 534, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 17468, + offset: 17470, line: 534, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -52961,14 +52961,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17462, + offset: 17464, line: 534, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 17468, + offset: 17470, line: 534, - col: 20, + col: 22, }, }, }, @@ -52977,14 +52977,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17470, + offset: 17472, line: 534, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 17477, + offset: 17479, line: 534, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -52995,14 +52995,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17470, + offset: 17472, line: 534, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 17477, + offset: 17479, line: 534, - col: 29, + col: 31, }, }, }, @@ -53012,14 +53012,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17455, + offset: 17457, line: 534, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17461, + offset: 17463, line: 534, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -53030,14 +53030,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17455, + offset: 17457, line: 534, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17461, + offset: 17463, line: 534, - col: 13, + col: 15, }, }, }, @@ -53049,14 +53049,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17484, + offset: 17486, line: 535, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17565, + offset: 17567, line: 536, - col: 31, + col: 33, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTBinaryExpression", @@ -53064,14 +53064,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17488, + offset: 17490, line: 535, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17531, + offset: 17533, line: 535, - col: 50, + col: 52, }, }, ExpressionType: "Attempt to use symbol failed: signal", @@ -53081,14 +53081,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17524, + offset: 17526, line: 535, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 17531, + offset: 17533, line: 535, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -53099,14 +53099,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17524, + offset: 17526, line: 535, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 17531, + offset: 17533, line: 535, - col: 50, + col: 52, }, }, }, @@ -53115,14 +53115,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17488, + offset: 17490, line: 535, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17520, + offset: 17522, line: 535, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: signal", @@ -53133,14 +53133,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17495, + offset: 17497, line: 535, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 17501, + offset: 17503, line: 535, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -53151,14 +53151,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17495, + offset: 17497, line: 535, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 17501, + offset: 17503, line: 535, - col: 20, + col: 22, }, }, }, @@ -53167,14 +53167,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17503, + offset: 17505, line: 535, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 17519, + offset: 17521, line: 535, - col: 38, + col: 40, }, }, ExpressionType: "void (int)", @@ -53184,14 +53184,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17503, + offset: 17505, line: 535, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 17519, + offset: 17521, line: 535, - col: 38, + col: 40, }, }, IsConversionOperator: false, @@ -53203,14 +53203,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17503, + offset: 17505, line: 535, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 17507, + offset: 17509, line: 535, - col: 26, + col: 28, }, }, }, @@ -53219,14 +53219,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17509, + offset: 17511, line: 535, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 17519, + offset: 17521, line: 535, - col: 38, + col: 40, }, }, }, @@ -53237,14 +53237,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17503, + offset: 17505, line: 535, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 17507, + offset: 17509, line: 535, - col: 26, + col: 28, }, }, }, @@ -53256,14 +53256,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17488, + offset: 17490, line: 535, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17494, + offset: 17496, line: 535, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -53274,14 +53274,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17488, + offset: 17490, line: 535, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17494, + offset: 17496, line: 535, - col: 13, + col: 15, }, }, }, @@ -53291,14 +53291,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17524, + offset: 17526, line: 535, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 17531, + offset: 17533, line: 535, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -53309,14 +53309,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17524, + offset: 17526, line: 535, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 17531, + offset: 17533, line: 535, - col: 50, + col: 52, }, }, }, @@ -53326,28 +53326,28 @@ '@role': [Expression, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17541, + offset: 17543, line: 536, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17565, + offset: 17567, line: 536, - col: 31, + col: 33, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17541, + offset: 17543, line: 536, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17564, + offset: 17566, line: 536, - col: 30, + col: 32, }, }, ExpressionType: "Attempt to use symbol failed: signal", @@ -53358,14 +53358,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17548, + offset: 17550, line: 536, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 17554, + offset: 17556, line: 536, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -53376,14 +53376,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17548, + offset: 17550, line: 536, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 17554, + offset: 17556, line: 536, - col: 20, + col: 22, }, }, }, @@ -53392,14 +53392,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17556, + offset: 17558, line: 536, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 17563, + offset: 17565, line: 536, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -53410,14 +53410,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17556, + offset: 17558, line: 536, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 17563, + offset: 17565, line: 536, - col: 29, + col: 31, }, }, }, @@ -53427,14 +53427,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17541, + offset: 17543, line: 536, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17547, + offset: 17549, line: 536, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -53445,14 +53445,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17541, + offset: 17543, line: 536, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 17547, + offset: 17549, line: 536, - col: 13, + col: 15, }, }, }, @@ -53464,28 +53464,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17570, + offset: 17572, line: 537, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17607, + offset: 17609, line: 537, - col: 40, + col: 42, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17570, + offset: 17572, line: 537, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17606, + offset: 17608, line: 537, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: signal", @@ -53496,14 +53496,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17577, + offset: 17579, line: 537, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 17584, + offset: 17586, line: 537, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -53514,14 +53514,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17577, + offset: 17579, line: 537, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 17584, + offset: 17586, line: 537, - col: 17, + col: 19, }, }, }, @@ -53530,14 +53530,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17586, + offset: 17588, line: 537, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 17605, + offset: 17607, line: 537, - col: 38, + col: 40, }, }, ExpressionType: "void (int)", @@ -53547,14 +53547,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17586, + offset: 17588, line: 537, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 17605, + offset: 17607, line: 537, - col: 38, + col: 40, }, }, IsConversionOperator: false, @@ -53566,14 +53566,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17586, + offset: 17588, line: 537, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 17590, + offset: 17592, line: 537, - col: 23, + col: 25, }, }, }, @@ -53582,14 +53582,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17592, + offset: 17594, line: 537, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 17605, + offset: 17607, line: 537, - col: 38, + col: 40, }, }, }, @@ -53600,14 +53600,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17586, + offset: 17588, line: 537, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 17590, + offset: 17592, line: 537, - col: 23, + col: 25, }, }, }, @@ -53619,14 +53619,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17570, + offset: 17572, line: 537, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17576, + offset: 17578, line: 537, - col: 9, + col: 11, }, }, ExpressionType: "", @@ -53637,14 +53637,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17570, + offset: 17572, line: 537, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17576, + offset: 17578, line: 537, - col: 9, + col: 11, }, }, }, @@ -53655,28 +53655,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17612, + offset: 17614, line: 538, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17649, + offset: 17651, line: 538, - col: 40, + col: 42, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17612, + offset: 17614, line: 538, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17648, + offset: 17650, line: 538, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: signal", @@ -53687,14 +53687,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17619, + offset: 17621, line: 538, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 17626, + offset: 17628, line: 538, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -53705,14 +53705,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17619, + offset: 17621, line: 538, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 17626, + offset: 17628, line: 538, - col: 17, + col: 19, }, }, }, @@ -53721,14 +53721,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17628, + offset: 17630, line: 538, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 17647, + offset: 17649, line: 538, - col: 38, + col: 40, }, }, ExpressionType: "void (int)", @@ -53738,14 +53738,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17628, + offset: 17630, line: 538, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 17647, + offset: 17649, line: 538, - col: 38, + col: 40, }, }, IsConversionOperator: false, @@ -53757,14 +53757,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17628, + offset: 17630, line: 538, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 17632, + offset: 17634, line: 538, - col: 23, + col: 25, }, }, }, @@ -53773,14 +53773,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17634, + offset: 17636, line: 538, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 17647, + offset: 17649, line: 538, - col: 38, + col: 40, }, }, }, @@ -53791,14 +53791,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17628, + offset: 17630, line: 538, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 17632, + offset: 17634, line: 538, - col: 23, + col: 25, }, }, }, @@ -53810,14 +53810,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17612, + offset: 17614, line: 538, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17618, + offset: 17620, line: 538, - col: 9, + col: 11, }, }, ExpressionType: "", @@ -53828,14 +53828,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17612, + offset: 17614, line: 538, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17618, + offset: 17620, line: 538, - col: 9, + col: 11, }, }, }, @@ -53846,28 +53846,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17654, + offset: 17656, line: 539, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17679, + offset: 17681, line: 539, - col: 28, + col: 30, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17654, + offset: 17656, line: 539, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17678, + offset: 17680, line: 539, - col: 27, + col: 29, }, }, ExpressionType: "Attempt to use symbol failed: signal", @@ -53878,14 +53878,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17661, + offset: 17663, line: 539, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 17668, + offset: 17670, line: 539, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -53896,14 +53896,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17661, + offset: 17663, line: 539, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 17668, + offset: 17670, line: 539, - col: 17, + col: 19, }, }, }, @@ -53912,14 +53912,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17670, + offset: 17672, line: 539, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 17677, + offset: 17679, line: 539, - col: 26, + col: 28, }, }, ExpressionType: "", @@ -53930,14 +53930,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17670, + offset: 17672, line: 539, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 17677, + offset: 17679, line: 539, - col: 26, + col: 28, }, }, }, @@ -53947,14 +53947,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17654, + offset: 17656, line: 539, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17660, + offset: 17662, line: 539, - col: 9, + col: 11, }, }, ExpressionType: "", @@ -53965,14 +53965,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17654, + offset: 17656, line: 539, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17660, + offset: 17662, line: 539, - col: 9, + col: 11, }, }, }, @@ -53983,14 +53983,14 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17726, + offset: 17728, line: 541, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17747, + offset: 17749, line: 541, - col: 24, + col: 26, }, }, LeadingComments: [ @@ -53999,14 +53999,14 @@ '@role': [Comment, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17684, + offset: 17686, line: 540, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17721, + offset: 17723, line: 540, - col: 40, + col: 42, }, }, IsBlockComment: false, @@ -54016,28 +54016,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17726, + offset: 17728, line: 541, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17747, + offset: 17749, line: 541, - col: 24, + col: 26, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17726, + offset: 17728, line: 541, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17734, + offset: 17736, line: 541, - col: 11, + col: 13, }, }, IsConst: false, @@ -54055,14 +54055,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17726, + offset: 17728, line: 541, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17734, + offset: 17736, line: 541, - col: 11, + col: 13, }, }, }, @@ -54073,14 +54073,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17735, + offset: 17737, line: 541, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 17746, + offset: 17748, line: 541, - col: 23, + col: 25, }, }, DeclaresParameterPack: false, @@ -54089,14 +54089,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17735, + offset: 17737, line: 541, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 17746, + offset: 17748, line: 541, - col: 23, + col: 25, }, }, }, @@ -54109,28 +54109,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17752, + offset: 17754, line: 542, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17778, + offset: 17780, line: 542, - col: 29, + col: 31, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17752, + offset: 17754, line: 542, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17777, + offset: 17779, line: 542, - col: 28, + col: 30, }, }, ExpressionType: "Attempt to use symbol failed: sigemptyset", @@ -54141,14 +54141,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17764, + offset: 17766, line: 542, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 17776, + offset: 17778, line: 542, - col: 27, + col: 29, }, }, ExpressionType: "? *", @@ -54158,14 +54158,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17765, + offset: 17767, line: 542, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 17776, + offset: 17778, line: 542, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -54176,14 +54176,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17765, + offset: 17767, line: 542, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 17776, + offset: 17778, line: 542, - col: 27, + col: 29, }, }, }, @@ -54195,14 +54195,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17752, + offset: 17754, line: 542, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17763, + offset: 17765, line: 542, - col: 14, + col: 16, }, }, ExpressionType: "", @@ -54213,14 +54213,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17752, + offset: 17754, line: 542, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17763, + offset: 17765, line: 542, - col: 14, + col: 16, }, }, }, @@ -54231,28 +54231,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17783, + offset: 17785, line: 543, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17816, + offset: 17818, line: 543, - col: 36, + col: 38, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17783, + offset: 17785, line: 543, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17815, + offset: 17817, line: 543, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: sigaddset", @@ -54263,14 +54263,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17793, + offset: 17795, line: 543, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 17805, + offset: 17807, line: 543, - col: 25, + col: 27, }, }, ExpressionType: "? *", @@ -54280,14 +54280,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17794, + offset: 17796, line: 543, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 17805, + offset: 17807, line: 543, - col: 25, + col: 27, }, }, ExpressionType: "", @@ -54298,14 +54298,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17794, + offset: 17796, line: 543, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 17805, + offset: 17807, line: 543, - col: 25, + col: 27, }, }, }, @@ -54316,14 +54316,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17807, + offset: 17809, line: 543, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 17814, + offset: 17816, line: 543, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -54334,14 +54334,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17807, + offset: 17809, line: 543, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 17814, + offset: 17816, line: 543, - col: 34, + col: 36, }, }, }, @@ -54351,14 +54351,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17783, + offset: 17785, line: 543, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17792, + offset: 17794, line: 543, - col: 12, + col: 14, }, }, ExpressionType: "", @@ -54369,14 +54369,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17783, + offset: 17785, line: 543, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17792, + offset: 17794, line: 543, - col: 12, + col: 14, }, }, }, @@ -54387,28 +54387,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17821, + offset: 17823, line: 544, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17854, + offset: 17856, line: 544, - col: 36, + col: 38, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17821, + offset: 17823, line: 544, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17853, + offset: 17855, line: 544, - col: 35, + col: 37, }, }, ExpressionType: "Attempt to use symbol failed: sigaddset", @@ -54419,14 +54419,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17831, + offset: 17833, line: 544, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 17843, + offset: 17845, line: 544, - col: 25, + col: 27, }, }, ExpressionType: "? *", @@ -54436,14 +54436,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17832, + offset: 17834, line: 544, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 17843, + offset: 17845, line: 544, - col: 25, + col: 27, }, }, ExpressionType: "", @@ -54454,14 +54454,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17832, + offset: 17834, line: 544, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 17843, + offset: 17845, line: 544, - col: 25, + col: 27, }, }, }, @@ -54472,14 +54472,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17845, + offset: 17847, line: 544, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 17852, + offset: 17854, line: 544, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -54490,14 +54490,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17845, + offset: 17847, line: 544, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 17852, + offset: 17854, line: 544, - col: 34, + col: 36, }, }, }, @@ -54507,14 +54507,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17821, + offset: 17823, line: 544, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17830, + offset: 17832, line: 544, - col: 12, + col: 14, }, }, ExpressionType: "", @@ -54525,14 +54525,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17821, + offset: 17823, line: 544, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17830, + offset: 17832, line: 544, - col: 12, + col: 14, }, }, }, @@ -54543,28 +54543,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17859, + offset: 17861, line: 545, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17909, + offset: 17911, line: 545, - col: 53, + col: 55, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17859, + offset: 17861, line: 545, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17908, + offset: 17910, line: 545, - col: 52, + col: 54, }, }, ExpressionType: "Attempt to use symbol failed: pthread_sigmask", @@ -54575,14 +54575,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17875, + offset: 17877, line: 545, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 17884, + offset: 17886, line: 545, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -54593,14 +54593,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17875, + offset: 17877, line: 545, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 17884, + offset: 17886, line: 545, - col: 28, + col: 30, }, }, }, @@ -54609,14 +54609,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17886, + offset: 17888, line: 545, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 17898, + offset: 17900, line: 545, - col: 42, + col: 44, }, }, ExpressionType: "? *", @@ -54626,14 +54626,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17887, + offset: 17889, line: 545, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 17898, + offset: 17900, line: 545, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -54644,14 +54644,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17887, + offset: 17889, line: 545, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 17898, + offset: 17900, line: 545, - col: 42, + col: 44, }, }, }, @@ -54663,14 +54663,14 @@ '@role': [Argument, Call, Expression, Function, Literal, 'Null'], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17900, + offset: 17902, line: 545, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 17907, + offset: 17909, line: 545, - col: 51, + col: 53, }, }, ExpressionType: "std::nullptr_t", @@ -54683,14 +54683,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17859, + offset: 17861, line: 545, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17874, + offset: 17876, line: 545, - col: 18, + col: 20, }, }, ExpressionType: "", @@ -54701,14 +54701,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17859, + offset: 17861, line: 545, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17874, + offset: 17876, line: 545, - col: 18, + col: 20, }, }, }, @@ -54719,42 +54719,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17915, + offset: 17917, line: 547, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17990, + offset: 17992, line: 547, - col: 78, + col: 80, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17915, + offset: 17917, line: 547, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17990, + offset: 17992, line: 547, - col: 78, + col: 80, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17915, + offset: 17917, line: 547, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17934, + offset: 17936, line: 547, - col: 22, + col: 24, }, }, IsConst: false, @@ -54772,14 +54772,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17915, + offset: 17917, line: 547, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 17934, + offset: 17936, line: 547, - col: 22, + col: 24, }, }, }, @@ -54790,14 +54790,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17935, + offset: 17937, line: 547, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 17989, + offset: 17991, line: 547, - col: 77, + col: 79, }, }, DeclaresParameterPack: false, @@ -54805,28 +54805,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17947, + offset: 17949, line: 547, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 17989, + offset: 17991, line: 547, - col: 77, + col: 79, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17949, + offset: 17951, line: 547, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 17989, + offset: 17991, line: 547, - col: 77, + col: 79, }, }, ExpressionType: "Attempt to use symbol failed: systemEnvironment", @@ -54836,14 +54836,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17949, + offset: 17951, line: 547, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 17987, + offset: 17989, line: 547, - col: 75, + col: 77, }, }, ExpressionType: "", @@ -54853,14 +54853,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17949, + offset: 17951, line: 547, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 17987, + offset: 17989, line: 547, - col: 75, + col: 77, }, }, IsConversionOperator: false, @@ -54872,14 +54872,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17949, + offset: 17951, line: 547, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 17968, + offset: 17970, line: 547, - col: 56, + col: 58, }, }, }, @@ -54888,14 +54888,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17970, + offset: 17972, line: 547, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 17987, + offset: 17989, line: 547, - col: 75, + col: 77, }, }, }, @@ -54906,14 +54906,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17949, + offset: 17951, line: 547, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 17968, + offset: 17970, line: 547, - col: 56, + col: 58, }, }, }, @@ -54925,14 +54925,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17949, + offset: 17951, line: 547, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 17989, + offset: 17991, line: 547, - col: 77, + col: 79, }, }, ExpressionType: "Attempt to use symbol failed: systemEnvironment", @@ -54942,14 +54942,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17949, + offset: 17951, line: 547, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 17987, + offset: 17989, line: 547, - col: 75, + col: 77, }, }, ExpressionType: "", @@ -54959,14 +54959,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17949, + offset: 17951, line: 547, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 17987, + offset: 17989, line: 547, - col: 75, + col: 77, }, }, IsConversionOperator: false, @@ -54978,14 +54978,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17949, + offset: 17951, line: 547, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 17968, + offset: 17970, line: 547, - col: 56, + col: 58, }, }, }, @@ -54994,14 +54994,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17970, + offset: 17972, line: 547, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 17987, + offset: 17989, line: 547, - col: 75, + col: 77, }, }, }, @@ -55012,14 +55012,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17949, + offset: 17951, line: 547, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 17968, + offset: 17970, line: 547, - col: 56, + col: 58, }, }, }, @@ -55033,14 +55033,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17935, + offset: 17937, line: 547, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 17946, + offset: 17948, line: 547, - col: 34, + col: 36, }, }, }, @@ -55053,14 +55053,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18085, + offset: 18087, line: 550, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18145, + offset: 18147, line: 550, - col: 63, + col: 65, }, }, LeadingComments: [ @@ -55069,14 +55069,14 @@ '@role': [Comment, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 17996, + offset: 17998, line: 549, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18080, + offset: 18082, line: 549, - col: 87, + col: 89, }, }, IsBlockComment: false, @@ -55086,14 +55086,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18085, + offset: 18087, line: 550, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18144, + offset: 18146, line: 550, - col: 62, + col: 64, }, }, ExpressionType: "Attempt to use symbol failed: setenv", @@ -55105,14 +55105,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18092, + offset: 18094, line: 550, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 18109, + offset: 18111, line: 550, - col: 27, + col: 29, }, }, ExpressionType: "const char [16]", @@ -55125,14 +55125,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18111, + offset: 18113, line: 550, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 18137, + offset: 18139, line: 550, - col: 55, + col: 57, }, }, ExpressionType: "const char [25]", @@ -55145,14 +55145,14 @@ '@role': [Argument, Boolean, Call, Expression, Function, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18139, + offset: 18141, line: 550, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 18143, + offset: 18145, line: 550, - col: 61, + col: 63, }, }, ExpressionType: "bool", @@ -55165,14 +55165,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18085, + offset: 18087, line: 550, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18091, + offset: 18093, line: 550, - col: 9, + col: 11, }, }, ExpressionType: "", @@ -55183,14 +55183,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18085, + offset: 18087, line: 550, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18091, + offset: 18093, line: 550, - col: 9, + col: 11, }, }, }, @@ -55201,28 +55201,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18151, + offset: 18153, line: 552, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18186, + offset: 18188, line: 552, - col: 38, + col: 40, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18151, + offset: 18153, line: 552, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18185, + offset: 18187, line: 552, - col: 37, + col: 39, }, }, ExpressionType: "Attempt to use symbol failed: qunsetenv", @@ -55234,14 +55234,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18161, + offset: 18163, line: 552, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 18184, + offset: 18186, line: 552, - col: 36, + col: 38, }, }, ExpressionType: "const char [22]", @@ -55254,14 +55254,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18151, + offset: 18153, line: 552, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18160, + offset: 18162, line: 552, - col: 12, + col: 14, }, }, ExpressionType: "", @@ -55272,14 +55272,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18151, + offset: 18153, line: 552, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18160, + offset: 18162, line: 552, - col: 12, + col: 14, }, }, }, @@ -55290,28 +55290,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18191, + offset: 18193, line: 553, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18236, + offset: 18238, line: 553, - col: 48, + col: 50, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18191, + offset: 18193, line: 553, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18235, + offset: 18237, line: 553, - col: 47, + col: 49, }, }, ExpressionType: "Attempt to use symbol failed: qputenv", @@ -55323,14 +55323,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18199, + offset: 18201, line: 553, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 18213, + offset: 18215, line: 553, - col: 25, + col: 27, }, }, ExpressionType: "const char [13]", @@ -55343,14 +55343,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18215, + offset: 18217, line: 553, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 18234, + offset: 18236, line: 553, - col: 46, + col: 48, }, }, ExpressionType: "const char [18]", @@ -55363,14 +55363,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18191, + offset: 18193, line: 553, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18198, + offset: 18200, line: 553, - col: 10, + col: 12, }, }, ExpressionType: "", @@ -55381,14 +55381,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18191, + offset: 18193, line: 553, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18198, + offset: 18200, line: 553, - col: 10, + col: 12, }, }, }, @@ -55399,28 +55399,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18241, + offset: 18243, line: 554, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18277, + offset: 18279, line: 554, - col: 39, + col: 41, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18241, + offset: 18243, line: 554, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18276, + offset: 18278, line: 554, - col: 38, + col: 40, }, }, ExpressionType: "Attempt to use symbol failed: qputenv", @@ -55432,14 +55432,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18249, + offset: 18251, line: 554, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 18266, + offset: 18268, line: 554, - col: 28, + col: 30, }, }, ExpressionType: "const char [16]", @@ -55452,14 +55452,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18268, + offset: 18270, line: 554, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 18275, + offset: 18277, line: 554, - col: 37, + col: 39, }, }, ExpressionType: "const char [6]", @@ -55472,14 +55472,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18241, + offset: 18243, line: 554, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18248, + offset: 18250, line: 554, - col: 10, + col: 12, }, }, ExpressionType: "", @@ -55490,14 +55490,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18241, + offset: 18243, line: 554, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18248, + offset: 18250, line: 554, - col: 10, + col: 12, }, }, }, @@ -55508,28 +55508,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18282, + offset: 18284, line: 555, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18343, + offset: 18345, line: 555, - col: 64, + col: 66, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18282, + offset: 18284, line: 555, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18342, + offset: 18344, line: 555, - col: 63, + col: 65, }, }, ExpressionType: "Attempt to use symbol failed: setAttribute", @@ -55540,14 +55540,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18313, + offset: 18315, line: 555, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 18341, + offset: 18343, line: 555, - col: 62, + col: 64, }, }, ExpressionType: "", @@ -55557,14 +55557,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18313, + offset: 18315, line: 555, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 18341, + offset: 18343, line: 555, - col: 62, + col: 64, }, }, IsConversionOperator: false, @@ -55576,14 +55576,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18313, + offset: 18315, line: 555, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 18315, + offset: 18317, line: 555, - col: 36, + col: 38, }, }, }, @@ -55592,14 +55592,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18317, + offset: 18319, line: 555, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 18341, + offset: 18343, line: 555, - col: 62, + col: 64, }, }, }, @@ -55610,14 +55610,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18313, + offset: 18315, line: 555, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 18315, + offset: 18317, line: 555, - col: 36, + col: 38, }, }, }, @@ -55629,14 +55629,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18282, + offset: 18284, line: 555, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18312, + offset: 18314, line: 555, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -55646,14 +55646,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18282, + offset: 18284, line: 555, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18312, + offset: 18314, line: 555, - col: 33, + col: 35, }, }, IsConversionOperator: false, @@ -55665,14 +55665,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18282, + offset: 18284, line: 555, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18298, + offset: 18300, line: 555, - col: 19, + col: 21, }, }, }, @@ -55681,14 +55681,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18300, + offset: 18302, line: 555, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 18312, + offset: 18314, line: 555, - col: 33, + col: 35, }, }, }, @@ -55699,14 +55699,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18282, + offset: 18284, line: 555, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18298, + offset: 18300, line: 555, - col: 19, + col: 21, }, }, }, @@ -55719,42 +55719,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18348, + offset: 18350, line: 556, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18387, + offset: 18389, line: 556, - col: 42, + col: 44, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18348, + offset: 18350, line: 556, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18387, + offset: 18389, line: 556, - col: 42, + col: 44, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18348, + offset: 18350, line: 556, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18372, + offset: 18374, line: 556, - col: 27, + col: 29, }, }, IsConst: false, @@ -55771,14 +55771,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18348, + offset: 18350, line: 556, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18372, + offset: 18374, line: 556, - col: 27, + col: 29, }, }, IsConversionOperator: false, @@ -55790,14 +55790,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18348, + offset: 18350, line: 556, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18352, + offset: 18354, line: 556, - col: 7, + col: 9, }, }, }, @@ -55806,14 +55806,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18354, + offset: 18356, line: 556, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 18372, + offset: 18374, line: 556, - col: 27, + col: 29, }, }, }, @@ -55824,14 +55824,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18348, + offset: 18350, line: 556, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18352, + offset: 18354, line: 556, - col: 7, + col: 9, }, }, }, @@ -55844,14 +55844,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18373, + offset: 18375, line: 556, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 18386, + offset: 18388, line: 556, - col: 41, + col: 43, }, }, DeclaresParameterPack: false, @@ -55859,14 +55859,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18374, + offset: 18376, line: 556, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 18386, + offset: 18388, line: 556, - col: 41, + col: 43, }, }, 'Prop_Arguments': [ @@ -55874,14 +55874,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18375, + offset: 18377, line: 556, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 18379, + offset: 18381, line: 556, - col: 34, + col: 36, }, }, ExpressionType: "int", @@ -55892,14 +55892,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18375, + offset: 18377, line: 556, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 18379, + offset: 18381, line: 556, - col: 34, + col: 36, }, }, }, @@ -55908,14 +55908,14 @@ '@role': [Argument, Declaration, Expression, Incomplete, Initialization, Value, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18381, + offset: 18383, line: 556, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 18385, + offset: 18387, line: 556, - col: 40, + col: 42, }, }, ExpressionType: "char * *", @@ -55926,14 +55926,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18381, + offset: 18383, line: 556, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 18385, + offset: 18387, line: 556, - col: 40, + col: 42, }, }, }, @@ -55950,14 +55950,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18375, + offset: 18377, line: 556, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 18379, + offset: 18381, line: 556, - col: 34, + col: 36, }, }, ExpressionType: "int", @@ -55968,14 +55968,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18375, + offset: 18377, line: 556, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 18379, + offset: 18381, line: 556, - col: 34, + col: 36, }, }, }, @@ -55984,14 +55984,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18381, + offset: 18383, line: 556, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 18385, + offset: 18387, line: 556, - col: 40, + col: 42, }, }, ExpressionType: "char * *", @@ -56002,14 +56002,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18381, + offset: 18383, line: 556, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 18385, + offset: 18387, line: 556, - col: 40, + col: 42, }, }, }, @@ -56022,14 +56022,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18373, + offset: 18375, line: 556, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 18374, + offset: 18376, line: 556, - col: 29, + col: 31, }, }, }, @@ -56042,28 +56042,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18392, + offset: 18394, line: 557, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18412, + offset: 18414, line: 557, - col: 23, + col: 25, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18392, + offset: 18394, line: 557, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18411, + offset: 18413, line: 557, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -56073,14 +56073,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18392, + offset: 18394, line: 557, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18409, + offset: 18411, line: 557, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -56093,14 +56093,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18394, + offset: 18396, line: 557, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 18409, + offset: 18411, line: 557, - col: 20, + col: 22, }, }, }, @@ -56108,14 +56108,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18392, + offset: 18394, line: 557, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18393, + offset: 18395, line: 557, - col: 4, + col: 6, }, }, ExpressionType: "", @@ -56126,14 +56126,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18392, + offset: 18394, line: 557, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18393, + offset: 18395, line: 557, - col: 4, + col: 6, }, }, }, @@ -56145,14 +56145,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18498, + offset: 18500, line: 559, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18541, + offset: 18543, line: 559, - col: 46, + col: 48, }, }, LeadingComments: [ @@ -56161,14 +56161,14 @@ '@role': [Comment, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18417, + offset: 18419, line: 558, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18493, + offset: 18495, line: 558, - col: 79, + col: 81, }, }, IsBlockComment: false, @@ -56178,14 +56178,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18498, + offset: 18500, line: 559, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18540, + offset: 18542, line: 559, - col: 45, + col: 47, }, }, ExpressionType: "Attempt to use symbol failed: setenv", @@ -56197,14 +56197,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18505, + offset: 18507, line: 559, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 18522, + offset: 18524, line: 559, - col: 27, + col: 29, }, }, ExpressionType: "const char [16]", @@ -56217,14 +56217,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18524, + offset: 18526, line: 559, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 18533, + offset: 18535, line: 559, - col: 38, + col: 40, }, }, ExpressionType: "const char [8]", @@ -56237,14 +56237,14 @@ '@role': [Argument, Boolean, Call, Expression, Function, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18535, + offset: 18537, line: 559, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 18539, + offset: 18541, line: 559, - col: 44, + col: 46, }, }, ExpressionType: "bool", @@ -56257,14 +56257,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18498, + offset: 18500, line: 559, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18504, + offset: 18506, line: 559, - col: 9, + col: 11, }, }, ExpressionType: "", @@ -56275,14 +56275,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18498, + offset: 18500, line: 559, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18504, + offset: 18506, line: 559, - col: 9, + col: 11, }, }, }, @@ -56293,28 +56293,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18547, + offset: 18549, line: 561, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18584, + offset: 18586, line: 561, - col: 40, + col: 42, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18547, + offset: 18549, line: 561, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18583, + offset: 18585, line: 561, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: createAboutData", @@ -56324,14 +56324,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18547, + offset: 18549, line: 561, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18581, + offset: 18583, line: 561, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -56341,14 +56341,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18547, + offset: 18549, line: 561, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18581, + offset: 18583, line: 561, - col: 37, + col: 39, }, }, IsConversionOperator: false, @@ -56360,14 +56360,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18547, + offset: 18549, line: 561, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18551, + offset: 18553, line: 561, - col: 7, + col: 9, }, }, }, @@ -56376,14 +56376,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18553, + offset: 18555, line: 561, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 18564, + offset: 18566, line: 561, - col: 20, + col: 22, }, }, }, @@ -56392,14 +56392,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18566, + offset: 18568, line: 561, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18581, + offset: 18583, line: 561, - col: 37, + col: 39, }, }, }, @@ -56410,14 +56410,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18547, + offset: 18549, line: 561, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18551, + offset: 18553, line: 561, - col: 7, + col: 9, }, }, }, @@ -56426,14 +56426,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18553, + offset: 18555, line: 561, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 18564, + offset: 18566, line: 561, - col: 20, + col: 22, }, }, }, @@ -56446,28 +56446,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18589, + offset: 18591, line: 562, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18627, + offset: 18629, line: 562, - col: 41, + col: 43, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18589, + offset: 18591, line: 562, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18626, + offset: 18628, line: 562, - col: 40, + col: 42, }, }, ExpressionType: "Attempt to use symbol failed: init", @@ -56477,14 +56477,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18589, + offset: 18591, line: 562, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18624, + offset: 18626, line: 562, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -56494,14 +56494,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18589, + offset: 18591, line: 562, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18624, + offset: 18626, line: 562, - col: 38, + col: 40, }, }, IsConversionOperator: false, @@ -56513,14 +56513,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18589, + offset: 18591, line: 562, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18601, + offset: 18603, line: 562, - col: 15, + col: 17, }, }, }, @@ -56529,14 +56529,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18603, + offset: 18605, line: 562, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 18618, + offset: 18620, line: 562, - col: 32, + col: 34, }, }, }, @@ -56545,14 +56545,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18620, + offset: 18622, line: 562, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 18624, + offset: 18626, line: 562, - col: 38, + col: 40, }, }, }, @@ -56563,14 +56563,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18589, + offset: 18591, line: 562, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18601, + offset: 18603, line: 562, - col: 15, + col: 17, }, }, }, @@ -56579,14 +56579,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18603, + offset: 18605, line: 562, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 18618, + offset: 18620, line: 562, - col: 32, + col: 34, }, }, }, @@ -56599,28 +56599,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18633, + offset: 18635, line: 564, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18738, + offset: 18740, line: 564, - col: 108, + col: 110, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18633, + offset: 18635, line: 564, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18738, + offset: 18740, line: 564, - col: 108, + col: 110, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -56628,14 +56628,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18633, + offset: 18635, line: 564, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18643, + offset: 18645, line: 564, - col: 13, + col: 15, }, }, IsComplex: false, @@ -56661,14 +56661,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18644, + offset: 18646, line: 564, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 18737, + offset: 18739, line: 564, - col: 107, + col: 109, }, }, DeclaresParameterPack: false, @@ -56676,28 +56676,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18661, + offset: 18663, line: 564, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 18737, + offset: 18739, line: 564, - col: 107, + col: 109, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18663, + offset: 18665, line: 564, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 18737, + offset: 18739, line: 564, - col: 107, + col: 109, }, }, ExpressionType: "Attempt to use symbol failed: findPlugins", @@ -56708,14 +56708,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18690, + offset: 18692, line: 564, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 18736, + offset: 18738, line: 564, - col: 106, + col: 108, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -56727,14 +56727,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18705, + offset: 18707, line: 564, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 18735, + offset: 18737, line: 564, - col: 105, + col: 107, }, }, ExpressionType: "const char [29]", @@ -56747,14 +56747,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18690, + offset: 18692, line: 564, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 18704, + offset: 18706, line: 564, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -56765,14 +56765,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18690, + offset: 18692, line: 564, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 18704, + offset: 18706, line: 564, - col: 74, + col: 76, }, }, }, @@ -56783,14 +56783,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18663, + offset: 18665, line: 564, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 18689, + offset: 18691, line: 564, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -56800,14 +56800,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18663, + offset: 18665, line: 564, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 18689, + offset: 18691, line: 564, - col: 59, + col: 61, }, }, IsConversionOperator: false, @@ -56819,14 +56819,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18663, + offset: 18665, line: 564, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 18676, + offset: 18678, line: 564, - col: 46, + col: 48, }, }, }, @@ -56835,14 +56835,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18678, + offset: 18680, line: 564, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 18689, + offset: 18691, line: 564, - col: 59, + col: 61, }, }, }, @@ -56853,14 +56853,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18663, + offset: 18665, line: 564, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 18676, + offset: 18678, line: 564, - col: 46, + col: 48, }, }, }, @@ -56872,14 +56872,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18663, + offset: 18665, line: 564, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 18737, + offset: 18739, line: 564, - col: 107, + col: 109, }, }, ExpressionType: "Attempt to use symbol failed: findPlugins", @@ -56890,14 +56890,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18690, + offset: 18692, line: 564, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 18736, + offset: 18738, line: 564, - col: 106, + col: 108, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -56909,14 +56909,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18705, + offset: 18707, line: 564, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 18735, + offset: 18737, line: 564, - col: 105, + col: 107, }, }, ExpressionType: "const char [29]", @@ -56929,14 +56929,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18690, + offset: 18692, line: 564, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 18704, + offset: 18706, line: 564, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -56947,14 +56947,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18690, + offset: 18692, line: 564, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 18704, + offset: 18706, line: 564, - col: 74, + col: 76, }, }, }, @@ -56965,14 +56965,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18663, + offset: 18665, line: 564, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 18689, + offset: 18691, line: 564, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -56982,14 +56982,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18663, + offset: 18665, line: 564, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 18689, + offset: 18691, line: 564, - col: 59, + col: 61, }, }, IsConversionOperator: false, @@ -57001,14 +57001,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18663, + offset: 18665, line: 564, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 18676, + offset: 18678, line: 564, - col: 46, + col: 48, }, }, }, @@ -57017,14 +57017,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18678, + offset: 18680, line: 564, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 18689, + offset: 18691, line: 564, - col: 59, + col: 61, }, }, }, @@ -57035,14 +57035,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18663, + offset: 18665, line: 564, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 18676, + offset: 18678, line: 564, - col: 46, + col: 48, }, }, }, @@ -57056,14 +57056,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18644, + offset: 18646, line: 564, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 18660, + offset: 18662, line: 564, - col: 30, + col: 32, }, }, }, @@ -57076,28 +57076,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18743, + offset: 18745, line: 565, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19015, + offset: 19017, line: 571, - col: 5, + col: 7, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18743, + offset: 18745, line: 565, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19015, + offset: 19017, line: 571, - col: 5, + col: 7, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -57105,14 +57105,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18743, + offset: 18745, line: 565, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 18747, + offset: 18749, line: 565, - col: 7, + col: 9, }, }, IsComplex: false, @@ -57138,14 +57138,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18748, + offset: 18750, line: 565, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 19014, + offset: 19016, line: 571, - col: 4, + col: 6, }, }, DeclaresParameterPack: false, @@ -57153,28 +57153,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18758, + offset: 18760, line: 565, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 19014, + offset: 19016, line: 571, - col: 4, + col: 6, }, }, 'Prop_Expression': { '@type': "CPPASTLambdaExpression", '@role': [Anonymous, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18760, + offset: 18762, line: 565, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 19014, + offset: 19016, line: 571, - col: 4, + col: 6, }, }, ExpressionType: "[&availablePlugins] (const QString &name) {\n return std::any_of(availablePlugins.begin(), availablePlugins.end(),\n [name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }\n );\n }", @@ -57184,14 +57184,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18802, + offset: 18804, line: 565, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 19014, + offset: 19016, line: 571, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -57199,28 +57199,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18812, + offset: 18814, line: 566, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 19008, + offset: 19010, line: 570, - col: 9, + col: 11, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18819, + offset: 18821, line: 566, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 19007, + offset: 19009, line: 570, - col: 8, + col: 10, }, }, ExpressionType: "Attempt to use symbol failed: any_of", @@ -57231,14 +57231,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18831, + offset: 18833, line: 566, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 18855, + offset: 18857, line: 566, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -57248,14 +57248,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18831, + offset: 18833, line: 566, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 18853, + offset: 18855, line: 566, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -57268,14 +57268,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18848, + offset: 18850, line: 566, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18853, + offset: 18855, line: 566, - col: 48, + col: 50, }, }, }, @@ -57283,14 +57283,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18831, + offset: 18833, line: 566, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 18847, + offset: 18849, line: 566, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -57301,14 +57301,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18831, + offset: 18833, line: 566, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 18847, + offset: 18849, line: 566, - col: 42, + col: 44, }, }, }, @@ -57319,14 +57319,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18857, + offset: 18859, line: 566, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 18879, + offset: 18881, line: 566, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -57336,14 +57336,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18857, + offset: 18859, line: 566, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 18877, + offset: 18879, line: 566, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -57356,14 +57356,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18874, + offset: 18876, line: 566, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 18877, + offset: 18879, line: 566, - col: 72, + col: 74, }, }, }, @@ -57371,14 +57371,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18857, + offset: 18859, line: 566, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 18873, + offset: 18875, line: 566, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -57389,14 +57389,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18857, + offset: 18859, line: 566, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 18873, + offset: 18875, line: 566, - col: 68, + col: 70, }, }, }, @@ -57407,14 +57407,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18893, + offset: 18895, line: 567, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 18997, + offset: 18999, line: 569, - col: 12, + col: 14, }, }, ExpressionType: "[name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }", @@ -57424,14 +57424,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18932, + offset: 18934, line: 567, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 18997, + offset: 18999, line: 569, - col: 12, + col: 14, }, }, 'Prop_Statements': [ @@ -57439,14 +57439,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18950, + offset: 18952, line: 568, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 18983, + offset: 18985, line: 568, - col: 48, + col: 50, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTBinaryExpression", @@ -57454,14 +57454,14 @@ '@role': [Binary, Equal, Expression, Relational, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -57471,14 +57471,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "const ?", @@ -57489,14 +57489,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, }, @@ -57505,14 +57505,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18974, + offset: 18976, line: 568, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -57522,14 +57522,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18972, + offset: 18974, line: 568, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -57542,14 +57542,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18964, + offset: 18966, line: 568, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 18972, + offset: 18974, line: 568, - col: 37, + col: 39, }, }, }, @@ -57557,14 +57557,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18963, + offset: 18965, line: 568, - col: 28, + col: 30, }, }, ExpressionType: "const ?", @@ -57575,14 +57575,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18963, + offset: 18965, line: 568, - col: 28, + col: 30, }, }, }, @@ -57593,14 +57593,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "const ?", @@ -57611,14 +57611,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, }, @@ -57629,14 +57629,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -57646,14 +57646,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "const ?", @@ -57664,14 +57664,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, }, @@ -57680,14 +57680,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18974, + offset: 18976, line: 568, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -57697,14 +57697,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18972, + offset: 18974, line: 568, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -57717,14 +57717,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18964, + offset: 18966, line: 568, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 18972, + offset: 18974, line: 568, - col: 37, + col: 39, }, }, }, @@ -57732,14 +57732,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18963, + offset: 18965, line: 568, - col: 28, + col: 30, }, }, ExpressionType: "const ?", @@ -57750,14 +57750,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18963, + offset: 18965, line: 568, - col: 28, + col: 30, }, }, }, @@ -57768,14 +57768,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "const ?", @@ -57786,14 +57786,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, }, @@ -57808,14 +57808,14 @@ '@role': [Declaration, Function, Identifier, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18894, + offset: 18896, line: 567, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 18898, + offset: 18900, line: 567, - col: 16, + col: 18, }, }, }, @@ -57824,14 +57824,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18900, + offset: 18902, line: 567, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 18931, + offset: 18933, line: 567, - col: 49, + col: 51, }, }, IsConst: false, @@ -57845,14 +57845,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18923, + offset: 18925, line: 567, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 18930, + offset: 18932, line: 567, - col: 48, + col: 50, }, }, DeclaresParameterPack: false, @@ -57861,14 +57861,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18924, + offset: 18926, line: 567, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 18930, + offset: 18932, line: 567, - col: 48, + col: 50, }, }, }, @@ -57877,14 +57877,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18901, + offset: 18903, line: 567, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 18922, + offset: 18924, line: 567, - col: 40, + col: 42, }, }, IsConst: true, @@ -57902,14 +57902,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18907, + offset: 18909, line: 567, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 18922, + offset: 18924, line: 567, - col: 40, + col: 42, }, }, }, @@ -57925,14 +57925,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18819, + offset: 18821, line: 566, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 18830, + offset: 18832, line: 566, - col: 25, + col: 27, }, }, ExpressionType: "", @@ -57942,14 +57942,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18819, + offset: 18821, line: 566, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 18830, + offset: 18832, line: 566, - col: 25, + col: 27, }, }, IsConversionOperator: false, @@ -57961,14 +57961,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18819, + offset: 18821, line: 566, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 18822, + offset: 18824, line: 566, - col: 17, + col: 19, }, }, }, @@ -57977,14 +57977,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18824, + offset: 18826, line: 566, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 18830, + offset: 18832, line: 566, - col: 25, + col: 27, }, }, }, @@ -57995,14 +57995,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18819, + offset: 18821, line: 566, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 18822, + offset: 18824, line: 566, - col: 17, + col: 19, }, }, }, @@ -58014,14 +58014,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18819, + offset: 18821, line: 566, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 19007, + offset: 19009, line: 570, - col: 8, + col: 10, }, }, ExpressionType: "Attempt to use symbol failed: any_of", @@ -58032,14 +58032,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18831, + offset: 18833, line: 566, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 18855, + offset: 18857, line: 566, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -58049,14 +58049,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18831, + offset: 18833, line: 566, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 18853, + offset: 18855, line: 566, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -58069,14 +58069,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18848, + offset: 18850, line: 566, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18853, + offset: 18855, line: 566, - col: 48, + col: 50, }, }, }, @@ -58084,14 +58084,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18831, + offset: 18833, line: 566, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 18847, + offset: 18849, line: 566, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -58102,14 +58102,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18831, + offset: 18833, line: 566, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 18847, + offset: 18849, line: 566, - col: 42, + col: 44, }, }, }, @@ -58120,14 +58120,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18857, + offset: 18859, line: 566, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 18879, + offset: 18881, line: 566, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -58137,14 +58137,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18857, + offset: 18859, line: 566, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 18877, + offset: 18879, line: 566, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -58157,14 +58157,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18874, + offset: 18876, line: 566, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 18877, + offset: 18879, line: 566, - col: 72, + col: 74, }, }, }, @@ -58172,14 +58172,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18857, + offset: 18859, line: 566, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 18873, + offset: 18875, line: 566, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -58190,14 +58190,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18857, + offset: 18859, line: 566, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 18873, + offset: 18875, line: 566, - col: 68, + col: 70, }, }, }, @@ -58208,14 +58208,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18893, + offset: 18895, line: 567, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 18997, + offset: 18999, line: 569, - col: 12, + col: 14, }, }, ExpressionType: "[name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }", @@ -58225,14 +58225,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18932, + offset: 18934, line: 567, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 18997, + offset: 18999, line: 569, - col: 12, + col: 14, }, }, 'Prop_Statements': [ @@ -58240,14 +58240,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18950, + offset: 18952, line: 568, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 18983, + offset: 18985, line: 568, - col: 48, + col: 50, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTBinaryExpression", @@ -58255,14 +58255,14 @@ '@role': [Binary, Equal, Expression, Relational, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -58272,14 +58272,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "const ?", @@ -58290,14 +58290,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, }, @@ -58306,14 +58306,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18974, + offset: 18976, line: 568, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -58323,14 +58323,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18972, + offset: 18974, line: 568, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -58343,14 +58343,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18964, + offset: 18966, line: 568, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 18972, + offset: 18974, line: 568, - col: 37, + col: 39, }, }, }, @@ -58358,14 +58358,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18963, + offset: 18965, line: 568, - col: 28, + col: 30, }, }, ExpressionType: "const ?", @@ -58376,14 +58376,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18963, + offset: 18965, line: 568, - col: 28, + col: 30, }, }, }, @@ -58394,14 +58394,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "const ?", @@ -58412,14 +58412,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, }, @@ -58430,14 +58430,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -58447,14 +58447,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "const ?", @@ -58465,14 +58465,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, }, @@ -58481,14 +58481,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18974, + offset: 18976, line: 568, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -58498,14 +58498,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18972, + offset: 18974, line: 568, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -58518,14 +58518,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18964, + offset: 18966, line: 568, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 18972, + offset: 18974, line: 568, - col: 37, + col: 39, }, }, }, @@ -58533,14 +58533,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18963, + offset: 18965, line: 568, - col: 28, + col: 30, }, }, ExpressionType: "const ?", @@ -58551,14 +58551,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18963, + offset: 18965, line: 568, - col: 28, + col: 30, }, }, }, @@ -58569,14 +58569,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "const ?", @@ -58587,14 +58587,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, }, @@ -58609,14 +58609,14 @@ '@role': [Declaration, Function, Identifier, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18894, + offset: 18896, line: 567, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 18898, + offset: 18900, line: 567, - col: 16, + col: 18, }, }, }, @@ -58625,14 +58625,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18900, + offset: 18902, line: 567, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 18931, + offset: 18933, line: 567, - col: 49, + col: 51, }, }, IsConst: false, @@ -58646,14 +58646,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18923, + offset: 18925, line: 567, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 18930, + offset: 18932, line: 567, - col: 48, + col: 50, }, }, DeclaresParameterPack: false, @@ -58662,14 +58662,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18924, + offset: 18926, line: 567, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 18930, + offset: 18932, line: 567, - col: 48, + col: 50, }, }, }, @@ -58678,14 +58678,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18901, + offset: 18903, line: 567, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 18922, + offset: 18924, line: 567, - col: 40, + col: 42, }, }, IsConst: true, @@ -58703,14 +58703,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18907, + offset: 18909, line: 567, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 18922, + offset: 18924, line: 567, - col: 40, + col: 42, }, }, }, @@ -58726,14 +58726,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18819, + offset: 18821, line: 566, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 18830, + offset: 18832, line: 566, - col: 25, + col: 27, }, }, ExpressionType: "", @@ -58743,14 +58743,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18819, + offset: 18821, line: 566, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 18830, + offset: 18832, line: 566, - col: 25, + col: 27, }, }, IsConversionOperator: false, @@ -58762,14 +58762,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18819, + offset: 18821, line: 566, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 18822, + offset: 18824, line: 566, - col: 17, + col: 19, }, }, }, @@ -58778,14 +58778,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18824, + offset: 18826, line: 566, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 18830, + offset: 18832, line: 566, - col: 25, + col: 27, }, }, }, @@ -58796,14 +58796,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18819, + offset: 18821, line: 566, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 18822, + offset: 18824, line: 566, - col: 17, + col: 19, }, }, }, @@ -58820,14 +58820,14 @@ '@role': [Declaration, Function, Identifier, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18762, + offset: 18764, line: 565, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18778, + offset: 18780, line: 565, - col: 38, + col: 40, }, }, }, @@ -58836,14 +58836,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18780, + offset: 18782, line: 565, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 18801, + offset: 18803, line: 565, - col: 61, + col: 63, }, }, IsConst: false, @@ -58857,14 +58857,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18795, + offset: 18797, line: 565, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 18800, + offset: 18802, line: 565, - col: 60, + col: 62, }, }, DeclaresParameterPack: false, @@ -58873,14 +58873,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18796, + offset: 18798, line: 565, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 18800, + offset: 18802, line: 565, - col: 60, + col: 62, }, }, }, @@ -58889,14 +58889,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18781, + offset: 18783, line: 565, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 18794, + offset: 18796, line: 565, - col: 54, + col: 56, }, }, IsConst: true, @@ -58914,14 +58914,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18787, + offset: 18789, line: 565, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 18794, + offset: 18796, line: 565, - col: 54, + col: 56, }, }, }, @@ -58936,14 +58936,14 @@ '@role': [Anonymous, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18760, + offset: 18762, line: 565, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 19014, + offset: 19016, line: 571, - col: 4, + col: 6, }, }, ExpressionType: "[&availablePlugins] (const QString &name) {\n return std::any_of(availablePlugins.begin(), availablePlugins.end(),\n [name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }\n );\n }", @@ -58953,14 +58953,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18802, + offset: 18804, line: 565, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 19014, + offset: 19016, line: 571, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -58968,28 +58968,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18812, + offset: 18814, line: 566, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 19008, + offset: 19010, line: 570, - col: 9, + col: 11, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18819, + offset: 18821, line: 566, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 19007, + offset: 19009, line: 570, - col: 8, + col: 10, }, }, ExpressionType: "Attempt to use symbol failed: any_of", @@ -59000,14 +59000,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18831, + offset: 18833, line: 566, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 18855, + offset: 18857, line: 566, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -59017,14 +59017,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18831, + offset: 18833, line: 566, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 18853, + offset: 18855, line: 566, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -59037,14 +59037,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18848, + offset: 18850, line: 566, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18853, + offset: 18855, line: 566, - col: 48, + col: 50, }, }, }, @@ -59052,14 +59052,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18831, + offset: 18833, line: 566, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 18847, + offset: 18849, line: 566, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -59070,14 +59070,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18831, + offset: 18833, line: 566, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 18847, + offset: 18849, line: 566, - col: 42, + col: 44, }, }, }, @@ -59088,14 +59088,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18857, + offset: 18859, line: 566, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 18879, + offset: 18881, line: 566, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -59105,14 +59105,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18857, + offset: 18859, line: 566, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 18877, + offset: 18879, line: 566, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -59125,14 +59125,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18874, + offset: 18876, line: 566, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 18877, + offset: 18879, line: 566, - col: 72, + col: 74, }, }, }, @@ -59140,14 +59140,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18857, + offset: 18859, line: 566, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 18873, + offset: 18875, line: 566, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -59158,14 +59158,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18857, + offset: 18859, line: 566, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 18873, + offset: 18875, line: 566, - col: 68, + col: 70, }, }, }, @@ -59176,14 +59176,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18893, + offset: 18895, line: 567, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 18997, + offset: 18999, line: 569, - col: 12, + col: 14, }, }, ExpressionType: "[name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }", @@ -59193,14 +59193,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18932, + offset: 18934, line: 567, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 18997, + offset: 18999, line: 569, - col: 12, + col: 14, }, }, 'Prop_Statements': [ @@ -59208,14 +59208,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18950, + offset: 18952, line: 568, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 18983, + offset: 18985, line: 568, - col: 48, + col: 50, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTBinaryExpression", @@ -59223,14 +59223,14 @@ '@role': [Binary, Equal, Expression, Relational, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -59240,14 +59240,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "const ?", @@ -59258,14 +59258,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, }, @@ -59274,14 +59274,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18974, + offset: 18976, line: 568, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -59291,14 +59291,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18972, + offset: 18974, line: 568, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -59311,14 +59311,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18964, + offset: 18966, line: 568, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 18972, + offset: 18974, line: 568, - col: 37, + col: 39, }, }, }, @@ -59326,14 +59326,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18963, + offset: 18965, line: 568, - col: 28, + col: 30, }, }, ExpressionType: "const ?", @@ -59344,14 +59344,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18963, + offset: 18965, line: 568, - col: 28, + col: 30, }, }, }, @@ -59362,14 +59362,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "const ?", @@ -59380,14 +59380,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, }, @@ -59398,14 +59398,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -59415,14 +59415,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "const ?", @@ -59433,14 +59433,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, }, @@ -59449,14 +59449,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18974, + offset: 18976, line: 568, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -59466,14 +59466,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18972, + offset: 18974, line: 568, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -59486,14 +59486,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18964, + offset: 18966, line: 568, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 18972, + offset: 18974, line: 568, - col: 37, + col: 39, }, }, }, @@ -59501,14 +59501,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18963, + offset: 18965, line: 568, - col: 28, + col: 30, }, }, ExpressionType: "const ?", @@ -59519,14 +59519,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18963, + offset: 18965, line: 568, - col: 28, + col: 30, }, }, }, @@ -59537,14 +59537,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "const ?", @@ -59555,14 +59555,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, }, @@ -59577,14 +59577,14 @@ '@role': [Declaration, Function, Identifier, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18894, + offset: 18896, line: 567, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 18898, + offset: 18900, line: 567, - col: 16, + col: 18, }, }, }, @@ -59593,14 +59593,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18900, + offset: 18902, line: 567, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 18931, + offset: 18933, line: 567, - col: 49, + col: 51, }, }, IsConst: false, @@ -59614,14 +59614,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18923, + offset: 18925, line: 567, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 18930, + offset: 18932, line: 567, - col: 48, + col: 50, }, }, DeclaresParameterPack: false, @@ -59630,14 +59630,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18924, + offset: 18926, line: 567, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 18930, + offset: 18932, line: 567, - col: 48, + col: 50, }, }, }, @@ -59646,14 +59646,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18901, + offset: 18903, line: 567, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 18922, + offset: 18924, line: 567, - col: 40, + col: 42, }, }, IsConst: true, @@ -59671,14 +59671,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18907, + offset: 18909, line: 567, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 18922, + offset: 18924, line: 567, - col: 40, + col: 42, }, }, }, @@ -59694,14 +59694,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18819, + offset: 18821, line: 566, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 18830, + offset: 18832, line: 566, - col: 25, + col: 27, }, }, ExpressionType: "", @@ -59711,14 +59711,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18819, + offset: 18821, line: 566, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 18830, + offset: 18832, line: 566, - col: 25, + col: 27, }, }, IsConversionOperator: false, @@ -59730,14 +59730,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18819, + offset: 18821, line: 566, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 18822, + offset: 18824, line: 566, - col: 17, + col: 19, }, }, }, @@ -59746,14 +59746,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18824, + offset: 18826, line: 566, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 18830, + offset: 18832, line: 566, - col: 25, + col: 27, }, }, }, @@ -59764,14 +59764,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18819, + offset: 18821, line: 566, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 18822, + offset: 18824, line: 566, - col: 17, + col: 19, }, }, }, @@ -59783,14 +59783,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18819, + offset: 18821, line: 566, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 19007, + offset: 19009, line: 570, - col: 8, + col: 10, }, }, ExpressionType: "Attempt to use symbol failed: any_of", @@ -59801,14 +59801,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18831, + offset: 18833, line: 566, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 18855, + offset: 18857, line: 566, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -59818,14 +59818,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18831, + offset: 18833, line: 566, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 18853, + offset: 18855, line: 566, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -59838,14 +59838,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18848, + offset: 18850, line: 566, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18853, + offset: 18855, line: 566, - col: 48, + col: 50, }, }, }, @@ -59853,14 +59853,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18831, + offset: 18833, line: 566, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 18847, + offset: 18849, line: 566, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -59871,14 +59871,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18831, + offset: 18833, line: 566, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 18847, + offset: 18849, line: 566, - col: 42, + col: 44, }, }, }, @@ -59889,14 +59889,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18857, + offset: 18859, line: 566, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 18879, + offset: 18881, line: 566, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -59906,14 +59906,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18857, + offset: 18859, line: 566, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 18877, + offset: 18879, line: 566, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -59926,14 +59926,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18874, + offset: 18876, line: 566, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 18877, + offset: 18879, line: 566, - col: 72, + col: 74, }, }, }, @@ -59941,14 +59941,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18857, + offset: 18859, line: 566, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 18873, + offset: 18875, line: 566, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -59959,14 +59959,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18857, + offset: 18859, line: 566, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 18873, + offset: 18875, line: 566, - col: 68, + col: 70, }, }, }, @@ -59977,14 +59977,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18893, + offset: 18895, line: 567, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 18997, + offset: 18999, line: 569, - col: 12, + col: 14, }, }, ExpressionType: "[name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }", @@ -59994,14 +59994,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18932, + offset: 18934, line: 567, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 18997, + offset: 18999, line: 569, - col: 12, + col: 14, }, }, 'Prop_Statements': [ @@ -60009,14 +60009,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18950, + offset: 18952, line: 568, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 18983, + offset: 18985, line: 568, - col: 48, + col: 50, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTBinaryExpression", @@ -60024,14 +60024,14 @@ '@role': [Binary, Equal, Expression, Relational, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -60041,14 +60041,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "const ?", @@ -60059,14 +60059,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, }, @@ -60075,14 +60075,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18974, + offset: 18976, line: 568, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -60092,14 +60092,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18972, + offset: 18974, line: 568, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -60112,14 +60112,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18964, + offset: 18966, line: 568, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 18972, + offset: 18974, line: 568, - col: 37, + col: 39, }, }, }, @@ -60127,14 +60127,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18963, + offset: 18965, line: 568, - col: 28, + col: 30, }, }, ExpressionType: "const ?", @@ -60145,14 +60145,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18963, + offset: 18965, line: 568, - col: 28, + col: 30, }, }, }, @@ -60163,14 +60163,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "const ?", @@ -60181,14 +60181,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, }, @@ -60199,14 +60199,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -60216,14 +60216,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "const ?", @@ -60234,14 +60234,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, }, @@ -60250,14 +60250,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18974, + offset: 18976, line: 568, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -60267,14 +60267,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18972, + offset: 18974, line: 568, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -60287,14 +60287,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18964, + offset: 18966, line: 568, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 18972, + offset: 18974, line: 568, - col: 37, + col: 39, }, }, }, @@ -60302,14 +60302,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18963, + offset: 18965, line: 568, - col: 28, + col: 30, }, }, ExpressionType: "const ?", @@ -60320,14 +60320,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18957, + offset: 18959, line: 568, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18963, + offset: 18965, line: 568, - col: 28, + col: 30, }, }, }, @@ -60338,14 +60338,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, ExpressionType: "const ?", @@ -60356,14 +60356,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18978, + offset: 18980, line: 568, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 18982, + offset: 18984, line: 568, - col: 47, + col: 49, }, }, }, @@ -60378,14 +60378,14 @@ '@role': [Declaration, Function, Identifier, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18894, + offset: 18896, line: 567, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 18898, + offset: 18900, line: 567, - col: 16, + col: 18, }, }, }, @@ -60394,14 +60394,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18900, + offset: 18902, line: 567, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 18931, + offset: 18933, line: 567, - col: 49, + col: 51, }, }, IsConst: false, @@ -60415,14 +60415,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18923, + offset: 18925, line: 567, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 18930, + offset: 18932, line: 567, - col: 48, + col: 50, }, }, DeclaresParameterPack: false, @@ -60431,14 +60431,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18924, + offset: 18926, line: 567, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 18930, + offset: 18932, line: 567, - col: 48, + col: 50, }, }, }, @@ -60447,14 +60447,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18901, + offset: 18903, line: 567, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 18922, + offset: 18924, line: 567, - col: 40, + col: 42, }, }, IsConst: true, @@ -60472,14 +60472,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18907, + offset: 18909, line: 567, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 18922, + offset: 18924, line: 567, - col: 40, + col: 42, }, }, }, @@ -60495,14 +60495,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18819, + offset: 18821, line: 566, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 18830, + offset: 18832, line: 566, - col: 25, + col: 27, }, }, ExpressionType: "", @@ -60512,14 +60512,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18819, + offset: 18821, line: 566, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 18830, + offset: 18832, line: 566, - col: 25, + col: 27, }, }, IsConversionOperator: false, @@ -60531,14 +60531,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18819, + offset: 18821, line: 566, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 18822, + offset: 18824, line: 566, - col: 17, + col: 19, }, }, }, @@ -60547,14 +60547,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18824, + offset: 18826, line: 566, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 18830, + offset: 18832, line: 566, - col: 25, + col: 27, }, }, }, @@ -60565,14 +60565,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18819, + offset: 18821, line: 566, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 18822, + offset: 18824, line: 566, - col: 17, + col: 19, }, }, }, @@ -60589,14 +60589,14 @@ '@role': [Declaration, Function, Identifier, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18762, + offset: 18764, line: 565, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 18778, + offset: 18780, line: 565, - col: 38, + col: 40, }, }, }, @@ -60605,14 +60605,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18780, + offset: 18782, line: 565, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 18801, + offset: 18803, line: 565, - col: 61, + col: 63, }, }, IsConst: false, @@ -60626,14 +60626,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18795, + offset: 18797, line: 565, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 18800, + offset: 18802, line: 565, - col: 60, + col: 62, }, }, DeclaresParameterPack: false, @@ -60642,14 +60642,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18796, + offset: 18798, line: 565, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 18800, + offset: 18802, line: 565, - col: 60, + col: 62, }, }, }, @@ -60658,14 +60658,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18781, + offset: 18783, line: 565, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 18794, + offset: 18796, line: 565, - col: 54, + col: 56, }, }, IsConst: true, @@ -60683,14 +60683,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18787, + offset: 18789, line: 565, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 18794, + offset: 18796, line: 565, - col: 54, + col: 56, }, }, }, @@ -60707,14 +60707,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 18748, + offset: 18750, line: 565, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 18757, + offset: 18759, line: 565, - col: 17, + col: 19, }, }, }, @@ -60727,28 +60727,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19020, + offset: 19022, line: 572, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19112, + offset: 19114, line: 572, - col: 95, + col: 97, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19020, + offset: 19022, line: 572, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19112, + offset: 19114, line: 572, - col: 95, + col: 97, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -60756,14 +60756,14 @@ '@role': [Boolean, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19020, + offset: 19022, line: 572, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19030, + offset: 19032, line: 572, - col: 13, + col: 15, }, }, IsComplex: false, @@ -60789,14 +60789,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19031, + offset: 19033, line: 572, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 19111, + offset: 19113, line: 572, - col: 94, + col: 96, }, }, DeclaresParameterPack: false, @@ -60804,14 +60804,14 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19045, + offset: 19047, line: 572, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 19111, + offset: 19113, line: 572, - col: 94, + col: 96, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -60819,14 +60819,14 @@ '@role': [Binary, Boolean, Expression, Or], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19047, + offset: 19049, line: 572, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 19111, + offset: 19113, line: 572, - col: 94, + col: 96, }, }, ExpressionType: "", @@ -60836,14 +60836,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19079, + offset: 19081, line: 572, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 19111, + offset: 19113, line: 572, - col: 94, + col: 96, }, }, ExpressionType: "", @@ -60854,14 +60854,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19089, + offset: 19091, line: 572, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 19110, + offset: 19112, line: 572, - col: 93, + col: 95, }, }, ExpressionType: "const ?", @@ -60871,14 +60871,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19089, + offset: 19091, line: 572, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 19110, + offset: 19112, line: 572, - col: 93, + col: 95, }, }, IsConversionOperator: false, @@ -60890,14 +60890,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19089, + offset: 19091, line: 572, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 19093, + offset: 19095, line: 572, - col: 76, + col: 78, }, }, }, @@ -60906,14 +60906,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19095, + offset: 19097, line: 572, - col: 78, + col: 80, }, end: { '@type': "uast:Position", - offset: 19110, + offset: 19112, line: 572, - col: 93, + col: 95, }, }, }, @@ -60924,14 +60924,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19089, + offset: 19091, line: 572, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 19093, + offset: 19095, line: 572, - col: 76, + col: 78, }, }, }, @@ -60943,14 +60943,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19079, + offset: 19081, line: 572, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 19088, + offset: 19090, line: 572, - col: 71, + col: 73, }, }, ExpressionType: "[&availablePlugins] (const QString &name) {\n return std::any_of(availablePlugins.begin(), availablePlugins.end(),\n [name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }\n );\n }", @@ -60961,14 +60961,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19079, + offset: 19081, line: 572, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 19088, + offset: 19090, line: 572, - col: 71, + col: 73, }, }, }, @@ -60978,14 +60978,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19047, + offset: 19049, line: 572, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 19075, + offset: 19077, line: 572, - col: 58, + col: 60, }, }, ExpressionType: "", @@ -60996,14 +60996,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19057, + offset: 19059, line: 572, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 19074, + offset: 19076, line: 572, - col: 57, + col: 59, }, }, ExpressionType: "const ?", @@ -61013,14 +61013,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19057, + offset: 19059, line: 572, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 19074, + offset: 19076, line: 572, - col: 57, + col: 59, }, }, IsConversionOperator: false, @@ -61032,14 +61032,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19057, + offset: 19059, line: 572, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 19061, + offset: 19063, line: 572, - col: 44, + col: 46, }, }, }, @@ -61048,14 +61048,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19063, + offset: 19065, line: 572, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 19074, + offset: 19076, line: 572, - col: 57, + col: 59, }, }, }, @@ -61066,14 +61066,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19057, + offset: 19059, line: 572, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 19061, + offset: 19063, line: 572, - col: 44, + col: 46, }, }, }, @@ -61085,14 +61085,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19047, + offset: 19049, line: 572, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 19056, + offset: 19058, line: 572, - col: 39, + col: 41, }, }, ExpressionType: "[&availablePlugins] (const QString &name) {\n return std::any_of(availablePlugins.begin(), availablePlugins.end(),\n [name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }\n );\n }", @@ -61103,14 +61103,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19047, + offset: 19049, line: 572, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 19056, + offset: 19058, line: 572, - col: 39, + col: 41, }, }, }, @@ -61120,14 +61120,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19079, + offset: 19081, line: 572, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 19111, + offset: 19113, line: 572, - col: 94, + col: 96, }, }, ExpressionType: "", @@ -61138,14 +61138,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19089, + offset: 19091, line: 572, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 19110, + offset: 19112, line: 572, - col: 93, + col: 95, }, }, ExpressionType: "const ?", @@ -61155,14 +61155,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19089, + offset: 19091, line: 572, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 19110, + offset: 19112, line: 572, - col: 93, + col: 95, }, }, IsConversionOperator: false, @@ -61174,14 +61174,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19089, + offset: 19091, line: 572, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 19093, + offset: 19095, line: 572, - col: 76, + col: 78, }, }, }, @@ -61190,14 +61190,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19095, + offset: 19097, line: 572, - col: 78, + col: 80, }, end: { '@type': "uast:Position", - offset: 19110, + offset: 19112, line: 572, - col: 93, + col: 95, }, }, }, @@ -61208,14 +61208,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19089, + offset: 19091, line: 572, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 19093, + offset: 19095, line: 572, - col: 76, + col: 78, }, }, }, @@ -61227,14 +61227,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19079, + offset: 19081, line: 572, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 19088, + offset: 19090, line: 572, - col: 71, + col: 73, }, }, ExpressionType: "[&availablePlugins] (const QString &name) {\n return std::any_of(availablePlugins.begin(), availablePlugins.end(),\n [name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }\n );\n }", @@ -61245,14 +61245,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19079, + offset: 19081, line: 572, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 19088, + offset: 19090, line: 572, - col: 71, + col: 73, }, }, }, @@ -61264,14 +61264,14 @@ '@role': [Binary, Boolean, Expression, Or], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19047, + offset: 19049, line: 572, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 19111, + offset: 19113, line: 572, - col: 94, + col: 96, }, }, ExpressionType: "", @@ -61281,14 +61281,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19079, + offset: 19081, line: 572, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 19111, + offset: 19113, line: 572, - col: 94, + col: 96, }, }, ExpressionType: "", @@ -61299,14 +61299,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19089, + offset: 19091, line: 572, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 19110, + offset: 19112, line: 572, - col: 93, + col: 95, }, }, ExpressionType: "const ?", @@ -61316,14 +61316,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19089, + offset: 19091, line: 572, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 19110, + offset: 19112, line: 572, - col: 93, + col: 95, }, }, IsConversionOperator: false, @@ -61335,14 +61335,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19089, + offset: 19091, line: 572, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 19093, + offset: 19095, line: 572, - col: 76, + col: 78, }, }, }, @@ -61351,14 +61351,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19095, + offset: 19097, line: 572, - col: 78, + col: 80, }, end: { '@type': "uast:Position", - offset: 19110, + offset: 19112, line: 572, - col: 93, + col: 95, }, }, }, @@ -61369,14 +61369,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19089, + offset: 19091, line: 572, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 19093, + offset: 19095, line: 572, - col: 76, + col: 78, }, }, }, @@ -61388,14 +61388,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19079, + offset: 19081, line: 572, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 19088, + offset: 19090, line: 572, - col: 71, + col: 73, }, }, ExpressionType: "[&availablePlugins] (const QString &name) {\n return std::any_of(availablePlugins.begin(), availablePlugins.end(),\n [name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }\n );\n }", @@ -61406,14 +61406,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19079, + offset: 19081, line: 572, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 19088, + offset: 19090, line: 572, - col: 71, + col: 73, }, }, }, @@ -61423,14 +61423,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19047, + offset: 19049, line: 572, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 19075, + offset: 19077, line: 572, - col: 58, + col: 60, }, }, ExpressionType: "", @@ -61441,14 +61441,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19057, + offset: 19059, line: 572, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 19074, + offset: 19076, line: 572, - col: 57, + col: 59, }, }, ExpressionType: "const ?", @@ -61458,14 +61458,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19057, + offset: 19059, line: 572, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 19074, + offset: 19076, line: 572, - col: 57, + col: 59, }, }, IsConversionOperator: false, @@ -61477,14 +61477,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19057, + offset: 19059, line: 572, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 19061, + offset: 19063, line: 572, - col: 44, + col: 46, }, }, }, @@ -61493,14 +61493,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19063, + offset: 19065, line: 572, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 19074, + offset: 19076, line: 572, - col: 57, + col: 59, }, }, }, @@ -61511,14 +61511,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19057, + offset: 19059, line: 572, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 19061, + offset: 19063, line: 572, - col: 44, + col: 46, }, }, }, @@ -61530,14 +61530,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19047, + offset: 19049, line: 572, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 19056, + offset: 19058, line: 572, - col: 39, + col: 41, }, }, ExpressionType: "[&availablePlugins] (const QString &name) {\n return std::any_of(availablePlugins.begin(), availablePlugins.end(),\n [name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }\n );\n }", @@ -61548,14 +61548,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19047, + offset: 19049, line: 572, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 19056, + offset: 19058, line: 572, - col: 39, + col: 41, }, }, }, @@ -61565,14 +61565,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19079, + offset: 19081, line: 572, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 19111, + offset: 19113, line: 572, - col: 94, + col: 96, }, }, ExpressionType: "", @@ -61583,14 +61583,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19089, + offset: 19091, line: 572, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 19110, + offset: 19112, line: 572, - col: 93, + col: 95, }, }, ExpressionType: "const ?", @@ -61600,14 +61600,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19089, + offset: 19091, line: 572, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 19110, + offset: 19112, line: 572, - col: 93, + col: 95, }, }, IsConversionOperator: false, @@ -61619,14 +61619,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19089, + offset: 19091, line: 572, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 19093, + offset: 19095, line: 572, - col: 76, + col: 78, }, }, }, @@ -61635,14 +61635,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19095, + offset: 19097, line: 572, - col: 78, + col: 80, }, end: { '@type': "uast:Position", - offset: 19110, + offset: 19112, line: 572, - col: 93, + col: 95, }, }, }, @@ -61653,14 +61653,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19089, + offset: 19091, line: 572, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 19093, + offset: 19095, line: 572, - col: 76, + col: 78, }, }, }, @@ -61672,14 +61672,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19079, + offset: 19081, line: 572, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 19088, + offset: 19090, line: 572, - col: 71, + col: 73, }, }, ExpressionType: "[&availablePlugins] (const QString &name) {\n return std::any_of(availablePlugins.begin(), availablePlugins.end(),\n [name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }\n );\n }", @@ -61690,14 +61690,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19079, + offset: 19081, line: 572, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 19088, + offset: 19090, line: 572, - col: 71, + col: 73, }, }, }, @@ -61710,14 +61710,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19031, + offset: 19033, line: 572, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 19044, + offset: 19046, line: 572, - col: 27, + col: 29, }, }, }, @@ -61730,28 +61730,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19117, + offset: 19119, line: 573, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19180, + offset: 19182, line: 573, - col: 66, + col: 68, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19117, + offset: 19119, line: 573, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19180, + offset: 19182, line: 573, - col: 66, + col: 68, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -61759,14 +61759,14 @@ '@role': [Boolean, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19117, + offset: 19119, line: 573, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19127, + offset: 19129, line: 573, - col: 13, + col: 15, }, }, IsComplex: false, @@ -61792,14 +61792,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19128, + offset: 19130, line: 573, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 19179, + offset: 19181, line: 573, - col: 65, + col: 67, }, }, DeclaresParameterPack: false, @@ -61807,28 +61807,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19149, + offset: 19151, line: 573, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 19179, + offset: 19181, line: 573, - col: 65, + col: 67, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19151, + offset: 19153, line: 573, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19179, + offset: 19181, line: 573, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -61839,14 +61839,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19161, + offset: 19163, line: 573, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 19178, + offset: 19180, line: 573, - col: 64, + col: 66, }, }, ExpressionType: "const ?", @@ -61856,14 +61856,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19161, + offset: 19163, line: 573, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 19178, + offset: 19180, line: 573, - col: 64, + col: 66, }, }, IsConversionOperator: false, @@ -61875,14 +61875,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19161, + offset: 19163, line: 573, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 19165, + offset: 19167, line: 573, - col: 51, + col: 53, }, }, }, @@ -61891,14 +61891,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19167, + offset: 19169, line: 573, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 19178, + offset: 19180, line: 573, - col: 64, + col: 66, }, }, }, @@ -61909,14 +61909,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19161, + offset: 19163, line: 573, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 19165, + offset: 19167, line: 573, - col: 51, + col: 53, }, }, }, @@ -61928,14 +61928,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19151, + offset: 19153, line: 573, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19160, + offset: 19162, line: 573, - col: 46, + col: 48, }, }, ExpressionType: "[&availablePlugins] (const QString &name) {\n return std::any_of(availablePlugins.begin(), availablePlugins.end(),\n [name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }\n );\n }", @@ -61946,14 +61946,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19151, + offset: 19153, line: 573, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19160, + offset: 19162, line: 573, - col: 46, + col: 48, }, }, }, @@ -61963,14 +61963,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19151, + offset: 19153, line: 573, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19179, + offset: 19181, line: 573, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -61981,14 +61981,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19161, + offset: 19163, line: 573, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 19178, + offset: 19180, line: 573, - col: 64, + col: 66, }, }, ExpressionType: "const ?", @@ -61998,14 +61998,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19161, + offset: 19163, line: 573, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 19178, + offset: 19180, line: 573, - col: 64, + col: 66, }, }, IsConversionOperator: false, @@ -62017,14 +62017,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19161, + offset: 19163, line: 573, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 19165, + offset: 19167, line: 573, - col: 51, + col: 53, }, }, }, @@ -62033,14 +62033,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19167, + offset: 19169, line: 573, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 19178, + offset: 19180, line: 573, - col: 64, + col: 66, }, }, }, @@ -62051,14 +62051,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19161, + offset: 19163, line: 573, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 19165, + offset: 19167, line: 573, - col: 51, + col: 53, }, }, }, @@ -62070,14 +62070,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19151, + offset: 19153, line: 573, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19160, + offset: 19162, line: 573, - col: 46, + col: 48, }, }, ExpressionType: "[&availablePlugins] (const QString &name) {\n return std::any_of(availablePlugins.begin(), availablePlugins.end(),\n [name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }\n );\n }", @@ -62088,14 +62088,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19151, + offset: 19153, line: 573, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19160, + offset: 19162, line: 573, - col: 46, + col: 48, }, }, }, @@ -62107,14 +62107,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19128, + offset: 19130, line: 573, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 19148, + offset: 19150, line: 573, - col: 34, + col: 36, }, }, }, @@ -62127,28 +62127,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19185, + offset: 19187, line: 574, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19240, + offset: 19242, line: 574, - col: 58, + col: 60, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19185, + offset: 19187, line: 574, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19240, + offset: 19242, line: 574, - col: 58, + col: 60, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -62156,14 +62156,14 @@ '@role': [Boolean, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19185, + offset: 19187, line: 574, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19195, + offset: 19197, line: 574, - col: 13, + col: 15, }, }, IsComplex: false, @@ -62189,14 +62189,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19196, + offset: 19198, line: 574, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 19239, + offset: 19241, line: 574, - col: 57, + col: 59, }, }, DeclaresParameterPack: false, @@ -62204,28 +62204,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19209, + offset: 19211, line: 574, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 19239, + offset: 19241, line: 574, - col: 57, + col: 59, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19211, + offset: 19213, line: 574, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 19239, + offset: 19241, line: 574, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -62236,14 +62236,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19221, + offset: 19223, line: 574, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 19238, + offset: 19240, line: 574, - col: 56, + col: 58, }, }, ExpressionType: "const ?", @@ -62253,14 +62253,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19221, + offset: 19223, line: 574, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 19238, + offset: 19240, line: 574, - col: 56, + col: 58, }, }, IsConversionOperator: false, @@ -62272,14 +62272,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19221, + offset: 19223, line: 574, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 19225, + offset: 19227, line: 574, - col: 43, + col: 45, }, }, }, @@ -62288,14 +62288,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19227, + offset: 19229, line: 574, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 19238, + offset: 19240, line: 574, - col: 56, + col: 58, }, }, }, @@ -62306,14 +62306,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19221, + offset: 19223, line: 574, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 19225, + offset: 19227, line: 574, - col: 43, + col: 45, }, }, }, @@ -62325,14 +62325,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19211, + offset: 19213, line: 574, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 19220, + offset: 19222, line: 574, - col: 38, + col: 40, }, }, ExpressionType: "[&availablePlugins] (const QString &name) {\n return std::any_of(availablePlugins.begin(), availablePlugins.end(),\n [name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }\n );\n }", @@ -62343,14 +62343,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19211, + offset: 19213, line: 574, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 19220, + offset: 19222, line: 574, - col: 38, + col: 40, }, }, }, @@ -62360,14 +62360,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19211, + offset: 19213, line: 574, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 19239, + offset: 19241, line: 574, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -62378,14 +62378,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19221, + offset: 19223, line: 574, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 19238, + offset: 19240, line: 574, - col: 56, + col: 58, }, }, ExpressionType: "const ?", @@ -62395,14 +62395,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19221, + offset: 19223, line: 574, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 19238, + offset: 19240, line: 574, - col: 56, + col: 58, }, }, IsConversionOperator: false, @@ -62414,14 +62414,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19221, + offset: 19223, line: 574, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 19225, + offset: 19227, line: 574, - col: 43, + col: 45, }, }, }, @@ -62430,14 +62430,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19227, + offset: 19229, line: 574, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 19238, + offset: 19240, line: 574, - col: 56, + col: 58, }, }, }, @@ -62448,14 +62448,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19221, + offset: 19223, line: 574, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 19225, + offset: 19227, line: 574, - col: 43, + col: 45, }, }, }, @@ -62467,14 +62467,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19211, + offset: 19213, line: 574, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 19220, + offset: 19222, line: 574, - col: 38, + col: 40, }, }, ExpressionType: "[&availablePlugins] (const QString &name) {\n return std::any_of(availablePlugins.begin(), availablePlugins.end(),\n [name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }\n );\n }", @@ -62485,14 +62485,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19211, + offset: 19213, line: 574, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 19220, + offset: 19222, line: 574, - col: 38, + col: 40, }, }, }, @@ -62504,14 +62504,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19196, + offset: 19198, line: 574, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 19208, + offset: 19210, line: 574, - col: 26, + col: 28, }, }, }, @@ -62524,28 +62524,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19245, + offset: 19247, line: 575, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19308, + offset: 19310, line: 575, - col: 66, + col: 68, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19245, + offset: 19247, line: 575, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19308, + offset: 19310, line: 575, - col: 66, + col: 68, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -62553,14 +62553,14 @@ '@role': [Boolean, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19245, + offset: 19247, line: 575, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19255, + offset: 19257, line: 575, - col: 13, + col: 15, }, }, IsComplex: false, @@ -62586,14 +62586,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19256, + offset: 19258, line: 575, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 19307, + offset: 19309, line: 575, - col: 65, + col: 67, }, }, DeclaresParameterPack: false, @@ -62601,28 +62601,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19273, + offset: 19275, line: 575, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 19307, + offset: 19309, line: 575, - col: 65, + col: 67, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19275, + offset: 19277, line: 575, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 19307, + offset: 19309, line: 575, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -62633,14 +62633,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19285, + offset: 19287, line: 575, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 19306, + offset: 19308, line: 575, - col: 64, + col: 66, }, }, ExpressionType: "const ?", @@ -62650,14 +62650,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19285, + offset: 19287, line: 575, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 19306, + offset: 19308, line: 575, - col: 64, + col: 66, }, }, IsConversionOperator: false, @@ -62669,14 +62669,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19285, + offset: 19287, line: 575, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 19289, + offset: 19291, line: 575, - col: 47, + col: 49, }, }, }, @@ -62685,14 +62685,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19291, + offset: 19293, line: 575, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 19306, + offset: 19308, line: 575, - col: 64, + col: 66, }, }, }, @@ -62703,14 +62703,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19285, + offset: 19287, line: 575, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 19289, + offset: 19291, line: 575, - col: 47, + col: 49, }, }, }, @@ -62722,14 +62722,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19275, + offset: 19277, line: 575, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 19284, + offset: 19286, line: 575, - col: 42, + col: 44, }, }, ExpressionType: "[&availablePlugins] (const QString &name) {\n return std::any_of(availablePlugins.begin(), availablePlugins.end(),\n [name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }\n );\n }", @@ -62740,14 +62740,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19275, + offset: 19277, line: 575, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 19284, + offset: 19286, line: 575, - col: 42, + col: 44, }, }, }, @@ -62757,14 +62757,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19275, + offset: 19277, line: 575, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 19307, + offset: 19309, line: 575, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -62775,14 +62775,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19285, + offset: 19287, line: 575, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 19306, + offset: 19308, line: 575, - col: 64, + col: 66, }, }, ExpressionType: "const ?", @@ -62792,14 +62792,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19285, + offset: 19287, line: 575, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 19306, + offset: 19308, line: 575, - col: 64, + col: 66, }, }, IsConversionOperator: false, @@ -62811,14 +62811,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19285, + offset: 19287, line: 575, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 19289, + offset: 19291, line: 575, - col: 47, + col: 49, }, }, }, @@ -62827,14 +62827,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19291, + offset: 19293, line: 575, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 19306, + offset: 19308, line: 575, - col: 64, + col: 66, }, }, }, @@ -62845,14 +62845,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19285, + offset: 19287, line: 575, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 19289, + offset: 19291, line: 575, - col: 47, + col: 49, }, }, }, @@ -62864,14 +62864,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19275, + offset: 19277, line: 575, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 19284, + offset: 19286, line: 575, - col: 42, + col: 44, }, }, ExpressionType: "[&availablePlugins] (const QString &name) {\n return std::any_of(availablePlugins.begin(), availablePlugins.end(),\n [name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }\n );\n }", @@ -62882,14 +62882,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19275, + offset: 19277, line: 575, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 19284, + offset: 19286, line: 575, - col: 42, + col: 44, }, }, }, @@ -62901,14 +62901,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19256, + offset: 19258, line: 575, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 19272, + offset: 19274, line: 575, - col: 30, + col: 32, }, }, }, @@ -62921,28 +62921,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19313, + offset: 19315, line: 576, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19376, + offset: 19378, line: 576, - col: 66, + col: 68, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19313, + offset: 19315, line: 576, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19376, + offset: 19378, line: 576, - col: 66, + col: 68, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -62950,14 +62950,14 @@ '@role': [Boolean, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19313, + offset: 19315, line: 576, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19323, + offset: 19325, line: 576, - col: 13, + col: 15, }, }, IsComplex: false, @@ -62983,14 +62983,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19324, + offset: 19326, line: 576, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 19375, + offset: 19377, line: 576, - col: 65, + col: 67, }, }, DeclaresParameterPack: false, @@ -62998,28 +62998,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19341, + offset: 19343, line: 576, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 19375, + offset: 19377, line: 576, - col: 65, + col: 67, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19343, + offset: 19345, line: 576, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 19375, + offset: 19377, line: 576, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -63030,14 +63030,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19353, + offset: 19355, line: 576, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 19374, + offset: 19376, line: 576, - col: 64, + col: 66, }, }, ExpressionType: "const ?", @@ -63047,14 +63047,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19353, + offset: 19355, line: 576, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 19374, + offset: 19376, line: 576, - col: 64, + col: 66, }, }, IsConversionOperator: false, @@ -63066,14 +63066,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19353, + offset: 19355, line: 576, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 19357, + offset: 19359, line: 576, - col: 47, + col: 49, }, }, }, @@ -63082,14 +63082,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19359, + offset: 19361, line: 576, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 19374, + offset: 19376, line: 576, - col: 64, + col: 66, }, }, }, @@ -63100,14 +63100,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19353, + offset: 19355, line: 576, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 19357, + offset: 19359, line: 576, - col: 47, + col: 49, }, }, }, @@ -63119,14 +63119,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19343, + offset: 19345, line: 576, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 19352, + offset: 19354, line: 576, - col: 42, + col: 44, }, }, ExpressionType: "[&availablePlugins] (const QString &name) {\n return std::any_of(availablePlugins.begin(), availablePlugins.end(),\n [name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }\n );\n }", @@ -63137,14 +63137,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19343, + offset: 19345, line: 576, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 19352, + offset: 19354, line: 576, - col: 42, + col: 44, }, }, }, @@ -63154,14 +63154,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19343, + offset: 19345, line: 576, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 19375, + offset: 19377, line: 576, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -63172,14 +63172,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19353, + offset: 19355, line: 576, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 19374, + offset: 19376, line: 576, - col: 64, + col: 66, }, }, ExpressionType: "const ?", @@ -63189,14 +63189,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19353, + offset: 19355, line: 576, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 19374, + offset: 19376, line: 576, - col: 64, + col: 66, }, }, IsConversionOperator: false, @@ -63208,14 +63208,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19353, + offset: 19355, line: 576, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 19357, + offset: 19359, line: 576, - col: 47, + col: 49, }, }, }, @@ -63224,14 +63224,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19359, + offset: 19361, line: 576, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 19374, + offset: 19376, line: 576, - col: 64, + col: 66, }, }, }, @@ -63242,14 +63242,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19353, + offset: 19355, line: 576, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 19357, + offset: 19359, line: 576, - col: 47, + col: 49, }, }, }, @@ -63261,14 +63261,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19343, + offset: 19345, line: 576, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 19352, + offset: 19354, line: 576, - col: 42, + col: 44, }, }, ExpressionType: "[&availablePlugins] (const QString &name) {\n return std::any_of(availablePlugins.begin(), availablePlugins.end(),\n [name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }\n );\n }", @@ -63279,14 +63279,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19343, + offset: 19345, line: 576, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 19352, + offset: 19354, line: 576, - col: 42, + col: 44, }, }, }, @@ -63298,14 +63298,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19324, + offset: 19326, line: 576, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 19340, + offset: 19342, line: 576, - col: 30, + col: 32, }, }, }, @@ -63318,28 +63318,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19381, + offset: 19383, line: 577, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19446, + offset: 19448, line: 577, - col: 68, + col: 70, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19381, + offset: 19383, line: 577, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19446, + offset: 19448, line: 577, - col: 68, + col: 70, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -63347,14 +63347,14 @@ '@role': [Boolean, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19381, + offset: 19383, line: 577, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19391, + offset: 19393, line: 577, - col: 13, + col: 15, }, }, IsComplex: false, @@ -63380,14 +63380,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19392, + offset: 19394, line: 577, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 19445, + offset: 19447, line: 577, - col: 67, + col: 69, }, }, DeclaresParameterPack: false, @@ -63395,28 +63395,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19413, + offset: 19415, line: 577, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 19445, + offset: 19447, line: 577, - col: 67, + col: 69, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19415, + offset: 19417, line: 577, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19445, + offset: 19447, line: 577, - col: 67, + col: 69, }, }, ExpressionType: "", @@ -63427,14 +63427,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19425, + offset: 19427, line: 577, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 19444, + offset: 19446, line: 577, - col: 66, + col: 68, }, }, ExpressionType: "const ?", @@ -63444,14 +63444,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19425, + offset: 19427, line: 577, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 19444, + offset: 19446, line: 577, - col: 66, + col: 68, }, }, IsConversionOperator: false, @@ -63463,14 +63463,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19425, + offset: 19427, line: 577, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 19429, + offset: 19431, line: 577, - col: 51, + col: 53, }, }, }, @@ -63479,14 +63479,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19431, + offset: 19433, line: 577, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 19444, + offset: 19446, line: 577, - col: 66, + col: 68, }, }, }, @@ -63497,14 +63497,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19425, + offset: 19427, line: 577, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 19429, + offset: 19431, line: 577, - col: 51, + col: 53, }, }, }, @@ -63516,14 +63516,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19415, + offset: 19417, line: 577, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19424, + offset: 19426, line: 577, - col: 46, + col: 48, }, }, ExpressionType: "[&availablePlugins] (const QString &name) {\n return std::any_of(availablePlugins.begin(), availablePlugins.end(),\n [name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }\n );\n }", @@ -63534,14 +63534,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19415, + offset: 19417, line: 577, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19424, + offset: 19426, line: 577, - col: 46, + col: 48, }, }, }, @@ -63551,14 +63551,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19415, + offset: 19417, line: 577, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19445, + offset: 19447, line: 577, - col: 67, + col: 69, }, }, ExpressionType: "", @@ -63569,14 +63569,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19425, + offset: 19427, line: 577, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 19444, + offset: 19446, line: 577, - col: 66, + col: 68, }, }, ExpressionType: "const ?", @@ -63586,14 +63586,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19425, + offset: 19427, line: 577, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 19444, + offset: 19446, line: 577, - col: 66, + col: 68, }, }, IsConversionOperator: false, @@ -63605,14 +63605,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19425, + offset: 19427, line: 577, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 19429, + offset: 19431, line: 577, - col: 51, + col: 53, }, }, }, @@ -63621,14 +63621,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19431, + offset: 19433, line: 577, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 19444, + offset: 19446, line: 577, - col: 66, + col: 68, }, }, }, @@ -63639,14 +63639,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19425, + offset: 19427, line: 577, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 19429, + offset: 19431, line: 577, - col: 51, + col: 53, }, }, }, @@ -63658,14 +63658,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19415, + offset: 19417, line: 577, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19424, + offset: 19426, line: 577, - col: 46, + col: 48, }, }, ExpressionType: "[&availablePlugins] (const QString &name) {\n return std::any_of(availablePlugins.begin(), availablePlugins.end(),\n [name] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == name;\n }\n );\n }", @@ -63676,14 +63676,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19415, + offset: 19417, line: 577, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19424, + offset: 19426, line: 577, - col: 46, + col: 48, }, }, }, @@ -63695,14 +63695,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19392, + offset: 19394, line: 577, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 19412, + offset: 19414, line: 577, - col: 34, + col: 36, }, }, }, @@ -63715,42 +63715,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19632, + offset: 19634, line: 585, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19775, + offset: 19777, line: 586, - col: 80, + col: 82, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19632, + offset: 19634, line: 585, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19775, + offset: 19777, line: 586, - col: 80, + col: 82, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19632, + offset: 19634, line: 585, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19650, + offset: 19652, line: 585, - col: 21, + col: 23, }, }, IsConst: false, @@ -63768,14 +63768,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19632, + offset: 19634, line: 585, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19650, + offset: 19652, line: 585, - col: 21, + col: 23, }, }, }, @@ -63786,14 +63786,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19651, + offset: 19653, line: 585, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 19774, + offset: 19776, line: 586, - col: 79, + col: 81, }, }, DeclaresParameterPack: false, @@ -63801,14 +63801,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19665, + offset: 19667, line: 585, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 19774, + offset: 19776, line: 586, - col: 79, + col: 81, }, }, 'Prop_Arguments': [ @@ -63816,14 +63816,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19666, + offset: 19668, line: 585, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19692, + offset: 19694, line: 585, - col: 63, + col: 65, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -63835,14 +63835,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19681, + offset: 19683, line: 585, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 19691, + offset: 19693, line: 585, - col: 62, + col: 64, }, }, ExpressionType: "const char [9]", @@ -63855,14 +63855,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19666, + offset: 19668, line: 585, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19680, + offset: 19682, line: 585, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -63873,14 +63873,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19666, + offset: 19668, line: 585, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19680, + offset: 19682, line: 585, - col: 51, + col: 53, }, }, }, @@ -63890,14 +63890,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19732, + offset: 19734, line: 586, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19773, + offset: 19775, line: 586, - col: 78, + col: 80, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -63909,14 +63909,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19737, + offset: 19739, line: 586, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 19772, + offset: 19774, line: 586, - col: 77, + col: 79, }, }, ExpressionType: "const char [34]", @@ -63929,14 +63929,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19732, + offset: 19734, line: 586, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19736, + offset: 19738, line: 586, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -63947,14 +63947,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19732, + offset: 19734, line: 586, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19736, + offset: 19738, line: 586, - col: 41, + col: 43, }, }, }, @@ -63972,14 +63972,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19666, + offset: 19668, line: 585, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19692, + offset: 19694, line: 585, - col: 63, + col: 65, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -63991,14 +63991,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19681, + offset: 19683, line: 585, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 19691, + offset: 19693, line: 585, - col: 62, + col: 64, }, }, ExpressionType: "const char [9]", @@ -64011,14 +64011,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19666, + offset: 19668, line: 585, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19680, + offset: 19682, line: 585, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -64029,14 +64029,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19666, + offset: 19668, line: 585, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19680, + offset: 19682, line: 585, - col: 51, + col: 53, }, }, }, @@ -64046,14 +64046,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19732, + offset: 19734, line: 586, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19773, + offset: 19775, line: 586, - col: 78, + col: 80, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -64065,14 +64065,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19737, + offset: 19739, line: 586, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 19772, + offset: 19774, line: 586, - col: 77, + col: 79, }, }, ExpressionType: "const char [34]", @@ -64085,14 +64085,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19732, + offset: 19734, line: 586, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19736, + offset: 19738, line: 586, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -64103,14 +64103,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19732, + offset: 19734, line: 586, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 19736, + offset: 19738, line: 586, - col: 41, + col: 43, }, }, }, @@ -64124,14 +64124,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19651, + offset: 19653, line: 585, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 19665, + offset: 19667, line: 585, - col: 36, + col: 38, }, }, }, @@ -64144,42 +64144,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19780, + offset: 19782, line: 587, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 20075, + offset: 20077, line: 589, - col: 68, + col: 70, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19780, + offset: 19782, line: 587, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 20075, + offset: 20077, line: 589, - col: 68, + col: 70, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19780, + offset: 19782, line: 587, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19798, + offset: 19800, line: 587, - col: 21, + col: 23, }, }, IsConst: false, @@ -64197,14 +64197,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19780, + offset: 19782, line: 587, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 19798, + offset: 19800, line: 587, - col: 21, + col: 23, }, }, }, @@ -64215,14 +64215,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19799, + offset: 19801, line: 587, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 20074, + offset: 20076, line: 589, - col: 67, + col: 69, }, }, DeclaresParameterPack: false, @@ -64230,14 +64230,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19818, + offset: 19820, line: 587, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 20074, + offset: 20076, line: 589, - col: 67, + col: 69, }, }, 'Prop_Arguments': [ @@ -64245,14 +64245,14 @@ '@role': [Argument, Declaration, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19819, + offset: 19821, line: 587, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 19877, + offset: 19879, line: 587, - col: 100, + col: 102, }, }, ExpressionType: "", @@ -64262,14 +64262,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19819, + offset: 19821, line: 587, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 19830, + offset: 19832, line: 587, - col: 53, + col: 55, }, }, IsConst: false, @@ -64287,14 +64287,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19819, + offset: 19821, line: 587, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 19830, + offset: 19832, line: 587, - col: 53, + col: 55, }, }, }, @@ -64304,14 +64304,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19830, + offset: 19832, line: 587, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 19877, + offset: 19879, line: 587, - col: 100, + col: 102, }, }, 'Prop_Clauses': [ @@ -64319,14 +64319,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19831, + offset: 19833, line: 587, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 19850, + offset: 19852, line: 587, - col: 73, + col: 75, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -64338,14 +64338,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19846, + offset: 19848, line: 587, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 19849, + offset: 19851, line: 587, - col: 72, + col: 74, }, }, ExpressionType: "const char [2]", @@ -64358,14 +64358,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19831, + offset: 19833, line: 587, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 19845, + offset: 19847, line: 587, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -64376,14 +64376,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19831, + offset: 19833, line: 587, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 19845, + offset: 19847, line: 587, - col: 68, + col: 70, }, }, }, @@ -64393,14 +64393,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19852, + offset: 19854, line: 587, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 19876, + offset: 19878, line: 587, - col: 99, + col: 101, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -64412,14 +64412,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19867, + offset: 19869, line: 587, - col: 90, + col: 92, }, end: { '@type': "uast:Position", - offset: 19875, + offset: 19877, line: 587, - col: 98, + col: 100, }, }, ExpressionType: "const char [7]", @@ -64432,14 +64432,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19852, + offset: 19854, line: 587, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 19866, + offset: 19868, line: 587, - col: 89, + col: 91, }, }, ExpressionType: "", @@ -64450,14 +64450,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19852, + offset: 19854, line: 587, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 19866, + offset: 19868, line: 587, - col: 89, + col: 91, }, }, }, @@ -64471,14 +64471,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19831, + offset: 19833, line: 587, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 19850, + offset: 19852, line: 587, - col: 73, + col: 75, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -64490,14 +64490,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19846, + offset: 19848, line: 587, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 19849, + offset: 19851, line: 587, - col: 72, + col: 74, }, }, ExpressionType: "const char [2]", @@ -64510,14 +64510,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19831, + offset: 19833, line: 587, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 19845, + offset: 19847, line: 587, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -64528,14 +64528,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19831, + offset: 19833, line: 587, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 19845, + offset: 19847, line: 587, - col: 68, + col: 70, }, }, }, @@ -64545,14 +64545,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19831, + offset: 19833, line: 587, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 19850, + offset: 19852, line: 587, - col: 73, + col: 75, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -64564,14 +64564,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19846, + offset: 19848, line: 587, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 19849, + offset: 19851, line: 587, - col: 72, + col: 74, }, }, ExpressionType: "const char [2]", @@ -64584,14 +64584,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19831, + offset: 19833, line: 587, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 19845, + offset: 19847, line: 587, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -64602,14 +64602,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19831, + offset: 19833, line: 587, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 19845, + offset: 19847, line: 587, - col: 68, + col: 70, }, }, }, @@ -64622,14 +64622,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19852, + offset: 19854, line: 587, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 19876, + offset: 19878, line: 587, - col: 99, + col: 101, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -64641,14 +64641,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19867, + offset: 19869, line: 587, - col: 90, + col: 92, }, end: { '@type': "uast:Position", - offset: 19875, + offset: 19877, line: 587, - col: 98, + col: 100, }, }, ExpressionType: "const char [7]", @@ -64661,14 +64661,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19852, + offset: 19854, line: 587, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 19866, + offset: 19868, line: 587, - col: 89, + col: 91, }, }, ExpressionType: "", @@ -64679,14 +64679,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19852, + offset: 19854, line: 587, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 19866, + offset: 19868, line: 587, - col: 89, + col: 91, }, }, }, @@ -64696,14 +64696,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19852, + offset: 19854, line: 587, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 19876, + offset: 19878, line: 587, - col: 99, + col: 101, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -64715,14 +64715,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19867, + offset: 19869, line: 587, - col: 90, + col: 92, }, end: { '@type': "uast:Position", - offset: 19875, + offset: 19877, line: 587, - col: 98, + col: 100, }, }, ExpressionType: "const char [7]", @@ -64735,14 +64735,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19852, + offset: 19854, line: 587, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 19866, + offset: 19868, line: 587, - col: 89, + col: 91, }, }, ExpressionType: "", @@ -64753,14 +64753,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19852, + offset: 19854, line: 587, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 19866, + offset: 19868, line: 587, - col: 89, + col: 91, }, }, }, @@ -64775,14 +64775,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19922, + offset: 19924, line: 588, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 20004, + offset: 20006, line: 588, - col: 124, + col: 126, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -64794,14 +64794,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19927, + offset: 19929, line: 588, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 20003, + offset: 20005, line: 588, - col: 123, + col: 125, }, }, ExpressionType: "const char [73]", @@ -64814,14 +64814,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19922, + offset: 19924, line: 588, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 19926, + offset: 19928, line: 588, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -64832,14 +64832,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19922, + offset: 19924, line: 588, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 19926, + offset: 19928, line: 588, - col: 46, + col: 48, }, }, }, @@ -64849,14 +64849,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20049, + offset: 20051, line: 589, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 20073, + offset: 20075, line: 589, - col: 66, + col: 68, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -64868,14 +64868,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20064, + offset: 20066, line: 589, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 20072, + offset: 20074, line: 589, - col: 65, + col: 67, }, }, ExpressionType: "const char [7]", @@ -64888,14 +64888,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20049, + offset: 20051, line: 589, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 20063, + offset: 20065, line: 589, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -64906,14 +64906,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20049, + offset: 20051, line: 589, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 20063, + offset: 20065, line: 589, - col: 56, + col: 58, }, }, }, @@ -64931,14 +64931,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19819, + offset: 19821, line: 587, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 19877, + offset: 19879, line: 587, - col: 100, + col: 102, }, }, ExpressionType: "", @@ -64948,14 +64948,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19819, + offset: 19821, line: 587, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 19830, + offset: 19832, line: 587, - col: 53, + col: 55, }, }, IsConst: false, @@ -64973,14 +64973,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19819, + offset: 19821, line: 587, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 19830, + offset: 19832, line: 587, - col: 53, + col: 55, }, }, }, @@ -64990,14 +64990,14 @@ '@role': [Initialization, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19830, + offset: 19832, line: 587, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 19877, + offset: 19879, line: 587, - col: 100, + col: 102, }, }, 'Prop_Clauses': [ @@ -65005,14 +65005,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19831, + offset: 19833, line: 587, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 19850, + offset: 19852, line: 587, - col: 73, + col: 75, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -65024,14 +65024,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19846, + offset: 19848, line: 587, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 19849, + offset: 19851, line: 587, - col: 72, + col: 74, }, }, ExpressionType: "const char [2]", @@ -65044,14 +65044,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19831, + offset: 19833, line: 587, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 19845, + offset: 19847, line: 587, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -65062,14 +65062,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19831, + offset: 19833, line: 587, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 19845, + offset: 19847, line: 587, - col: 68, + col: 70, }, }, }, @@ -65079,14 +65079,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19852, + offset: 19854, line: 587, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 19876, + offset: 19878, line: 587, - col: 99, + col: 101, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -65098,14 +65098,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19867, + offset: 19869, line: 587, - col: 90, + col: 92, }, end: { '@type': "uast:Position", - offset: 19875, + offset: 19877, line: 587, - col: 98, + col: 100, }, }, ExpressionType: "const char [7]", @@ -65118,14 +65118,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19852, + offset: 19854, line: 587, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 19866, + offset: 19868, line: 587, - col: 89, + col: 91, }, }, ExpressionType: "", @@ -65136,14 +65136,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19852, + offset: 19854, line: 587, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 19866, + offset: 19868, line: 587, - col: 89, + col: 91, }, }, }, @@ -65157,14 +65157,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19831, + offset: 19833, line: 587, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 19850, + offset: 19852, line: 587, - col: 73, + col: 75, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -65176,14 +65176,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19846, + offset: 19848, line: 587, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 19849, + offset: 19851, line: 587, - col: 72, + col: 74, }, }, ExpressionType: "const char [2]", @@ -65196,14 +65196,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19831, + offset: 19833, line: 587, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 19845, + offset: 19847, line: 587, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -65214,14 +65214,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19831, + offset: 19833, line: 587, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 19845, + offset: 19847, line: 587, - col: 68, + col: 70, }, }, }, @@ -65231,14 +65231,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19831, + offset: 19833, line: 587, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 19850, + offset: 19852, line: 587, - col: 73, + col: 75, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -65250,14 +65250,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19846, + offset: 19848, line: 587, - col: 69, + col: 71, }, end: { '@type': "uast:Position", - offset: 19849, + offset: 19851, line: 587, - col: 72, + col: 74, }, }, ExpressionType: "const char [2]", @@ -65270,14 +65270,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19831, + offset: 19833, line: 587, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 19845, + offset: 19847, line: 587, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -65288,14 +65288,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19831, + offset: 19833, line: 587, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 19845, + offset: 19847, line: 587, - col: 68, + col: 70, }, }, }, @@ -65308,14 +65308,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19852, + offset: 19854, line: 587, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 19876, + offset: 19878, line: 587, - col: 99, + col: 101, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -65327,14 +65327,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19867, + offset: 19869, line: 587, - col: 90, + col: 92, }, end: { '@type': "uast:Position", - offset: 19875, + offset: 19877, line: 587, - col: 98, + col: 100, }, }, ExpressionType: "const char [7]", @@ -65347,14 +65347,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19852, + offset: 19854, line: 587, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 19866, + offset: 19868, line: 587, - col: 89, + col: 91, }, }, ExpressionType: "", @@ -65365,14 +65365,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19852, + offset: 19854, line: 587, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 19866, + offset: 19868, line: 587, - col: 89, + col: 91, }, }, }, @@ -65382,14 +65382,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19852, + offset: 19854, line: 587, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 19876, + offset: 19878, line: 587, - col: 99, + col: 101, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -65401,14 +65401,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19867, + offset: 19869, line: 587, - col: 90, + col: 92, }, end: { '@type': "uast:Position", - offset: 19875, + offset: 19877, line: 587, - col: 98, + col: 100, }, }, ExpressionType: "const char [7]", @@ -65421,14 +65421,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19852, + offset: 19854, line: 587, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 19866, + offset: 19868, line: 587, - col: 89, + col: 91, }, }, ExpressionType: "", @@ -65439,14 +65439,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19852, + offset: 19854, line: 587, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 19866, + offset: 19868, line: 587, - col: 89, + col: 91, }, }, }, @@ -65461,14 +65461,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19922, + offset: 19924, line: 588, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 20004, + offset: 20006, line: 588, - col: 124, + col: 126, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -65480,14 +65480,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19927, + offset: 19929, line: 588, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 20003, + offset: 20005, line: 588, - col: 123, + col: 125, }, }, ExpressionType: "const char [73]", @@ -65500,14 +65500,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19922, + offset: 19924, line: 588, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 19926, + offset: 19928, line: 588, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -65518,14 +65518,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19922, + offset: 19924, line: 588, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 19926, + offset: 19928, line: 588, - col: 46, + col: 48, }, }, }, @@ -65535,14 +65535,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20049, + offset: 20051, line: 589, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 20073, + offset: 20075, line: 589, - col: 66, + col: 68, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -65554,14 +65554,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20064, + offset: 20066, line: 589, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 20072, + offset: 20074, line: 589, - col: 65, + col: 67, }, }, ExpressionType: "const char [7]", @@ -65574,14 +65574,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20049, + offset: 20051, line: 589, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 20063, + offset: 20065, line: 589, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -65592,14 +65592,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20049, + offset: 20051, line: 589, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 20063, + offset: 20065, line: 589, - col: 56, + col: 58, }, }, }, @@ -65613,14 +65613,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19799, + offset: 19801, line: 587, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 19818, + offset: 19820, line: 587, - col: 41, + col: 43, }, }, }, @@ -65633,42 +65633,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20080, + offset: 20082, line: 590, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 20221, + offset: 20223, line: 591, - col: 72, + col: 74, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20080, + offset: 20082, line: 590, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 20221, + offset: 20223, line: 591, - col: 72, + col: 74, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20080, + offset: 20082, line: 590, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 20098, + offset: 20100, line: 590, - col: 21, + col: 23, }, }, IsConst: false, @@ -65686,14 +65686,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20080, + offset: 20082, line: 590, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 20098, + offset: 20100, line: 590, - col: 21, + col: 23, }, }, }, @@ -65704,14 +65704,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20099, + offset: 20101, line: 590, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 20220, + offset: 20222, line: 591, - col: 71, + col: 73, }, }, DeclaresParameterPack: false, @@ -65719,14 +65719,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20116, + offset: 20118, line: 590, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 20220, + offset: 20222, line: 591, - col: 71, + col: 73, }, }, 'Prop_Arguments': [ @@ -65734,14 +65734,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20117, + offset: 20119, line: 590, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 20146, + offset: 20148, line: 590, - col: 69, + col: 71, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -65753,14 +65753,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20132, + offset: 20134, line: 590, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 20145, + offset: 20147, line: 590, - col: 68, + col: 70, }, }, ExpressionType: "const char [12]", @@ -65773,14 +65773,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20117, + offset: 20119, line: 590, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 20131, + offset: 20133, line: 590, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -65791,14 +65791,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20117, + offset: 20119, line: 590, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 20131, + offset: 20133, line: 590, - col: 54, + col: 56, }, }, }, @@ -65808,14 +65808,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20189, + offset: 20191, line: 591, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 20219, + offset: 20221, line: 591, - col: 70, + col: 72, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -65827,14 +65827,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20194, + offset: 20196, line: 591, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 20218, + offset: 20220, line: 591, - col: 69, + col: 71, }, }, ExpressionType: "const char [23]", @@ -65847,14 +65847,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20189, + offset: 20191, line: 591, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 20193, + offset: 20195, line: 591, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -65865,14 +65865,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20189, + offset: 20191, line: 591, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 20193, + offset: 20195, line: 591, - col: 44, + col: 46, }, }, }, @@ -65890,14 +65890,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20117, + offset: 20119, line: 590, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 20146, + offset: 20148, line: 590, - col: 69, + col: 71, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -65909,14 +65909,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20132, + offset: 20134, line: 590, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 20145, + offset: 20147, line: 590, - col: 68, + col: 70, }, }, ExpressionType: "const char [12]", @@ -65929,14 +65929,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20117, + offset: 20119, line: 590, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 20131, + offset: 20133, line: 590, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -65947,14 +65947,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20117, + offset: 20119, line: 590, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 20131, + offset: 20133, line: 590, - col: 54, + col: 56, }, }, }, @@ -65964,14 +65964,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20189, + offset: 20191, line: 591, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 20219, + offset: 20221, line: 591, - col: 70, + col: 72, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -65983,14 +65983,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20194, + offset: 20196, line: 591, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 20218, + offset: 20220, line: 591, - col: 69, + col: 71, }, }, ExpressionType: "const char [23]", @@ -66003,14 +66003,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20189, + offset: 20191, line: 591, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 20193, + offset: 20195, line: 591, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -66021,14 +66021,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20189, + offset: 20191, line: 591, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 20193, + offset: 20195, line: 591, - col: 44, + col: 46, }, }, }, @@ -66042,14 +66042,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20099, + offset: 20101, line: 590, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 20116, + offset: 20118, line: 590, - col: 39, + col: 41, }, }, }, @@ -66062,42 +66062,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20226, + offset: 20228, line: 592, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 20463, + offset: 20465, line: 594, - col: 71, + col: 73, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20226, + offset: 20228, line: 592, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 20463, + offset: 20465, line: 594, - col: 71, + col: 73, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20226, + offset: 20228, line: 592, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 20244, + offset: 20246, line: 592, - col: 21, + col: 23, }, }, IsConst: false, @@ -66115,14 +66115,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20226, + offset: 20228, line: 592, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 20244, + offset: 20246, line: 592, - col: 21, + col: 23, }, }, }, @@ -66133,14 +66133,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20245, + offset: 20247, line: 592, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 20462, + offset: 20464, line: 594, - col: 70, + col: 72, }, }, DeclaresParameterPack: false, @@ -66148,14 +66148,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20268, + offset: 20270, line: 592, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 20462, + offset: 20464, line: 594, - col: 70, + col: 72, }, }, 'Prop_Arguments': [ @@ -66163,14 +66163,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20269, + offset: 20271, line: 592, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 20296, + offset: 20298, line: 592, - col: 73, + col: 75, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -66182,14 +66182,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20284, + offset: 20286, line: 592, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 20295, + offset: 20297, line: 592, - col: 72, + col: 74, }, }, ExpressionType: "const char [10]", @@ -66202,14 +66202,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20269, + offset: 20271, line: 592, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 20283, + offset: 20285, line: 592, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -66220,14 +66220,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20269, + offset: 20271, line: 592, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 20283, + offset: 20285, line: 592, - col: 60, + col: 62, }, }, }, @@ -66237,14 +66237,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20345, + offset: 20347, line: 593, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 20389, + offset: 20391, line: 593, - col: 90, + col: 92, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -66256,14 +66256,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20350, + offset: 20352, line: 593, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 20388, + offset: 20390, line: 593, - col: 89, + col: 91, }, }, ExpressionType: "const char [37]", @@ -66276,14 +66276,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20345, + offset: 20347, line: 593, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 20349, + offset: 20351, line: 593, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -66294,14 +66294,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20345, + offset: 20347, line: 593, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 20349, + offset: 20351, line: 593, - col: 50, + col: 52, }, }, }, @@ -66311,14 +66311,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20438, + offset: 20440, line: 594, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 20461, + offset: 20463, line: 594, - col: 69, + col: 71, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -66330,14 +66330,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20453, + offset: 20455, line: 594, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 20460, + offset: 20462, line: 594, - col: 68, + col: 70, }, }, ExpressionType: "const char [6]", @@ -66350,14 +66350,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20438, + offset: 20440, line: 594, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 20452, + offset: 20454, line: 594, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -66368,14 +66368,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20438, + offset: 20440, line: 594, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 20452, + offset: 20454, line: 594, - col: 60, + col: 62, }, }, }, @@ -66393,14 +66393,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20269, + offset: 20271, line: 592, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 20296, + offset: 20298, line: 592, - col: 73, + col: 75, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -66412,14 +66412,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20284, + offset: 20286, line: 592, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 20295, + offset: 20297, line: 592, - col: 72, + col: 74, }, }, ExpressionType: "const char [10]", @@ -66432,14 +66432,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20269, + offset: 20271, line: 592, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 20283, + offset: 20285, line: 592, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -66450,14 +66450,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20269, + offset: 20271, line: 592, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 20283, + offset: 20285, line: 592, - col: 60, + col: 62, }, }, }, @@ -66467,14 +66467,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20345, + offset: 20347, line: 593, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 20389, + offset: 20391, line: 593, - col: 90, + col: 92, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -66486,14 +66486,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20350, + offset: 20352, line: 593, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 20388, + offset: 20390, line: 593, - col: 89, + col: 91, }, }, ExpressionType: "const char [37]", @@ -66506,14 +66506,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20345, + offset: 20347, line: 593, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 20349, + offset: 20351, line: 593, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -66524,14 +66524,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20345, + offset: 20347, line: 593, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 20349, + offset: 20351, line: 593, - col: 50, + col: 52, }, }, }, @@ -66541,14 +66541,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20438, + offset: 20440, line: 594, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 20461, + offset: 20463, line: 594, - col: 69, + col: 71, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -66560,14 +66560,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20453, + offset: 20455, line: 594, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 20460, + offset: 20462, line: 594, - col: 68, + col: 70, }, }, ExpressionType: "const char [6]", @@ -66580,14 +66580,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20438, + offset: 20440, line: 594, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 20452, + offset: 20454, line: 594, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -66598,14 +66598,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20438, + offset: 20440, line: 594, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 20452, + offset: 20454, line: 594, - col: 60, + col: 62, }, }, }, @@ -66619,14 +66619,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20245, + offset: 20247, line: 592, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 20268, + offset: 20270, line: 592, - col: 45, + col: 47, }, }, }, @@ -66639,42 +66639,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20468, + offset: 20470, line: 595, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 20708, + offset: 20710, line: 597, - col: 66, + col: 68, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20468, + offset: 20470, line: 595, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 20708, + offset: 20710, line: 597, - col: 66, + col: 68, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20468, + offset: 20470, line: 595, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 20486, + offset: 20488, line: 595, - col: 21, + col: 23, }, }, IsConst: false, @@ -66692,14 +66692,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20468, + offset: 20470, line: 595, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 20486, + offset: 20488, line: 595, - col: 21, + col: 23, }, }, }, @@ -66710,14 +66710,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20487, + offset: 20489, line: 595, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 20707, + offset: 20709, line: 597, - col: 65, + col: 67, }, }, DeclaresParameterPack: false, @@ -66725,14 +66725,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20503, + offset: 20505, line: 595, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 20707, + offset: 20709, line: 597, - col: 65, + col: 67, }, }, 'Prop_Arguments': [ @@ -66740,14 +66740,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20504, + offset: 20506, line: 595, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 20533, + offset: 20535, line: 595, - col: 68, + col: 70, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -66759,14 +66759,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20519, + offset: 20521, line: 595, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 20532, + offset: 20534, line: 595, - col: 67, + col: 69, }, }, ExpressionType: "const char [12]", @@ -66779,14 +66779,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20504, + offset: 20506, line: 595, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 20518, + offset: 20520, line: 595, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -66797,14 +66797,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20504, + offset: 20506, line: 595, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 20518, + offset: 20520, line: 595, - col: 53, + col: 55, }, }, }, @@ -66814,14 +66814,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20575, + offset: 20577, line: 596, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 20639, + offset: 20641, line: 596, - col: 103, + col: 105, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -66833,14 +66833,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20580, + offset: 20582, line: 596, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 20638, + offset: 20640, line: 596, - col: 102, + col: 104, }, }, ExpressionType: "const char [57]", @@ -66853,14 +66853,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20575, + offset: 20577, line: 596, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 20579, + offset: 20581, line: 596, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -66871,14 +66871,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20575, + offset: 20577, line: 596, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 20579, + offset: 20581, line: 596, - col: 43, + col: 45, }, }, }, @@ -66888,14 +66888,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20681, + offset: 20683, line: 597, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 20706, + offset: 20708, line: 597, - col: 64, + col: 66, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -66907,14 +66907,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20696, + offset: 20698, line: 597, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 20705, + offset: 20707, line: 597, - col: 63, + col: 65, }, }, ExpressionType: "const char [8]", @@ -66927,14 +66927,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20681, + offset: 20683, line: 597, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 20695, + offset: 20697, line: 597, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -66945,14 +66945,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20681, + offset: 20683, line: 597, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 20695, + offset: 20697, line: 597, - col: 53, + col: 55, }, }, }, @@ -66970,14 +66970,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20504, + offset: 20506, line: 595, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 20533, + offset: 20535, line: 595, - col: 68, + col: 70, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -66989,14 +66989,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20519, + offset: 20521, line: 595, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 20532, + offset: 20534, line: 595, - col: 67, + col: 69, }, }, ExpressionType: "const char [12]", @@ -67009,14 +67009,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20504, + offset: 20506, line: 595, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 20518, + offset: 20520, line: 595, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -67027,14 +67027,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20504, + offset: 20506, line: 595, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 20518, + offset: 20520, line: 595, - col: 53, + col: 55, }, }, }, @@ -67044,14 +67044,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20575, + offset: 20577, line: 596, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 20639, + offset: 20641, line: 596, - col: 103, + col: 105, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -67063,14 +67063,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20580, + offset: 20582, line: 596, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 20638, + offset: 20640, line: 596, - col: 102, + col: 104, }, }, ExpressionType: "const char [57]", @@ -67083,14 +67083,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20575, + offset: 20577, line: 596, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 20579, + offset: 20581, line: 596, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -67101,14 +67101,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20575, + offset: 20577, line: 596, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 20579, + offset: 20581, line: 596, - col: 43, + col: 45, }, }, }, @@ -67118,14 +67118,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20681, + offset: 20683, line: 597, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 20706, + offset: 20708, line: 597, - col: 64, + col: 66, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -67137,14 +67137,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20696, + offset: 20698, line: 597, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 20705, + offset: 20707, line: 597, - col: 63, + col: 65, }, }, ExpressionType: "const char [8]", @@ -67157,14 +67157,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20681, + offset: 20683, line: 597, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 20695, + offset: 20697, line: 597, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -67175,14 +67175,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20681, + offset: 20683, line: 597, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 20695, + offset: 20697, line: 597, - col: 53, + col: 55, }, }, }, @@ -67196,14 +67196,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20487, + offset: 20489, line: 595, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 20503, + offset: 20505, line: 595, - col: 38, + col: 40, }, }, }, @@ -67216,42 +67216,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20713, + offset: 20715, line: 598, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 20977, + offset: 20979, line: 600, - col: 70, + col: 72, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20713, + offset: 20715, line: 598, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 20977, + offset: 20979, line: 600, - col: 70, + col: 72, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20713, + offset: 20715, line: 598, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 20731, + offset: 20733, line: 598, - col: 21, + col: 23, }, }, IsConst: false, @@ -67269,14 +67269,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20713, + offset: 20715, line: 598, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 20731, + offset: 20733, line: 598, - col: 21, + col: 23, }, }, }, @@ -67287,14 +67287,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20732, + offset: 20734, line: 598, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 20976, + offset: 20978, line: 600, - col: 69, + col: 71, }, }, DeclaresParameterPack: false, @@ -67302,14 +67302,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20752, + offset: 20754, line: 598, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 20976, + offset: 20978, line: 600, - col: 69, + col: 71, }, }, 'Prop_Arguments': [ @@ -67317,14 +67317,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20753, + offset: 20755, line: 598, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 20786, + offset: 20788, line: 598, - col: 76, + col: 78, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -67336,14 +67336,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20768, + offset: 20770, line: 598, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 20785, + offset: 20787, line: 598, - col: 75, + col: 77, }, }, ExpressionType: "const char [16]", @@ -67356,14 +67356,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20753, + offset: 20755, line: 598, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 20767, + offset: 20769, line: 598, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -67374,14 +67374,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20753, + offset: 20755, line: 598, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 20767, + offset: 20769, line: 598, - col: 57, + col: 59, }, }, }, @@ -67391,14 +67391,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20832, + offset: 20834, line: 599, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 20904, + offset: 20906, line: 599, - col: 115, + col: 117, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -67410,14 +67410,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20837, + offset: 20839, line: 599, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 20903, + offset: 20905, line: 599, - col: 114, + col: 116, }, }, ExpressionType: "const char [65]", @@ -67430,14 +67430,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20832, + offset: 20834, line: 599, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 20836, + offset: 20838, line: 599, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -67448,14 +67448,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20832, + offset: 20834, line: 599, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 20836, + offset: 20838, line: 599, - col: 47, + col: 49, }, }, }, @@ -67465,14 +67465,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20950, + offset: 20952, line: 600, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 20975, + offset: 20977, line: 600, - col: 68, + col: 70, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -67484,14 +67484,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20965, + offset: 20967, line: 600, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 20974, + offset: 20976, line: 600, - col: 67, + col: 69, }, }, ExpressionType: "const char [8]", @@ -67504,14 +67504,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20950, + offset: 20952, line: 600, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 20964, + offset: 20966, line: 600, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -67522,14 +67522,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20950, + offset: 20952, line: 600, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 20964, + offset: 20966, line: 600, - col: 57, + col: 59, }, }, }, @@ -67547,14 +67547,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20753, + offset: 20755, line: 598, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 20786, + offset: 20788, line: 598, - col: 76, + col: 78, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -67566,14 +67566,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20768, + offset: 20770, line: 598, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 20785, + offset: 20787, line: 598, - col: 75, + col: 77, }, }, ExpressionType: "const char [16]", @@ -67586,14 +67586,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20753, + offset: 20755, line: 598, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 20767, + offset: 20769, line: 598, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -67604,14 +67604,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20753, + offset: 20755, line: 598, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 20767, + offset: 20769, line: 598, - col: 57, + col: 59, }, }, }, @@ -67621,14 +67621,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20832, + offset: 20834, line: 599, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 20904, + offset: 20906, line: 599, - col: 115, + col: 117, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -67640,14 +67640,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20837, + offset: 20839, line: 599, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 20903, + offset: 20905, line: 599, - col: 114, + col: 116, }, }, ExpressionType: "const char [65]", @@ -67660,14 +67660,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20832, + offset: 20834, line: 599, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 20836, + offset: 20838, line: 599, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -67678,14 +67678,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20832, + offset: 20834, line: 599, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 20836, + offset: 20838, line: 599, - col: 47, + col: 49, }, }, }, @@ -67695,14 +67695,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20950, + offset: 20952, line: 600, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 20975, + offset: 20977, line: 600, - col: 68, + col: 70, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -67714,14 +67714,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20965, + offset: 20967, line: 600, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 20974, + offset: 20976, line: 600, - col: 67, + col: 69, }, }, ExpressionType: "const char [8]", @@ -67734,14 +67734,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20950, + offset: 20952, line: 600, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 20964, + offset: 20966, line: 600, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -67752,14 +67752,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20950, + offset: 20952, line: 600, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 20964, + offset: 20966, line: 600, - col: 57, + col: 59, }, }, }, @@ -67773,14 +67773,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20732, + offset: 20734, line: 598, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 20752, + offset: 20754, line: 598, - col: 42, + col: 44, }, }, }, @@ -67793,42 +67793,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20982, + offset: 20984, line: 601, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21086, + offset: 21088, line: 601, - col: 107, + col: 109, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20982, + offset: 20984, line: 601, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21086, + offset: 21088, line: 601, - col: 107, + col: 109, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20982, + offset: 20984, line: 601, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21000, + offset: 21002, line: 601, - col: 21, + col: 23, }, }, IsConst: false, @@ -67846,14 +67846,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 20982, + offset: 20984, line: 601, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21000, + offset: 21002, line: 601, - col: 21, + col: 23, }, }, }, @@ -67864,14 +67864,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21001, + offset: 21003, line: 601, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 21085, + offset: 21087, line: 601, - col: 106, + col: 108, }, }, DeclaresParameterPack: false, @@ -67879,14 +67879,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21016, + offset: 21018, line: 601, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 21085, + offset: 21087, line: 601, - col: 106, + col: 108, }, }, 'Prop_Arguments': [ @@ -67894,14 +67894,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21017, + offset: 21019, line: 601, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 21042, + offset: 21044, line: 601, - col: 63, + col: 65, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -67913,14 +67913,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21032, + offset: 21034, line: 601, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 21041, + offset: 21043, line: 601, - col: 62, + col: 64, }, }, ExpressionType: "const char [8]", @@ -67933,14 +67933,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21017, + offset: 21019, line: 601, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 21031, + offset: 21033, line: 601, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -67951,14 +67951,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21017, + offset: 21019, line: 601, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 21031, + offset: 21033, line: 601, - col: 52, + col: 54, }, }, }, @@ -67968,14 +67968,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21044, + offset: 21046, line: 601, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 21084, + offset: 21086, line: 601, - col: 105, + col: 107, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -67987,14 +67987,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21049, + offset: 21051, line: 601, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 21083, + offset: 21085, line: 601, - col: 104, + col: 106, }, }, ExpressionType: "const char [33]", @@ -68007,14 +68007,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21044, + offset: 21046, line: 601, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 21048, + offset: 21050, line: 601, - col: 69, + col: 71, }, }, ExpressionType: "", @@ -68025,14 +68025,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21044, + offset: 21046, line: 601, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 21048, + offset: 21050, line: 601, - col: 69, + col: 71, }, }, }, @@ -68050,14 +68050,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21017, + offset: 21019, line: 601, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 21042, + offset: 21044, line: 601, - col: 63, + col: 65, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -68069,14 +68069,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21032, + offset: 21034, line: 601, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 21041, + offset: 21043, line: 601, - col: 62, + col: 64, }, }, ExpressionType: "const char [8]", @@ -68089,14 +68089,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21017, + offset: 21019, line: 601, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 21031, + offset: 21033, line: 601, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -68107,14 +68107,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21017, + offset: 21019, line: 601, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 21031, + offset: 21033, line: 601, - col: 52, + col: 54, }, }, }, @@ -68124,14 +68124,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21044, + offset: 21046, line: 601, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 21084, + offset: 21086, line: 601, - col: 105, + col: 107, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -68143,14 +68143,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21049, + offset: 21051, line: 601, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 21083, + offset: 21085, line: 601, - col: 104, + col: 106, }, }, ExpressionType: "const char [33]", @@ -68163,14 +68163,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21044, + offset: 21046, line: 601, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 21048, + offset: 21050, line: 601, - col: 69, + col: 71, }, }, ExpressionType: "", @@ -68181,14 +68181,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21044, + offset: 21046, line: 601, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 21048, + offset: 21050, line: 601, - col: 69, + col: 71, }, }, }, @@ -68202,14 +68202,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21001, + offset: 21003, line: 601, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 21016, + offset: 21018, line: 601, - col: 37, + col: 39, }, }, }, @@ -68222,42 +68222,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21091, + offset: 21093, line: 602, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21303, + offset: 21305, line: 604, - col: 59, + col: 61, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21091, + offset: 21093, line: 602, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21303, + offset: 21305, line: 604, - col: 59, + col: 61, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21091, + offset: 21093, line: 602, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21109, + offset: 21111, line: 602, - col: 21, + col: 23, }, }, IsConst: false, @@ -68275,14 +68275,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21091, + offset: 21093, line: 602, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21109, + offset: 21111, line: 602, - col: 21, + col: 23, }, }, }, @@ -68293,14 +68293,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21110, + offset: 21112, line: 602, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 21302, + offset: 21304, line: 604, - col: 58, + col: 60, }, }, DeclaresParameterPack: false, @@ -68308,14 +68308,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21121, + offset: 21123, line: 602, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 21302, + offset: 21304, line: 604, - col: 58, + col: 60, }, }, 'Prop_Arguments': [ @@ -68323,14 +68323,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21122, + offset: 21124, line: 602, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21145, + offset: 21147, line: 602, - col: 57, + col: 59, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -68342,14 +68342,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21137, + offset: 21139, line: 602, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 21144, + offset: 21146, line: 602, - col: 56, + col: 58, }, }, ExpressionType: "const char [6]", @@ -68362,14 +68362,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21122, + offset: 21124, line: 602, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21136, + offset: 21138, line: 602, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -68380,14 +68380,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21122, + offset: 21124, line: 602, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21136, + offset: 21138, line: 602, - col: 48, + col: 50, }, }, }, @@ -68397,14 +68397,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21182, + offset: 21184, line: 603, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21241, + offset: 21243, line: 603, - col: 93, + col: 95, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -68416,14 +68416,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21187, + offset: 21189, line: 603, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 21240, + offset: 21242, line: 603, - col: 92, + col: 94, }, }, ExpressionType: "const char [52]", @@ -68436,14 +68436,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21182, + offset: 21184, line: 603, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21186, + offset: 21188, line: 603, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -68454,14 +68454,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21182, + offset: 21184, line: 603, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21186, + offset: 21188, line: 603, - col: 38, + col: 40, }, }, }, @@ -68471,14 +68471,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21278, + offset: 21280, line: 604, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21301, + offset: 21303, line: 604, - col: 57, + col: 59, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -68490,14 +68490,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21293, + offset: 21295, line: 604, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 21300, + offset: 21302, line: 604, - col: 56, + col: 58, }, }, ExpressionType: "const char [6]", @@ -68510,14 +68510,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21278, + offset: 21280, line: 604, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21292, + offset: 21294, line: 604, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -68528,14 +68528,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21278, + offset: 21280, line: 604, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21292, + offset: 21294, line: 604, - col: 48, + col: 50, }, }, }, @@ -68553,14 +68553,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21122, + offset: 21124, line: 602, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21145, + offset: 21147, line: 602, - col: 57, + col: 59, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -68572,14 +68572,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21137, + offset: 21139, line: 602, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 21144, + offset: 21146, line: 602, - col: 56, + col: 58, }, }, ExpressionType: "const char [6]", @@ -68592,14 +68592,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21122, + offset: 21124, line: 602, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21136, + offset: 21138, line: 602, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -68610,14 +68610,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21122, + offset: 21124, line: 602, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21136, + offset: 21138, line: 602, - col: 48, + col: 50, }, }, }, @@ -68627,14 +68627,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21182, + offset: 21184, line: 603, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21241, + offset: 21243, line: 603, - col: 93, + col: 95, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -68646,14 +68646,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21187, + offset: 21189, line: 603, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 21240, + offset: 21242, line: 603, - col: 92, + col: 94, }, }, ExpressionType: "const char [52]", @@ -68666,14 +68666,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21182, + offset: 21184, line: 603, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21186, + offset: 21188, line: 603, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -68684,14 +68684,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21182, + offset: 21184, line: 603, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21186, + offset: 21188, line: 603, - col: 38, + col: 40, }, }, }, @@ -68701,14 +68701,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21278, + offset: 21280, line: 604, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21301, + offset: 21303, line: 604, - col: 57, + col: 59, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -68720,14 +68720,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21293, + offset: 21295, line: 604, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 21300, + offset: 21302, line: 604, - col: 56, + col: 58, }, }, ExpressionType: "const char [6]", @@ -68740,14 +68740,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21278, + offset: 21280, line: 604, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21292, + offset: 21294, line: 604, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -68758,14 +68758,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21278, + offset: 21280, line: 604, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21292, + offset: 21294, line: 604, - col: 48, + col: 50, }, }, }, @@ -68779,14 +68779,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21110, + offset: 21112, line: 602, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 21121, + offset: 21123, line: 602, - col: 33, + col: 35, }, }, }, @@ -68799,28 +68799,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21308, + offset: 21310, line: 605, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21359, + offset: 21361, line: 605, - col: 54, + col: 56, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21308, + offset: 21310, line: 605, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21358, + offset: 21360, line: 605, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -68831,14 +68831,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21336, + offset: 21338, line: 605, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 21357, + offset: 21359, line: 605, - col: 52, + col: 54, }, }, ExpressionType: "Attempt to use symbol failed: number", @@ -68850,14 +68850,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21352, + offset: 21354, line: 605, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 21356, + offset: 21358, line: 605, - col: 51, + col: 53, }, }, ExpressionType: "int", @@ -68870,14 +68870,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21336, + offset: 21338, line: 605, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 21351, + offset: 21353, line: 605, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -68887,14 +68887,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21336, + offset: 21338, line: 605, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 21351, + offset: 21353, line: 605, - col: 46, + col: 48, }, }, IsConversionOperator: false, @@ -68906,14 +68906,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21336, + offset: 21338, line: 605, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 21343, + offset: 21345, line: 605, - col: 38, + col: 40, }, }, }, @@ -68922,14 +68922,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21345, + offset: 21347, line: 605, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 21351, + offset: 21353, line: 605, - col: 46, + col: 48, }, }, }, @@ -68940,14 +68940,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21336, + offset: 21338, line: 605, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 21343, + offset: 21345, line: 605, - col: 38, + col: 40, }, }, }, @@ -68960,14 +68960,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21308, + offset: 21310, line: 605, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21335, + offset: 21337, line: 605, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -68980,14 +68980,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21320, + offset: 21322, line: 605, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 21335, + offset: 21337, line: 605, - col: 30, + col: 32, }, }, }, @@ -68995,14 +68995,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21308, + offset: 21310, line: 605, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21319, + offset: 21321, line: 605, - col: 14, + col: 16, }, }, ExpressionType: "", @@ -69013,14 +69013,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21308, + offset: 21310, line: 605, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21319, + offset: 21321, line: 605, - col: 14, + col: 16, }, }, }, @@ -69032,42 +69032,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21364, + offset: 21366, line: 606, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21582, + offset: 21584, line: 608, - col: 61, + col: 63, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21364, + offset: 21366, line: 606, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21582, + offset: 21584, line: 608, - col: 61, + col: 63, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21364, + offset: 21366, line: 606, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21382, + offset: 21384, line: 606, - col: 21, + col: 23, }, }, IsConst: false, @@ -69085,14 +69085,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21364, + offset: 21366, line: 606, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21382, + offset: 21384, line: 606, - col: 21, + col: 23, }, }, }, @@ -69103,14 +69103,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21383, + offset: 21385, line: 606, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 21581, + offset: 21583, line: 608, - col: 60, + col: 62, }, }, DeclaresParameterPack: false, @@ -69118,14 +69118,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21395, + offset: 21397, line: 606, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21581, + offset: 21583, line: 608, - col: 60, + col: 62, }, }, 'Prop_Arguments': [ @@ -69133,14 +69133,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21396, + offset: 21398, line: 606, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21420, + offset: 21422, line: 606, - col: 59, + col: 61, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -69152,14 +69152,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21411, + offset: 21413, line: 606, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 21419, + offset: 21421, line: 606, - col: 58, + col: 60, }, }, ExpressionType: "const char [7]", @@ -69172,14 +69172,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21396, + offset: 21398, line: 606, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21410, + offset: 21412, line: 606, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -69190,14 +69190,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21396, + offset: 21398, line: 606, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21410, + offset: 21412, line: 606, - col: 49, + col: 51, }, }, }, @@ -69207,14 +69207,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21458, + offset: 21460, line: 607, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21518, + offset: 21520, line: 607, - col: 95, + col: 97, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -69226,14 +69226,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21463, + offset: 21465, line: 607, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 21517, + offset: 21519, line: 607, - col: 94, + col: 96, }, }, ExpressionType: "const char [53]", @@ -69246,14 +69246,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21458, + offset: 21460, line: 607, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21462, + offset: 21464, line: 607, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -69264,14 +69264,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21458, + offset: 21460, line: 607, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21462, + offset: 21464, line: 607, - col: 39, + col: 41, }, }, }, @@ -69281,14 +69281,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21556, + offset: 21558, line: 608, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21580, + offset: 21582, line: 608, - col: 59, + col: 61, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -69300,14 +69300,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21571, + offset: 21573, line: 608, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 21579, + offset: 21581, line: 608, - col: 58, + col: 60, }, }, ExpressionType: "const char [7]", @@ -69320,14 +69320,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21556, + offset: 21558, line: 608, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21570, + offset: 21572, line: 608, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -69338,14 +69338,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21556, + offset: 21558, line: 608, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21570, + offset: 21572, line: 608, - col: 49, + col: 51, }, }, }, @@ -69363,14 +69363,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21396, + offset: 21398, line: 606, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21420, + offset: 21422, line: 606, - col: 59, + col: 61, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -69382,14 +69382,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21411, + offset: 21413, line: 606, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 21419, + offset: 21421, line: 606, - col: 58, + col: 60, }, }, ExpressionType: "const char [7]", @@ -69402,14 +69402,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21396, + offset: 21398, line: 606, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21410, + offset: 21412, line: 606, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -69420,14 +69420,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21396, + offset: 21398, line: 606, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21410, + offset: 21412, line: 606, - col: 49, + col: 51, }, }, }, @@ -69437,14 +69437,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21458, + offset: 21460, line: 607, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21518, + offset: 21520, line: 607, - col: 95, + col: 97, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -69456,14 +69456,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21463, + offset: 21465, line: 607, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 21517, + offset: 21519, line: 607, - col: 94, + col: 96, }, }, ExpressionType: "const char [53]", @@ -69476,14 +69476,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21458, + offset: 21460, line: 607, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21462, + offset: 21464, line: 607, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -69494,14 +69494,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21458, + offset: 21460, line: 607, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21462, + offset: 21464, line: 607, - col: 39, + col: 41, }, }, }, @@ -69511,14 +69511,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21556, + offset: 21558, line: 608, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21580, + offset: 21582, line: 608, - col: 59, + col: 61, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -69530,14 +69530,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21571, + offset: 21573, line: 608, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 21579, + offset: 21581, line: 608, - col: 58, + col: 60, }, }, ExpressionType: "const char [7]", @@ -69550,14 +69550,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21556, + offset: 21558, line: 608, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21570, + offset: 21572, line: 608, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -69568,14 +69568,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21556, + offset: 21558, line: 608, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21570, + offset: 21572, line: 608, - col: 49, + col: 51, }, }, }, @@ -69589,14 +69589,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21383, + offset: 21385, line: 606, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 21395, + offset: 21397, line: 606, - col: 34, + col: 36, }, }, }, @@ -69609,28 +69609,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21587, + offset: 21589, line: 609, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21638, + offset: 21640, line: 609, - col: 54, + col: 56, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21587, + offset: 21589, line: 609, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21637, + offset: 21639, line: 609, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -69641,14 +69641,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21616, + offset: 21618, line: 609, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 21636, + offset: 21638, line: 609, - col: 52, + col: 54, }, }, ExpressionType: "Attempt to use symbol failed: number", @@ -69660,14 +69660,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21632, + offset: 21634, line: 609, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 21635, + offset: 21637, line: 609, - col: 51, + col: 53, }, }, ExpressionType: "int", @@ -69680,14 +69680,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21616, + offset: 21618, line: 609, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 21631, + offset: 21633, line: 609, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -69697,14 +69697,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21616, + offset: 21618, line: 609, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 21631, + offset: 21633, line: 609, - col: 47, + col: 49, }, }, IsConversionOperator: false, @@ -69716,14 +69716,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21616, + offset: 21618, line: 609, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 21623, + offset: 21625, line: 609, - col: 39, + col: 41, }, }, }, @@ -69732,14 +69732,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21625, + offset: 21627, line: 609, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 21631, + offset: 21633, line: 609, - col: 47, + col: 49, }, }, }, @@ -69750,14 +69750,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21616, + offset: 21618, line: 609, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 21623, + offset: 21625, line: 609, - col: 39, + col: 41, }, }, }, @@ -69770,14 +69770,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21587, + offset: 21589, line: 609, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21615, + offset: 21617, line: 609, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -69790,14 +69790,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21600, + offset: 21602, line: 609, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 21615, + offset: 21617, line: 609, - col: 31, + col: 33, }, }, }, @@ -69805,14 +69805,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21587, + offset: 21589, line: 609, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21599, + offset: 21601, line: 609, - col: 15, + col: 17, }, }, ExpressionType: "", @@ -69823,14 +69823,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21587, + offset: 21589, line: 609, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21599, + offset: 21601, line: 609, - col: 15, + col: 17, }, }, }, @@ -69842,42 +69842,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21644, + offset: 21646, line: 611, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21855, + offset: 21857, line: 613, - col: 60, + col: 62, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21644, + offset: 21646, line: 611, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21855, + offset: 21857, line: 613, - col: 60, + col: 62, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21644, + offset: 21646, line: 611, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21662, + offset: 21664, line: 611, - col: 21, + col: 23, }, }, IsConst: false, @@ -69895,14 +69895,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21644, + offset: 21646, line: 611, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21662, + offset: 21664, line: 611, - col: 21, + col: 23, }, }, }, @@ -69913,14 +69913,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21663, + offset: 21665, line: 611, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 21854, + offset: 21856, line: 613, - col: 59, + col: 61, }, }, DeclaresParameterPack: false, @@ -69928,14 +69928,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21674, + offset: 21676, line: 611, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 21854, + offset: 21856, line: 613, - col: 59, + col: 61, }, }, 'Prop_Arguments': [ @@ -69943,14 +69943,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21675, + offset: 21677, line: 611, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21698, + offset: 21700, line: 611, - col: 57, + col: 59, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -69962,14 +69962,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21690, + offset: 21692, line: 611, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 21697, + offset: 21699, line: 611, - col: 56, + col: 58, }, }, ExpressionType: "const char [6]", @@ -69982,14 +69982,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21675, + offset: 21677, line: 611, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21689, + offset: 21691, line: 611, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -70000,14 +70000,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21675, + offset: 21677, line: 611, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21689, + offset: 21691, line: 611, - col: 48, + col: 50, }, }, }, @@ -70017,14 +70017,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21736, + offset: 21738, line: 612, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21792, + offset: 21794, line: 612, - col: 91, + col: 93, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -70036,14 +70036,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21741, + offset: 21743, line: 612, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 21791, + offset: 21793, line: 612, - col: 90, + col: 92, }, }, ExpressionType: "const char [49]", @@ -70056,14 +70056,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21736, + offset: 21738, line: 612, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21740, + offset: 21742, line: 612, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -70074,14 +70074,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21736, + offset: 21738, line: 612, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21740, + offset: 21742, line: 612, - col: 39, + col: 41, }, }, }, @@ -70091,14 +70091,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21830, + offset: 21832, line: 613, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21853, + offset: 21855, line: 613, - col: 58, + col: 60, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -70110,14 +70110,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21845, + offset: 21847, line: 613, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 21852, + offset: 21854, line: 613, - col: 57, + col: 59, }, }, ExpressionType: "const char [6]", @@ -70130,14 +70130,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21830, + offset: 21832, line: 613, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21844, + offset: 21846, line: 613, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -70148,14 +70148,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21830, + offset: 21832, line: 613, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21844, + offset: 21846, line: 613, - col: 49, + col: 51, }, }, }, @@ -70173,14 +70173,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21675, + offset: 21677, line: 611, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21698, + offset: 21700, line: 611, - col: 57, + col: 59, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -70192,14 +70192,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21690, + offset: 21692, line: 611, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 21697, + offset: 21699, line: 611, - col: 56, + col: 58, }, }, ExpressionType: "const char [6]", @@ -70212,14 +70212,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21675, + offset: 21677, line: 611, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21689, + offset: 21691, line: 611, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -70230,14 +70230,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21675, + offset: 21677, line: 611, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 21689, + offset: 21691, line: 611, - col: 48, + col: 50, }, }, }, @@ -70247,14 +70247,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21736, + offset: 21738, line: 612, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21792, + offset: 21794, line: 612, - col: 91, + col: 93, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -70266,14 +70266,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21741, + offset: 21743, line: 612, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 21791, + offset: 21793, line: 612, - col: 90, + col: 92, }, }, ExpressionType: "const char [49]", @@ -70286,14 +70286,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21736, + offset: 21738, line: 612, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21740, + offset: 21742, line: 612, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -70304,14 +70304,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21736, + offset: 21738, line: 612, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21740, + offset: 21742, line: 612, - col: 39, + col: 41, }, }, }, @@ -70321,14 +70321,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21830, + offset: 21832, line: 613, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21853, + offset: 21855, line: 613, - col: 58, + col: 60, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -70340,14 +70340,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21845, + offset: 21847, line: 613, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 21852, + offset: 21854, line: 613, - col: 57, + col: 59, }, }, ExpressionType: "const char [6]", @@ -70360,14 +70360,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21830, + offset: 21832, line: 613, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21844, + offset: 21846, line: 613, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -70378,14 +70378,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21830, + offset: 21832, line: 613, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 21844, + offset: 21846, line: 613, - col: 49, + col: 51, }, }, }, @@ -70399,14 +70399,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21663, + offset: 21665, line: 611, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 21674, + offset: 21676, line: 611, - col: 33, + col: 35, }, }, }, @@ -70419,28 +70419,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21860, + offset: 21862, line: 614, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21908, + offset: 21910, line: 614, - col: 51, + col: 53, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21860, + offset: 21862, line: 614, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21907, + offset: 21909, line: 614, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -70451,14 +70451,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21888, + offset: 21890, line: 614, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 21906, + offset: 21908, line: 614, - col: 49, + col: 51, }, }, ExpressionType: "Attempt to use symbol failed: number", @@ -70470,14 +70470,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21904, + offset: 21906, line: 614, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 21905, + offset: 21907, line: 614, - col: 48, + col: 50, }, }, ExpressionType: "int", @@ -70490,14 +70490,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21888, + offset: 21890, line: 614, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 21903, + offset: 21905, line: 614, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -70507,14 +70507,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21888, + offset: 21890, line: 614, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 21903, + offset: 21905, line: 614, - col: 46, + col: 48, }, }, IsConversionOperator: false, @@ -70526,14 +70526,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21888, + offset: 21890, line: 614, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 21895, + offset: 21897, line: 614, - col: 38, + col: 40, }, }, }, @@ -70542,14 +70542,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21897, + offset: 21899, line: 614, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 21903, + offset: 21905, line: 614, - col: 46, + col: 48, }, }, }, @@ -70560,14 +70560,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21888, + offset: 21890, line: 614, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 21895, + offset: 21897, line: 614, - col: 38, + col: 40, }, }, }, @@ -70580,14 +70580,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21860, + offset: 21862, line: 614, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21887, + offset: 21889, line: 614, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -70600,14 +70600,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21872, + offset: 21874, line: 614, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 21887, + offset: 21889, line: 614, - col: 30, + col: 32, }, }, }, @@ -70615,14 +70615,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21860, + offset: 21862, line: 614, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21871, + offset: 21873, line: 614, - col: 14, + col: 16, }, }, ExpressionType: "", @@ -70633,14 +70633,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21860, + offset: 21862, line: 614, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21871, + offset: 21873, line: 614, - col: 14, + col: 16, }, }, }, @@ -70652,42 +70652,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21914, + offset: 21916, line: 616, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22168, + offset: 22170, line: 618, - col: 61, + col: 63, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21914, + offset: 21916, line: 616, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22168, + offset: 22170, line: 618, - col: 61, + col: 63, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21914, + offset: 21916, line: 616, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21932, + offset: 21934, line: 616, - col: 21, + col: 23, }, }, IsConst: false, @@ -70705,14 +70705,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21914, + offset: 21916, line: 616, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 21932, + offset: 21934, line: 616, - col: 21, + col: 23, }, }, }, @@ -70723,14 +70723,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21933, + offset: 21935, line: 616, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 22167, + offset: 22169, line: 618, - col: 60, + col: 62, }, }, DeclaresParameterPack: false, @@ -70738,14 +70738,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21950, + offset: 21952, line: 616, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 22167, + offset: 22169, line: 618, - col: 60, + col: 62, }, }, 'Prop_Arguments': [ @@ -70753,14 +70753,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21951, + offset: 21953, line: 616, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 21981, + offset: 21983, line: 616, - col: 70, + col: 72, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -70772,14 +70772,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21966, + offset: 21968, line: 616, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 21980, + offset: 21982, line: 616, - col: 69, + col: 71, }, }, ExpressionType: "const char [13]", @@ -70792,14 +70792,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21951, + offset: 21953, line: 616, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 21965, + offset: 21967, line: 616, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -70810,14 +70810,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21951, + offset: 21953, line: 616, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 21965, + offset: 21967, line: 616, - col: 54, + col: 56, }, }, }, @@ -70827,14 +70827,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22019, + offset: 22021, line: 617, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 22104, + offset: 22106, line: 617, - col: 120, + col: 122, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -70846,14 +70846,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22024, + offset: 22026, line: 617, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 22103, + offset: 22105, line: 617, - col: 119, + col: 121, }, }, ExpressionType: "const char [78]", @@ -70866,14 +70866,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22019, + offset: 22021, line: 617, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 22023, + offset: 22025, line: 617, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -70884,14 +70884,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22019, + offset: 22021, line: 617, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 22023, + offset: 22025, line: 617, - col: 39, + col: 41, }, }, }, @@ -70901,14 +70901,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22142, + offset: 22144, line: 618, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 22166, + offset: 22168, line: 618, - col: 59, + col: 61, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -70920,14 +70920,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22157, + offset: 22159, line: 618, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 22165, + offset: 22167, line: 618, - col: 58, + col: 60, }, }, ExpressionType: "const char [7]", @@ -70940,14 +70940,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22142, + offset: 22144, line: 618, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 22156, + offset: 22158, line: 618, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -70958,14 +70958,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22142, + offset: 22144, line: 618, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 22156, + offset: 22158, line: 618, - col: 49, + col: 51, }, }, }, @@ -70983,14 +70983,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21951, + offset: 21953, line: 616, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 21981, + offset: 21983, line: 616, - col: 70, + col: 72, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -71002,14 +71002,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21966, + offset: 21968, line: 616, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 21980, + offset: 21982, line: 616, - col: 69, + col: 71, }, }, ExpressionType: "const char [13]", @@ -71022,14 +71022,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21951, + offset: 21953, line: 616, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 21965, + offset: 21967, line: 616, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -71040,14 +71040,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21951, + offset: 21953, line: 616, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 21965, + offset: 21967, line: 616, - col: 54, + col: 56, }, }, }, @@ -71057,14 +71057,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22019, + offset: 22021, line: 617, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 22104, + offset: 22106, line: 617, - col: 120, + col: 122, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -71076,14 +71076,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22024, + offset: 22026, line: 617, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 22103, + offset: 22105, line: 617, - col: 119, + col: 121, }, }, ExpressionType: "const char [78]", @@ -71096,14 +71096,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22019, + offset: 22021, line: 617, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 22023, + offset: 22025, line: 617, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -71114,14 +71114,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22019, + offset: 22021, line: 617, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 22023, + offset: 22025, line: 617, - col: 39, + col: 41, }, }, }, @@ -71131,14 +71131,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22142, + offset: 22144, line: 618, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 22166, + offset: 22168, line: 618, - col: 59, + col: 61, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -71150,14 +71150,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22157, + offset: 22159, line: 618, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 22165, + offset: 22167, line: 618, - col: 58, + col: 60, }, }, ExpressionType: "const char [7]", @@ -71170,14 +71170,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22142, + offset: 22144, line: 618, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 22156, + offset: 22158, line: 618, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -71188,14 +71188,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22142, + offset: 22144, line: 618, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 22156, + offset: 22158, line: 618, - col: 49, + col: 51, }, }, }, @@ -71209,14 +71209,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 21933, + offset: 21935, line: 616, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 21950, + offset: 21952, line: 616, - col: 39, + col: 41, }, }, }, @@ -71229,28 +71229,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22173, + offset: 22175, line: 619, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22227, + offset: 22229, line: 619, - col: 57, + col: 59, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22173, + offset: 22175, line: 619, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22226, + offset: 22228, line: 619, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -71261,14 +71261,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22207, + offset: 22209, line: 619, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 22225, + offset: 22227, line: 619, - col: 55, + col: 57, }, }, ExpressionType: "Attempt to use symbol failed: number", @@ -71280,14 +71280,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22223, + offset: 22225, line: 619, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 22224, + offset: 22226, line: 619, - col: 54, + col: 56, }, }, ExpressionType: "int", @@ -71300,14 +71300,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22207, + offset: 22209, line: 619, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 22222, + offset: 22224, line: 619, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -71317,14 +71317,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22207, + offset: 22209, line: 619, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 22222, + offset: 22224, line: 619, - col: 52, + col: 54, }, }, IsConversionOperator: false, @@ -71336,14 +71336,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22207, + offset: 22209, line: 619, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 22214, + offset: 22216, line: 619, - col: 44, + col: 46, }, }, }, @@ -71352,14 +71352,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22216, + offset: 22218, line: 619, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 22222, + offset: 22224, line: 619, - col: 52, + col: 54, }, }, }, @@ -71370,14 +71370,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22207, + offset: 22209, line: 619, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 22214, + offset: 22216, line: 619, - col: 44, + col: 46, }, }, }, @@ -71390,14 +71390,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22173, + offset: 22175, line: 619, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22206, + offset: 22208, line: 619, - col: 36, + col: 38, }, }, ExpressionType: "", @@ -71410,14 +71410,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22191, + offset: 22193, line: 619, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 22206, + offset: 22208, line: 619, - col: 36, + col: 38, }, }, }, @@ -71425,14 +71425,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22173, + offset: 22175, line: 619, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22190, + offset: 22192, line: 619, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -71443,14 +71443,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22173, + offset: 22175, line: 619, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22190, + offset: 22192, line: 619, - col: 20, + col: 22, }, }, }, @@ -71462,42 +71462,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22233, + offset: 22235, line: 621, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22259, + offset: 22261, line: 621, - col: 29, + col: 31, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22233, + offset: 22235, line: 621, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22259, + offset: 22261, line: 621, - col: 29, + col: 31, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22233, + offset: 22235, line: 621, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22251, + offset: 22253, line: 621, - col: 21, + col: 23, }, }, IsConst: false, @@ -71515,14 +71515,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22233, + offset: 22235, line: 621, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22251, + offset: 22253, line: 621, - col: 21, + col: 23, }, }, }, @@ -71533,14 +71533,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22252, + offset: 22254, line: 621, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 22258, + offset: 22260, line: 621, - col: 28, + col: 30, }, }, DeclaresParameterPack: false, @@ -71549,14 +71549,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22252, + offset: 22254, line: 621, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 22258, + offset: 22260, line: 621, - col: 28, + col: 30, }, }, }, @@ -71569,28 +71569,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22264, + offset: 22266, line: 622, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22292, + offset: 22294, line: 622, - col: 31, + col: 33, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22264, + offset: 22266, line: 622, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22291, + offset: 22293, line: 622, - col: 30, + col: 32, }, }, ExpressionType: "", @@ -71601,14 +71601,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22283, + offset: 22285, line: 622, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 22290, + offset: 22292, line: 622, - col: 29, + col: 31, }, }, ExpressionType: "? *", @@ -71618,14 +71618,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22284, + offset: 22286, line: 622, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 22290, + offset: 22292, line: 622, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -71636,14 +71636,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22284, + offset: 22286, line: 622, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 22290, + offset: 22292, line: 622, - col: 29, + col: 31, }, }, }, @@ -71655,14 +71655,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22264, + offset: 22266, line: 622, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22282, + offset: 22284, line: 622, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -71675,14 +71675,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22266, + offset: 22268, line: 622, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 22282, + offset: 22284, line: 622, - col: 21, + col: 23, }, }, }, @@ -71690,14 +71690,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22264, + offset: 22266, line: 622, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22265, + offset: 22267, line: 622, - col: 4, + col: 6, }, }, ExpressionType: "", @@ -71708,14 +71708,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22264, + offset: 22266, line: 622, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22265, + offset: 22267, line: 622, - col: 4, + col: 6, }, }, }, @@ -71727,28 +71727,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22297, + offset: 22299, line: 623, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22330, + offset: 22332, line: 623, - col: 36, + col: 38, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22297, + offset: 22299, line: 623, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22329, + offset: 22331, line: 623, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -71759,14 +71759,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22314, + offset: 22316, line: 623, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 22328, + offset: 22330, line: 623, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -71777,14 +71777,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22314, + offset: 22316, line: 623, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 22328, + offset: 22330, line: 623, - col: 34, + col: 36, }, }, }, @@ -71794,14 +71794,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22297, + offset: 22299, line: 623, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22313, + offset: 22315, line: 623, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -71814,14 +71814,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22304, + offset: 22306, line: 623, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 22313, + offset: 22315, line: 623, - col: 19, + col: 21, }, }, }, @@ -71829,14 +71829,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22297, + offset: 22299, line: 623, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22303, + offset: 22305, line: 623, - col: 9, + col: 11, }, }, ExpressionType: "", @@ -71847,14 +71847,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22297, + offset: 22299, line: 623, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22303, + offset: 22305, line: 623, - col: 9, + col: 11, }, }, }, @@ -71866,28 +71866,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22335, + offset: 22337, line: 624, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22373, + offset: 22375, line: 624, - col: 41, + col: 43, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22335, + offset: 22337, line: 624, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22372, + offset: 22374, line: 624, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -71898,14 +71898,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22352, + offset: 22354, line: 624, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 22371, + offset: 22373, line: 624, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -71916,14 +71916,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22352, + offset: 22354, line: 624, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 22371, + offset: 22373, line: 624, - col: 39, + col: 41, }, }, }, @@ -71933,14 +71933,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22335, + offset: 22337, line: 624, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22351, + offset: 22353, line: 624, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -71953,14 +71953,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22342, + offset: 22344, line: 624, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 22351, + offset: 22353, line: 624, - col: 19, + col: 21, }, }, }, @@ -71968,14 +71968,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22335, + offset: 22337, line: 624, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22341, + offset: 22343, line: 624, - col: 9, + col: 11, }, }, ExpressionType: "", @@ -71986,14 +71986,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22335, + offset: 22337, line: 624, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22341, + offset: 22343, line: 624, - col: 9, + col: 11, }, }, }, @@ -72005,28 +72005,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22378, + offset: 22380, line: 625, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22447, + offset: 22449, line: 627, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22382, + offset: 22384, line: 625, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22394, + offset: 22396, line: 625, - col: 19, + col: 21, }, }, ExpressionType: "const bool", @@ -72037,14 +72037,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22382, + offset: 22384, line: 625, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22394, + offset: 22396, line: 625, - col: 19, + col: 21, }, }, }, @@ -72053,14 +72053,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22396, + offset: 22398, line: 625, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 22447, + offset: 22449, line: 627, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -72068,28 +72068,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22406, + offset: 22408, line: 626, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22441, + offset: 22443, line: 626, - col: 42, + col: 44, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22406, + offset: 22408, line: 626, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22440, + offset: 22442, line: 626, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -72100,14 +72100,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22423, + offset: 22425, line: 626, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 22439, + offset: 22441, line: 626, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -72118,14 +72118,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22423, + offset: 22425, line: 626, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 22439, + offset: 22441, line: 626, - col: 40, + col: 42, }, }, }, @@ -72135,14 +72135,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22406, + offset: 22408, line: 626, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22422, + offset: 22424, line: 626, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -72155,14 +72155,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22413, + offset: 22415, line: 626, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 22422, + offset: 22424, line: 626, - col: 23, + col: 25, }, }, }, @@ -72170,14 +72170,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22406, + offset: 22408, line: 626, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22412, + offset: 22414, line: 626, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -72188,14 +72188,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22406, + offset: 22408, line: 626, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22412, + offset: 22414, line: 626, - col: 13, + col: 15, }, }, }, @@ -72210,28 +72210,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22452, + offset: 22454, line: 628, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22529, + offset: 22531, line: 630, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22456, + offset: 22458, line: 628, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22472, + offset: 22474, line: 628, - col: 23, + col: 25, }, }, ExpressionType: "const bool", @@ -72242,14 +72242,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22456, + offset: 22458, line: 628, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22472, + offset: 22474, line: 628, - col: 23, + col: 25, }, }, }, @@ -72258,14 +72258,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22474, + offset: 22476, line: 628, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 22529, + offset: 22531, line: 630, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -72273,28 +72273,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22484, + offset: 22486, line: 629, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22523, + offset: 22525, line: 629, - col: 46, + col: 48, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22484, + offset: 22486, line: 629, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22522, + offset: 22524, line: 629, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -72305,14 +72305,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22501, + offset: 22503, line: 629, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 22521, + offset: 22523, line: 629, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -72323,14 +72323,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22501, + offset: 22503, line: 629, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 22521, + offset: 22523, line: 629, - col: 44, + col: 46, }, }, }, @@ -72340,14 +72340,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22484, + offset: 22486, line: 629, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22500, + offset: 22502, line: 629, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -72360,14 +72360,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22491, + offset: 22493, line: 629, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 22500, + offset: 22502, line: 629, - col: 23, + col: 25, }, }, }, @@ -72375,14 +72375,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22484, + offset: 22486, line: 629, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22490, + offset: 22492, line: 629, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -72393,14 +72393,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22484, + offset: 22486, line: 629, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22490, + offset: 22492, line: 629, - col: 13, + col: 15, }, }, }, @@ -72415,28 +72415,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22534, + offset: 22536, line: 631, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22663, + offset: 22665, line: 634, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22538, + offset: 22540, line: 631, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22558, + offset: 22560, line: 631, - col: 27, + col: 29, }, }, ExpressionType: "const bool", @@ -72447,14 +72447,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22538, + offset: 22540, line: 631, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22558, + offset: 22560, line: 631, - col: 27, + col: 29, }, }, }, @@ -72463,14 +72463,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22560, + offset: 22562, line: 631, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 22663, + offset: 22665, line: 634, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -72478,28 +72478,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22570, + offset: 22572, line: 632, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22606, + offset: 22608, line: 632, - col: 43, + col: 45, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22570, + offset: 22572, line: 632, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22605, + offset: 22607, line: 632, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -72510,14 +72510,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22587, + offset: 22589, line: 632, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 22604, + offset: 22606, line: 632, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -72528,14 +72528,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22587, + offset: 22589, line: 632, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 22604, + offset: 22606, line: 632, - col: 41, + col: 43, }, }, }, @@ -72545,14 +72545,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22570, + offset: 22572, line: 632, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22586, + offset: 22588, line: 632, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -72565,14 +72565,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22577, + offset: 22579, line: 632, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 22586, + offset: 22588, line: 632, - col: 23, + col: 25, }, }, }, @@ -72580,14 +72580,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22570, + offset: 22572, line: 632, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22576, + offset: 22578, line: 632, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -72598,14 +72598,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22570, + offset: 22572, line: 632, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22576, + offset: 22578, line: 632, - col: 13, + col: 15, }, }, }, @@ -72617,28 +72617,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22615, + offset: 22617, line: 633, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22657, + offset: 22659, line: 633, - col: 49, + col: 51, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22615, + offset: 22617, line: 633, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22656, + offset: 22658, line: 633, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -72649,14 +72649,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22632, + offset: 22634, line: 633, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 22655, + offset: 22657, line: 633, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -72667,14 +72667,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22632, + offset: 22634, line: 633, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 22655, + offset: 22657, line: 633, - col: 47, + col: 49, }, }, }, @@ -72684,14 +72684,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22615, + offset: 22617, line: 633, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22631, + offset: 22633, line: 633, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -72704,14 +72704,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22622, + offset: 22624, line: 633, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 22631, + offset: 22633, line: 633, - col: 23, + col: 25, }, }, }, @@ -72719,14 +72719,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22615, + offset: 22617, line: 633, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22621, + offset: 22623, line: 633, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -72737,14 +72737,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22615, + offset: 22617, line: 633, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22621, + offset: 22623, line: 633, - col: 13, + col: 15, }, }, }, @@ -72759,28 +72759,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22668, + offset: 22670, line: 635, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22740, + offset: 22742, line: 637, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22672, + offset: 22674, line: 635, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22688, + offset: 22690, line: 635, - col: 23, + col: 25, }, }, ExpressionType: "const bool", @@ -72791,14 +72791,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22672, + offset: 22674, line: 635, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22688, + offset: 22690, line: 635, - col: 23, + col: 25, }, }, }, @@ -72807,14 +72807,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22690, + offset: 22692, line: 635, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 22740, + offset: 22742, line: 637, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -72822,28 +72822,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22700, + offset: 22702, line: 636, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22734, + offset: 22736, line: 636, - col: 41, + col: 43, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22700, + offset: 22702, line: 636, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22733, + offset: 22735, line: 636, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -72854,14 +72854,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22717, + offset: 22719, line: 636, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 22732, + offset: 22734, line: 636, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -72872,14 +72872,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22717, + offset: 22719, line: 636, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 22732, + offset: 22734, line: 636, - col: 39, + col: 41, }, }, }, @@ -72889,14 +72889,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22700, + offset: 22702, line: 636, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22716, + offset: 22718, line: 636, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -72909,14 +72909,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22707, + offset: 22709, line: 636, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 22716, + offset: 22718, line: 636, - col: 23, + col: 25, }, }, }, @@ -72924,14 +72924,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22700, + offset: 22702, line: 636, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22706, + offset: 22708, line: 636, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -72942,14 +72942,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22700, + offset: 22702, line: 636, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22706, + offset: 22708, line: 636, - col: 13, + col: 15, }, }, }, @@ -72964,28 +72964,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22745, + offset: 22747, line: 638, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22889, + offset: 22891, line: 642, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22749, + offset: 22751, line: 638, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22762, + offset: 22764, line: 638, - col: 20, + col: 22, }, }, ExpressionType: "const bool", @@ -72996,14 +72996,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22749, + offset: 22751, line: 638, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22762, + offset: 22764, line: 638, - col: 20, + col: 22, }, }, }, @@ -73012,14 +73012,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22764, + offset: 22766, line: 638, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 22889, + offset: 22891, line: 642, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -73027,28 +73027,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22774, + offset: 22776, line: 639, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22804, + offset: 22806, line: 639, - col: 37, + col: 39, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22774, + offset: 22776, line: 639, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22803, + offset: 22805, line: 639, - col: 36, + col: 38, }, }, ExpressionType: "", @@ -73059,14 +73059,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22791, + offset: 22793, line: 639, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 22802, + offset: 22804, line: 639, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -73077,14 +73077,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22791, + offset: 22793, line: 639, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 22802, + offset: 22804, line: 639, - col: 35, + col: 37, }, }, }, @@ -73094,14 +73094,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22774, + offset: 22776, line: 639, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22790, + offset: 22792, line: 639, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -73114,14 +73114,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22781, + offset: 22783, line: 639, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 22790, + offset: 22792, line: 639, - col: 23, + col: 25, }, }, }, @@ -73129,14 +73129,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22774, + offset: 22776, line: 639, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22780, + offset: 22782, line: 639, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -73147,14 +73147,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22774, + offset: 22776, line: 639, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22780, + offset: 22782, line: 639, - col: 13, + col: 15, }, }, }, @@ -73166,28 +73166,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22813, + offset: 22815, line: 640, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22844, + offset: 22846, line: 640, - col: 38, + col: 40, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22813, + offset: 22815, line: 640, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22843, + offset: 22845, line: 640, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -73198,14 +73198,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22830, + offset: 22832, line: 640, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 22842, + offset: 22844, line: 640, - col: 36, + col: 38, }, }, ExpressionType: "", @@ -73216,14 +73216,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22830, + offset: 22832, line: 640, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 22842, + offset: 22844, line: 640, - col: 36, + col: 38, }, }, }, @@ -73233,14 +73233,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22813, + offset: 22815, line: 640, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22829, + offset: 22831, line: 640, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -73253,14 +73253,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22820, + offset: 22822, line: 640, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 22829, + offset: 22831, line: 640, - col: 23, + col: 25, }, }, }, @@ -73268,14 +73268,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22813, + offset: 22815, line: 640, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22819, + offset: 22821, line: 640, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -73286,14 +73286,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22813, + offset: 22815, line: 640, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22819, + offset: 22821, line: 640, - col: 13, + col: 15, }, }, }, @@ -73305,28 +73305,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22853, + offset: 22855, line: 641, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22883, + offset: 22885, line: 641, - col: 37, + col: 39, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22853, + offset: 22855, line: 641, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22882, + offset: 22884, line: 641, - col: 36, + col: 38, }, }, ExpressionType: "", @@ -73337,14 +73337,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22870, + offset: 22872, line: 641, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 22881, + offset: 22883, line: 641, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -73355,14 +73355,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22870, + offset: 22872, line: 641, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 22881, + offset: 22883, line: 641, - col: 35, + col: 37, }, }, }, @@ -73372,14 +73372,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22853, + offset: 22855, line: 641, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22869, + offset: 22871, line: 641, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -73392,14 +73392,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22860, + offset: 22862, line: 641, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 22869, + offset: 22871, line: 641, - col: 23, + col: 25, }, }, }, @@ -73407,14 +73407,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22853, + offset: 22855, line: 641, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22859, + offset: 22861, line: 641, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -73425,14 +73425,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22853, + offset: 22855, line: 641, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22859, + offset: 22861, line: 641, - col: 13, + col: 15, }, }, }, @@ -73447,28 +73447,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22894, + offset: 22896, line: 643, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 22972, + offset: 22974, line: 645, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22898, + offset: 22900, line: 643, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22918, + offset: 22920, line: 643, - col: 27, + col: 29, }, }, ExpressionType: "const bool", @@ -73479,14 +73479,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22898, + offset: 22900, line: 643, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22918, + offset: 22920, line: 643, - col: 27, + col: 29, }, }, }, @@ -73495,14 +73495,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22920, + offset: 22922, line: 643, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 22972, + offset: 22974, line: 645, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -73510,28 +73510,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22930, + offset: 22932, line: 644, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22966, + offset: 22968, line: 644, - col: 43, + col: 45, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22930, + offset: 22932, line: 644, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22965, + offset: 22967, line: 644, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -73542,14 +73542,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22947, + offset: 22949, line: 644, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 22964, + offset: 22966, line: 644, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -73560,14 +73560,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22947, + offset: 22949, line: 644, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 22964, + offset: 22966, line: 644, - col: 41, + col: 43, }, }, }, @@ -73577,14 +73577,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22930, + offset: 22932, line: 644, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22946, + offset: 22948, line: 644, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -73597,14 +73597,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22937, + offset: 22939, line: 644, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 22946, + offset: 22948, line: 644, - col: 23, + col: 25, }, }, }, @@ -73612,14 +73612,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22930, + offset: 22932, line: 644, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22936, + offset: 22938, line: 644, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -73630,14 +73630,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22930, + offset: 22932, line: 644, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 22936, + offset: 22938, line: 644, - col: 13, + col: 15, }, }, }, @@ -73652,42 +73652,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23189, + offset: 23191, line: 652, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 23388, + offset: 23390, line: 653, - col: 136, + col: 138, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23189, + offset: 23191, line: 652, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 23388, + offset: 23390, line: 653, - col: 136, + col: 138, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23189, + offset: 23191, line: 652, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 23207, + offset: 23209, line: 652, - col: 21, + col: 23, }, }, IsConst: false, @@ -73705,14 +73705,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23189, + offset: 23191, line: 652, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 23207, + offset: 23209, line: 652, - col: 21, + col: 23, }, }, }, @@ -73723,14 +73723,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23208, + offset: 23210, line: 652, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 23387, + offset: 23389, line: 653, - col: 135, + col: 137, }, }, DeclaresParameterPack: false, @@ -73738,14 +73738,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23222, + offset: 23224, line: 652, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 23387, + offset: 23389, line: 653, - col: 135, + col: 137, }, }, 'Prop_Arguments': [ @@ -73753,14 +73753,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23223, + offset: 23225, line: 652, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 23249, + offset: 23251, line: 652, - col: 63, + col: 65, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -73772,14 +73772,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23238, + offset: 23240, line: 652, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 23248, + offset: 23250, line: 652, - col: 62, + col: 64, }, }, ExpressionType: "const char [9]", @@ -73792,14 +73792,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23223, + offset: 23225, line: 652, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 23237, + offset: 23239, line: 652, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -73810,14 +73810,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23223, + offset: 23225, line: 652, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 23237, + offset: 23239, line: 652, - col: 51, + col: 53, }, }, }, @@ -73827,14 +73827,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23289, + offset: 23291, line: 653, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 23386, + offset: 23388, line: 653, - col: 134, + col: 136, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -73846,14 +73846,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23294, + offset: 23296, line: 653, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 23385, + offset: 23387, line: 653, - col: 133, + col: 135, }, }, ExpressionType: "const char [90]", @@ -73866,14 +73866,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23289, + offset: 23291, line: 653, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 23293, + offset: 23295, line: 653, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -73884,14 +73884,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23289, + offset: 23291, line: 653, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 23293, + offset: 23295, line: 653, - col: 41, + col: 43, }, }, }, @@ -73909,14 +73909,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23223, + offset: 23225, line: 652, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 23249, + offset: 23251, line: 652, - col: 63, + col: 65, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -73928,14 +73928,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23238, + offset: 23240, line: 652, - col: 52, + col: 54, }, end: { '@type': "uast:Position", - offset: 23248, + offset: 23250, line: 652, - col: 62, + col: 64, }, }, ExpressionType: "const char [9]", @@ -73948,14 +73948,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23223, + offset: 23225, line: 652, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 23237, + offset: 23239, line: 652, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -73966,14 +73966,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23223, + offset: 23225, line: 652, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 23237, + offset: 23239, line: 652, - col: 51, + col: 53, }, }, }, @@ -73983,14 +73983,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23289, + offset: 23291, line: 653, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 23386, + offset: 23388, line: 653, - col: 134, + col: 136, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -74002,14 +74002,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23294, + offset: 23296, line: 653, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 23385, + offset: 23387, line: 653, - col: 133, + col: 135, }, }, ExpressionType: "const char [90]", @@ -74022,14 +74022,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23289, + offset: 23291, line: 653, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 23293, + offset: 23295, line: 653, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -74040,14 +74040,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23289, + offset: 23291, line: 653, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 23293, + offset: 23295, line: 653, - col: 41, + col: 43, }, }, }, @@ -74061,14 +74061,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23208, + offset: 23210, line: 652, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 23222, + offset: 23224, line: 652, - col: 36, + col: 38, }, }, }, @@ -74081,28 +74081,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23393, + offset: 23395, line: 654, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 23426, + offset: 23428, line: 654, - col: 36, + col: 38, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23393, + offset: 23395, line: 654, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 23425, + offset: 23427, line: 654, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -74113,14 +74113,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23410, + offset: 23412, line: 654, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 23424, + offset: 23426, line: 654, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -74131,14 +74131,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23410, + offset: 23412, line: 654, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 23424, + offset: 23426, line: 654, - col: 34, + col: 36, }, }, }, @@ -74148,14 +74148,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23393, + offset: 23395, line: 654, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 23409, + offset: 23411, line: 654, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -74168,14 +74168,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23400, + offset: 23402, line: 654, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 23409, + offset: 23411, line: 654, - col: 19, + col: 21, }, }, }, @@ -74183,14 +74183,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23393, + offset: 23395, line: 654, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 23399, + offset: 23401, line: 654, - col: 9, + col: 11, }, }, ExpressionType: "", @@ -74201,14 +74201,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23393, + offset: 23395, line: 654, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 23399, + offset: 23401, line: 654, - col: 9, + col: 11, }, }, }, @@ -74220,42 +74220,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23610, + offset: 23612, line: 662, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 23836, + offset: 23838, line: 664, - col: 76, + col: 78, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23610, + offset: 23612, line: 662, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 23836, + offset: 23838, line: 664, - col: 76, + col: 78, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23610, + offset: 23612, line: 662, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 23628, + offset: 23630, line: 662, - col: 21, + col: 23, }, }, IsConst: false, @@ -74273,14 +74273,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23610, + offset: 23612, line: 662, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 23628, + offset: 23630, line: 662, - col: 21, + col: 23, }, }, }, @@ -74291,14 +74291,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23629, + offset: 23631, line: 662, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 23835, + offset: 23837, line: 664, - col: 75, + col: 77, }, }, DeclaresParameterPack: false, @@ -74306,14 +74306,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23646, + offset: 23648, line: 662, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 23835, + offset: 23837, line: 664, - col: 75, + col: 77, }, }, 'Prop_Arguments': [ @@ -74321,14 +74321,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23647, + offset: 23649, line: 662, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 23676, + offset: 23678, line: 662, - col: 69, + col: 71, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -74340,14 +74340,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23662, + offset: 23664, line: 662, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 23675, + offset: 23677, line: 662, - col: 68, + col: 70, }, }, ExpressionType: "const char [12]", @@ -74360,14 +74360,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23647, + offset: 23649, line: 662, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 23661, + offset: 23663, line: 662, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -74378,14 +74378,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23647, + offset: 23649, line: 662, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 23661, + offset: 23663, line: 662, - col: 54, + col: 56, }, }, }, @@ -74395,14 +74395,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23719, + offset: 23721, line: 663, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 23757, + offset: 23759, line: 663, - col: 78, + col: 80, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -74414,14 +74414,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23724, + offset: 23726, line: 663, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 23756, + offset: 23758, line: 663, - col: 77, + col: 79, }, }, ExpressionType: "const char [31]", @@ -74434,14 +74434,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23719, + offset: 23721, line: 663, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 23723, + offset: 23725, line: 663, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -74452,14 +74452,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23719, + offset: 23721, line: 663, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 23723, + offset: 23725, line: 663, - col: 44, + col: 46, }, }, }, @@ -74469,14 +74469,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23800, + offset: 23802, line: 664, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 23834, + offset: 23836, line: 664, - col: 74, + col: 76, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -74488,14 +74488,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23815, + offset: 23817, line: 664, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 23833, + offset: 23835, line: 664, - col: 73, + col: 75, }, }, ExpressionType: "const char [17]", @@ -74508,14 +74508,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23800, + offset: 23802, line: 664, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 23814, + offset: 23816, line: 664, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -74526,14 +74526,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23800, + offset: 23802, line: 664, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 23814, + offset: 23816, line: 664, - col: 54, + col: 56, }, }, }, @@ -74551,14 +74551,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23647, + offset: 23649, line: 662, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 23676, + offset: 23678, line: 662, - col: 69, + col: 71, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -74570,14 +74570,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23662, + offset: 23664, line: 662, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 23675, + offset: 23677, line: 662, - col: 68, + col: 70, }, }, ExpressionType: "const char [12]", @@ -74590,14 +74590,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23647, + offset: 23649, line: 662, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 23661, + offset: 23663, line: 662, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -74608,14 +74608,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23647, + offset: 23649, line: 662, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 23661, + offset: 23663, line: 662, - col: 54, + col: 56, }, }, }, @@ -74625,14 +74625,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23719, + offset: 23721, line: 663, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 23757, + offset: 23759, line: 663, - col: 78, + col: 80, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -74644,14 +74644,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23724, + offset: 23726, line: 663, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 23756, + offset: 23758, line: 663, - col: 77, + col: 79, }, }, ExpressionType: "const char [31]", @@ -74664,14 +74664,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23719, + offset: 23721, line: 663, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 23723, + offset: 23725, line: 663, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -74682,14 +74682,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23719, + offset: 23721, line: 663, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 23723, + offset: 23725, line: 663, - col: 44, + col: 46, }, }, }, @@ -74699,14 +74699,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23800, + offset: 23802, line: 664, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 23834, + offset: 23836, line: 664, - col: 74, + col: 76, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -74718,14 +74718,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23815, + offset: 23817, line: 664, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 23833, + offset: 23835, line: 664, - col: 73, + col: 75, }, }, ExpressionType: "const char [17]", @@ -74738,14 +74738,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23800, + offset: 23802, line: 664, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 23814, + offset: 23816, line: 664, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -74756,14 +74756,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23800, + offset: 23802, line: 664, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 23814, + offset: 23816, line: 664, - col: 54, + col: 56, }, }, }, @@ -74777,14 +74777,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23629, + offset: 23631, line: 662, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 23646, + offset: 23648, line: 662, - col: 39, + col: 41, }, }, }, @@ -74797,28 +74797,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23841, + offset: 23843, line: 665, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 23877, + offset: 23879, line: 665, - col: 39, + col: 41, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23841, + offset: 23843, line: 665, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 23876, + offset: 23878, line: 665, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -74829,14 +74829,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23858, + offset: 23860, line: 665, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 23875, + offset: 23877, line: 665, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -74847,14 +74847,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23858, + offset: 23860, line: 665, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 23875, + offset: 23877, line: 665, - col: 37, + col: 39, }, }, }, @@ -74864,14 +74864,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23841, + offset: 23843, line: 665, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 23857, + offset: 23859, line: 665, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -74884,14 +74884,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23848, + offset: 23850, line: 665, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 23857, + offset: 23859, line: 665, - col: 19, + col: 21, }, }, }, @@ -74899,14 +74899,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23841, + offset: 23843, line: 665, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 23847, + offset: 23849, line: 665, - col: 9, + col: 11, }, }, ExpressionType: "", @@ -74917,14 +74917,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23841, + offset: 23843, line: 665, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 23847, + offset: 23849, line: 665, - col: 9, + col: 11, }, }, }, @@ -74936,42 +74936,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23883, + offset: 23885, line: 667, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24044, + offset: 24046, line: 668, - col: 89, + col: 91, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23883, + offset: 23885, line: 667, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24044, + offset: 24046, line: 668, - col: 89, + col: 91, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23883, + offset: 23885, line: 667, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 23901, + offset: 23903, line: 667, - col: 21, + col: 23, }, }, IsConst: false, @@ -74989,14 +74989,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23883, + offset: 23885, line: 667, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 23901, + offset: 23903, line: 667, - col: 21, + col: 23, }, }, }, @@ -75007,14 +75007,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23902, + offset: 23904, line: 667, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 24043, + offset: 24045, line: 668, - col: 88, + col: 90, }, }, DeclaresParameterPack: false, @@ -75022,14 +75022,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23920, + offset: 23922, line: 667, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 24043, + offset: 24045, line: 668, - col: 88, + col: 90, }, }, 'Prop_Arguments': [ @@ -75037,14 +75037,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23921, + offset: 23923, line: 667, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 23952, + offset: 23954, line: 667, - col: 72, + col: 74, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -75056,14 +75056,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23936, + offset: 23938, line: 667, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 23951, + offset: 23953, line: 667, - col: 71, + col: 73, }, }, ExpressionType: "const char [14]", @@ -75076,14 +75076,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23921, + offset: 23923, line: 667, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 23935, + offset: 23937, line: 667, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -75094,14 +75094,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23921, + offset: 23923, line: 667, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 23935, + offset: 23937, line: 667, - col: 55, + col: 57, }, }, }, @@ -75111,14 +75111,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23997, + offset: 23999, line: 668, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 24042, + offset: 24044, line: 668, - col: 87, + col: 89, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -75130,14 +75130,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24002, + offset: 24004, line: 668, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 24041, + offset: 24043, line: 668, - col: 86, + col: 88, }, }, ExpressionType: "const char [38]", @@ -75150,14 +75150,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23997, + offset: 23999, line: 668, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 24001, + offset: 24003, line: 668, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -75168,14 +75168,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23997, + offset: 23999, line: 668, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 24001, + offset: 24003, line: 668, - col: 46, + col: 48, }, }, }, @@ -75193,14 +75193,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23921, + offset: 23923, line: 667, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 23952, + offset: 23954, line: 667, - col: 72, + col: 74, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -75212,14 +75212,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23936, + offset: 23938, line: 667, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 23951, + offset: 23953, line: 667, - col: 71, + col: 73, }, }, ExpressionType: "const char [14]", @@ -75232,14 +75232,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23921, + offset: 23923, line: 667, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 23935, + offset: 23937, line: 667, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -75250,14 +75250,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23921, + offset: 23923, line: 667, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 23935, + offset: 23937, line: 667, - col: 55, + col: 57, }, }, }, @@ -75267,14 +75267,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23997, + offset: 23999, line: 668, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 24042, + offset: 24044, line: 668, - col: 87, + col: 89, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -75286,14 +75286,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24002, + offset: 24004, line: 668, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 24041, + offset: 24043, line: 668, - col: 86, + col: 88, }, }, ExpressionType: "const char [38]", @@ -75306,14 +75306,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23997, + offset: 23999, line: 668, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 24001, + offset: 24003, line: 668, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -75324,14 +75324,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23997, + offset: 23999, line: 668, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 24001, + offset: 24003, line: 668, - col: 46, + col: 48, }, }, }, @@ -75345,14 +75345,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23902, + offset: 23904, line: 667, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 23920, + offset: 23922, line: 667, - col: 40, + col: 42, }, }, }, @@ -75365,28 +75365,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24049, + offset: 24051, line: 669, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24086, + offset: 24088, line: 669, - col: 40, + col: 42, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24049, + offset: 24051, line: 669, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24085, + offset: 24087, line: 669, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -75397,14 +75397,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24066, + offset: 24068, line: 669, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 24084, + offset: 24086, line: 669, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -75415,14 +75415,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24066, + offset: 24068, line: 669, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 24084, + offset: 24086, line: 669, - col: 38, + col: 40, }, }, }, @@ -75432,14 +75432,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24049, + offset: 24051, line: 669, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24065, + offset: 24067, line: 669, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -75452,14 +75452,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24056, + offset: 24058, line: 669, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 24065, + offset: 24067, line: 669, - col: 19, + col: 21, }, }, }, @@ -75467,14 +75467,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24049, + offset: 24051, line: 669, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24055, + offset: 24057, line: 669, - col: 9, + col: 11, }, }, ExpressionType: "", @@ -75485,14 +75485,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24049, + offset: 24051, line: 669, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24055, + offset: 24057, line: 669, - col: 9, + col: 11, }, }, }, @@ -75504,42 +75504,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24092, + offset: 24094, line: 671, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24246, + offset: 24248, line: 672, - col: 85, + col: 87, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24092, + offset: 24094, line: 671, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24246, + offset: 24248, line: 672, - col: 85, + col: 87, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24092, + offset: 24094, line: 671, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24110, + offset: 24112, line: 671, - col: 21, + col: 23, }, }, IsConst: false, @@ -75557,14 +75557,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24092, + offset: 24094, line: 671, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24110, + offset: 24112, line: 671, - col: 21, + col: 23, }, }, }, @@ -75575,14 +75575,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24111, + offset: 24113, line: 671, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 24245, + offset: 24247, line: 672, - col: 84, + col: 86, }, }, DeclaresParameterPack: false, @@ -75590,14 +75590,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24129, + offset: 24131, line: 671, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 24245, + offset: 24247, line: 672, - col: 84, + col: 86, }, }, 'Prop_Arguments': [ @@ -75605,14 +75605,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24130, + offset: 24132, line: 671, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 24158, + offset: 24160, line: 671, - col: 69, + col: 71, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -75624,14 +75624,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24145, + offset: 24147, line: 671, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 24157, + offset: 24159, line: 671, - col: 68, + col: 70, }, }, ExpressionType: "const char [11]", @@ -75644,14 +75644,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24130, + offset: 24132, line: 671, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 24144, + offset: 24146, line: 671, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -75662,14 +75662,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24130, + offset: 24132, line: 671, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 24144, + offset: 24146, line: 671, - col: 55, + col: 57, }, }, }, @@ -75679,14 +75679,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24202, + offset: 24204, line: 672, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 24244, + offset: 24246, line: 672, - col: 83, + col: 85, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -75698,14 +75698,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24207, + offset: 24209, line: 672, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 24243, + offset: 24245, line: 672, - col: 82, + col: 84, }, }, ExpressionType: "const char [35]", @@ -75718,14 +75718,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24202, + offset: 24204, line: 672, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 24206, + offset: 24208, line: 672, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -75736,14 +75736,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24202, + offset: 24204, line: 672, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 24206, + offset: 24208, line: 672, - col: 45, + col: 47, }, }, }, @@ -75761,14 +75761,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24130, + offset: 24132, line: 671, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 24158, + offset: 24160, line: 671, - col: 69, + col: 71, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -75780,14 +75780,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24145, + offset: 24147, line: 671, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 24157, + offset: 24159, line: 671, - col: 68, + col: 70, }, }, ExpressionType: "const char [11]", @@ -75800,14 +75800,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24130, + offset: 24132, line: 671, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 24144, + offset: 24146, line: 671, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -75818,14 +75818,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24130, + offset: 24132, line: 671, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 24144, + offset: 24146, line: 671, - col: 55, + col: 57, }, }, }, @@ -75835,14 +75835,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24202, + offset: 24204, line: 672, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 24244, + offset: 24246, line: 672, - col: 83, + col: 85, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -75854,14 +75854,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24207, + offset: 24209, line: 672, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 24243, + offset: 24245, line: 672, - col: 82, + col: 84, }, }, ExpressionType: "const char [35]", @@ -75874,14 +75874,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24202, + offset: 24204, line: 672, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 24206, + offset: 24208, line: 672, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -75892,14 +75892,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24202, + offset: 24204, line: 672, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 24206, + offset: 24208, line: 672, - col: 45, + col: 47, }, }, }, @@ -75913,14 +75913,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24111, + offset: 24113, line: 671, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 24129, + offset: 24131, line: 671, - col: 40, + col: 42, }, }, }, @@ -75933,28 +75933,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24251, + offset: 24253, line: 673, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24288, + offset: 24290, line: 673, - col: 40, + col: 42, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24251, + offset: 24253, line: 673, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24287, + offset: 24289, line: 673, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -75965,14 +75965,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24268, + offset: 24270, line: 673, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 24286, + offset: 24288, line: 673, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -75983,14 +75983,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24268, + offset: 24270, line: 673, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 24286, + offset: 24288, line: 673, - col: 38, + col: 40, }, }, }, @@ -76000,14 +76000,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24251, + offset: 24253, line: 673, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24267, + offset: 24269, line: 673, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -76020,14 +76020,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24258, + offset: 24260, line: 673, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 24267, + offset: 24269, line: 673, - col: 19, + col: 21, }, }, }, @@ -76035,14 +76035,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24251, + offset: 24253, line: 673, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24257, + offset: 24259, line: 673, - col: 9, + col: 11, }, }, ExpressionType: "", @@ -76053,14 +76053,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24251, + offset: 24253, line: 673, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24257, + offset: 24259, line: 673, - col: 9, + col: 11, }, }, }, @@ -76072,42 +76072,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24294, + offset: 24296, line: 675, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24468, + offset: 24470, line: 676, - col: 100, + col: 102, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24294, + offset: 24296, line: 675, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24468, + offset: 24470, line: 676, - col: 100, + col: 102, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24294, + offset: 24296, line: 675, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24312, + offset: 24314, line: 675, - col: 21, + col: 23, }, }, IsConst: false, @@ -76125,14 +76125,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24294, + offset: 24296, line: 675, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24312, + offset: 24314, line: 675, - col: 21, + col: 23, }, }, }, @@ -76143,14 +76143,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24313, + offset: 24315, line: 675, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 24467, + offset: 24469, line: 676, - col: 99, + col: 101, }, }, DeclaresParameterPack: false, @@ -76158,14 +76158,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24333, + offset: 24335, line: 675, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 24467, + offset: 24469, line: 676, - col: 99, + col: 101, }, }, 'Prop_Arguments': [ @@ -76173,14 +76173,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24334, + offset: 24336, line: 675, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 24365, + offset: 24367, line: 675, - col: 74, + col: 76, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -76192,14 +76192,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24349, + offset: 24351, line: 675, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 24364, + offset: 24366, line: 675, - col: 73, + col: 75, }, }, ExpressionType: "const char [14]", @@ -76212,14 +76212,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24334, + offset: 24336, line: 675, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 24348, + offset: 24350, line: 675, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -76230,14 +76230,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24334, + offset: 24336, line: 675, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 24348, + offset: 24350, line: 675, - col: 57, + col: 59, }, }, }, @@ -76247,14 +76247,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24411, + offset: 24413, line: 676, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 24466, + offset: 24468, line: 676, - col: 98, + col: 100, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -76266,14 +76266,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24416, + offset: 24418, line: 676, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 24465, + offset: 24467, line: 676, - col: 97, + col: 99, }, }, ExpressionType: "const char [48]", @@ -76286,14 +76286,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24411, + offset: 24413, line: 676, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 24415, + offset: 24417, line: 676, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -76304,14 +76304,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24411, + offset: 24413, line: 676, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 24415, + offset: 24417, line: 676, - col: 47, + col: 49, }, }, }, @@ -76329,14 +76329,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24334, + offset: 24336, line: 675, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 24365, + offset: 24367, line: 675, - col: 74, + col: 76, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -76348,14 +76348,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24349, + offset: 24351, line: 675, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 24364, + offset: 24366, line: 675, - col: 73, + col: 75, }, }, ExpressionType: "const char [14]", @@ -76368,14 +76368,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24334, + offset: 24336, line: 675, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 24348, + offset: 24350, line: 675, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -76386,14 +76386,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24334, + offset: 24336, line: 675, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 24348, + offset: 24350, line: 675, - col: 57, + col: 59, }, }, }, @@ -76403,14 +76403,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24411, + offset: 24413, line: 676, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 24466, + offset: 24468, line: 676, - col: 98, + col: 100, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -76422,14 +76422,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24416, + offset: 24418, line: 676, - col: 48, + col: 50, }, end: { '@type': "uast:Position", - offset: 24465, + offset: 24467, line: 676, - col: 97, + col: 99, }, }, ExpressionType: "const char [48]", @@ -76442,14 +76442,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24411, + offset: 24413, line: 676, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 24415, + offset: 24417, line: 676, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -76460,14 +76460,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24411, + offset: 24413, line: 676, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 24415, + offset: 24417, line: 676, - col: 47, + col: 49, }, }, }, @@ -76481,14 +76481,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24313, + offset: 24315, line: 675, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 24333, + offset: 24335, line: 675, - col: 42, + col: 44, }, }, }, @@ -76501,28 +76501,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24473, + offset: 24475, line: 677, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24512, + offset: 24514, line: 677, - col: 42, + col: 44, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24473, + offset: 24475, line: 677, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24511, + offset: 24513, line: 677, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -76533,14 +76533,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24490, + offset: 24492, line: 677, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 24510, + offset: 24512, line: 677, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -76551,14 +76551,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24490, + offset: 24492, line: 677, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 24510, + offset: 24512, line: 677, - col: 40, + col: 42, }, }, }, @@ -76568,14 +76568,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24473, + offset: 24475, line: 677, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24489, + offset: 24491, line: 677, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -76588,14 +76588,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24480, + offset: 24482, line: 677, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 24489, + offset: 24491, line: 677, - col: 19, + col: 21, }, }, }, @@ -76603,14 +76603,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24473, + offset: 24475, line: 677, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24479, + offset: 24481, line: 677, - col: 9, + col: 11, }, }, ExpressionType: "", @@ -76621,14 +76621,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24473, + offset: 24475, line: 677, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24479, + offset: 24481, line: 677, - col: 9, + col: 11, }, }, }, @@ -76640,42 +76640,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24518, + offset: 24520, line: 679, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24709, + offset: 24711, line: 680, - col: 108, + col: 110, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24518, + offset: 24520, line: 679, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24709, + offset: 24711, line: 680, - col: 108, + col: 110, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24518, + offset: 24520, line: 679, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24536, + offset: 24538, line: 679, - col: 21, + col: 23, }, }, IsConst: false, @@ -76693,14 +76693,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24518, + offset: 24520, line: 679, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24536, + offset: 24538, line: 679, - col: 21, + col: 23, }, }, }, @@ -76711,14 +76711,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24537, + offset: 24539, line: 679, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 24708, + offset: 24710, line: 680, - col: 107, + col: 109, }, }, DeclaresParameterPack: false, @@ -76726,14 +76726,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24560, + offset: 24562, line: 679, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 24708, + offset: 24710, line: 680, - col: 107, + col: 109, }, }, 'Prop_Arguments': [ @@ -76741,14 +76741,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24561, + offset: 24563, line: 679, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 24598, + offset: 24600, line: 679, - col: 83, + col: 85, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -76760,14 +76760,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24576, + offset: 24578, line: 679, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 24597, + offset: 24599, line: 679, - col: 82, + col: 84, }, }, ExpressionType: "const char [20]", @@ -76780,14 +76780,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24561, + offset: 24563, line: 679, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 24575, + offset: 24577, line: 679, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -76798,14 +76798,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24561, + offset: 24563, line: 679, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 24575, + offset: 24577, line: 679, - col: 60, + col: 62, }, }, }, @@ -76815,14 +76815,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24647, + offset: 24649, line: 680, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 24707, + offset: 24709, line: 680, - col: 106, + col: 108, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -76834,14 +76834,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24652, + offset: 24654, line: 680, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 24706, + offset: 24708, line: 680, - col: 105, + col: 107, }, }, ExpressionType: "const char [53]", @@ -76854,14 +76854,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24647, + offset: 24649, line: 680, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 24651, + offset: 24653, line: 680, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -76872,14 +76872,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24647, + offset: 24649, line: 680, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 24651, + offset: 24653, line: 680, - col: 50, + col: 52, }, }, }, @@ -76897,14 +76897,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24561, + offset: 24563, line: 679, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 24598, + offset: 24600, line: 679, - col: 83, + col: 85, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -76916,14 +76916,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24576, + offset: 24578, line: 679, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 24597, + offset: 24599, line: 679, - col: 82, + col: 84, }, }, ExpressionType: "const char [20]", @@ -76936,14 +76936,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24561, + offset: 24563, line: 679, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 24575, + offset: 24577, line: 679, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -76954,14 +76954,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24561, + offset: 24563, line: 679, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 24575, + offset: 24577, line: 679, - col: 60, + col: 62, }, }, }, @@ -76971,14 +76971,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24647, + offset: 24649, line: 680, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 24707, + offset: 24709, line: 680, - col: 106, + col: 108, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -76990,14 +76990,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24652, + offset: 24654, line: 680, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 24706, + offset: 24708, line: 680, - col: 105, + col: 107, }, }, ExpressionType: "const char [53]", @@ -77010,14 +77010,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24647, + offset: 24649, line: 680, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 24651, + offset: 24653, line: 680, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -77028,14 +77028,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24647, + offset: 24649, line: 680, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 24651, + offset: 24653, line: 680, - col: 50, + col: 52, }, }, }, @@ -77049,14 +77049,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24537, + offset: 24539, line: 679, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 24560, + offset: 24562, line: 679, - col: 45, + col: 47, }, }, }, @@ -77069,28 +77069,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24714, + offset: 24716, line: 681, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24753, + offset: 24755, line: 681, - col: 42, + col: 44, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24714, + offset: 24716, line: 681, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24752, + offset: 24754, line: 681, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -77101,14 +77101,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24731, + offset: 24733, line: 681, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 24751, + offset: 24753, line: 681, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -77119,14 +77119,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24731, + offset: 24733, line: 681, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 24751, + offset: 24753, line: 681, - col: 40, + col: 42, }, }, }, @@ -77136,14 +77136,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24714, + offset: 24716, line: 681, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24730, + offset: 24732, line: 681, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -77156,14 +77156,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24721, + offset: 24723, line: 681, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 24730, + offset: 24732, line: 681, - col: 19, + col: 21, }, }, }, @@ -77171,14 +77171,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24714, + offset: 24716, line: 681, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24720, + offset: 24722, line: 681, - col: 9, + col: 11, }, }, ExpressionType: "", @@ -77189,14 +77189,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24714, + offset: 24716, line: 681, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24720, + offset: 24722, line: 681, - col: 9, + col: 11, }, }, }, @@ -77208,42 +77208,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24759, + offset: 24761, line: 683, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25042, + offset: 25044, line: 685, - col: 80, + col: 82, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24759, + offset: 24761, line: 683, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25042, + offset: 25044, line: 685, - col: 80, + col: 82, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24759, + offset: 24761, line: 683, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24777, + offset: 24779, line: 683, - col: 21, + col: 23, }, }, IsConst: false, @@ -77261,14 +77261,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24759, + offset: 24761, line: 683, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 24777, + offset: 24779, line: 683, - col: 21, + col: 23, }, }, }, @@ -77279,14 +77279,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24778, + offset: 24780, line: 683, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 25041, + offset: 25043, line: 685, - col: 79, + col: 81, }, }, DeclaresParameterPack: false, @@ -77294,14 +77294,14 @@ '@role': [Declaration, Incomplete, Initialization], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24799, + offset: 24801, line: 683, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 25041, + offset: 25043, line: 685, - col: 79, + col: 81, }, }, 'Prop_Arguments': [ @@ -77309,14 +77309,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24800, + offset: 24802, line: 683, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 24835, + offset: 24837, line: 683, - col: 79, + col: 81, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -77328,14 +77328,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24815, + offset: 24817, line: 683, - col: 59, + col: 61, }, end: { '@type': "uast:Position", - offset: 24834, + offset: 24836, line: 683, - col: 78, + col: 80, }, }, ExpressionType: "const char [18]", @@ -77348,14 +77348,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24800, + offset: 24802, line: 683, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 24814, + offset: 24816, line: 683, - col: 58, + col: 60, }, }, ExpressionType: "", @@ -77366,14 +77366,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24800, + offset: 24802, line: 683, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 24814, + offset: 24816, line: 683, - col: 58, + col: 60, }, }, }, @@ -77383,14 +77383,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24882, + offset: 24884, line: 684, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 24959, + offset: 24961, line: 684, - col: 121, + col: 123, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -77402,14 +77402,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24887, + offset: 24889, line: 684, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 24958, + offset: 24960, line: 684, - col: 120, + col: 122, }, }, ExpressionType: "const char [70]", @@ -77422,14 +77422,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24882, + offset: 24884, line: 684, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 24886, + offset: 24888, line: 684, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -77440,14 +77440,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24882, + offset: 24884, line: 684, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 24886, + offset: 24888, line: 684, - col: 48, + col: 50, }, }, }, @@ -77457,14 +77457,14 @@ '@role': [Argument, Call, Declaration, Expression, Function, Incomplete, Initialization, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25006, + offset: 25008, line: 685, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 25040, + offset: 25042, line: 685, - col: 78, + col: 80, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -77476,14 +77476,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25021, + offset: 25023, line: 685, - col: 59, + col: 61, }, end: { '@type': "uast:Position", - offset: 25039, + offset: 25041, line: 685, - col: 77, + col: 79, }, }, ExpressionType: "const char [17]", @@ -77496,14 +77496,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25006, + offset: 25008, line: 685, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 25020, + offset: 25022, line: 685, - col: 58, + col: 60, }, }, ExpressionType: "", @@ -77514,14 +77514,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25006, + offset: 25008, line: 685, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 25020, + offset: 25022, line: 685, - col: 58, + col: 60, }, }, }, @@ -77539,14 +77539,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24800, + offset: 24802, line: 683, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 24835, + offset: 24837, line: 683, - col: 79, + col: 81, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -77558,14 +77558,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24815, + offset: 24817, line: 683, - col: 59, + col: 61, }, end: { '@type': "uast:Position", - offset: 24834, + offset: 24836, line: 683, - col: 78, + col: 80, }, }, ExpressionType: "const char [18]", @@ -77578,14 +77578,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24800, + offset: 24802, line: 683, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 24814, + offset: 24816, line: 683, - col: 58, + col: 60, }, }, ExpressionType: "", @@ -77596,14 +77596,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24800, + offset: 24802, line: 683, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 24814, + offset: 24816, line: 683, - col: 58, + col: 60, }, }, }, @@ -77613,14 +77613,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24882, + offset: 24884, line: 684, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 24959, + offset: 24961, line: 684, - col: 121, + col: 123, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -77632,14 +77632,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24887, + offset: 24889, line: 684, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 24958, + offset: 24960, line: 684, - col: 120, + col: 122, }, }, ExpressionType: "const char [70]", @@ -77652,14 +77652,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24882, + offset: 24884, line: 684, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 24886, + offset: 24888, line: 684, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -77670,14 +77670,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24882, + offset: 24884, line: 684, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 24886, + offset: 24888, line: 684, - col: 48, + col: 50, }, }, }, @@ -77687,14 +77687,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25006, + offset: 25008, line: 685, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 25040, + offset: 25042, line: 685, - col: 78, + col: 80, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -77706,14 +77706,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25021, + offset: 25023, line: 685, - col: 59, + col: 61, }, end: { '@type': "uast:Position", - offset: 25039, + offset: 25041, line: 685, - col: 77, + col: 79, }, }, ExpressionType: "const char [17]", @@ -77726,14 +77726,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25006, + offset: 25008, line: 685, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 25020, + offset: 25022, line: 685, - col: 58, + col: 60, }, }, ExpressionType: "", @@ -77744,14 +77744,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25006, + offset: 25008, line: 685, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 25020, + offset: 25022, line: 685, - col: 58, + col: 60, }, }, }, @@ -77765,14 +77765,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 24778, + offset: 24780, line: 683, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 24799, + offset: 24801, line: 683, - col: 43, + col: 45, }, }, }, @@ -77785,28 +77785,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25047, + offset: 25049, line: 686, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25087, + offset: 25089, line: 686, - col: 43, + col: 45, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25047, + offset: 25049, line: 686, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25086, + offset: 25088, line: 686, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -77817,14 +77817,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25064, + offset: 25066, line: 686, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 25085, + offset: 25087, line: 686, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -77835,14 +77835,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25064, + offset: 25066, line: 686, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 25085, + offset: 25087, line: 686, - col: 41, + col: 43, }, }, }, @@ -77852,14 +77852,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25047, + offset: 25049, line: 686, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25063, + offset: 25065, line: 686, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -77872,14 +77872,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25054, + offset: 25056, line: 686, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 25063, + offset: 25065, line: 686, - col: 19, + col: 21, }, }, }, @@ -77887,14 +77887,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25047, + offset: 25049, line: 686, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25053, + offset: 25055, line: 686, - col: 9, + col: 11, }, }, ExpressionType: "", @@ -77905,14 +77905,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25047, + offset: 25049, line: 686, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25053, + offset: 25055, line: 686, - col: 9, + col: 11, }, }, }, @@ -77924,28 +77924,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25093, + offset: 25095, line: 688, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25341, + offset: 25343, line: 690, - col: 77, + col: 79, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25093, + offset: 25095, line: 688, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25340, + offset: 25342, line: 690, - col: 76, + col: 78, }, }, ExpressionType: "", @@ -77956,14 +77956,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25122, + offset: 25124, line: 688, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 25152, + offset: 25154, line: 688, - col: 62, + col: 64, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -77975,14 +77975,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25137, + offset: 25139, line: 688, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 25151, + offset: 25153, line: 688, - col: 61, + col: 63, }, }, ExpressionType: "const char [13]", @@ -77995,14 +77995,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25122, + offset: 25124, line: 688, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 25136, + offset: 25138, line: 688, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -78013,14 +78013,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25122, + offset: 25124, line: 688, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 25136, + offset: 25138, line: 688, - col: 46, + col: 48, }, }, }, @@ -78030,14 +78030,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25187, + offset: 25189, line: 689, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 25261, + offset: 25263, line: 689, - col: 106, + col: 108, }, }, ExpressionType: "Attempt to use symbol failed: i18n", @@ -78049,14 +78049,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25192, + offset: 25194, line: 689, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 25260, + offset: 25262, line: 689, - col: 105, + col: 107, }, }, ExpressionType: "const char [67]", @@ -78069,14 +78069,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25187, + offset: 25189, line: 689, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 25191, + offset: 25193, line: 689, - col: 36, + col: 38, }, }, ExpressionType: "", @@ -78087,14 +78087,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25187, + offset: 25189, line: 689, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 25191, + offset: 25193, line: 689, - col: 36, + col: 38, }, }, }, @@ -78104,14 +78104,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25296, + offset: 25298, line: 690, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 25339, + offset: 25341, line: 690, - col: 75, + col: 77, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -78123,14 +78123,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25311, + offset: 25313, line: 690, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 25338, + offset: 25340, line: 690, - col: 74, + col: 76, }, }, ExpressionType: "const char [26]", @@ -78143,14 +78143,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25296, + offset: 25298, line: 690, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 25310, + offset: 25312, line: 690, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -78161,14 +78161,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25296, + offset: 25298, line: 690, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 25310, + offset: 25312, line: 690, - col: 46, + col: 48, }, }, }, @@ -78179,14 +78179,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25093, + offset: 25095, line: 688, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25121, + offset: 25123, line: 688, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -78199,14 +78199,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25100, + offset: 25102, line: 688, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 25121, + offset: 25123, line: 688, - col: 31, + col: 33, }, }, }, @@ -78214,14 +78214,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25093, + offset: 25095, line: 688, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25099, + offset: 25101, line: 688, - col: 9, + col: 11, }, }, ExpressionType: "", @@ -78232,14 +78232,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25093, + offset: 25095, line: 688, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25099, + offset: 25101, line: 688, - col: 9, + col: 11, }, }, }, @@ -78251,28 +78251,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25347, + offset: 25349, line: 692, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25365, + offset: 25367, line: 692, - col: 21, + col: 23, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25347, + offset: 25349, line: 692, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25364, + offset: 25366, line: 692, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -78283,14 +78283,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25362, + offset: 25364, line: 692, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 25363, + offset: 25365, line: 692, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -78301,14 +78301,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25362, + offset: 25364, line: 692, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 25363, + offset: 25365, line: 692, - col: 19, + col: 21, }, }, }, @@ -78318,14 +78318,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25347, + offset: 25349, line: 692, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25361, + offset: 25363, line: 692, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -78338,14 +78338,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25354, + offset: 25356, line: 692, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 25361, + offset: 25363, line: 692, - col: 17, + col: 19, }, }, }, @@ -78353,14 +78353,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25347, + offset: 25349, line: 692, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25353, + offset: 25355, line: 692, - col: 9, + col: 11, }, }, ExpressionType: "", @@ -78371,14 +78371,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25347, + offset: 25349, line: 692, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25353, + offset: 25355, line: 692, - col: 9, + col: 11, }, }, }, @@ -78390,28 +78390,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25370, + offset: 25372, line: 693, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25400, + offset: 25402, line: 693, - col: 33, + col: 35, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25370, + offset: 25372, line: 693, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25399, + offset: 25401, line: 693, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -78422,14 +78422,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25391, + offset: 25393, line: 693, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 25398, + offset: 25400, line: 693, - col: 31, + col: 33, }, }, ExpressionType: "? *", @@ -78439,14 +78439,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25392, + offset: 25394, line: 693, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 25398, + offset: 25400, line: 693, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -78457,14 +78457,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25392, + offset: 25394, line: 693, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 25398, + offset: 25400, line: 693, - col: 31, + col: 33, }, }, }, @@ -78476,14 +78476,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25370, + offset: 25372, line: 693, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25390, + offset: 25392, line: 693, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -78496,14 +78496,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25372, + offset: 25374, line: 693, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 25390, + offset: 25392, line: 693, - col: 23, + col: 25, }, }, }, @@ -78511,14 +78511,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25370, + offset: 25372, line: 693, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25371, + offset: 25373, line: 693, - col: 4, + col: 6, }, }, ExpressionType: "", @@ -78529,14 +78529,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25370, + offset: 25372, line: 693, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25371, + offset: 25373, line: 693, - col: 4, + col: 6, }, }, }, @@ -78548,28 +78548,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25475, + offset: 25477, line: 699, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25732, + offset: 25734, line: 704, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25479, + offset: 25481, line: 699, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 25511, + offset: 25513, line: 699, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -78580,14 +78580,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25492, + offset: 25494, line: 699, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 25510, + offset: 25512, line: 699, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -78598,14 +78598,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25492, + offset: 25494, line: 699, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 25510, + offset: 25512, line: 699, - col: 38, + col: 40, }, }, }, @@ -78615,14 +78615,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25479, + offset: 25481, line: 699, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 25491, + offset: 25493, line: 699, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -78635,14 +78635,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25486, + offset: 25488, line: 699, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 25491, + offset: 25493, line: 699, - col: 19, + col: 21, }, }, }, @@ -78650,14 +78650,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25479, + offset: 25481, line: 699, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 25485, + offset: 25487, line: 699, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -78668,14 +78668,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25479, + offset: 25481, line: 699, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 25485, + offset: 25487, line: 699, - col: 13, + col: 15, }, }, }, @@ -78686,14 +78686,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25513, + offset: 25515, line: 699, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 25732, + offset: 25734, line: 704, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -78701,28 +78701,28 @@ '@role': [For, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25523, + offset: 25525, line: 700, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 25708, + offset: 25710, line: 702, - col: 8, + col: 10, }, }, 'Prop_Body': { '@type': "CPPASTCompoundStatement", '@role': [Body, For], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25566, + offset: 25568, line: 700, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 25708, + offset: 25710, line: 702, - col: 8, + col: 10, }, }, 'Prop_Statements': [ @@ -78730,14 +78730,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25580, + offset: 25582, line: 701, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 25698, + offset: 25700, line: 701, - col: 129, + col: 131, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -78745,14 +78745,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25580, + offset: 25582, line: 701, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 25697, + offset: 25699, line: 701, - col: 128, + col: 130, }, }, ExpressionType: "", @@ -78762,14 +78762,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25688, + offset: 25690, line: 701, - col: 119, + col: 121, }, end: { '@type': "uast:Position", - offset: 25697, + offset: 25699, line: 701, - col: 128, + col: 130, }, }, ExpressionType: "", @@ -78779,14 +78779,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25688, + offset: 25690, line: 701, - col: 119, + col: 121, }, end: { '@type': "uast:Position", - offset: 25697, + offset: 25699, line: 701, - col: 128, + col: 130, }, }, IsConversionOperator: false, @@ -78798,14 +78798,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25688, + offset: 25690, line: 701, - col: 119, + col: 121, }, end: { '@type': "uast:Position", - offset: 25691, + offset: 25693, line: 701, - col: 122, + col: 124, }, }, }, @@ -78814,14 +78814,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25693, + offset: 25695, line: 701, - col: 124, + col: 126, }, end: { '@type': "uast:Position", - offset: 25697, + offset: 25699, line: 701, - col: 128, + col: 130, }, }, }, @@ -78832,14 +78832,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25688, + offset: 25690, line: 701, - col: 119, + col: 121, }, end: { '@type': "uast:Position", - offset: 25691, + offset: 25693, line: 701, - col: 122, + col: 124, }, }, }, @@ -78851,14 +78851,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25580, + offset: 25582, line: 701, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 25684, + offset: 25686, line: 701, - col: 115, + col: 117, }, }, ExpressionType: "", @@ -78868,14 +78868,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25652, + offset: 25654, line: 701, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 25684, + offset: 25686, line: 701, - col: 115, + col: 117, }, }, ExpressionType: "Attempt to use symbol failed: qPrintable", @@ -78886,14 +78886,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25663, + offset: 25665, line: 701, - col: 94, + col: 96, }, end: { '@type': "uast:Position", - offset: 25683, + offset: 25685, line: 701, - col: 114, + col: 116, }, }, ExpressionType: "", @@ -78903,14 +78903,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25663, + offset: 25665, line: 701, - col: 94, + col: 96, }, end: { '@type': "uast:Position", - offset: 25681, + offset: 25683, line: 701, - col: 112, + col: 114, }, }, ExpressionType: "", @@ -78923,14 +78923,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25670, + offset: 25672, line: 701, - col: 101, + col: 103, }, end: { '@type': "uast:Position", - offset: 25681, + offset: 25683, line: 701, - col: 112, + col: 114, }, }, }, @@ -78938,14 +78938,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25663, + offset: 25665, line: 701, - col: 94, + col: 96, }, end: { '@type': "uast:Position", - offset: 25669, + offset: 25671, line: 701, - col: 100, + col: 102, }, }, ExpressionType: "", @@ -78956,14 +78956,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25663, + offset: 25665, line: 701, - col: 94, + col: 96, }, end: { '@type': "uast:Position", - offset: 25669, + offset: 25671, line: 701, - col: 100, + col: 102, }, }, }, @@ -78975,14 +78975,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25652, + offset: 25654, line: 701, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 25662, + offset: 25664, line: 701, - col: 93, + col: 95, }, }, ExpressionType: "", @@ -78993,14 +78993,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25652, + offset: 25654, line: 701, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 25662, + offset: 25664, line: 701, - col: 93, + col: 95, }, }, }, @@ -79011,14 +79011,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25580, + offset: 25582, line: 701, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 25648, + offset: 25650, line: 701, - col: 79, + col: 81, }, }, ExpressionType: "", @@ -79028,14 +79028,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25623, + offset: 25625, line: 701, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 25648, + offset: 25650, line: 701, - col: 79, + col: 81, }, }, ExpressionType: "Attempt to use symbol failed: qPrintable", @@ -79046,14 +79046,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25634, + offset: 25636, line: 701, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 25647, + offset: 25649, line: 701, - col: 78, + col: 80, }, }, ExpressionType: "", @@ -79063,14 +79063,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25634, + offset: 25636, line: 701, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 25645, + offset: 25647, line: 701, - col: 76, + col: 78, }, }, ExpressionType: "", @@ -79083,14 +79083,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25641, + offset: 25643, line: 701, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 25645, + offset: 25647, line: 701, - col: 76, + col: 78, }, }, }, @@ -79098,14 +79098,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25634, + offset: 25636, line: 701, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 25640, + offset: 25642, line: 701, - col: 71, + col: 73, }, }, ExpressionType: "", @@ -79116,14 +79116,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25634, + offset: 25636, line: 701, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 25640, + offset: 25642, line: 701, - col: 71, + col: 73, }, }, }, @@ -79135,14 +79135,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25623, + offset: 25625, line: 701, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 25633, + offset: 25635, line: 701, - col: 64, + col: 66, }, }, ExpressionType: "", @@ -79153,14 +79153,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25623, + offset: 25625, line: 701, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 25633, + offset: 25635, line: 701, - col: 64, + col: 66, }, }, }, @@ -79171,14 +79171,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25580, + offset: 25582, line: 701, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 25619, + offset: 25621, line: 701, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -79188,14 +79188,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25610, + offset: 25612, line: 701, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 25619, + offset: 25621, line: 701, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -79205,14 +79205,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25610, + offset: 25612, line: 701, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 25619, + offset: 25621, line: 701, - col: 50, + col: 52, }, }, IsConversionOperator: false, @@ -79224,14 +79224,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25610, + offset: 25612, line: 701, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 25613, + offset: 25615, line: 701, - col: 44, + col: 46, }, }, }, @@ -79240,14 +79240,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25615, + offset: 25617, line: 701, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 25619, + offset: 25621, line: 701, - col: 50, + col: 52, }, }, }, @@ -79258,14 +79258,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25610, + offset: 25612, line: 701, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 25613, + offset: 25615, line: 701, - col: 44, + col: 46, }, }, }, @@ -79277,14 +79277,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25580, + offset: 25582, line: 701, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 25606, + offset: 25608, line: 701, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -79294,14 +79294,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25593, + offset: 25595, line: 701, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 25606, + offset: 25608, line: 701, - col: 37, + col: 39, }, }, ExpressionType: "Attempt to use symbol failed: setw", @@ -79313,14 +79313,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25603, + offset: 25605, line: 701, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 25605, + offset: 25607, line: 701, - col: 36, + col: 38, }, }, ExpressionType: "int", @@ -79333,14 +79333,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25593, + offset: 25595, line: 701, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 25602, + offset: 25604, line: 701, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -79350,14 +79350,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25593, + offset: 25595, line: 701, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 25602, + offset: 25604, line: 701, - col: 33, + col: 35, }, }, IsConversionOperator: false, @@ -79369,14 +79369,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25593, + offset: 25595, line: 701, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 25596, + offset: 25598, line: 701, - col: 27, + col: 29, }, }, }, @@ -79385,14 +79385,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25598, + offset: 25600, line: 701, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 25602, + offset: 25604, line: 701, - col: 33, + col: 35, }, }, }, @@ -79403,14 +79403,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25593, + offset: 25595, line: 701, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 25596, + offset: 25598, line: 701, - col: 27, + col: 29, }, }, }, @@ -79422,14 +79422,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25580, + offset: 25582, line: 701, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 25589, + offset: 25591, line: 701, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -79439,14 +79439,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25580, + offset: 25582, line: 701, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 25589, + offset: 25591, line: 701, - col: 20, + col: 22, }, }, IsConversionOperator: false, @@ -79458,14 +79458,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25580, + offset: 25582, line: 701, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 25583, + offset: 25585, line: 701, - col: 14, + col: 16, }, }, }, @@ -79474,14 +79474,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25585, + offset: 25587, line: 701, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 25589, + offset: 25591, line: 701, - col: 20, + col: 22, }, }, }, @@ -79492,14 +79492,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25580, + offset: 25582, line: 701, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 25583, + offset: 25585, line: 701, - col: 14, + col: 16, }, }, }, @@ -79510,14 +79510,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25593, + offset: 25595, line: 701, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 25606, + offset: 25608, line: 701, - col: 37, + col: 39, }, }, ExpressionType: "Attempt to use symbol failed: setw", @@ -79529,14 +79529,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25603, + offset: 25605, line: 701, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 25605, + offset: 25607, line: 701, - col: 36, + col: 38, }, }, ExpressionType: "int", @@ -79549,14 +79549,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25593, + offset: 25595, line: 701, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 25602, + offset: 25604, line: 701, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -79566,14 +79566,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25593, + offset: 25595, line: 701, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 25602, + offset: 25604, line: 701, - col: 33, + col: 35, }, }, IsConversionOperator: false, @@ -79585,14 +79585,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25593, + offset: 25595, line: 701, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 25596, + offset: 25598, line: 701, - col: 27, + col: 29, }, }, }, @@ -79601,14 +79601,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25598, + offset: 25600, line: 701, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 25602, + offset: 25604, line: 701, - col: 33, + col: 35, }, }, }, @@ -79619,14 +79619,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25593, + offset: 25595, line: 701, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 25596, + offset: 25598, line: 701, - col: 27, + col: 29, }, }, }, @@ -79639,14 +79639,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25610, + offset: 25612, line: 701, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 25619, + offset: 25621, line: 701, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -79656,14 +79656,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25610, + offset: 25612, line: 701, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 25619, + offset: 25621, line: 701, - col: 50, + col: 52, }, }, IsConversionOperator: false, @@ -79675,14 +79675,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25610, + offset: 25612, line: 701, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 25613, + offset: 25615, line: 701, - col: 44, + col: 46, }, }, }, @@ -79691,14 +79691,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25615, + offset: 25617, line: 701, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 25619, + offset: 25621, line: 701, - col: 50, + col: 52, }, }, }, @@ -79709,14 +79709,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25610, + offset: 25612, line: 701, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 25613, + offset: 25615, line: 701, - col: 44, + col: 46, }, }, }, @@ -79728,14 +79728,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25623, + offset: 25625, line: 701, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 25648, + offset: 25650, line: 701, - col: 79, + col: 81, }, }, ExpressionType: "Attempt to use symbol failed: qPrintable", @@ -79746,14 +79746,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25634, + offset: 25636, line: 701, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 25647, + offset: 25649, line: 701, - col: 78, + col: 80, }, }, ExpressionType: "", @@ -79763,14 +79763,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25634, + offset: 25636, line: 701, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 25645, + offset: 25647, line: 701, - col: 76, + col: 78, }, }, ExpressionType: "", @@ -79783,14 +79783,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25641, + offset: 25643, line: 701, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 25645, + offset: 25647, line: 701, - col: 76, + col: 78, }, }, }, @@ -79798,14 +79798,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25634, + offset: 25636, line: 701, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 25640, + offset: 25642, line: 701, - col: 71, + col: 73, }, }, ExpressionType: "", @@ -79816,14 +79816,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25634, + offset: 25636, line: 701, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 25640, + offset: 25642, line: 701, - col: 71, + col: 73, }, }, }, @@ -79835,14 +79835,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25623, + offset: 25625, line: 701, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 25633, + offset: 25635, line: 701, - col: 64, + col: 66, }, }, ExpressionType: "", @@ -79853,14 +79853,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25623, + offset: 25625, line: 701, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 25633, + offset: 25635, line: 701, - col: 64, + col: 66, }, }, }, @@ -79871,14 +79871,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25652, + offset: 25654, line: 701, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 25684, + offset: 25686, line: 701, - col: 115, + col: 117, }, }, ExpressionType: "Attempt to use symbol failed: qPrintable", @@ -79889,14 +79889,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25663, + offset: 25665, line: 701, - col: 94, + col: 96, }, end: { '@type': "uast:Position", - offset: 25683, + offset: 25685, line: 701, - col: 114, + col: 116, }, }, ExpressionType: "", @@ -79906,14 +79906,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25663, + offset: 25665, line: 701, - col: 94, + col: 96, }, end: { '@type': "uast:Position", - offset: 25681, + offset: 25683, line: 701, - col: 112, + col: 114, }, }, ExpressionType: "", @@ -79926,14 +79926,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25670, + offset: 25672, line: 701, - col: 101, + col: 103, }, end: { '@type': "uast:Position", - offset: 25681, + offset: 25683, line: 701, - col: 112, + col: 114, }, }, }, @@ -79941,14 +79941,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25663, + offset: 25665, line: 701, - col: 94, + col: 96, }, end: { '@type': "uast:Position", - offset: 25669, + offset: 25671, line: 701, - col: 100, + col: 102, }, }, ExpressionType: "", @@ -79959,14 +79959,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25663, + offset: 25665, line: 701, - col: 94, + col: 96, }, end: { '@type': "uast:Position", - offset: 25669, + offset: 25671, line: 701, - col: 100, + col: 102, }, }, }, @@ -79978,14 +79978,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25652, + offset: 25654, line: 701, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 25662, + offset: 25664, line: 701, - col: 93, + col: 95, }, }, ExpressionType: "", @@ -79996,14 +79996,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25652, + offset: 25654, line: 701, - col: 83, + col: 85, }, end: { '@type': "uast:Position", - offset: 25662, + offset: 25664, line: 701, - col: 93, + col: 95, }, }, }, @@ -80014,14 +80014,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25688, + offset: 25690, line: 701, - col: 119, + col: 121, }, end: { '@type': "uast:Position", - offset: 25697, + offset: 25699, line: 701, - col: 128, + col: 130, }, }, ExpressionType: "", @@ -80031,14 +80031,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25688, + offset: 25690, line: 701, - col: 119, + col: 121, }, end: { '@type': "uast:Position", - offset: 25697, + offset: 25699, line: 701, - col: 128, + col: 130, }, }, IsConversionOperator: false, @@ -80050,14 +80050,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25688, + offset: 25690, line: 701, - col: 119, + col: 121, }, end: { '@type': "uast:Position", - offset: 25691, + offset: 25693, line: 701, - col: 122, + col: 124, }, }, }, @@ -80066,14 +80066,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25693, + offset: 25695, line: 701, - col: 124, + col: 126, }, end: { '@type': "uast:Position", - offset: 25697, + offset: 25699, line: 701, - col: 128, + col: 130, }, }, }, @@ -80084,14 +80084,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25688, + offset: 25690, line: 701, - col: 119, + col: 121, }, end: { '@type': "uast:Position", - offset: 25691, + offset: 25693, line: 701, - col: 122, + col: 124, }, }, }, @@ -80106,14 +80106,14 @@ '@role': [Declaration, For, Statement, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25528, + offset: 25530, line: 700, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 25546, + offset: 25548, line: 700, - col: 30, + col: 32, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -80121,14 +80121,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25528, + offset: 25530, line: 700, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 25538, + offset: 25540, line: 700, - col: 22, + col: 24, }, }, IsComplex: false, @@ -80154,14 +80154,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25539, + offset: 25541, line: 700, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 25546, + offset: 25548, line: 700, - col: 30, + col: 32, }, }, DeclaresParameterPack: false, @@ -80170,14 +80170,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25540, + offset: 25542, line: 700, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 25546, + offset: 25548, line: 700, - col: 30, + col: 32, }, }, }, @@ -80190,14 +80190,14 @@ '@role': [Expression, For, Iterator, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25548, + offset: 25550, line: 700, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 25564, + offset: 25566, line: 700, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -80208,14 +80208,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25548, + offset: 25550, line: 700, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 25564, + offset: 25566, line: 700, - col: 48, + col: 50, }, }, }, @@ -80225,14 +80225,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25717, + offset: 25719, line: 703, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 25726, + offset: 25728, line: 703, - col: 16, + col: 18, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTLiteralExpression", @@ -80240,14 +80240,14 @@ '@role': [Expression, Literal, Number, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25724, + offset: 25726, line: 703, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 25725, + offset: 25727, line: 703, - col: 15, + col: 17, }, }, ExpressionType: "int", @@ -80260,14 +80260,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25724, + offset: 25726, line: 703, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 25725, + offset: 25727, line: 703, - col: 15, + col: 17, }, }, ExpressionType: "int", @@ -80283,28 +80283,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25738, + offset: 25740, line: 706, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25853, + offset: 25855, line: 708, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25742, + offset: 25744, line: 706, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 25777, + offset: 25779, line: 706, - col: 42, + col: 44, }, }, ExpressionType: "", @@ -80315,14 +80315,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25755, + offset: 25757, line: 706, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 25776, + offset: 25778, line: 706, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -80333,14 +80333,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25755, + offset: 25757, line: 706, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 25776, + offset: 25778, line: 706, - col: 41, + col: 43, }, }, }, @@ -80350,14 +80350,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25742, + offset: 25744, line: 706, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 25754, + offset: 25756, line: 706, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -80370,14 +80370,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25749, + offset: 25751, line: 706, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 25754, + offset: 25756, line: 706, - col: 19, + col: 21, }, }, }, @@ -80385,14 +80385,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25742, + offset: 25744, line: 706, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 25748, + offset: 25750, line: 706, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -80403,14 +80403,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25742, + offset: 25744, line: 706, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 25748, + offset: 25750, line: 706, - col: 13, + col: 15, }, }, }, @@ -80421,14 +80421,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25779, + offset: 25781, line: 706, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 25853, + offset: 25855, line: 708, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -80436,28 +80436,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25789, + offset: 25791, line: 707, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 25847, + offset: 25849, line: 707, - col: 65, + col: 67, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25789, + offset: 25791, line: 707, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 25846, + offset: 25848, line: 707, - col: 64, + col: 66, }, }, ExpressionType: "", @@ -80468,14 +80468,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25810, + offset: 25812, line: 707, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 25845, + offset: 25847, line: 707, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -80486,14 +80486,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25823, + offset: 25825, line: 707, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 25844, + offset: 25846, line: 707, - col: 62, + col: 64, }, }, ExpressionType: "", @@ -80504,14 +80504,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25823, + offset: 25825, line: 707, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 25844, + offset: 25846, line: 707, - col: 62, + col: 64, }, }, }, @@ -80521,14 +80521,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25810, + offset: 25812, line: 707, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 25822, + offset: 25824, line: 707, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -80541,14 +80541,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25817, + offset: 25819, line: 707, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 25822, + offset: 25824, line: 707, - col: 40, + col: 42, }, }, }, @@ -80556,14 +80556,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25810, + offset: 25812, line: 707, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 25816, + offset: 25818, line: 707, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -80574,14 +80574,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25810, + offset: 25812, line: 707, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 25816, + offset: 25818, line: 707, - col: 34, + col: 36, }, }, }, @@ -80593,14 +80593,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25789, + offset: 25791, line: 707, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 25809, + offset: 25811, line: 707, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -80613,14 +80613,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25791, + offset: 25793, line: 707, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 25809, + offset: 25811, line: 707, - col: 27, + col: 29, }, }, }, @@ -80628,14 +80628,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25789, + offset: 25791, line: 707, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 25790, + offset: 25792, line: 707, - col: 8, + col: 10, }, }, ExpressionType: "", @@ -80646,14 +80646,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25789, + offset: 25791, line: 707, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 25790, + offset: 25792, line: 707, - col: 8, + col: 10, }, }, }, @@ -80668,28 +80668,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25859, + offset: 25861, line: 710, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25923, + offset: 25925, line: 710, - col: 67, + col: 69, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25859, + offset: 25861, line: 710, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25922, + offset: 25924, line: 710, - col: 66, + col: 68, }, }, ExpressionType: "Attempt to use symbol failed: setUseLibinput", @@ -80700,14 +80700,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25893, + offset: 25895, line: 710, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 25921, + offset: 25923, line: 710, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -80718,14 +80718,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25906, + offset: 25908, line: 710, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 25920, + offset: 25922, line: 710, - col: 64, + col: 66, }, }, ExpressionType: "", @@ -80736,14 +80736,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25906, + offset: 25908, line: 710, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 25920, + offset: 25922, line: 710, - col: 64, + col: 66, }, }, }, @@ -80753,14 +80753,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25893, + offset: 25895, line: 710, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 25905, + offset: 25907, line: 710, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -80773,14 +80773,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25900, + offset: 25902, line: 710, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 25905, + offset: 25907, line: 710, - col: 49, + col: 51, }, }, }, @@ -80788,14 +80788,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25893, + offset: 25895, line: 710, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 25899, + offset: 25901, line: 710, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -80806,14 +80806,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25893, + offset: 25895, line: 710, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 25899, + offset: 25901, line: 710, - col: 43, + col: 45, }, }, }, @@ -80825,14 +80825,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25859, + offset: 25861, line: 710, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25892, + offset: 25894, line: 710, - col: 36, + col: 38, }, }, ExpressionType: "", @@ -80842,14 +80842,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25859, + offset: 25861, line: 710, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25892, + offset: 25894, line: 710, - col: 36, + col: 38, }, }, IsConversionOperator: false, @@ -80861,14 +80861,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25859, + offset: 25861, line: 710, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25863, + offset: 25865, line: 710, - col: 7, + col: 9, }, }, }, @@ -80877,14 +80877,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25865, + offset: 25867, line: 710, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 25876, + offset: 25878, line: 710, - col: 20, + col: 22, }, }, }, @@ -80893,14 +80893,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25878, + offset: 25880, line: 710, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 25892, + offset: 25894, line: 710, - col: 36, + col: 38, }, }, }, @@ -80911,14 +80911,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25859, + offset: 25861, line: 710, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25863, + offset: 25865, line: 710, - col: 7, + col: 9, }, }, }, @@ -80927,14 +80927,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25865, + offset: 25867, line: 710, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 25876, + offset: 25878, line: 710, - col: 20, + col: 22, }, }, }, @@ -80947,42 +80947,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25929, + offset: 25931, line: 712, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25948, + offset: 25950, line: 712, - col: 22, + col: 24, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25929, + offset: 25931, line: 712, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25948, + offset: 25950, line: 712, - col: 22, + col: 24, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25929, + offset: 25931, line: 712, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25936, + offset: 25938, line: 712, - col: 10, + col: 12, }, }, IsConst: false, @@ -81000,14 +81000,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25929, + offset: 25931, line: 712, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25936, + offset: 25938, line: 712, - col: 10, + col: 12, }, }, }, @@ -81018,14 +81018,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25937, + offset: 25939, line: 712, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 25947, + offset: 25949, line: 712, - col: 21, + col: 23, }, }, DeclaresParameterPack: false, @@ -81034,14 +81034,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25937, + offset: 25939, line: 712, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 25947, + offset: 25949, line: 712, - col: 21, + col: 23, }, }, }, @@ -81054,42 +81054,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25953, + offset: 25955, line: 713, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25977, + offset: 25979, line: 713, - col: 27, + col: 29, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25953, + offset: 25955, line: 713, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25977, + offset: 25979, line: 713, - col: 27, + col: 29, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25953, + offset: 25955, line: 713, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25958, + offset: 25960, line: 713, - col: 8, + col: 10, }, }, IsConst: false, @@ -81107,14 +81107,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25953, + offset: 25955, line: 713, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25958, + offset: 25960, line: 713, - col: 8, + col: 10, }, }, }, @@ -81125,14 +81125,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25959, + offset: 25961, line: 713, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 25976, + offset: 25978, line: 713, - col: 26, + col: 28, }, }, DeclaresParameterPack: false, @@ -81141,14 +81141,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25959, + offset: 25961, line: 713, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 25976, + offset: 25978, line: 713, - col: 26, + col: 28, }, }, }, @@ -81161,42 +81161,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25982, + offset: 25984, line: 714, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 26010, + offset: 26012, line: 714, - col: 31, + col: 33, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25982, + offset: 25984, line: 714, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 26010, + offset: 26012, line: 714, - col: 31, + col: 33, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25982, + offset: 25984, line: 714, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25992, + offset: 25994, line: 714, - col: 13, + col: 15, }, }, IsConst: false, @@ -81214,14 +81214,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25982, + offset: 25984, line: 714, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 25992, + offset: 25994, line: 714, - col: 13, + col: 15, }, }, }, @@ -81232,14 +81232,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25993, + offset: 25995, line: 714, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 26009, + offset: 26011, line: 714, - col: 30, + col: 32, }, }, DeclaresParameterPack: false, @@ -81248,14 +81248,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25993, + offset: 25995, line: 714, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 26009, + offset: 26011, line: 714, - col: 30, + col: 32, }, }, }, @@ -81268,28 +81268,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26015, + offset: 26017, line: 715, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 26035, + offset: 26037, line: 715, - col: 23, + col: 25, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26015, + offset: 26017, line: 715, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 26035, + offset: 26037, line: 715, - col: 23, + col: 25, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -81297,14 +81297,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26015, + offset: 26017, line: 715, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 26018, + offset: 26020, line: 715, - col: 6, + col: 8, }, }, IsComplex: false, @@ -81330,14 +81330,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26019, + offset: 26021, line: 715, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26034, + offset: 26036, line: 715, - col: 22, + col: 24, }, }, DeclaresParameterPack: false, @@ -81345,14 +81345,14 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26031, + offset: 26033, line: 715, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 26034, + offset: 26036, line: 715, - col: 22, + col: 24, }, }, 'Prop_Expression': { '@type': "CPPASTLiteralExpression", @@ -81360,14 +81360,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26033, + offset: 26035, line: 715, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 26034, + offset: 26036, line: 715, - col: 22, + col: 24, }, }, ExpressionType: "int", @@ -81380,14 +81380,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26033, + offset: 26035, line: 715, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 26034, + offset: 26036, line: 715, - col: 22, + col: 24, }, }, ExpressionType: "int", @@ -81401,14 +81401,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26019, + offset: 26021, line: 715, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26030, + offset: 26032, line: 715, - col: 18, + col: 20, }, }, }, @@ -81421,42 +81421,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26040, + offset: 26042, line: 716, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 26062, + offset: 26064, line: 716, - col: 25, + col: 27, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26040, + offset: 26042, line: 716, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 26062, + offset: 26064, line: 716, - col: 25, + col: 27, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26040, + offset: 26042, line: 716, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 26045, + offset: 26047, line: 716, - col: 8, + col: 10, }, }, IsConst: false, @@ -81474,14 +81474,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26040, + offset: 26042, line: 716, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 26045, + offset: 26047, line: 716, - col: 8, + col: 10, }, }, }, @@ -81492,14 +81492,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26046, + offset: 26048, line: 716, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 26061, + offset: 26063, line: 716, - col: 24, + col: 26, }, }, DeclaresParameterPack: false, @@ -81507,14 +81507,14 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26058, + offset: 26060, line: 716, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 26061, + offset: 26063, line: 716, - col: 24, + col: 26, }, }, 'Prop_Expression': { '@type': "CPPASTLiteralExpression", @@ -81522,14 +81522,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26060, + offset: 26062, line: 716, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 26061, + offset: 26063, line: 716, - col: 24, + col: 26, }, }, ExpressionType: "int", @@ -81542,14 +81542,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26060, + offset: 26062, line: 716, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 26061, + offset: 26063, line: 716, - col: 24, + col: 26, }, }, ExpressionType: "int", @@ -81563,14 +81563,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26046, + offset: 26048, line: 716, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 26057, + offset: 26059, line: 716, - col: 20, + col: 22, }, }, }, @@ -81583,28 +81583,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26186, + offset: 26188, line: 724, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 26920, + offset: 26922, line: 744, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26190, + offset: 26192, line: 724, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26203, + offset: 26205, line: 724, - col: 20, + col: 22, }, }, ExpressionType: "const bool", @@ -81615,14 +81615,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26190, + offset: 26192, line: 724, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26203, + offset: 26205, line: 724, - col: 20, + col: 22, }, }, }, @@ -81631,14 +81631,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26205, + offset: 26207, line: 724, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 26920, + offset: 26922, line: 744, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -81646,28 +81646,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26215, + offset: 26217, line: 725, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26231, + offset: 26233, line: 725, - col: 23, + col: 25, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26215, + offset: 26217, line: 725, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26231, + offset: 26233, line: 725, - col: 23, + col: 25, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -81675,14 +81675,14 @@ '@role': [Boolean, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26215, + offset: 26217, line: 725, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26219, + offset: 26221, line: 725, - col: 11, + col: 13, }, }, IsComplex: false, @@ -81708,14 +81708,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26220, + offset: 26222, line: 725, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 26230, + offset: 26232, line: 725, - col: 22, + col: 24, }, }, DeclaresParameterPack: false, @@ -81723,14 +81723,14 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26223, + offset: 26225, line: 725, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 26230, + offset: 26232, line: 725, - col: 22, + col: 24, }, }, 'Prop_Expression': { '@type': "CPPASTLiteralExpression", @@ -81738,14 +81738,14 @@ '@role': [Boolean, Expression, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26225, + offset: 26227, line: 725, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 26230, + offset: 26232, line: 725, - col: 22, + col: 24, }, }, ExpressionType: "bool", @@ -81758,14 +81758,14 @@ '@role': [Boolean, Expression, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26225, + offset: 26227, line: 725, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 26230, + offset: 26232, line: 725, - col: 22, + col: 24, }, }, ExpressionType: "bool", @@ -81779,14 +81779,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26220, + offset: 26222, line: 725, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 26222, + offset: 26224, line: 725, - col: 14, + col: 16, }, }, }, @@ -81799,28 +81799,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26240, + offset: 26242, line: 726, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26295, + offset: 26297, line: 726, - col: 62, + col: 64, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26240, + offset: 26242, line: 726, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26295, + offset: 26297, line: 726, - col: 62, + col: 64, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -81828,14 +81828,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26240, + offset: 26242, line: 726, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26249, + offset: 26251, line: 726, - col: 16, + col: 18, }, }, IsComplex: false, @@ -81861,14 +81861,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26250, + offset: 26252, line: 726, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 26294, + offset: 26296, line: 726, - col: 61, + col: 63, }, }, DeclaresParameterPack: false, @@ -81876,28 +81876,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26256, + offset: 26258, line: 726, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 26294, + offset: 26296, line: 726, - col: 61, + col: 63, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26258, + offset: 26260, line: 726, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 26294, + offset: 26296, line: 726, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -81908,14 +81908,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26290, + offset: 26292, line: 726, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 26293, + offset: 26295, line: 726, - col: 60, + col: 62, }, }, ExpressionType: "bool *", @@ -81925,14 +81925,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26291, + offset: 26293, line: 726, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 26293, + offset: 26295, line: 726, - col: 60, + col: 62, }, }, ExpressionType: "bool", @@ -81943,14 +81943,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26291, + offset: 26293, line: 726, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 26293, + offset: 26295, line: 726, - col: 60, + col: 62, }, }, }, @@ -81962,14 +81962,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26258, + offset: 26260, line: 726, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 26289, + offset: 26291, line: 726, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -81982,14 +81982,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26284, + offset: 26286, line: 726, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 26289, + offset: 26291, line: 726, - col: 56, + col: 58, }, }, }, @@ -81997,14 +81997,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26258, + offset: 26260, line: 726, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 26283, + offset: 26285, line: 726, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -82015,14 +82015,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26271, + offset: 26273, line: 726, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 26282, + offset: 26284, line: 726, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -82033,14 +82033,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26271, + offset: 26273, line: 726, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 26282, + offset: 26284, line: 726, - col: 49, + col: 51, }, }, }, @@ -82050,14 +82050,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26258, + offset: 26260, line: 726, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 26270, + offset: 26272, line: 726, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -82070,14 +82070,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26265, + offset: 26267, line: 726, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 26270, + offset: 26272, line: 726, - col: 37, + col: 39, }, }, }, @@ -82085,14 +82085,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26258, + offset: 26260, line: 726, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 26264, + offset: 26266, line: 726, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -82103,14 +82103,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26258, + offset: 26260, line: 726, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 26264, + offset: 26266, line: 726, - col: 31, + col: 33, }, }, }, @@ -82123,14 +82123,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26258, + offset: 26260, line: 726, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 26294, + offset: 26296, line: 726, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -82141,14 +82141,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26290, + offset: 26292, line: 726, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 26293, + offset: 26295, line: 726, - col: 60, + col: 62, }, }, ExpressionType: "bool *", @@ -82158,14 +82158,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26291, + offset: 26293, line: 726, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 26293, + offset: 26295, line: 726, - col: 60, + col: 62, }, }, ExpressionType: "bool", @@ -82176,14 +82176,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26291, + offset: 26293, line: 726, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 26293, + offset: 26295, line: 726, - col: 60, + col: 62, }, }, }, @@ -82195,14 +82195,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26258, + offset: 26260, line: 726, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 26289, + offset: 26291, line: 726, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -82215,14 +82215,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26284, + offset: 26286, line: 726, - col: 51, + col: 53, }, end: { '@type': "uast:Position", - offset: 26289, + offset: 26291, line: 726, - col: 56, + col: 58, }, }, }, @@ -82230,14 +82230,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26258, + offset: 26260, line: 726, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 26283, + offset: 26285, line: 726, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -82248,14 +82248,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26271, + offset: 26273, line: 726, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 26282, + offset: 26284, line: 726, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -82266,14 +82266,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26271, + offset: 26273, line: 726, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 26282, + offset: 26284, line: 726, - col: 49, + col: 51, }, }, }, @@ -82283,14 +82283,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26258, + offset: 26260, line: 726, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 26270, + offset: 26272, line: 726, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -82303,14 +82303,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26265, + offset: 26267, line: 726, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 26270, + offset: 26272, line: 726, - col: 37, + col: 39, }, }, }, @@ -82318,14 +82318,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26258, + offset: 26260, line: 726, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 26264, + offset: 26266, line: 726, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -82336,14 +82336,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26258, + offset: 26260, line: 726, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 26264, + offset: 26266, line: 726, - col: 31, + col: 33, }, }, }, @@ -82358,14 +82358,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26250, + offset: 26252, line: 726, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 26255, + offset: 26257, line: 726, - col: 22, + col: 24, }, }, }, @@ -82378,28 +82378,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26304, + offset: 26306, line: 727, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26425, + offset: 26427, line: 730, - col: 8, + col: 10, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTUnaryExpression", '@role': [Not, Relational, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26308, + offset: 26310, line: 727, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26311, + offset: 26313, line: 727, - col: 14, + col: 16, }, }, ExpressionType: "bool", @@ -82409,14 +82409,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26309, + offset: 26311, line: 727, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 26311, + offset: 26313, line: 727, - col: 14, + col: 16, }, }, ExpressionType: "bool", @@ -82427,14 +82427,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26309, + offset: 26311, line: 727, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 26311, + offset: 26313, line: 727, - col: 14, + col: 16, }, }, }, @@ -82445,14 +82445,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26313, + offset: 26315, line: 727, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 26425, + offset: 26427, line: 730, - col: 8, + col: 10, }, }, 'Prop_Statements': [ @@ -82460,14 +82460,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26327, + offset: 26329, line: 728, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26393, + offset: 26395, line: 728, - col: 77, + col: 79, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -82475,14 +82475,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26327, + offset: 26329, line: 728, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26392, + offset: 26394, line: 728, - col: 76, + col: 78, }, }, ExpressionType: "", @@ -82492,14 +82492,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26383, + offset: 26385, line: 728, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 26392, + offset: 26394, line: 728, - col: 76, + col: 78, }, }, ExpressionType: "", @@ -82509,14 +82509,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26383, + offset: 26385, line: 728, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 26392, + offset: 26394, line: 728, - col: 76, + col: 78, }, }, IsConversionOperator: false, @@ -82528,14 +82528,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26383, + offset: 26385, line: 728, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 26386, + offset: 26388, line: 728, - col: 70, + col: 72, }, }, }, @@ -82544,14 +82544,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26388, + offset: 26390, line: 728, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 26392, + offset: 26394, line: 728, - col: 76, + col: 78, }, }, }, @@ -82562,14 +82562,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26383, + offset: 26385, line: 728, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 26386, + offset: 26388, line: 728, - col: 70, + col: 72, }, }, }, @@ -82581,14 +82581,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26327, + offset: 26329, line: 728, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26379, + offset: 26381, line: 728, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -82599,14 +82599,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26340, + offset: 26342, line: 728, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 26379, + offset: 26381, line: 728, - col: 63, + col: 65, }, }, ExpressionType: "const char [38]", @@ -82618,14 +82618,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26327, + offset: 26329, line: 728, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26336, + offset: 26338, line: 728, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -82635,14 +82635,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26327, + offset: 26329, line: 728, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26336, + offset: 26338, line: 728, - col: 20, + col: 22, }, }, IsConversionOperator: false, @@ -82654,14 +82654,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26327, + offset: 26329, line: 728, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26330, + offset: 26332, line: 728, - col: 14, + col: 16, }, }, }, @@ -82670,14 +82670,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26332, + offset: 26334, line: 728, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 26336, + offset: 26338, line: 728, - col: 20, + col: 22, }, }, }, @@ -82688,14 +82688,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26327, + offset: 26329, line: 728, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26330, + offset: 26332, line: 728, - col: 14, + col: 16, }, }, }, @@ -82707,14 +82707,14 @@ '@role': [Binary, Expression, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26340, + offset: 26342, line: 728, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 26379, + offset: 26381, line: 728, - col: 63, + col: 65, }, }, ExpressionType: "const char [38]", @@ -82727,14 +82727,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26383, + offset: 26385, line: 728, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 26392, + offset: 26394, line: 728, - col: 76, + col: 78, }, }, ExpressionType: "", @@ -82744,14 +82744,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26383, + offset: 26385, line: 728, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 26392, + offset: 26394, line: 728, - col: 76, + col: 78, }, }, IsConversionOperator: false, @@ -82763,14 +82763,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26383, + offset: 26385, line: 728, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 26386, + offset: 26388, line: 728, - col: 70, + col: 72, }, }, }, @@ -82779,14 +82779,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26388, + offset: 26390, line: 728, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 26392, + offset: 26394, line: 728, - col: 76, + col: 78, }, }, }, @@ -82797,14 +82797,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26383, + offset: 26385, line: 728, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 26386, + offset: 26388, line: 728, - col: 70, + col: 72, }, }, }, @@ -82817,14 +82817,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26406, + offset: 26408, line: 729, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26415, + offset: 26417, line: 729, - col: 20, + col: 22, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTLiteralExpression", @@ -82832,14 +82832,14 @@ '@role': [Expression, Literal, Number, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26413, + offset: 26415, line: 729, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 26414, + offset: 26416, line: 729, - col: 19, + col: 21, }, }, ExpressionType: "int", @@ -82852,14 +82852,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26413, + offset: 26415, line: 729, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 26414, + offset: 26416, line: 729, - col: 19, + col: 21, }, }, ExpressionType: "int", @@ -82875,28 +82875,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26434, + offset: 26436, line: 731, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26491, + offset: 26493, line: 731, - col: 64, + col: 66, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26434, + offset: 26436, line: 731, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26491, + offset: 26493, line: 731, - col: 64, + col: 66, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -82904,14 +82904,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26434, + offset: 26436, line: 731, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26443, + offset: 26445, line: 731, - col: 16, + col: 18, }, }, IsComplex: false, @@ -82937,14 +82937,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26444, + offset: 26446, line: 731, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 26490, + offset: 26492, line: 731, - col: 63, + col: 65, }, }, DeclaresParameterPack: false, @@ -82952,28 +82952,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26451, + offset: 26453, line: 731, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 26490, + offset: 26492, line: 731, - col: 63, + col: 65, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26453, + offset: 26455, line: 731, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 26490, + offset: 26492, line: 731, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -82984,14 +82984,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26486, + offset: 26488, line: 731, - col: 59, + col: 61, }, end: { '@type': "uast:Position", - offset: 26489, + offset: 26491, line: 731, - col: 62, + col: 64, }, }, ExpressionType: "bool *", @@ -83001,14 +83001,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26487, + offset: 26489, line: 731, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 26489, + offset: 26491, line: 731, - col: 62, + col: 64, }, }, ExpressionType: "bool", @@ -83019,14 +83019,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26487, + offset: 26489, line: 731, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 26489, + offset: 26491, line: 731, - col: 62, + col: 64, }, }, }, @@ -83038,14 +83038,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26453, + offset: 26455, line: 731, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 26485, + offset: 26487, line: 731, - col: 58, + col: 60, }, }, ExpressionType: "", @@ -83058,14 +83058,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26480, + offset: 26482, line: 731, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 26485, + offset: 26487, line: 731, - col: 58, + col: 60, }, }, }, @@ -83073,14 +83073,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26453, + offset: 26455, line: 731, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 26479, + offset: 26481, line: 731, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -83091,14 +83091,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26466, + offset: 26468, line: 731, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 26478, + offset: 26480, line: 731, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -83109,14 +83109,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26466, + offset: 26468, line: 731, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 26478, + offset: 26480, line: 731, - col: 51, + col: 53, }, }, }, @@ -83126,14 +83126,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26453, + offset: 26455, line: 731, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 26465, + offset: 26467, line: 731, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -83146,14 +83146,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26460, + offset: 26462, line: 731, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 26465, + offset: 26467, line: 731, - col: 38, + col: 40, }, }, }, @@ -83161,14 +83161,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26453, + offset: 26455, line: 731, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 26459, + offset: 26461, line: 731, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -83179,14 +83179,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26453, + offset: 26455, line: 731, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 26459, + offset: 26461, line: 731, - col: 32, + col: 34, }, }, }, @@ -83199,14 +83199,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26453, + offset: 26455, line: 731, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 26490, + offset: 26492, line: 731, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -83217,14 +83217,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26486, + offset: 26488, line: 731, - col: 59, + col: 61, }, end: { '@type': "uast:Position", - offset: 26489, + offset: 26491, line: 731, - col: 62, + col: 64, }, }, ExpressionType: "bool *", @@ -83234,14 +83234,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26487, + offset: 26489, line: 731, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 26489, + offset: 26491, line: 731, - col: 62, + col: 64, }, }, ExpressionType: "bool", @@ -83252,14 +83252,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26487, + offset: 26489, line: 731, - col: 60, + col: 62, }, end: { '@type': "uast:Position", - offset: 26489, + offset: 26491, line: 731, - col: 62, + col: 64, }, }, }, @@ -83271,14 +83271,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26453, + offset: 26455, line: 731, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 26485, + offset: 26487, line: 731, - col: 58, + col: 60, }, }, ExpressionType: "", @@ -83291,14 +83291,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26480, + offset: 26482, line: 731, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 26485, + offset: 26487, line: 731, - col: 58, + col: 60, }, }, }, @@ -83306,14 +83306,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26453, + offset: 26455, line: 731, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 26479, + offset: 26481, line: 731, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -83324,14 +83324,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26466, + offset: 26468, line: 731, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 26478, + offset: 26480, line: 731, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -83342,14 +83342,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26466, + offset: 26468, line: 731, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 26478, + offset: 26480, line: 731, - col: 51, + col: 53, }, }, }, @@ -83359,14 +83359,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26453, + offset: 26455, line: 731, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 26465, + offset: 26467, line: 731, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -83379,14 +83379,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26460, + offset: 26462, line: 731, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 26465, + offset: 26467, line: 731, - col: 38, + col: 40, }, }, }, @@ -83394,14 +83394,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26453, + offset: 26455, line: 731, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 26459, + offset: 26461, line: 731, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -83412,14 +83412,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26453, + offset: 26455, line: 731, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 26459, + offset: 26461, line: 731, - col: 32, + col: 34, }, }, }, @@ -83434,14 +83434,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26444, + offset: 26446, line: 731, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 26450, + offset: 26452, line: 731, - col: 23, + col: 25, }, }, }, @@ -83454,28 +83454,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26500, + offset: 26502, line: 732, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26622, + offset: 26624, line: 735, - col: 8, + col: 10, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTUnaryExpression", '@role': [Not, Relational, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26504, + offset: 26506, line: 732, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26507, + offset: 26509, line: 732, - col: 14, + col: 16, }, }, ExpressionType: "bool", @@ -83485,14 +83485,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26505, + offset: 26507, line: 732, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 26507, + offset: 26509, line: 732, - col: 14, + col: 16, }, }, ExpressionType: "bool", @@ -83503,14 +83503,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26505, + offset: 26507, line: 732, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 26507, + offset: 26509, line: 732, - col: 14, + col: 16, }, }, }, @@ -83521,14 +83521,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26509, + offset: 26511, line: 732, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 26622, + offset: 26624, line: 735, - col: 8, + col: 10, }, }, 'Prop_Statements': [ @@ -83536,14 +83536,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26523, + offset: 26525, line: 733, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26590, + offset: 26592, line: 733, - col: 78, + col: 80, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -83551,14 +83551,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26523, + offset: 26525, line: 733, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26589, + offset: 26591, line: 733, - col: 77, + col: 79, }, }, ExpressionType: "", @@ -83568,14 +83568,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26580, + offset: 26582, line: 733, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 26589, + offset: 26591, line: 733, - col: 77, + col: 79, }, }, ExpressionType: "", @@ -83585,14 +83585,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26580, + offset: 26582, line: 733, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 26589, + offset: 26591, line: 733, - col: 77, + col: 79, }, }, IsConversionOperator: false, @@ -83604,14 +83604,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26580, + offset: 26582, line: 733, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 26583, + offset: 26585, line: 733, - col: 71, + col: 73, }, }, }, @@ -83620,14 +83620,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26585, + offset: 26587, line: 733, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 26589, + offset: 26591, line: 733, - col: 77, + col: 79, }, }, }, @@ -83638,14 +83638,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26580, + offset: 26582, line: 733, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 26583, + offset: 26585, line: 733, - col: 71, + col: 73, }, }, }, @@ -83657,14 +83657,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26523, + offset: 26525, line: 733, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26576, + offset: 26578, line: 733, - col: 64, + col: 66, }, }, ExpressionType: "", @@ -83675,14 +83675,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26536, + offset: 26538, line: 733, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 26576, + offset: 26578, line: 733, - col: 64, + col: 66, }, }, ExpressionType: "const char [39]", @@ -83694,14 +83694,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26523, + offset: 26525, line: 733, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26532, + offset: 26534, line: 733, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -83711,14 +83711,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26523, + offset: 26525, line: 733, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26532, + offset: 26534, line: 733, - col: 20, + col: 22, }, }, IsConversionOperator: false, @@ -83730,14 +83730,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26523, + offset: 26525, line: 733, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26526, + offset: 26528, line: 733, - col: 14, + col: 16, }, }, }, @@ -83746,14 +83746,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26528, + offset: 26530, line: 733, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 26532, + offset: 26534, line: 733, - col: 20, + col: 22, }, }, }, @@ -83764,14 +83764,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26523, + offset: 26525, line: 733, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26526, + offset: 26528, line: 733, - col: 14, + col: 16, }, }, }, @@ -83783,14 +83783,14 @@ '@role': [Binary, Expression, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26536, + offset: 26538, line: 733, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 26576, + offset: 26578, line: 733, - col: 64, + col: 66, }, }, ExpressionType: "const char [39]", @@ -83803,14 +83803,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26580, + offset: 26582, line: 733, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 26589, + offset: 26591, line: 733, - col: 77, + col: 79, }, }, ExpressionType: "", @@ -83820,14 +83820,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26580, + offset: 26582, line: 733, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 26589, + offset: 26591, line: 733, - col: 77, + col: 79, }, }, IsConversionOperator: false, @@ -83839,14 +83839,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26580, + offset: 26582, line: 733, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 26583, + offset: 26585, line: 733, - col: 71, + col: 73, }, }, }, @@ -83855,14 +83855,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26585, + offset: 26587, line: 733, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 26589, + offset: 26591, line: 733, - col: 77, + col: 79, }, }, }, @@ -83873,14 +83873,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26580, + offset: 26582, line: 733, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 26583, + offset: 26585, line: 733, - col: 71, + col: 73, }, }, }, @@ -83893,14 +83893,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26603, + offset: 26605, line: 734, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26612, + offset: 26614, line: 734, - col: 20, + col: 22, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTLiteralExpression", @@ -83908,14 +83908,14 @@ '@role': [Expression, Literal, Number, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26610, + offset: 26612, line: 734, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 26611, + offset: 26613, line: 734, - col: 19, + col: 21, }, }, ExpressionType: "int", @@ -83928,14 +83928,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26610, + offset: 26612, line: 734, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 26611, + offset: 26613, line: 734, - col: 19, + col: 21, }, }, ExpressionType: "int", @@ -83951,42 +83951,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26631, + offset: 26633, line: 736, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26691, + offset: 26693, line: 736, - col: 67, + col: 69, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26631, + offset: 26633, line: 736, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26691, + offset: 26693, line: 736, - col: 67, + col: 69, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26631, + offset: 26633, line: 736, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26642, + offset: 26644, line: 736, - col: 18, + col: 20, }, }, IsConst: true, @@ -84004,14 +84004,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26637, + offset: 26639, line: 736, - col: 13, + col: 15, }, end: { '@type': "uast:Position", - offset: 26642, + offset: 26644, line: 736, - col: 18, + col: 20, }, }, }, @@ -84022,14 +84022,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26643, + offset: 26645, line: 736, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 26690, + offset: 26692, line: 736, - col: 66, + col: 68, }, }, DeclaresParameterPack: false, @@ -84037,28 +84037,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26649, + offset: 26651, line: 736, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 26690, + offset: 26692, line: 736, - col: 66, + col: 68, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26651, + offset: 26653, line: 736, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 26690, + offset: 26692, line: 736, - col: 66, + col: 68, }, }, ExpressionType: "", @@ -84069,14 +84069,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26686, + offset: 26688, line: 736, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 26689, + offset: 26691, line: 736, - col: 65, + col: 67, }, }, ExpressionType: "bool *", @@ -84086,14 +84086,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26687, + offset: 26689, line: 736, - col: 63, + col: 65, }, end: { '@type': "uast:Position", - offset: 26689, + offset: 26691, line: 736, - col: 65, + col: 67, }, }, ExpressionType: "bool", @@ -84104,14 +84104,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26687, + offset: 26689, line: 736, - col: 63, + col: 65, }, end: { '@type': "uast:Position", - offset: 26689, + offset: 26691, line: 736, - col: 65, + col: 67, }, }, }, @@ -84123,14 +84123,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26651, + offset: 26653, line: 736, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 26685, + offset: 26687, line: 736, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -84143,14 +84143,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26677, + offset: 26679, line: 736, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 26685, + offset: 26687, line: 736, - col: 61, + col: 63, }, }, }, @@ -84158,14 +84158,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26651, + offset: 26653, line: 736, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 26676, + offset: 26678, line: 736, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -84176,14 +84176,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26664, + offset: 26666, line: 736, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 26675, + offset: 26677, line: 736, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -84194,14 +84194,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26664, + offset: 26666, line: 736, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 26675, + offset: 26677, line: 736, - col: 51, + col: 53, }, }, }, @@ -84211,14 +84211,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26651, + offset: 26653, line: 736, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 26663, + offset: 26665, line: 736, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -84231,14 +84231,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26658, + offset: 26660, line: 736, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 26663, + offset: 26665, line: 736, - col: 39, + col: 41, }, }, }, @@ -84246,14 +84246,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26651, + offset: 26653, line: 736, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 26657, + offset: 26659, line: 736, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -84264,14 +84264,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26651, + offset: 26653, line: 736, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 26657, + offset: 26659, line: 736, - col: 33, + col: 35, }, }, }, @@ -84284,14 +84284,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26651, + offset: 26653, line: 736, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 26690, + offset: 26692, line: 736, - col: 66, + col: 68, }, }, ExpressionType: "", @@ -84302,14 +84302,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26686, + offset: 26688, line: 736, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 26689, + offset: 26691, line: 736, - col: 65, + col: 67, }, }, ExpressionType: "bool *", @@ -84319,14 +84319,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26687, + offset: 26689, line: 736, - col: 63, + col: 65, }, end: { '@type': "uast:Position", - offset: 26689, + offset: 26691, line: 736, - col: 65, + col: 67, }, }, ExpressionType: "bool", @@ -84337,14 +84337,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26687, + offset: 26689, line: 736, - col: 63, + col: 65, }, end: { '@type': "uast:Position", - offset: 26689, + offset: 26691, line: 736, - col: 65, + col: 67, }, }, }, @@ -84356,14 +84356,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26651, + offset: 26653, line: 736, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 26685, + offset: 26687, line: 736, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -84376,14 +84376,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26677, + offset: 26679, line: 736, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 26685, + offset: 26687, line: 736, - col: 61, + col: 63, }, }, }, @@ -84391,14 +84391,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26651, + offset: 26653, line: 736, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 26676, + offset: 26678, line: 736, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -84409,14 +84409,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26664, + offset: 26666, line: 736, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 26675, + offset: 26677, line: 736, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -84427,14 +84427,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26664, + offset: 26666, line: 736, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 26675, + offset: 26677, line: 736, - col: 51, + col: 53, }, }, }, @@ -84444,14 +84444,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26651, + offset: 26653, line: 736, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 26663, + offset: 26665, line: 736, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -84464,14 +84464,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26658, + offset: 26660, line: 736, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 26663, + offset: 26665, line: 736, - col: 39, + col: 41, }, }, }, @@ -84479,14 +84479,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26651, + offset: 26653, line: 736, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 26657, + offset: 26659, line: 736, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -84497,14 +84497,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26651, + offset: 26653, line: 736, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 26657, + offset: 26659, line: 736, - col: 33, + col: 35, }, }, }, @@ -84519,14 +84519,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26643, + offset: 26645, line: 736, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 26648, + offset: 26650, line: 736, - col: 24, + col: 26, }, }, }, @@ -84539,14 +84539,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26700, + offset: 26702, line: 737, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26834, + offset: 26836, line: 740, - col: 8, + col: 10, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTBinaryExpression", @@ -84554,14 +84554,14 @@ '@role': [Binary, Boolean, Expression, Or], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26704, + offset: 26706, line: 737, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26720, + offset: 26722, line: 737, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -84572,14 +84572,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, LessThan, Relational, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26711, + offset: 26713, line: 737, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 26720, + offset: 26722, line: 737, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -84590,14 +84590,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26719, + offset: 26721, line: 737, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 26720, + offset: 26722, line: 737, - col: 27, + col: 29, }, }, ExpressionType: "int", @@ -84609,14 +84609,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26711, + offset: 26713, line: 737, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 26716, + offset: 26718, line: 737, - col: 23, + col: 25, }, }, ExpressionType: "const ?", @@ -84627,14 +84627,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26711, + offset: 26713, line: 737, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 26716, + offset: 26718, line: 737, - col: 23, + col: 25, }, }, }, @@ -84644,14 +84644,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26719, + offset: 26721, line: 737, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 26720, + offset: 26722, line: 737, - col: 27, + col: 29, }, }, ExpressionType: "int", @@ -84664,14 +84664,14 @@ '@role': [Binary, Expression, Left, Not, Relational, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26704, + offset: 26706, line: 737, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26707, + offset: 26709, line: 737, - col: 14, + col: 16, }, }, ExpressionType: "bool", @@ -84681,14 +84681,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26705, + offset: 26707, line: 737, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 26707, + offset: 26709, line: 737, - col: 14, + col: 16, }, }, ExpressionType: "bool", @@ -84699,14 +84699,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26705, + offset: 26707, line: 737, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 26707, + offset: 26709, line: 737, - col: 14, + col: 16, }, }, }, @@ -84718,14 +84718,14 @@ '@role': [Binary, Expression, LessThan, Relational, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26711, + offset: 26713, line: 737, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 26720, + offset: 26722, line: 737, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -84736,14 +84736,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26719, + offset: 26721, line: 737, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 26720, + offset: 26722, line: 737, - col: 27, + col: 29, }, }, ExpressionType: "int", @@ -84755,14 +84755,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26711, + offset: 26713, line: 737, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 26716, + offset: 26718, line: 737, - col: 23, + col: 25, }, }, ExpressionType: "const ?", @@ -84773,14 +84773,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26711, + offset: 26713, line: 737, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 26716, + offset: 26718, line: 737, - col: 23, + col: 25, }, }, }, @@ -84790,14 +84790,14 @@ '@role': [Binary, Expression, Literal, Number, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26719, + offset: 26721, line: 737, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 26720, + offset: 26722, line: 737, - col: 27, + col: 29, }, }, ExpressionType: "int", @@ -84811,14 +84811,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26722, + offset: 26724, line: 737, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 26834, + offset: 26836, line: 740, - col: 8, + col: 10, }, }, 'Prop_Statements': [ @@ -84826,14 +84826,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26736, + offset: 26738, line: 738, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26802, + offset: 26804, line: 738, - col: 77, + col: 79, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -84841,14 +84841,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26736, + offset: 26738, line: 738, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26801, + offset: 26803, line: 738, - col: 76, + col: 78, }, }, ExpressionType: "", @@ -84858,14 +84858,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26792, + offset: 26794, line: 738, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 26801, + offset: 26803, line: 738, - col: 76, + col: 78, }, }, ExpressionType: "", @@ -84875,14 +84875,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26792, + offset: 26794, line: 738, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 26801, + offset: 26803, line: 738, - col: 76, + col: 78, }, }, IsConversionOperator: false, @@ -84894,14 +84894,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26792, + offset: 26794, line: 738, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 26795, + offset: 26797, line: 738, - col: 70, + col: 72, }, }, }, @@ -84910,14 +84910,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26797, + offset: 26799, line: 738, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 26801, + offset: 26803, line: 738, - col: 76, + col: 78, }, }, }, @@ -84928,14 +84928,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26792, + offset: 26794, line: 738, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 26795, + offset: 26797, line: 738, - col: 70, + col: 72, }, }, }, @@ -84947,14 +84947,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26736, + offset: 26738, line: 738, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26788, + offset: 26790, line: 738, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -84965,14 +84965,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26749, + offset: 26751, line: 738, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 26788, + offset: 26790, line: 738, - col: 63, + col: 65, }, }, ExpressionType: "const char [38]", @@ -84984,14 +84984,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26736, + offset: 26738, line: 738, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26745, + offset: 26747, line: 738, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -85001,14 +85001,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26736, + offset: 26738, line: 738, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26745, + offset: 26747, line: 738, - col: 20, + col: 22, }, }, IsConversionOperator: false, @@ -85020,14 +85020,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26736, + offset: 26738, line: 738, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26739, + offset: 26741, line: 738, - col: 14, + col: 16, }, }, }, @@ -85036,14 +85036,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26741, + offset: 26743, line: 738, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 26745, + offset: 26747, line: 738, - col: 20, + col: 22, }, }, }, @@ -85054,14 +85054,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26736, + offset: 26738, line: 738, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26739, + offset: 26741, line: 738, - col: 14, + col: 16, }, }, }, @@ -85073,14 +85073,14 @@ '@role': [Binary, Expression, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26749, + offset: 26751, line: 738, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 26788, + offset: 26790, line: 738, - col: 63, + col: 65, }, }, ExpressionType: "const char [38]", @@ -85093,14 +85093,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26792, + offset: 26794, line: 738, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 26801, + offset: 26803, line: 738, - col: 76, + col: 78, }, }, ExpressionType: "", @@ -85110,14 +85110,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26792, + offset: 26794, line: 738, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 26801, + offset: 26803, line: 738, - col: 76, + col: 78, }, }, IsConversionOperator: false, @@ -85129,14 +85129,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26792, + offset: 26794, line: 738, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 26795, + offset: 26797, line: 738, - col: 70, + col: 72, }, }, }, @@ -85145,14 +85145,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26797, + offset: 26799, line: 738, - col: 72, + col: 74, }, end: { '@type': "uast:Position", - offset: 26801, + offset: 26803, line: 738, - col: 76, + col: 78, }, }, }, @@ -85163,14 +85163,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26792, + offset: 26794, line: 738, - col: 67, + col: 69, }, end: { '@type': "uast:Position", - offset: 26795, + offset: 26797, line: 738, - col: 70, + col: 72, }, }, }, @@ -85183,14 +85183,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26815, + offset: 26817, line: 739, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 26824, + offset: 26826, line: 739, - col: 20, + col: 22, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTLiteralExpression", @@ -85198,14 +85198,14 @@ '@role': [Expression, Literal, Number, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26822, + offset: 26824, line: 739, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 26823, + offset: 26825, line: 739, - col: 19, + col: 21, }, }, ExpressionType: "int", @@ -85218,14 +85218,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26822, + offset: 26824, line: 739, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 26823, + offset: 26825, line: 739, - col: 19, + col: 21, }, }, ExpressionType: "int", @@ -85241,14 +85241,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26844, + offset: 26846, line: 742, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26864, + offset: 26866, line: 742, - col: 27, + col: 29, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -85256,14 +85256,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26844, + offset: 26846, line: 742, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26863, + offset: 26865, line: 742, - col: 26, + col: 28, }, }, ExpressionType: "", @@ -85273,14 +85273,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26858, + offset: 26860, line: 742, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 26863, + offset: 26865, line: 742, - col: 26, + col: 28, }, }, ExpressionType: "const ?", @@ -85291,14 +85291,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26858, + offset: 26860, line: 742, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 26863, + offset: 26865, line: 742, - col: 26, + col: 28, }, }, }, @@ -85307,14 +85307,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26844, + offset: 26846, line: 742, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26855, + offset: 26857, line: 742, - col: 18, + col: 20, }, }, ExpressionType: "", @@ -85325,14 +85325,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26844, + offset: 26846, line: 742, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26855, + offset: 26857, line: 742, - col: 18, + col: 20, }, }, }, @@ -85341,14 +85341,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26858, + offset: 26860, line: 742, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 26863, + offset: 26865, line: 742, - col: 26, + col: 28, }, }, ExpressionType: "const ?", @@ -85359,14 +85359,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26858, + offset: 26860, line: 742, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 26863, + offset: 26865, line: 742, - col: 26, + col: 28, }, }, }, @@ -85377,14 +85377,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26873, + offset: 26875, line: 743, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26914, + offset: 26916, line: 743, - col: 48, + col: 50, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -85392,14 +85392,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26873, + offset: 26875, line: 743, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26913, + offset: 26915, line: 743, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -85409,14 +85409,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26893, + offset: 26895, line: 743, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 26913, + offset: 26915, line: 743, - col: 47, + col: 49, }, }, ExpressionType: "Attempt to use symbol failed: QSize", @@ -85427,14 +85427,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26899, + offset: 26901, line: 743, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 26904, + offset: 26906, line: 743, - col: 38, + col: 40, }, }, ExpressionType: "const int", @@ -85445,14 +85445,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26899, + offset: 26901, line: 743, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 26904, + offset: 26906, line: 743, - col: 38, + col: 40, }, }, }, @@ -85461,14 +85461,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26906, + offset: 26908, line: 743, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 26912, + offset: 26914, line: 743, - col: 46, + col: 48, }, }, ExpressionType: "const int", @@ -85479,14 +85479,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26906, + offset: 26908, line: 743, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 26912, + offset: 26914, line: 743, - col: 46, + col: 48, }, }, }, @@ -85496,14 +85496,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26893, + offset: 26895, line: 743, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 26898, + offset: 26900, line: 743, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -85514,14 +85514,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26893, + offset: 26895, line: 743, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 26898, + offset: 26900, line: 743, - col: 32, + col: 34, }, }, }, @@ -85531,14 +85531,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26873, + offset: 26875, line: 743, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26890, + offset: 26892, line: 743, - col: 24, + col: 26, }, }, ExpressionType: "", @@ -85549,14 +85549,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26873, + offset: 26875, line: 743, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26890, + offset: 26892, line: 743, - col: 24, + col: 26, }, }, }, @@ -85565,14 +85565,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26893, + offset: 26895, line: 743, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 26913, + offset: 26915, line: 743, - col: 47, + col: 49, }, }, ExpressionType: "Attempt to use symbol failed: QSize", @@ -85583,14 +85583,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26899, + offset: 26901, line: 743, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 26904, + offset: 26906, line: 743, - col: 38, + col: 40, }, }, ExpressionType: "const int", @@ -85601,14 +85601,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26899, + offset: 26901, line: 743, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 26904, + offset: 26906, line: 743, - col: 38, + col: 40, }, }, }, @@ -85617,14 +85617,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26906, + offset: 26908, line: 743, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 26912, + offset: 26914, line: 743, - col: 46, + col: 48, }, }, ExpressionType: "const int", @@ -85635,14 +85635,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26906, + offset: 26908, line: 743, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 26912, + offset: 26914, line: 743, - col: 46, + col: 48, }, }, }, @@ -85652,14 +85652,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26893, + offset: 26895, line: 743, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 26898, + offset: 26900, line: 743, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -85670,14 +85670,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26893, + offset: 26895, line: 743, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 26898, + offset: 26900, line: 743, - col: 32, + col: 34, }, }, }, @@ -85692,28 +85692,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26926, + offset: 26928, line: 746, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 27124, + offset: 27126, line: 752, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26930, + offset: 26932, line: 746, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26950, + offset: 26952, line: 746, - col: 27, + col: 29, }, }, ExpressionType: "const bool", @@ -85724,14 +85724,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26930, + offset: 26932, line: 746, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26950, + offset: 26952, line: 746, - col: 27, + col: 29, }, }, }, @@ -85740,14 +85740,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26952, + offset: 26954, line: 746, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 27124, + offset: 27126, line: 752, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -85755,28 +85755,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26962, + offset: 26964, line: 747, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26978, + offset: 26980, line: 747, - col: 23, + col: 25, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26962, + offset: 26964, line: 747, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26978, + offset: 26980, line: 747, - col: 23, + col: 25, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -85784,14 +85784,14 @@ '@role': [Boolean, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26962, + offset: 26964, line: 747, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26966, + offset: 26968, line: 747, - col: 11, + col: 13, }, }, IsComplex: false, @@ -85817,14 +85817,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26967, + offset: 26969, line: 747, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 26977, + offset: 26979, line: 747, - col: 22, + col: 24, }, }, DeclaresParameterPack: false, @@ -85832,14 +85832,14 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26970, + offset: 26972, line: 747, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 26977, + offset: 26979, line: 747, - col: 22, + col: 24, }, }, 'Prop_Expression': { '@type': "CPPASTLiteralExpression", @@ -85847,14 +85847,14 @@ '@role': [Boolean, Expression, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26972, + offset: 26974, line: 747, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 26977, + offset: 26979, line: 747, - col: 22, + col: 24, }, }, ExpressionType: "bool", @@ -85867,14 +85867,14 @@ '@role': [Boolean, Expression, Literal], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26972, + offset: 26974, line: 747, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 26977, + offset: 26979, line: 747, - col: 22, + col: 24, }, }, ExpressionType: "bool", @@ -85888,14 +85888,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26967, + offset: 26969, line: 747, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 26969, + offset: 26971, line: 747, - col: 14, + col: 16, }, }, }, @@ -85908,28 +85908,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26987, + offset: 26989, line: 748, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27048, + offset: 27050, line: 748, - col: 68, + col: 70, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26987, + offset: 26989, line: 748, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27048, + offset: 27050, line: 748, - col: 68, + col: 70, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -85937,14 +85937,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26987, + offset: 26989, line: 748, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 26996, + offset: 26998, line: 748, - col: 16, + col: 18, }, }, IsComplex: false, @@ -85970,14 +85970,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26997, + offset: 26999, line: 748, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 27047, + offset: 27049, line: 748, - col: 67, + col: 69, }, }, DeclaresParameterPack: false, @@ -85985,28 +85985,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27003, + offset: 27005, line: 748, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 27047, + offset: 27049, line: 748, - col: 67, + col: 69, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27005, + offset: 27007, line: 748, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 27047, + offset: 27049, line: 748, - col: 67, + col: 69, }, }, ExpressionType: "", @@ -86017,14 +86017,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27043, + offset: 27045, line: 748, - col: 63, + col: 65, }, end: { '@type': "uast:Position", - offset: 27046, + offset: 27048, line: 748, - col: 66, + col: 68, }, }, ExpressionType: "bool *", @@ -86034,14 +86034,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27044, + offset: 27046, line: 748, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 27046, + offset: 27048, line: 748, - col: 66, + col: 68, }, }, ExpressionType: "bool", @@ -86052,14 +86052,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27044, + offset: 27046, line: 748, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 27046, + offset: 27048, line: 748, - col: 66, + col: 68, }, }, }, @@ -86071,14 +86071,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27005, + offset: 27007, line: 748, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 27042, + offset: 27044, line: 748, - col: 62, + col: 64, }, }, ExpressionType: "", @@ -86091,14 +86091,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27037, + offset: 27039, line: 748, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 27042, + offset: 27044, line: 748, - col: 62, + col: 64, }, }, }, @@ -86106,14 +86106,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27005, + offset: 27007, line: 748, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 27036, + offset: 27038, line: 748, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -86124,14 +86124,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27018, + offset: 27020, line: 748, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 27035, + offset: 27037, line: 748, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -86142,14 +86142,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27018, + offset: 27020, line: 748, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 27035, + offset: 27037, line: 748, - col: 55, + col: 57, }, }, }, @@ -86159,14 +86159,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27005, + offset: 27007, line: 748, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 27017, + offset: 27019, line: 748, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -86179,14 +86179,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27012, + offset: 27014, line: 748, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 27017, + offset: 27019, line: 748, - col: 37, + col: 39, }, }, }, @@ -86194,14 +86194,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27005, + offset: 27007, line: 748, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 27011, + offset: 27013, line: 748, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -86212,14 +86212,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27005, + offset: 27007, line: 748, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 27011, + offset: 27013, line: 748, - col: 31, + col: 33, }, }, }, @@ -86232,14 +86232,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27005, + offset: 27007, line: 748, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 27047, + offset: 27049, line: 748, - col: 67, + col: 69, }, }, ExpressionType: "", @@ -86250,14 +86250,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27043, + offset: 27045, line: 748, - col: 63, + col: 65, }, end: { '@type': "uast:Position", - offset: 27046, + offset: 27048, line: 748, - col: 66, + col: 68, }, }, ExpressionType: "bool *", @@ -86267,14 +86267,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27044, + offset: 27046, line: 748, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 27046, + offset: 27048, line: 748, - col: 66, + col: 68, }, }, ExpressionType: "bool", @@ -86285,14 +86285,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27044, + offset: 27046, line: 748, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 27046, + offset: 27048, line: 748, - col: 66, + col: 68, }, }, }, @@ -86304,14 +86304,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27005, + offset: 27007, line: 748, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 27042, + offset: 27044, line: 748, - col: 62, + col: 64, }, }, ExpressionType: "", @@ -86324,14 +86324,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27037, + offset: 27039, line: 748, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 27042, + offset: 27044, line: 748, - col: 62, + col: 64, }, }, }, @@ -86339,14 +86339,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27005, + offset: 27007, line: 748, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 27036, + offset: 27038, line: 748, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -86357,14 +86357,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27018, + offset: 27020, line: 748, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 27035, + offset: 27037, line: 748, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -86375,14 +86375,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27018, + offset: 27020, line: 748, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 27035, + offset: 27037, line: 748, - col: 55, + col: 57, }, }, }, @@ -86392,14 +86392,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27005, + offset: 27007, line: 748, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 27017, + offset: 27019, line: 748, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -86412,14 +86412,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27012, + offset: 27014, line: 748, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 27017, + offset: 27019, line: 748, - col: 37, + col: 39, }, }, }, @@ -86427,14 +86427,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27005, + offset: 27007, line: 748, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 27011, + offset: 27013, line: 748, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -86445,14 +86445,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27005, + offset: 27007, line: 748, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 27011, + offset: 27013, line: 748, - col: 31, + col: 33, }, }, }, @@ -86467,14 +86467,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26997, + offset: 26999, line: 748, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 27002, + offset: 27004, line: 748, - col: 22, + col: 24, }, }, }, @@ -86487,28 +86487,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27057, + offset: 27059, line: 749, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27118, + offset: 27120, line: 751, - col: 8, + col: 10, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTIdExpression", '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27061, + offset: 27063, line: 749, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 27063, + offset: 27065, line: 749, - col: 13, + col: 15, }, }, ExpressionType: "bool", @@ -86519,14 +86519,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27061, + offset: 27063, line: 749, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 27063, + offset: 27065, line: 749, - col: 13, + col: 15, }, }, }, @@ -86535,14 +86535,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27065, + offset: 27067, line: 749, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 27118, + offset: 27120, line: 751, - col: 8, + col: 10, }, }, 'Prop_Statements': [ @@ -86550,14 +86550,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27079, + offset: 27081, line: 750, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 27108, + offset: 27110, line: 750, - col: 40, + col: 42, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -86565,14 +86565,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27079, + offset: 27081, line: 750, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 27107, + offset: 27109, line: 750, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: qMax", @@ -86582,14 +86582,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27093, + offset: 27095, line: 750, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 27107, + offset: 27109, line: 750, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: qMax", @@ -86601,14 +86601,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27098, + offset: 27100, line: 750, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 27099, + offset: 27101, line: 750, - col: 31, + col: 33, }, }, ExpressionType: "int", @@ -86620,14 +86620,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27101, + offset: 27103, line: 750, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 27106, + offset: 27108, line: 750, - col: 38, + col: 40, }, }, ExpressionType: "const int", @@ -86638,14 +86638,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27101, + offset: 27103, line: 750, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 27106, + offset: 27108, line: 750, - col: 38, + col: 40, }, }, }, @@ -86655,14 +86655,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27093, + offset: 27095, line: 750, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 27097, + offset: 27099, line: 750, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -86673,14 +86673,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27093, + offset: 27095, line: 750, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 27097, + offset: 27099, line: 750, - col: 29, + col: 31, }, }, }, @@ -86690,14 +86690,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27079, + offset: 27081, line: 750, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 27090, + offset: 27092, line: 750, - col: 22, + col: 24, }, }, ExpressionType: "int", @@ -86708,14 +86708,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27079, + offset: 27081, line: 750, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 27090, + offset: 27092, line: 750, - col: 22, + col: 24, }, }, }, @@ -86724,14 +86724,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27093, + offset: 27095, line: 750, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 27107, + offset: 27109, line: 750, - col: 39, + col: 41, }, }, ExpressionType: "Attempt to use symbol failed: qMax", @@ -86743,14 +86743,14 @@ '@role': [Argument, Call, Expression, Function, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27098, + offset: 27100, line: 750, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 27099, + offset: 27101, line: 750, - col: 31, + col: 33, }, }, ExpressionType: "int", @@ -86762,14 +86762,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27101, + offset: 27103, line: 750, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 27106, + offset: 27108, line: 750, - col: 38, + col: 40, }, }, ExpressionType: "const int", @@ -86780,14 +86780,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27101, + offset: 27103, line: 750, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 27106, + offset: 27108, line: 750, - col: 38, + col: 40, }, }, }, @@ -86797,14 +86797,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27093, + offset: 27095, line: 750, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 27097, + offset: 27099, line: 750, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -86815,14 +86815,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27093, + offset: 27095, line: 750, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 27097, + offset: 27099, line: 750, - col: 29, + col: 31, }, }, }, @@ -86840,14 +86840,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27130, + offset: 27132, line: 754, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 27486, + offset: 27488, line: 760, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTBinaryExpression", @@ -86855,14 +86855,14 @@ '@role': [And, Binary, Boolean, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27134, + offset: 27136, line: 754, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27180, + offset: 27182, line: 754, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -86872,14 +86872,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27150, + offset: 27152, line: 754, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 27180, + offset: 27182, line: 754, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -86890,14 +86890,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27163, + offset: 27165, line: 754, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 27179, + offset: 27181, line: 754, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -86908,14 +86908,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27163, + offset: 27165, line: 754, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 27179, + offset: 27181, line: 754, - col: 52, + col: 54, }, }, }, @@ -86925,14 +86925,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27150, + offset: 27152, line: 754, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 27162, + offset: 27164, line: 754, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -86945,14 +86945,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27157, + offset: 27159, line: 754, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 27162, + offset: 27164, line: 754, - col: 35, + col: 37, }, }, }, @@ -86960,14 +86960,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27150, + offset: 27152, line: 754, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 27156, + offset: 27158, line: 754, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -86978,14 +86978,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27150, + offset: 27152, line: 754, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 27156, + offset: 27158, line: 754, - col: 29, + col: 31, }, }, }, @@ -86996,14 +86996,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27134, + offset: 27136, line: 754, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27146, + offset: 27148, line: 754, - col: 19, + col: 21, }, }, ExpressionType: "const bool", @@ -87014,14 +87014,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27134, + offset: 27136, line: 754, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27146, + offset: 27148, line: 754, - col: 19, + col: 21, }, }, }, @@ -87030,14 +87030,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27150, + offset: 27152, line: 754, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 27180, + offset: 27182, line: 754, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -87048,14 +87048,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27163, + offset: 27165, line: 754, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 27179, + offset: 27181, line: 754, - col: 52, + col: 54, }, }, ExpressionType: "", @@ -87066,14 +87066,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27163, + offset: 27165, line: 754, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 27179, + offset: 27181, line: 754, - col: 52, + col: 54, }, }, }, @@ -87083,14 +87083,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27150, + offset: 27152, line: 754, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 27162, + offset: 27164, line: 754, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -87103,14 +87103,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27157, + offset: 27159, line: 754, - col: 30, + col: 32, }, end: { '@type': "uast:Position", - offset: 27162, + offset: 27164, line: 754, - col: 35, + col: 37, }, }, }, @@ -87118,14 +87118,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27150, + offset: 27152, line: 754, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 27156, + offset: 27158, line: 754, - col: 29, + col: 31, }, }, ExpressionType: "", @@ -87136,14 +87136,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27150, + offset: 27152, line: 754, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 27156, + offset: 27158, line: 754, - col: 29, + col: 31, }, }, }, @@ -87155,14 +87155,14 @@ '@role': [Else, If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27303, + offset: 27305, line: 757, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 27486, + offset: 27488, line: 760, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTBinaryExpression", @@ -87170,14 +87170,14 @@ '@role': [And, Binary, Boolean, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27307, + offset: 27309, line: 757, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 27361, + offset: 27363, line: 757, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -87187,14 +87187,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27327, + offset: 27329, line: 757, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 27361, + offset: 27363, line: 757, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -87205,14 +87205,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27340, + offset: 27342, line: 757, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 27360, + offset: 27362, line: 757, - col: 67, + col: 69, }, }, ExpressionType: "", @@ -87223,14 +87223,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27340, + offset: 27342, line: 757, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 27360, + offset: 27362, line: 757, - col: 67, + col: 69, }, }, }, @@ -87240,14 +87240,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27327, + offset: 27329, line: 757, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 27339, + offset: 27341, line: 757, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -87260,14 +87260,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27334, + offset: 27336, line: 757, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 27339, + offset: 27341, line: 757, - col: 46, + col: 48, }, }, }, @@ -87275,14 +87275,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27327, + offset: 27329, line: 757, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 27333, + offset: 27335, line: 757, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -87293,14 +87293,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27327, + offset: 27329, line: 757, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 27333, + offset: 27335, line: 757, - col: 40, + col: 42, }, }, }, @@ -87311,14 +87311,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27307, + offset: 27309, line: 757, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 27323, + offset: 27325, line: 757, - col: 30, + col: 32, }, }, ExpressionType: "const bool", @@ -87329,14 +87329,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27307, + offset: 27309, line: 757, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 27323, + offset: 27325, line: 757, - col: 30, + col: 32, }, }, }, @@ -87345,14 +87345,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27327, + offset: 27329, line: 757, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 27361, + offset: 27363, line: 757, - col: 68, + col: 70, }, }, ExpressionType: "", @@ -87363,14 +87363,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27340, + offset: 27342, line: 757, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 27360, + offset: 27362, line: 757, - col: 67, + col: 69, }, }, ExpressionType: "", @@ -87381,14 +87381,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27340, + offset: 27342, line: 757, - col: 47, + col: 49, }, end: { '@type': "uast:Position", - offset: 27360, + offset: 27362, line: 757, - col: 67, + col: 69, }, }, }, @@ -87398,14 +87398,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27327, + offset: 27329, line: 757, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 27339, + offset: 27341, line: 757, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -87418,14 +87418,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27334, + offset: 27336, line: 757, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 27339, + offset: 27341, line: 757, - col: 46, + col: 48, }, }, }, @@ -87433,14 +87433,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27327, + offset: 27329, line: 757, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 27333, + offset: 27335, line: 757, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -87451,14 +87451,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27327, + offset: 27329, line: 757, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 27333, + offset: 27335, line: 757, - col: 40, + col: 42, }, }, }, @@ -87470,14 +87470,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27363, + offset: 27365, line: 757, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 27486, + offset: 27488, line: 760, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -87485,14 +87485,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27373, + offset: 27375, line: 758, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27436, + offset: 27438, line: 758, - col: 70, + col: 72, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -87500,14 +87500,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27373, + offset: 27375, line: 758, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27435, + offset: 27437, line: 758, - col: 69, + col: 71, }, }, ExpressionType: "", @@ -87517,14 +87517,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27392, + offset: 27394, line: 758, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27435, + offset: 27437, line: 758, - col: 69, + col: 71, }, }, ExpressionType: "", @@ -87534,14 +87534,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27392, + offset: 27394, line: 758, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27433, + offset: 27435, line: 758, - col: 67, + col: 69, }, }, ExpressionType: "", @@ -87554,14 +87554,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27427, + offset: 27429, line: 758, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 27433, + offset: 27435, line: 758, - col: 67, + col: 69, }, }, }, @@ -87569,14 +87569,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27392, + offset: 27394, line: 758, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27426, + offset: 27428, line: 758, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -87587,14 +87587,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27405, + offset: 27407, line: 758, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 27425, + offset: 27427, line: 758, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -87605,14 +87605,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27405, + offset: 27407, line: 758, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 27425, + offset: 27427, line: 758, - col: 59, + col: 61, }, }, }, @@ -87622,14 +87622,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27392, + offset: 27394, line: 758, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27404, + offset: 27406, line: 758, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -87642,14 +87642,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27399, + offset: 27401, line: 758, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 27404, + offset: 27406, line: 758, - col: 38, + col: 40, }, }, }, @@ -87657,14 +87657,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27392, + offset: 27394, line: 758, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27398, + offset: 27400, line: 758, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -87675,14 +87675,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27392, + offset: 27394, line: 758, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27398, + offset: 27400, line: 758, - col: 32, + col: 34, }, }, }, @@ -87695,14 +87695,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27373, + offset: 27375, line: 758, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27389, + offset: 27391, line: 758, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -87713,14 +87713,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27373, + offset: 27375, line: 758, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27389, + offset: 27391, line: 758, - col: 23, + col: 25, }, }, }, @@ -87729,14 +87729,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27392, + offset: 27394, line: 758, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27435, + offset: 27437, line: 758, - col: 69, + col: 71, }, }, ExpressionType: "", @@ -87746,14 +87746,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27392, + offset: 27394, line: 758, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27433, + offset: 27435, line: 758, - col: 67, + col: 69, }, }, ExpressionType: "", @@ -87766,14 +87766,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27427, + offset: 27429, line: 758, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 27433, + offset: 27435, line: 758, - col: 67, + col: 69, }, }, }, @@ -87781,14 +87781,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27392, + offset: 27394, line: 758, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27426, + offset: 27428, line: 758, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -87799,14 +87799,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27405, + offset: 27407, line: 758, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 27425, + offset: 27427, line: 758, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -87817,14 +87817,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27405, + offset: 27407, line: 758, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 27425, + offset: 27427, line: 758, - col: 59, + col: 61, }, }, }, @@ -87834,14 +87834,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27392, + offset: 27394, line: 758, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27404, + offset: 27406, line: 758, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -87854,14 +87854,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27399, + offset: 27401, line: 758, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 27404, + offset: 27406, line: 758, - col: 38, + col: 40, }, }, }, @@ -87869,14 +87869,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27392, + offset: 27394, line: 758, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27398, + offset: 27400, line: 758, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -87887,14 +87887,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27392, + offset: 27394, line: 758, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27398, + offset: 27400, line: 758, - col: 32, + col: 34, }, }, }, @@ -87909,14 +87909,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27445, + offset: 27447, line: 759, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27480, + offset: 27482, line: 759, - col: 42, + col: 44, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -87924,14 +87924,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27445, + offset: 27447, line: 759, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27479, + offset: 27481, line: 759, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -87941,14 +87941,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27458, + offset: 27460, line: 759, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27479, + offset: 27481, line: 759, - col: 41, + col: 43, }, }, ExpressionType: "const ?", @@ -87958,14 +87958,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27458, + offset: 27460, line: 759, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27479, + offset: 27481, line: 759, - col: 41, + col: 43, }, }, IsConversionOperator: false, @@ -87977,14 +87977,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27458, + offset: 27460, line: 759, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27462, + offset: 27464, line: 759, - col: 24, + col: 26, }, }, }, @@ -87993,14 +87993,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27464, + offset: 27466, line: 759, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27479, + offset: 27481, line: 759, - col: 41, + col: 43, }, }, }, @@ -88011,14 +88011,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27458, + offset: 27460, line: 759, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27462, + offset: 27464, line: 759, - col: 24, + col: 26, }, }, }, @@ -88029,14 +88029,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27445, + offset: 27447, line: 759, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27455, + offset: 27457, line: 759, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -88047,14 +88047,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27445, + offset: 27447, line: 759, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27455, + offset: 27457, line: 759, - col: 17, + col: 19, }, }, }, @@ -88063,14 +88063,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27458, + offset: 27460, line: 759, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27479, + offset: 27481, line: 759, - col: 41, + col: 43, }, }, ExpressionType: "const ?", @@ -88080,14 +88080,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27458, + offset: 27460, line: 759, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27479, + offset: 27481, line: 759, - col: 41, + col: 43, }, }, IsConversionOperator: false, @@ -88099,14 +88099,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27458, + offset: 27460, line: 759, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27462, + offset: 27464, line: 759, - col: 24, + col: 26, }, }, }, @@ -88115,14 +88115,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27464, + offset: 27466, line: 759, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27479, + offset: 27481, line: 759, - col: 41, + col: 43, }, }, }, @@ -88133,14 +88133,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27458, + offset: 27460, line: 759, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27462, + offset: 27464, line: 759, - col: 24, + col: 26, }, }, }, @@ -88156,14 +88156,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27182, + offset: 27184, line: 754, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 27297, + offset: 27299, line: 757, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -88171,14 +88171,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27192, + offset: 27194, line: 755, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27251, + offset: 27253, line: 755, - col: 66, + col: 68, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -88186,14 +88186,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27192, + offset: 27194, line: 755, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27250, + offset: 27252, line: 755, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -88203,14 +88203,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27211, + offset: 27213, line: 755, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27250, + offset: 27252, line: 755, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -88220,14 +88220,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27211, + offset: 27213, line: 755, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27248, + offset: 27250, line: 755, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -88240,14 +88240,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27242, + offset: 27244, line: 755, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 27248, + offset: 27250, line: 755, - col: 63, + col: 65, }, }, }, @@ -88255,14 +88255,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27211, + offset: 27213, line: 755, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27241, + offset: 27243, line: 755, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -88273,14 +88273,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27224, + offset: 27226, line: 755, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 27240, + offset: 27242, line: 755, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -88291,14 +88291,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27224, + offset: 27226, line: 755, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 27240, + offset: 27242, line: 755, - col: 55, + col: 57, }, }, }, @@ -88308,14 +88308,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27211, + offset: 27213, line: 755, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27223, + offset: 27225, line: 755, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -88328,14 +88328,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27218, + offset: 27220, line: 755, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 27223, + offset: 27225, line: 755, - col: 38, + col: 40, }, }, }, @@ -88343,14 +88343,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27211, + offset: 27213, line: 755, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27217, + offset: 27219, line: 755, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -88361,14 +88361,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27211, + offset: 27213, line: 755, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27217, + offset: 27219, line: 755, - col: 32, + col: 34, }, }, }, @@ -88381,14 +88381,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27192, + offset: 27194, line: 755, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27208, + offset: 27210, line: 755, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -88399,14 +88399,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27192, + offset: 27194, line: 755, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27208, + offset: 27210, line: 755, - col: 23, + col: 25, }, }, }, @@ -88415,14 +88415,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27211, + offset: 27213, line: 755, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27250, + offset: 27252, line: 755, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -88432,14 +88432,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27211, + offset: 27213, line: 755, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27248, + offset: 27250, line: 755, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -88452,14 +88452,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27242, + offset: 27244, line: 755, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 27248, + offset: 27250, line: 755, - col: 63, + col: 65, }, }, }, @@ -88467,14 +88467,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27211, + offset: 27213, line: 755, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27241, + offset: 27243, line: 755, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -88485,14 +88485,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27224, + offset: 27226, line: 755, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 27240, + offset: 27242, line: 755, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -88503,14 +88503,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27224, + offset: 27226, line: 755, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 27240, + offset: 27242, line: 755, - col: 55, + col: 57, }, }, }, @@ -88520,14 +88520,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27211, + offset: 27213, line: 755, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27223, + offset: 27225, line: 755, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -88540,14 +88540,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27218, + offset: 27220, line: 755, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 27223, + offset: 27225, line: 755, - col: 38, + col: 40, }, }, }, @@ -88555,14 +88555,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27211, + offset: 27213, line: 755, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27217, + offset: 27219, line: 755, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -88573,14 +88573,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27211, + offset: 27213, line: 755, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27217, + offset: 27219, line: 755, - col: 32, + col: 34, }, }, }, @@ -88595,14 +88595,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27260, + offset: 27262, line: 756, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27291, + offset: 27293, line: 756, - col: 38, + col: 40, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -88610,14 +88610,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27260, + offset: 27262, line: 756, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27290, + offset: 27292, line: 756, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -88627,14 +88627,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27273, + offset: 27275, line: 756, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27290, + offset: 27292, line: 756, - col: 37, + col: 39, }, }, ExpressionType: "const ?", @@ -88644,14 +88644,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27273, + offset: 27275, line: 756, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27290, + offset: 27292, line: 756, - col: 37, + col: 39, }, }, IsConversionOperator: false, @@ -88663,14 +88663,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27273, + offset: 27275, line: 756, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27277, + offset: 27279, line: 756, - col: 24, + col: 26, }, }, }, @@ -88679,14 +88679,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27279, + offset: 27281, line: 756, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27290, + offset: 27292, line: 756, - col: 37, + col: 39, }, }, }, @@ -88697,14 +88697,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27273, + offset: 27275, line: 756, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27277, + offset: 27279, line: 756, - col: 24, + col: 26, }, }, }, @@ -88715,14 +88715,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27260, + offset: 27262, line: 756, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27270, + offset: 27272, line: 756, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -88733,14 +88733,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27260, + offset: 27262, line: 756, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27270, + offset: 27272, line: 756, - col: 17, + col: 19, }, }, }, @@ -88749,14 +88749,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27273, + offset: 27275, line: 756, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27290, + offset: 27292, line: 756, - col: 37, + col: 39, }, }, ExpressionType: "const ?", @@ -88766,14 +88766,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27273, + offset: 27275, line: 756, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27290, + offset: 27292, line: 756, - col: 37, + col: 39, }, }, IsConversionOperator: false, @@ -88785,14 +88785,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27273, + offset: 27275, line: 756, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27277, + offset: 27279, line: 756, - col: 24, + col: 26, }, }, }, @@ -88801,14 +88801,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27279, + offset: 27281, line: 756, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27290, + offset: 27292, line: 756, - col: 37, + col: 39, }, }, }, @@ -88819,14 +88819,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27273, + offset: 27275, line: 756, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27277, + offset: 27279, line: 756, - col: 24, + col: 26, }, }, }, @@ -88842,14 +88842,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27492, + offset: 27494, line: 762, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 27677, + offset: 27679, line: 765, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTBinaryExpression", @@ -88857,14 +88857,14 @@ '@role': [And, Binary, Boolean, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27496, + offset: 27498, line: 762, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27551, + offset: 27553, line: 762, - col: 62, + col: 64, }, }, ExpressionType: "", @@ -88874,14 +88874,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27520, + offset: 27522, line: 762, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 27551, + offset: 27553, line: 762, - col: 62, + col: 64, }, }, ExpressionType: "", @@ -88892,14 +88892,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27533, + offset: 27535, line: 762, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 27550, + offset: 27552, line: 762, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -88910,14 +88910,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27533, + offset: 27535, line: 762, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 27550, + offset: 27552, line: 762, - col: 61, + col: 63, }, }, }, @@ -88927,14 +88927,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27520, + offset: 27522, line: 762, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 27532, + offset: 27534, line: 762, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -88947,14 +88947,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27527, + offset: 27529, line: 762, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 27532, + offset: 27534, line: 762, - col: 43, + col: 45, }, }, }, @@ -88962,14 +88962,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27520, + offset: 27522, line: 762, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 27526, + offset: 27528, line: 762, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -88980,14 +88980,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27520, + offset: 27522, line: 762, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 27526, + offset: 27528, line: 762, - col: 37, + col: 39, }, }, }, @@ -88998,14 +88998,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27496, + offset: 27498, line: 762, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27516, + offset: 27518, line: 762, - col: 27, + col: 29, }, }, ExpressionType: "const bool", @@ -89016,14 +89016,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27496, + offset: 27498, line: 762, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27516, + offset: 27518, line: 762, - col: 27, + col: 29, }, }, }, @@ -89032,14 +89032,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27520, + offset: 27522, line: 762, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 27551, + offset: 27553, line: 762, - col: 62, + col: 64, }, }, ExpressionType: "", @@ -89050,14 +89050,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27533, + offset: 27535, line: 762, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 27550, + offset: 27552, line: 762, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -89068,14 +89068,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27533, + offset: 27535, line: 762, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 27550, + offset: 27552, line: 762, - col: 61, + col: 63, }, }, }, @@ -89085,14 +89085,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27520, + offset: 27522, line: 762, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 27532, + offset: 27534, line: 762, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -89105,14 +89105,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27527, + offset: 27529, line: 762, - col: 38, + col: 40, }, end: { '@type': "uast:Position", - offset: 27532, + offset: 27534, line: 762, - col: 43, + col: 45, }, }, }, @@ -89120,14 +89120,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27520, + offset: 27522, line: 762, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 27526, + offset: 27528, line: 762, - col: 37, + col: 39, }, }, ExpressionType: "", @@ -89138,14 +89138,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27520, + offset: 27522, line: 762, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 27526, + offset: 27528, line: 762, - col: 37, + col: 39, }, }, }, @@ -89157,14 +89157,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27553, + offset: 27555, line: 762, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 27677, + offset: 27679, line: 765, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -89172,14 +89172,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27563, + offset: 27565, line: 763, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27596, + offset: 27598, line: 763, - col: 40, + col: 42, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -89187,14 +89187,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27563, + offset: 27565, line: 763, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27595, + offset: 27597, line: 763, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -89204,14 +89204,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27576, + offset: 27578, line: 763, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27595, + offset: 27597, line: 763, - col: 39, + col: 41, }, }, ExpressionType: "const ?", @@ -89221,14 +89221,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27576, + offset: 27578, line: 763, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27595, + offset: 27597, line: 763, - col: 39, + col: 41, }, }, IsConversionOperator: false, @@ -89240,14 +89240,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27576, + offset: 27578, line: 763, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27580, + offset: 27582, line: 763, - col: 24, + col: 26, }, }, }, @@ -89256,14 +89256,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27582, + offset: 27584, line: 763, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27595, + offset: 27597, line: 763, - col: 39, + col: 41, }, }, }, @@ -89274,14 +89274,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27576, + offset: 27578, line: 763, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27580, + offset: 27582, line: 763, - col: 24, + col: 26, }, }, }, @@ -89292,14 +89292,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27563, + offset: 27565, line: 763, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27573, + offset: 27575, line: 763, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -89310,14 +89310,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27563, + offset: 27565, line: 763, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27573, + offset: 27575, line: 763, - col: 17, + col: 19, }, }, }, @@ -89326,14 +89326,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27576, + offset: 27578, line: 763, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27595, + offset: 27597, line: 763, - col: 39, + col: 41, }, }, ExpressionType: "const ?", @@ -89343,14 +89343,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27576, + offset: 27578, line: 763, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27595, + offset: 27597, line: 763, - col: 39, + col: 41, }, }, IsConversionOperator: false, @@ -89362,14 +89362,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27576, + offset: 27578, line: 763, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27580, + offset: 27582, line: 763, - col: 24, + col: 26, }, }, }, @@ -89378,14 +89378,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27582, + offset: 27584, line: 763, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27595, + offset: 27597, line: 763, - col: 39, + col: 41, }, }, }, @@ -89396,14 +89396,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27576, + offset: 27578, line: 763, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27580, + offset: 27582, line: 763, - col: 24, + col: 26, }, }, }, @@ -89416,14 +89416,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27605, + offset: 27607, line: 764, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27671, + offset: 27673, line: 764, - col: 73, + col: 75, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -89431,14 +89431,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27605, + offset: 27607, line: 764, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27670, + offset: 27672, line: 764, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -89448,14 +89448,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27624, + offset: 27626, line: 764, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27670, + offset: 27672, line: 764, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -89465,14 +89465,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27624, + offset: 27626, line: 764, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27668, + offset: 27670, line: 764, - col: 70, + col: 72, }, }, ExpressionType: "", @@ -89485,14 +89485,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27662, + offset: 27664, line: 764, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 27668, + offset: 27670, line: 764, - col: 70, + col: 72, }, }, }, @@ -89500,14 +89500,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27624, + offset: 27626, line: 764, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27661, + offset: 27663, line: 764, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -89518,14 +89518,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27637, + offset: 27639, line: 764, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 27660, + offset: 27662, line: 764, - col: 62, + col: 64, }, }, ExpressionType: "", @@ -89536,14 +89536,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27637, + offset: 27639, line: 764, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 27660, + offset: 27662, line: 764, - col: 62, + col: 64, }, }, }, @@ -89553,14 +89553,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27624, + offset: 27626, line: 764, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27636, + offset: 27638, line: 764, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -89573,14 +89573,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27631, + offset: 27633, line: 764, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 27636, + offset: 27638, line: 764, - col: 38, + col: 40, }, }, }, @@ -89588,14 +89588,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27624, + offset: 27626, line: 764, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27630, + offset: 27632, line: 764, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -89606,14 +89606,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27624, + offset: 27626, line: 764, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27630, + offset: 27632, line: 764, - col: 32, + col: 34, }, }, }, @@ -89626,14 +89626,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27605, + offset: 27607, line: 764, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27621, + offset: 27623, line: 764, - col: 23, + col: 25, }, }, ExpressionType: "", @@ -89644,14 +89644,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27605, + offset: 27607, line: 764, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27621, + offset: 27623, line: 764, - col: 23, + col: 25, }, }, }, @@ -89660,14 +89660,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27624, + offset: 27626, line: 764, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27670, + offset: 27672, line: 764, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -89677,14 +89677,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27624, + offset: 27626, line: 764, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27668, + offset: 27670, line: 764, - col: 70, + col: 72, }, }, ExpressionType: "", @@ -89697,14 +89697,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27662, + offset: 27664, line: 764, - col: 64, + col: 66, }, end: { '@type': "uast:Position", - offset: 27668, + offset: 27670, line: 764, - col: 70, + col: 72, }, }, }, @@ -89712,14 +89712,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27624, + offset: 27626, line: 764, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27661, + offset: 27663, line: 764, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -89730,14 +89730,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27637, + offset: 27639, line: 764, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 27660, + offset: 27662, line: 764, - col: 62, + col: 64, }, }, ExpressionType: "", @@ -89748,14 +89748,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27637, + offset: 27639, line: 764, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 27660, + offset: 27662, line: 764, - col: 62, + col: 64, }, }, }, @@ -89765,14 +89765,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27624, + offset: 27626, line: 764, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27636, + offset: 27638, line: 764, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -89785,14 +89785,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27631, + offset: 27633, line: 764, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 27636, + offset: 27638, line: 764, - col: 38, + col: 40, }, }, }, @@ -89800,14 +89800,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27624, + offset: 27626, line: 764, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27630, + offset: 27632, line: 764, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -89818,14 +89818,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27624, + offset: 27626, line: 764, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27630, + offset: 27632, line: 764, - col: 32, + col: 34, }, }, }, @@ -89843,14 +89843,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27826, + offset: 27828, line: 771, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 27932, + offset: 27934, line: 773, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTBinaryExpression", @@ -89858,14 +89858,14 @@ '@role': [And, Binary, Boolean, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27830, + offset: 27832, line: 771, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27879, + offset: 27881, line: 771, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -89875,14 +89875,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27850, + offset: 27852, line: 771, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 27879, + offset: 27881, line: 771, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -89893,14 +89893,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27863, + offset: 27865, line: 771, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 27878, + offset: 27880, line: 771, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -89911,14 +89911,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27863, + offset: 27865, line: 771, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 27878, + offset: 27880, line: 771, - col: 55, + col: 57, }, }, }, @@ -89928,14 +89928,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27850, + offset: 27852, line: 771, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 27862, + offset: 27864, line: 771, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -89948,14 +89948,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27857, + offset: 27859, line: 771, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 27862, + offset: 27864, line: 771, - col: 39, + col: 41, }, }, }, @@ -89963,14 +89963,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27850, + offset: 27852, line: 771, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 27856, + offset: 27858, line: 771, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -89981,14 +89981,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27850, + offset: 27852, line: 771, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 27856, + offset: 27858, line: 771, - col: 33, + col: 35, }, }, }, @@ -89999,14 +89999,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27830, + offset: 27832, line: 771, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27846, + offset: 27848, line: 771, - col: 23, + col: 25, }, }, ExpressionType: "const bool", @@ -90017,14 +90017,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27830, + offset: 27832, line: 771, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27846, + offset: 27848, line: 771, - col: 23, + col: 25, }, }, }, @@ -90033,14 +90033,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27850, + offset: 27852, line: 771, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 27879, + offset: 27881, line: 771, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -90051,14 +90051,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27863, + offset: 27865, line: 771, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 27878, + offset: 27880, line: 771, - col: 55, + col: 57, }, }, ExpressionType: "", @@ -90069,14 +90069,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27863, + offset: 27865, line: 771, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 27878, + offset: 27880, line: 771, - col: 55, + col: 57, }, }, }, @@ -90086,14 +90086,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27850, + offset: 27852, line: 771, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 27862, + offset: 27864, line: 771, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -90106,14 +90106,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27857, + offset: 27859, line: 771, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 27862, + offset: 27864, line: 771, - col: 39, + col: 41, }, }, }, @@ -90121,14 +90121,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27850, + offset: 27852, line: 771, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 27856, + offset: 27858, line: 771, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -90139,14 +90139,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27850, + offset: 27852, line: 771, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 27856, + offset: 27858, line: 771, - col: 33, + col: 35, }, }, }, @@ -90158,14 +90158,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27881, + offset: 27883, line: 771, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 27932, + offset: 27934, line: 773, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -90173,14 +90173,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27891, + offset: 27893, line: 772, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27926, + offset: 27928, line: 772, - col: 42, + col: 44, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -90188,14 +90188,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27891, + offset: 27893, line: 772, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27925, + offset: 27927, line: 772, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -90205,14 +90205,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27904, + offset: 27906, line: 772, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27925, + offset: 27927, line: 772, - col: 41, + col: 43, }, }, ExpressionType: "const ?", @@ -90222,14 +90222,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27904, + offset: 27906, line: 772, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27925, + offset: 27927, line: 772, - col: 41, + col: 43, }, }, IsConversionOperator: false, @@ -90241,14 +90241,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27904, + offset: 27906, line: 772, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27908, + offset: 27910, line: 772, - col: 24, + col: 26, }, }, }, @@ -90257,14 +90257,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27910, + offset: 27912, line: 772, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27925, + offset: 27927, line: 772, - col: 41, + col: 43, }, }, }, @@ -90275,14 +90275,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27904, + offset: 27906, line: 772, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27908, + offset: 27910, line: 772, - col: 24, + col: 26, }, }, }, @@ -90293,14 +90293,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27891, + offset: 27893, line: 772, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27901, + offset: 27903, line: 772, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -90311,14 +90311,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27891, + offset: 27893, line: 772, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27901, + offset: 27903, line: 772, - col: 17, + col: 19, }, }, }, @@ -90327,14 +90327,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27904, + offset: 27906, line: 772, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27925, + offset: 27927, line: 772, - col: 41, + col: 43, }, }, ExpressionType: "const ?", @@ -90344,14 +90344,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27904, + offset: 27906, line: 772, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27925, + offset: 27927, line: 772, - col: 41, + col: 43, }, }, IsConversionOperator: false, @@ -90363,14 +90363,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27904, + offset: 27906, line: 772, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27908, + offset: 27910, line: 772, - col: 24, + col: 26, }, }, }, @@ -90379,14 +90379,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27910, + offset: 27912, line: 772, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 27925, + offset: 27927, line: 772, - col: 41, + col: 43, }, }, }, @@ -90397,14 +90397,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27904, + offset: 27906, line: 772, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 27908, + offset: 27910, line: 772, - col: 24, + col: 26, }, }, }, @@ -90420,28 +90420,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27938, + offset: 27940, line: 775, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 28139, + offset: 28141, line: 778, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27942, + offset: 27944, line: 775, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27962, + offset: 27964, line: 775, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -90451,14 +90451,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27942, + offset: 27944, line: 775, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27960, + offset: 27962, line: 775, - col: 25, + col: 27, }, }, ExpressionType: "", @@ -90471,14 +90471,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27953, + offset: 27955, line: 775, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 27960, + offset: 27962, line: 775, - col: 25, + col: 27, }, }, }, @@ -90486,14 +90486,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27942, + offset: 27944, line: 775, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27952, + offset: 27954, line: 775, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -90504,14 +90504,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27942, + offset: 27944, line: 775, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27952, + offset: 27954, line: 775, - col: 17, + col: 19, }, }, }, @@ -90522,14 +90522,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27964, + offset: 27966, line: 775, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 28139, + offset: 28141, line: 778, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -90537,14 +90537,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27974, + offset: 27976, line: 776, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28077, + offset: 28079, line: 776, - col: 110, + col: 112, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -90552,14 +90552,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27974, + offset: 27976, line: 776, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28076, + offset: 28078, line: 776, - col: 109, + col: 111, }, }, ExpressionType: "", @@ -90569,14 +90569,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28067, + offset: 28069, line: 776, - col: 100, + col: 102, }, end: { '@type': "uast:Position", - offset: 28076, + offset: 28078, line: 776, - col: 109, + col: 111, }, }, ExpressionType: "", @@ -90586,14 +90586,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28067, + offset: 28069, line: 776, - col: 100, + col: 102, }, end: { '@type': "uast:Position", - offset: 28076, + offset: 28078, line: 776, - col: 109, + col: 111, }, }, IsConversionOperator: false, @@ -90605,14 +90605,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28067, + offset: 28069, line: 776, - col: 100, + col: 102, }, end: { '@type': "uast:Position", - offset: 28070, + offset: 28072, line: 776, - col: 103, + col: 105, }, }, }, @@ -90621,14 +90621,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28072, + offset: 28074, line: 776, - col: 105, + col: 107, }, end: { '@type': "uast:Position", - offset: 28076, + offset: 28078, line: 776, - col: 109, + col: 111, }, }, }, @@ -90639,14 +90639,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28067, + offset: 28069, line: 776, - col: 100, + col: 102, }, end: { '@type': "uast:Position", - offset: 28070, + offset: 28072, line: 776, - col: 103, + col: 105, }, }, }, @@ -90658,14 +90658,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27974, + offset: 27976, line: 776, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28063, + offset: 28065, line: 776, - col: 96, + col: 98, }, }, ExpressionType: "", @@ -90676,14 +90676,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27987, + offset: 27989, line: 776, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 28063, + offset: 28065, line: 776, - col: 96, + col: 98, }, }, ExpressionType: "const char [75]", @@ -90695,14 +90695,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27974, + offset: 27976, line: 776, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27983, + offset: 27985, line: 776, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -90712,14 +90712,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27974, + offset: 27976, line: 776, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27983, + offset: 27985, line: 776, - col: 16, + col: 18, }, }, IsConversionOperator: false, @@ -90731,14 +90731,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27974, + offset: 27976, line: 776, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27977, + offset: 27979, line: 776, - col: 10, + col: 12, }, }, }, @@ -90747,14 +90747,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27979, + offset: 27981, line: 776, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 27983, + offset: 27985, line: 776, - col: 16, + col: 18, }, }, }, @@ -90765,14 +90765,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27974, + offset: 27976, line: 776, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 27977, + offset: 27979, line: 776, - col: 10, + col: 12, }, }, }, @@ -90784,14 +90784,14 @@ '@role': [Binary, Expression, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27987, + offset: 27989, line: 776, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 28063, + offset: 28065, line: 776, - col: 96, + col: 98, }, }, ExpressionType: "const char [75]", @@ -90804,14 +90804,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28067, + offset: 28069, line: 776, - col: 100, + col: 102, }, end: { '@type': "uast:Position", - offset: 28076, + offset: 28078, line: 776, - col: 109, + col: 111, }, }, ExpressionType: "", @@ -90821,14 +90821,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28067, + offset: 28069, line: 776, - col: 100, + col: 102, }, end: { '@type': "uast:Position", - offset: 28076, + offset: 28078, line: 776, - col: 109, + col: 111, }, }, IsConversionOperator: false, @@ -90840,14 +90840,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28067, + offset: 28069, line: 776, - col: 100, + col: 102, }, end: { '@type': "uast:Position", - offset: 28070, + offset: 28072, line: 776, - col: 103, + col: 105, }, }, }, @@ -90856,14 +90856,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28072, + offset: 28074, line: 776, - col: 105, + col: 107, }, end: { '@type': "uast:Position", - offset: 28076, + offset: 28078, line: 776, - col: 109, + col: 111, }, }, }, @@ -90874,14 +90874,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28067, + offset: 28069, line: 776, - col: 100, + col: 102, }, end: { '@type': "uast:Position", - offset: 28070, + offset: 28072, line: 776, - col: 103, + col: 105, }, }, }, @@ -90894,14 +90894,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28086, + offset: 28088, line: 777, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28133, + offset: 28135, line: 777, - col: 54, + col: 56, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -90909,14 +90909,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28086, + offset: 28088, line: 777, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28132, + offset: 28134, line: 777, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -90926,14 +90926,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28099, + offset: 28101, line: 777, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 28132, + offset: 28134, line: 777, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -90943,14 +90943,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28099, + offset: 28101, line: 777, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 28130, + offset: 28132, line: 777, - col: 51, + col: 53, }, }, ExpressionType: "? ()", @@ -90960,14 +90960,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28099, + offset: 28101, line: 777, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 28130, + offset: 28132, line: 777, - col: 51, + col: 53, }, }, IsConversionOperator: false, @@ -90979,14 +90979,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28099, + offset: 28101, line: 777, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 28103, + offset: 28105, line: 777, - col: 24, + col: 26, }, }, }, @@ -90995,14 +90995,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28105, + offset: 28107, line: 777, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 28130, + offset: 28132, line: 777, - col: 51, + col: 53, }, }, }, @@ -91013,14 +91013,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28099, + offset: 28101, line: 777, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 28103, + offset: 28105, line: 777, - col: 24, + col: 26, }, }, }, @@ -91032,14 +91032,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28086, + offset: 28088, line: 777, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28096, + offset: 28098, line: 777, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -91050,14 +91050,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28086, + offset: 28088, line: 777, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28096, + offset: 28098, line: 777, - col: 17, + col: 19, }, }, }, @@ -91066,14 +91066,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28099, + offset: 28101, line: 777, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 28132, + offset: 28134, line: 777, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -91083,14 +91083,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28099, + offset: 28101, line: 777, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 28130, + offset: 28132, line: 777, - col: 51, + col: 53, }, }, ExpressionType: "? ()", @@ -91100,14 +91100,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28099, + offset: 28101, line: 777, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 28130, + offset: 28132, line: 777, - col: 51, + col: 53, }, }, IsConversionOperator: false, @@ -91119,14 +91119,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28099, + offset: 28101, line: 777, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 28103, + offset: 28105, line: 777, - col: 24, + col: 26, }, }, }, @@ -91135,14 +91135,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28105, + offset: 28107, line: 777, - col: 26, + col: 28, }, end: { '@type': "uast:Position", - offset: 28130, + offset: 28132, line: 777, - col: 51, + col: 53, }, }, }, @@ -91153,14 +91153,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28099, + offset: 28101, line: 777, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 28103, + offset: 28105, line: 777, - col: 24, + col: 26, }, }, }, @@ -91177,28 +91177,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28145, + offset: 28147, line: 780, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 28348, + offset: 28350, line: 784, - col: 5, + col: 7, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28145, + offset: 28147, line: 780, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 28348, + offset: 28350, line: 784, - col: 5, + col: 7, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -91206,14 +91206,14 @@ '@role': [Incomplete, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28145, + offset: 28147, line: 780, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 28149, + offset: 28151, line: 780, - col: 7, + col: 9, }, }, IsComplex: false, @@ -91239,14 +91239,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28150, + offset: 28152, line: 780, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 28347, + offset: 28349, line: 784, - col: 4, + col: 6, }, }, DeclaresParameterPack: false, @@ -91254,28 +91254,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28159, + offset: 28161, line: 780, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 28347, + offset: 28349, line: 784, - col: 4, + col: 6, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28161, + offset: 28163, line: 780, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 28347, + offset: 28349, line: 784, - col: 4, + col: 6, }, }, ExpressionType: "Attempt to use symbol failed: find_if", @@ -91286,14 +91286,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28174, + offset: 28176, line: 780, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 28198, + offset: 28200, line: 780, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -91303,14 +91303,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28174, + offset: 28176, line: 780, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 28196, + offset: 28198, line: 780, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -91323,14 +91323,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28191, + offset: 28193, line: 780, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 28196, + offset: 28198, line: 780, - col: 54, + col: 56, }, }, }, @@ -91338,14 +91338,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28174, + offset: 28176, line: 780, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 28190, + offset: 28192, line: 780, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -91356,14 +91356,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28174, + offset: 28176, line: 780, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 28190, + offset: 28192, line: 780, - col: 48, + col: 50, }, }, }, @@ -91374,14 +91374,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28200, + offset: 28202, line: 780, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 28222, + offset: 28224, line: 780, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -91391,14 +91391,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28200, + offset: 28202, line: 780, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 28220, + offset: 28222, line: 780, - col: 78, + col: 80, }, }, ExpressionType: "", @@ -91411,14 +91411,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28217, + offset: 28219, line: 780, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 28220, + offset: 28222, line: 780, - col: 78, + col: 80, }, }, }, @@ -91426,14 +91426,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28200, + offset: 28202, line: 780, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 28216, + offset: 28218, line: 780, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -91444,14 +91444,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28200, + offset: 28202, line: 780, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 28216, + offset: 28218, line: 780, - col: 74, + col: 76, }, }, }, @@ -91462,14 +91462,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28232, + offset: 28234, line: 781, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28341, + offset: 28343, line: 783, - col: 8, + col: 10, }, }, ExpressionType: "[&pluginName] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == pluginName;\n }", @@ -91479,14 +91479,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28278, + offset: 28280, line: 781, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 28341, + offset: 28343, line: 783, - col: 8, + col: 10, }, }, 'Prop_Statements': [ @@ -91494,14 +91494,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28292, + offset: 28294, line: 782, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 28331, + offset: 28333, line: 782, - col: 50, + col: 52, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTBinaryExpression", @@ -91509,14 +91509,14 @@ '@role': [Binary, Equal, Expression, Relational, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28299, + offset: 28301, line: 782, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 28330, + offset: 28332, line: 782, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -91526,14 +91526,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28320, + offset: 28322, line: 782, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 28330, + offset: 28332, line: 782, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -91544,14 +91544,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28320, + offset: 28322, line: 782, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 28330, + offset: 28332, line: 782, - col: 49, + col: 51, }, }, }, @@ -91560,14 +91560,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28299, + offset: 28301, line: 782, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 28316, + offset: 28318, line: 782, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -91577,14 +91577,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28299, + offset: 28301, line: 782, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 28314, + offset: 28316, line: 782, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -91597,14 +91597,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28306, + offset: 28308, line: 782, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 28314, + offset: 28316, line: 782, - col: 33, + col: 35, }, }, }, @@ -91612,14 +91612,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28299, + offset: 28301, line: 782, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 28305, + offset: 28307, line: 782, - col: 24, + col: 26, }, }, ExpressionType: "const ?", @@ -91630,14 +91630,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28299, + offset: 28301, line: 782, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 28305, + offset: 28307, line: 782, - col: 24, + col: 26, }, }, }, @@ -91648,14 +91648,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28320, + offset: 28322, line: 782, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 28330, + offset: 28332, line: 782, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -91666,14 +91666,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28320, + offset: 28322, line: 782, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 28330, + offset: 28332, line: 782, - col: 49, + col: 51, }, }, }, @@ -91684,14 +91684,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28299, + offset: 28301, line: 782, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 28330, + offset: 28332, line: 782, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -91701,14 +91701,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28320, + offset: 28322, line: 782, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 28330, + offset: 28332, line: 782, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -91719,14 +91719,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28320, + offset: 28322, line: 782, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 28330, + offset: 28332, line: 782, - col: 49, + col: 51, }, }, }, @@ -91735,14 +91735,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28299, + offset: 28301, line: 782, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 28316, + offset: 28318, line: 782, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -91752,14 +91752,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28299, + offset: 28301, line: 782, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 28314, + offset: 28316, line: 782, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -91772,14 +91772,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28306, + offset: 28308, line: 782, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 28314, + offset: 28316, line: 782, - col: 33, + col: 35, }, }, }, @@ -91787,14 +91787,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28299, + offset: 28301, line: 782, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 28305, + offset: 28307, line: 782, - col: 24, + col: 26, }, }, ExpressionType: "const ?", @@ -91805,14 +91805,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28299, + offset: 28301, line: 782, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 28305, + offset: 28307, line: 782, - col: 24, + col: 26, }, }, }, @@ -91823,14 +91823,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28320, + offset: 28322, line: 782, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 28330, + offset: 28332, line: 782, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -91841,14 +91841,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28320, + offset: 28322, line: 782, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 28330, + offset: 28332, line: 782, - col: 49, + col: 51, }, }, }, @@ -91863,14 +91863,14 @@ '@role': [Declaration, Function, Identifier, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28234, + offset: 28236, line: 781, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 28244, + offset: 28246, line: 781, - col: 19, + col: 21, }, }, }, @@ -91879,14 +91879,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28246, + offset: 28248, line: 781, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 28277, + offset: 28279, line: 781, - col: 52, + col: 54, }, }, IsConst: false, @@ -91900,14 +91900,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28269, + offset: 28271, line: 781, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 28276, + offset: 28278, line: 781, - col: 51, + col: 53, }, }, DeclaresParameterPack: false, @@ -91916,14 +91916,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28270, + offset: 28272, line: 781, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 28276, + offset: 28278, line: 781, - col: 51, + col: 53, }, }, }, @@ -91932,14 +91932,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28247, + offset: 28249, line: 781, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 28268, + offset: 28270, line: 781, - col: 43, + col: 45, }, }, IsConst: true, @@ -91957,14 +91957,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28253, + offset: 28255, line: 781, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 28268, + offset: 28270, line: 781, - col: 43, + col: 45, }, }, }, @@ -91980,14 +91980,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28161, + offset: 28163, line: 780, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 28173, + offset: 28175, line: 780, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -91997,14 +91997,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28161, + offset: 28163, line: 780, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 28173, + offset: 28175, line: 780, - col: 31, + col: 33, }, }, IsConversionOperator: false, @@ -92016,14 +92016,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28161, + offset: 28163, line: 780, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 28164, + offset: 28166, line: 780, - col: 22, + col: 24, }, }, }, @@ -92032,14 +92032,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28166, + offset: 28168, line: 780, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 28173, + offset: 28175, line: 780, - col: 31, + col: 33, }, }, }, @@ -92050,14 +92050,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28161, + offset: 28163, line: 780, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 28164, + offset: 28166, line: 780, - col: 22, + col: 24, }, }, }, @@ -92069,14 +92069,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28161, + offset: 28163, line: 780, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 28347, + offset: 28349, line: 784, - col: 4, + col: 6, }, }, ExpressionType: "Attempt to use symbol failed: find_if", @@ -92087,14 +92087,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28174, + offset: 28176, line: 780, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 28198, + offset: 28200, line: 780, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -92104,14 +92104,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28174, + offset: 28176, line: 780, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 28196, + offset: 28198, line: 780, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -92124,14 +92124,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28191, + offset: 28193, line: 780, - col: 49, + col: 51, }, end: { '@type': "uast:Position", - offset: 28196, + offset: 28198, line: 780, - col: 54, + col: 56, }, }, }, @@ -92139,14 +92139,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28174, + offset: 28176, line: 780, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 28190, + offset: 28192, line: 780, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -92157,14 +92157,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28174, + offset: 28176, line: 780, - col: 32, + col: 34, }, end: { '@type': "uast:Position", - offset: 28190, + offset: 28192, line: 780, - col: 48, + col: 50, }, }, }, @@ -92175,14 +92175,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28200, + offset: 28202, line: 780, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 28222, + offset: 28224, line: 780, - col: 80, + col: 82, }, }, ExpressionType: "", @@ -92192,14 +92192,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28200, + offset: 28202, line: 780, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 28220, + offset: 28222, line: 780, - col: 78, + col: 80, }, }, ExpressionType: "", @@ -92212,14 +92212,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28217, + offset: 28219, line: 780, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 28220, + offset: 28222, line: 780, - col: 78, + col: 80, }, }, }, @@ -92227,14 +92227,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28200, + offset: 28202, line: 780, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 28216, + offset: 28218, line: 780, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -92245,14 +92245,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28200, + offset: 28202, line: 780, - col: 58, + col: 60, }, end: { '@type': "uast:Position", - offset: 28216, + offset: 28218, line: 780, - col: 74, + col: 76, }, }, }, @@ -92263,14 +92263,14 @@ '@role': [Anonymous, Argument, Call, Declaration, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28232, + offset: 28234, line: 781, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28341, + offset: 28343, line: 783, - col: 8, + col: 10, }, }, ExpressionType: "[&pluginName] (const KPluginMetaData &plugin) {\n return plugin.pluginId() == pluginName;\n }", @@ -92280,14 +92280,14 @@ '@role': [Body, Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28278, + offset: 28280, line: 781, - col: 53, + col: 55, }, end: { '@type': "uast:Position", - offset: 28341, + offset: 28343, line: 783, - col: 8, + col: 10, }, }, 'Prop_Statements': [ @@ -92295,14 +92295,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28292, + offset: 28294, line: 782, - col: 11, + col: 13, }, end: { '@type': "uast:Position", - offset: 28331, + offset: 28333, line: 782, - col: 50, + col: 52, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTBinaryExpression", @@ -92310,14 +92310,14 @@ '@role': [Binary, Equal, Expression, Relational, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28299, + offset: 28301, line: 782, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 28330, + offset: 28332, line: 782, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -92327,14 +92327,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28320, + offset: 28322, line: 782, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 28330, + offset: 28332, line: 782, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -92345,14 +92345,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28320, + offset: 28322, line: 782, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 28330, + offset: 28332, line: 782, - col: 49, + col: 51, }, }, }, @@ -92361,14 +92361,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28299, + offset: 28301, line: 782, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 28316, + offset: 28318, line: 782, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -92378,14 +92378,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28299, + offset: 28301, line: 782, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 28314, + offset: 28316, line: 782, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -92398,14 +92398,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28306, + offset: 28308, line: 782, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 28314, + offset: 28316, line: 782, - col: 33, + col: 35, }, }, }, @@ -92413,14 +92413,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28299, + offset: 28301, line: 782, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 28305, + offset: 28307, line: 782, - col: 24, + col: 26, }, }, ExpressionType: "const ?", @@ -92431,14 +92431,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28299, + offset: 28301, line: 782, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 28305, + offset: 28307, line: 782, - col: 24, + col: 26, }, }, }, @@ -92449,14 +92449,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28320, + offset: 28322, line: 782, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 28330, + offset: 28332, line: 782, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -92467,14 +92467,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28320, + offset: 28322, line: 782, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 28330, + offset: 28332, line: 782, - col: 49, + col: 51, }, }, }, @@ -92485,14 +92485,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28299, + offset: 28301, line: 782, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 28330, + offset: 28332, line: 782, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -92502,14 +92502,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28320, + offset: 28322, line: 782, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 28330, + offset: 28332, line: 782, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -92520,14 +92520,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28320, + offset: 28322, line: 782, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 28330, + offset: 28332, line: 782, - col: 49, + col: 51, }, }, }, @@ -92536,14 +92536,14 @@ '@role': [Binary, Call, Expression, Function, Left], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28299, + offset: 28301, line: 782, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 28316, + offset: 28318, line: 782, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -92553,14 +92553,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28299, + offset: 28301, line: 782, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 28314, + offset: 28316, line: 782, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -92573,14 +92573,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28306, + offset: 28308, line: 782, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 28314, + offset: 28316, line: 782, - col: 33, + col: 35, }, }, }, @@ -92588,14 +92588,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28299, + offset: 28301, line: 782, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 28305, + offset: 28307, line: 782, - col: 24, + col: 26, }, }, ExpressionType: "const ?", @@ -92606,14 +92606,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28299, + offset: 28301, line: 782, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 28305, + offset: 28307, line: 782, - col: 24, + col: 26, }, }, }, @@ -92624,14 +92624,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28320, + offset: 28322, line: 782, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 28330, + offset: 28332, line: 782, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -92642,14 +92642,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28320, + offset: 28322, line: 782, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 28330, + offset: 28332, line: 782, - col: 49, + col: 51, }, }, }, @@ -92664,14 +92664,14 @@ '@role': [Declaration, Function, Identifier, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28234, + offset: 28236, line: 781, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 28244, + offset: 28246, line: 781, - col: 19, + col: 21, }, }, }, @@ -92680,14 +92680,14 @@ '@role': [Declaration, Function, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28246, + offset: 28248, line: 781, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 28277, + offset: 28279, line: 781, - col: 52, + col: 54, }, }, IsConst: false, @@ -92701,14 +92701,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28269, + offset: 28271, line: 781, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 28276, + offset: 28278, line: 781, - col: 51, + col: 53, }, }, DeclaresParameterPack: false, @@ -92717,14 +92717,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28270, + offset: 28272, line: 781, - col: 45, + col: 47, }, end: { '@type': "uast:Position", - offset: 28276, + offset: 28278, line: 781, - col: 51, + col: 53, }, }, }, @@ -92733,14 +92733,14 @@ '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28247, + offset: 28249, line: 781, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 28268, + offset: 28270, line: 781, - col: 43, + col: 45, }, }, IsConst: true, @@ -92758,14 +92758,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28253, + offset: 28255, line: 781, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 28268, + offset: 28270, line: 781, - col: 43, + col: 45, }, }, }, @@ -92781,14 +92781,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28161, + offset: 28163, line: 780, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 28173, + offset: 28175, line: 780, - col: 31, + col: 33, }, }, ExpressionType: "", @@ -92798,14 +92798,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28161, + offset: 28163, line: 780, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 28173, + offset: 28175, line: 780, - col: 31, + col: 33, }, }, IsConversionOperator: false, @@ -92817,14 +92817,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28161, + offset: 28163, line: 780, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 28164, + offset: 28166, line: 780, - col: 22, + col: 24, }, }, }, @@ -92833,14 +92833,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28166, + offset: 28168, line: 780, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 28173, + offset: 28175, line: 780, - col: 31, + col: 33, }, }, }, @@ -92851,14 +92851,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28161, + offset: 28163, line: 780, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 28164, + offset: 28166, line: 780, - col: 22, + col: 24, }, }, }, @@ -92872,14 +92872,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28150, + offset: 28152, line: 780, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 28158, + offset: 28160, line: 780, - col: 16, + col: 18, }, }, }, @@ -92892,14 +92892,14 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28353, + offset: 28355, line: 785, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 28493, + offset: 28495, line: 788, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTBinaryExpression", @@ -92907,14 +92907,14 @@ '@role': [Binary, Equal, Expression, Relational], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28357, + offset: 28359, line: 785, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28391, + offset: 28393, line: 785, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -92924,14 +92924,14 @@ '@role': [Binary, Call, Expression, Function, Incomplete, Initialization, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28369, + offset: 28371, line: 785, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 28391, + offset: 28393, line: 785, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -92941,14 +92941,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28369, + offset: 28371, line: 785, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 28389, + offset: 28391, line: 785, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -92961,14 +92961,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28386, + offset: 28388, line: 785, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 28389, + offset: 28391, line: 785, - col: 39, + col: 41, }, }, }, @@ -92976,14 +92976,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28369, + offset: 28371, line: 785, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 28385, + offset: 28387, line: 785, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -92994,14 +92994,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28369, + offset: 28371, line: 785, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 28385, + offset: 28387, line: 785, - col: 35, + col: 37, }, }, }, @@ -93012,14 +93012,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28357, + offset: 28359, line: 785, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28365, + offset: 28367, line: 785, - col: 15, + col: 17, }, }, ExpressionType: "", @@ -93030,14 +93030,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28357, + offset: 28359, line: 785, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28365, + offset: 28367, line: 785, - col: 15, + col: 17, }, }, }, @@ -93046,14 +93046,14 @@ '@role': [Binary, Call, Expression, Function, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28369, + offset: 28371, line: 785, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 28391, + offset: 28393, line: 785, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -93063,14 +93063,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28369, + offset: 28371, line: 785, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 28389, + offset: 28391, line: 785, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -93083,14 +93083,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28386, + offset: 28388, line: 785, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 28389, + offset: 28391, line: 785, - col: 39, + col: 41, }, }, }, @@ -93098,14 +93098,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28369, + offset: 28371, line: 785, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 28385, + offset: 28387, line: 785, - col: 35, + col: 37, }, }, ExpressionType: "", @@ -93116,14 +93116,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28369, + offset: 28371, line: 785, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 28385, + offset: 28387, line: 785, - col: 35, + col: 37, }, }, }, @@ -93135,14 +93135,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28393, + offset: 28395, line: 785, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 28493, + offset: 28495, line: 788, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -93150,14 +93150,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28403, + offset: 28405, line: 786, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28469, + offset: 28471, line: 786, - col: 73, + col: 75, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -93165,14 +93165,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28403, + offset: 28405, line: 786, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28468, + offset: 28470, line: 786, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -93182,14 +93182,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28459, + offset: 28461, line: 786, - col: 63, + col: 65, }, end: { '@type': "uast:Position", - offset: 28468, + offset: 28470, line: 786, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -93199,14 +93199,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28459, + offset: 28461, line: 786, - col: 63, + col: 65, }, end: { '@type': "uast:Position", - offset: 28468, + offset: 28470, line: 786, - col: 72, + col: 74, }, }, IsConversionOperator: false, @@ -93218,14 +93218,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28459, + offset: 28461, line: 786, - col: 63, + col: 65, }, end: { '@type': "uast:Position", - offset: 28462, + offset: 28464, line: 786, - col: 66, + col: 68, }, }, }, @@ -93234,14 +93234,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28464, + offset: 28466, line: 786, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 28468, + offset: 28470, line: 786, - col: 72, + col: 74, }, }, }, @@ -93252,14 +93252,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28459, + offset: 28461, line: 786, - col: 63, + col: 65, }, end: { '@type': "uast:Position", - offset: 28462, + offset: 28464, line: 786, - col: 66, + col: 68, }, }, }, @@ -93271,14 +93271,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28403, + offset: 28405, line: 786, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28455, + offset: 28457, line: 786, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -93289,14 +93289,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28416, + offset: 28418, line: 786, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 28455, + offset: 28457, line: 786, - col: 59, + col: 61, }, }, ExpressionType: "const char [38]", @@ -93308,14 +93308,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28403, + offset: 28405, line: 786, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28412, + offset: 28414, line: 786, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -93325,14 +93325,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28403, + offset: 28405, line: 786, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28412, + offset: 28414, line: 786, - col: 16, + col: 18, }, }, IsConversionOperator: false, @@ -93344,14 +93344,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28403, + offset: 28405, line: 786, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28406, + offset: 28408, line: 786, - col: 10, + col: 12, }, }, }, @@ -93360,14 +93360,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28408, + offset: 28410, line: 786, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 28412, + offset: 28414, line: 786, - col: 16, + col: 18, }, }, }, @@ -93378,14 +93378,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28403, + offset: 28405, line: 786, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28406, + offset: 28408, line: 786, - col: 10, + col: 12, }, }, }, @@ -93397,14 +93397,14 @@ '@role': [Binary, Expression, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28416, + offset: 28418, line: 786, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 28455, + offset: 28457, line: 786, - col: 59, + col: 61, }, }, ExpressionType: "const char [38]", @@ -93417,14 +93417,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28459, + offset: 28461, line: 786, - col: 63, + col: 65, }, end: { '@type': "uast:Position", - offset: 28468, + offset: 28470, line: 786, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -93434,14 +93434,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28459, + offset: 28461, line: 786, - col: 63, + col: 65, }, end: { '@type': "uast:Position", - offset: 28468, + offset: 28470, line: 786, - col: 72, + col: 74, }, }, IsConversionOperator: false, @@ -93453,14 +93453,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28459, + offset: 28461, line: 786, - col: 63, + col: 65, }, end: { '@type': "uast:Position", - offset: 28462, + offset: 28464, line: 786, - col: 66, + col: 68, }, }, }, @@ -93469,14 +93469,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28464, + offset: 28466, line: 786, - col: 68, + col: 70, }, end: { '@type': "uast:Position", - offset: 28468, + offset: 28470, line: 786, - col: 72, + col: 74, }, }, }, @@ -93487,14 +93487,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28459, + offset: 28461, line: 786, - col: 63, + col: 65, }, end: { '@type': "uast:Position", - offset: 28462, + offset: 28464, line: 786, - col: 66, + col: 68, }, }, }, @@ -93507,14 +93507,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28478, + offset: 28480, line: 787, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28487, + offset: 28489, line: 787, - col: 16, + col: 18, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTLiteralExpression", @@ -93522,14 +93522,14 @@ '@role': [Expression, Literal, Number, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28485, + offset: 28487, line: 787, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 28486, + offset: 28488, line: 787, - col: 15, + col: 17, }, }, ExpressionType: "int", @@ -93542,14 +93542,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28485, + offset: 28487, line: 787, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 28486, + offset: 28488, line: 787, - col: 15, + col: 17, }, }, ExpressionType: "int", @@ -93565,14 +93565,14 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28561, + offset: 28563, line: 791, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 28623, + offset: 28625, line: 791, - col: 65, + col: 67, }, }, LeadingComments: [ @@ -93581,14 +93581,14 @@ '@role': [Comment, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28499, + offset: 28501, line: 790, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 28556, + offset: 28558, line: 790, - col: 60, + col: 62, }, }, IsBlockComment: false, @@ -93598,28 +93598,28 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28561, + offset: 28563, line: 791, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 28623, + offset: 28625, line: 791, - col: 65, + col: 67, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28561, + offset: 28563, line: 791, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 28580, + offset: 28582, line: 791, - col: 22, + col: 24, }, }, IsConst: false, @@ -93636,14 +93636,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28561, + offset: 28563, line: 791, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 28580, + offset: 28582, line: 791, - col: 22, + col: 24, }, }, IsConversionOperator: false, @@ -93655,14 +93655,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28561, + offset: 28563, line: 791, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 28565, + offset: 28567, line: 791, - col: 7, + col: 9, }, }, }, @@ -93671,14 +93671,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28567, + offset: 28569, line: 791, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 28580, + offset: 28582, line: 791, - col: 22, + col: 24, }, }, }, @@ -93689,14 +93689,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28561, + offset: 28563, line: 791, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 28565, + offset: 28567, line: 791, - col: 7, + col: 9, }, }, }, @@ -93709,14 +93709,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28581, + offset: 28583, line: 791, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 28622, + offset: 28624, line: 791, - col: 64, + col: 66, }, }, DeclaresParameterPack: false, @@ -93724,28 +93724,28 @@ '@role': [Assignment, Declaration, Expression, Right], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28589, + offset: 28591, line: 791, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 28622, + offset: 28624, line: 791, - col: 64, + col: 66, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28591, + offset: 28593, line: 791, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 28622, + offset: 28624, line: 791, - col: 64, + col: 66, }, }, ExpressionType: "Attempt to use symbol failed: create", @@ -93756,14 +93756,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28619, + offset: 28621, line: 791, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 28621, + offset: 28623, line: 791, - col: 63, + col: 65, }, }, ExpressionType: "? *", @@ -93773,14 +93773,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28620, + offset: 28622, line: 791, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 28621, + offset: 28623, line: 791, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -93791,14 +93791,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28620, + offset: 28622, line: 791, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 28621, + offset: 28623, line: 791, - col: 63, + col: 65, }, }, }, @@ -93810,14 +93810,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28591, + offset: 28593, line: 791, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 28618, + offset: 28620, line: 791, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -93827,14 +93827,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28591, + offset: 28593, line: 791, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 28618, + offset: 28620, line: 791, - col: 60, + col: 62, }, }, IsConversionOperator: false, @@ -93846,14 +93846,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28591, + offset: 28593, line: 791, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 28595, + offset: 28597, line: 791, - col: 37, + col: 39, }, }, }, @@ -93862,14 +93862,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28597, + offset: 28599, line: 791, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 28610, + offset: 28612, line: 791, - col: 52, + col: 54, }, }, }, @@ -93878,14 +93878,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28612, + offset: 28614, line: 791, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 28618, + offset: 28620, line: 791, - col: 60, + col: 62, }, }, }, @@ -93896,14 +93896,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28591, + offset: 28593, line: 791, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 28595, + offset: 28597, line: 791, - col: 37, + col: 39, }, }, }, @@ -93912,14 +93912,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28597, + offset: 28599, line: 791, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 28610, + offset: 28612, line: 791, - col: 52, + col: 54, }, }, }, @@ -93931,14 +93931,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28591, + offset: 28593, line: 791, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 28622, + offset: 28624, line: 791, - col: 64, + col: 66, }, }, ExpressionType: "Attempt to use symbol failed: create", @@ -93949,14 +93949,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28619, + offset: 28621, line: 791, - col: 61, + col: 63, }, end: { '@type': "uast:Position", - offset: 28621, + offset: 28623, line: 791, - col: 63, + col: 65, }, }, ExpressionType: "? *", @@ -93966,14 +93966,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28620, + offset: 28622, line: 791, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 28621, + offset: 28623, line: 791, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -93984,14 +93984,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28620, + offset: 28622, line: 791, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 28621, + offset: 28623, line: 791, - col: 63, + col: 65, }, }, }, @@ -94003,14 +94003,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28591, + offset: 28593, line: 791, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 28618, + offset: 28620, line: 791, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -94020,14 +94020,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28591, + offset: 28593, line: 791, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 28618, + offset: 28620, line: 791, - col: 60, + col: 62, }, }, IsConversionOperator: false, @@ -94039,14 +94039,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28591, + offset: 28593, line: 791, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 28595, + offset: 28597, line: 791, - col: 37, + col: 39, }, }, }, @@ -94055,14 +94055,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28597, + offset: 28599, line: 791, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 28610, + offset: 28612, line: 791, - col: 52, + col: 54, }, }, }, @@ -94071,14 +94071,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28612, + offset: 28614, line: 791, - col: 54, + col: 56, }, end: { '@type': "uast:Position", - offset: 28618, + offset: 28620, line: 791, - col: 60, + col: 62, }, }, }, @@ -94089,14 +94089,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28591, + offset: 28593, line: 791, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 28595, + offset: 28597, line: 791, - col: 37, + col: 39, }, }, }, @@ -94105,14 +94105,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28597, + offset: 28599, line: 791, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 28610, + offset: 28612, line: 791, - col: 52, + col: 54, }, }, }, @@ -94126,14 +94126,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28582, + offset: 28584, line: 791, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 28588, + offset: 28590, line: 791, - col: 30, + col: 32, }, }, }, @@ -94147,42 +94147,42 @@ '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28629, + offset: 28631, line: 793, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 28675, + offset: 28677, line: 793, - col: 49, + col: 51, }, }, 'Prop_Declaration': { '@type': "CPPASTSimpleDeclaration", '@role': [Declaration, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28629, + offset: 28631, line: 793, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 28675, + offset: 28677, line: 793, - col: 49, + col: 51, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTNamedTypeSpecifier", '@role': [Instance, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28629, + offset: 28631, line: 793, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 28668, + offset: 28670, line: 793, - col: 42, + col: 44, }, }, IsConst: false, @@ -94199,14 +94199,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28629, + offset: 28631, line: 793, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 28668, + offset: 28670, line: 793, - col: 42, + col: 44, }, }, IsConversionOperator: false, @@ -94218,14 +94218,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28629, + offset: 28631, line: 793, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 28633, + offset: 28635, line: 793, - col: 7, + col: 9, }, }, }, @@ -94234,14 +94234,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28635, + offset: 28637, line: 793, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 28648, + offset: 28650, line: 793, - col: 22, + col: 24, }, }, }, @@ -94250,14 +94250,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28650, + offset: 28652, line: 793, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 28668, + offset: 28670, line: 793, - col: 42, + col: 44, }, }, }, @@ -94268,14 +94268,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28629, + offset: 28631, line: 793, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 28633, + offset: 28635, line: 793, - col: 7, + col: 9, }, }, }, @@ -94284,14 +94284,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28635, + offset: 28637, line: 793, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 28648, + offset: 28650, line: 793, - col: 22, + col: 24, }, }, }, @@ -94304,14 +94304,14 @@ '@role': [Declaration, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28669, + offset: 28671, line: 793, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 28674, + offset: 28676, line: 793, - col: 48, + col: 50, }, }, DeclaresParameterPack: false, @@ -94320,14 +94320,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28669, + offset: 28671, line: 793, - col: 43, + col: 45, }, end: { '@type': "uast:Position", - offset: 28674, + offset: 28676, line: 793, - col: 48, + col: 50, }, }, }, @@ -94340,28 +94340,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28680, + offset: 28682, line: 794, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 28927, + offset: 28929, line: 798, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28684, + offset: 28686, line: 794, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28716, + offset: 28718, line: 794, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -94372,14 +94372,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28697, + offset: 28699, line: 794, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 28715, + offset: 28717, line: 794, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -94390,14 +94390,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28697, + offset: 28699, line: 794, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 28715, + offset: 28717, line: 794, - col: 38, + col: 40, }, }, }, @@ -94407,14 +94407,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28684, + offset: 28686, line: 794, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28696, + offset: 28698, line: 794, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -94427,14 +94427,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28691, + offset: 28693, line: 794, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 28696, + offset: 28698, line: 794, - col: 19, + col: 21, }, }, }, @@ -94442,14 +94442,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28684, + offset: 28686, line: 794, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28690, + offset: 28692, line: 794, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -94460,14 +94460,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28684, + offset: 28686, line: 794, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28690, + offset: 28692, line: 794, - col: 13, + col: 15, }, }, }, @@ -94478,28 +94478,28 @@ '@role': [Else, If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28799, + offset: 28801, line: 796, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 28927, + offset: 28929, line: 798, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28803, + offset: 28805, line: 796, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 28837, + offset: 28839, line: 796, - col: 48, + col: 50, }, }, ExpressionType: "", @@ -94510,14 +94510,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28816, + offset: 28818, line: 796, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 28836, + offset: 28838, line: 796, - col: 47, + col: 49, }, }, ExpressionType: "", @@ -94528,14 +94528,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28816, + offset: 28818, line: 796, - col: 27, + col: 29, }, end: { '@type': "uast:Position", - offset: 28836, + offset: 28838, line: 796, - col: 47, + col: 49, }, }, }, @@ -94545,14 +94545,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28803, + offset: 28805, line: 796, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 28815, + offset: 28817, line: 796, - col: 26, + col: 28, }, }, ExpressionType: "", @@ -94565,14 +94565,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28810, + offset: 28812, line: 796, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 28815, + offset: 28817, line: 796, - col: 26, + col: 28, }, }, }, @@ -94580,14 +94580,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28803, + offset: 28805, line: 796, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 28809, + offset: 28811, line: 796, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -94598,14 +94598,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28803, + offset: 28805, line: 796, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 28809, + offset: 28811, line: 796, - col: 20, + col: 22, }, }, }, @@ -94616,14 +94616,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28839, + offset: 28841, line: 796, - col: 50, + col: 52, }, end: { '@type': "uast:Position", - offset: 28927, + offset: 28929, line: 798, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -94631,14 +94631,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28849, + offset: 28851, line: 797, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28921, + offset: 28923, line: 797, - col: 79, + col: 81, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -94646,14 +94646,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28849, + offset: 28851, line: 797, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28920, + offset: 28922, line: 797, - col: 78, + col: 80, }, }, ExpressionType: "", @@ -94663,14 +94663,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28857, + offset: 28859, line: 797, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 28920, + offset: 28922, line: 797, - col: 78, + col: 80, }, }, ExpressionType: "", @@ -94680,14 +94680,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28857, + offset: 28859, line: 797, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 28920, + offset: 28922, line: 797, - col: 78, + col: 80, }, }, IsConversionOperator: false, @@ -94699,14 +94699,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28857, + offset: 28859, line: 797, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 28861, + offset: 28863, line: 797, - col: 19, + col: 21, }, }, }, @@ -94715,14 +94715,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28863, + offset: 28865, line: 797, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 28876, + offset: 28878, line: 797, - col: 34, + col: 36, }, }, }, @@ -94731,14 +94731,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28878, + offset: 28880, line: 797, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 28895, + offset: 28897, line: 797, - col: 53, + col: 55, }, }, }, @@ -94747,14 +94747,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28897, + offset: 28899, line: 797, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 28920, + offset: 28922, line: 797, - col: 78, + col: 80, }, }, }, @@ -94765,14 +94765,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28857, + offset: 28859, line: 797, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 28861, + offset: 28863, line: 797, - col: 19, + col: 21, }, }, }, @@ -94781,14 +94781,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28863, + offset: 28865, line: 797, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 28876, + offset: 28878, line: 797, - col: 34, + col: 36, }, }, }, @@ -94797,14 +94797,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28878, + offset: 28880, line: 797, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 28895, + offset: 28897, line: 797, - col: 53, + col: 55, }, }, }, @@ -94815,14 +94815,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28849, + offset: 28851, line: 797, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28854, + offset: 28856, line: 797, - col: 12, + col: 14, }, }, ExpressionType: "", @@ -94833,14 +94833,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28849, + offset: 28851, line: 797, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28854, + offset: 28856, line: 797, - col: 12, + col: 14, }, }, }, @@ -94849,14 +94849,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28857, + offset: 28859, line: 797, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 28920, + offset: 28922, line: 797, - col: 78, + col: 80, }, }, ExpressionType: "", @@ -94866,14 +94866,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28857, + offset: 28859, line: 797, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 28920, + offset: 28922, line: 797, - col: 78, + col: 80, }, }, IsConversionOperator: false, @@ -94885,14 +94885,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28857, + offset: 28859, line: 797, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 28861, + offset: 28863, line: 797, - col: 19, + col: 21, }, }, }, @@ -94901,14 +94901,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28863, + offset: 28865, line: 797, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 28876, + offset: 28878, line: 797, - col: 34, + col: 36, }, }, }, @@ -94917,14 +94917,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28878, + offset: 28880, line: 797, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 28895, + offset: 28897, line: 797, - col: 53, + col: 55, }, }, }, @@ -94933,14 +94933,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28897, + offset: 28899, line: 797, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 28920, + offset: 28922, line: 797, - col: 78, + col: 80, }, }, }, @@ -94951,14 +94951,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28857, + offset: 28859, line: 797, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 28861, + offset: 28863, line: 797, - col: 19, + col: 21, }, }, }, @@ -94967,14 +94967,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28863, + offset: 28865, line: 797, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 28876, + offset: 28878, line: 797, - col: 34, + col: 36, }, }, }, @@ -94983,14 +94983,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28878, + offset: 28880, line: 797, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 28895, + offset: 28897, line: 797, - col: 53, + col: 55, }, }, }, @@ -95006,14 +95006,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28718, + offset: 28720, line: 794, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 28793, + offset: 28795, line: 796, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -95021,14 +95021,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28728, + offset: 28730, line: 795, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28787, + offset: 28789, line: 795, - col: 66, + col: 68, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -95036,14 +95036,14 @@ '@role': [Assignment, Binary, Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28728, + offset: 28730, line: 795, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28786, + offset: 28788, line: 795, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -95053,14 +95053,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28736, + offset: 28738, line: 795, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 28786, + offset: 28788, line: 795, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -95070,14 +95070,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28736, + offset: 28738, line: 795, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 28786, + offset: 28788, line: 795, - col: 65, + col: 67, }, }, IsConversionOperator: false, @@ -95089,14 +95089,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28736, + offset: 28738, line: 795, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 28740, + offset: 28742, line: 795, - col: 19, + col: 21, }, }, }, @@ -95105,14 +95105,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28742, + offset: 28744, line: 795, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 28755, + offset: 28757, line: 795, - col: 34, + col: 36, }, }, }, @@ -95121,14 +95121,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28757, + offset: 28759, line: 795, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 28774, + offset: 28776, line: 795, - col: 53, + col: 55, }, }, }, @@ -95137,14 +95137,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28776, + offset: 28778, line: 795, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 28786, + offset: 28788, line: 795, - col: 65, + col: 67, }, }, }, @@ -95155,14 +95155,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28736, + offset: 28738, line: 795, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 28740, + offset: 28742, line: 795, - col: 19, + col: 21, }, }, }, @@ -95171,14 +95171,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28742, + offset: 28744, line: 795, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 28755, + offset: 28757, line: 795, - col: 34, + col: 36, }, }, }, @@ -95187,14 +95187,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28757, + offset: 28759, line: 795, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 28774, + offset: 28776, line: 795, - col: 53, + col: 55, }, }, }, @@ -95205,14 +95205,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28728, + offset: 28730, line: 795, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28733, + offset: 28735, line: 795, - col: 12, + col: 14, }, }, ExpressionType: "", @@ -95223,14 +95223,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28728, + offset: 28730, line: 795, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28733, + offset: 28735, line: 795, - col: 12, + col: 14, }, }, }, @@ -95239,14 +95239,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28736, + offset: 28738, line: 795, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 28786, + offset: 28788, line: 795, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -95256,14 +95256,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28736, + offset: 28738, line: 795, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 28786, + offset: 28788, line: 795, - col: 65, + col: 67, }, }, IsConversionOperator: false, @@ -95275,14 +95275,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28736, + offset: 28738, line: 795, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 28740, + offset: 28742, line: 795, - col: 19, + col: 21, }, }, }, @@ -95291,14 +95291,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28742, + offset: 28744, line: 795, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 28755, + offset: 28757, line: 795, - col: 34, + col: 36, }, }, }, @@ -95307,14 +95307,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28757, + offset: 28759, line: 795, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 28774, + offset: 28776, line: 795, - col: 53, + col: 55, }, }, }, @@ -95323,14 +95323,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28776, + offset: 28778, line: 795, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 28786, + offset: 28788, line: 795, - col: 65, + col: 67, }, }, }, @@ -95341,14 +95341,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28736, + offset: 28738, line: 795, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 28740, + offset: 28742, line: 795, - col: 19, + col: 21, }, }, }, @@ -95357,14 +95357,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28742, + offset: 28744, line: 795, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 28755, + offset: 28757, line: 795, - col: 34, + col: 36, }, }, }, @@ -95373,14 +95373,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28757, + offset: 28759, line: 795, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 28774, + offset: 28776, line: 795, - col: 53, + col: 55, }, }, }, @@ -95396,28 +95396,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28932, + offset: 28934, line: 799, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29058, + offset: 29060, line: 801, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28936, + offset: 28938, line: 799, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28973, + offset: 28975, line: 799, - col: 44, + col: 46, }, }, ExpressionType: "", @@ -95428,14 +95428,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28949, + offset: 28951, line: 799, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 28972, + offset: 28974, line: 799, - col: 43, + col: 45, }, }, ExpressionType: "", @@ -95446,14 +95446,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28949, + offset: 28951, line: 799, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 28972, + offset: 28974, line: 799, - col: 43, + col: 45, }, }, }, @@ -95463,14 +95463,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28936, + offset: 28938, line: 799, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28948, + offset: 28950, line: 799, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -95483,14 +95483,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28943, + offset: 28945, line: 799, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 28948, + offset: 28950, line: 799, - col: 19, + col: 21, }, }, }, @@ -95498,14 +95498,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28936, + offset: 28938, line: 799, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28942, + offset: 28944, line: 799, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -95516,14 +95516,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28936, + offset: 28938, line: 799, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28942, + offset: 28944, line: 799, - col: 13, + col: 15, }, }, }, @@ -95534,14 +95534,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28975, + offset: 28977, line: 799, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 29058, + offset: 29060, line: 801, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -95549,14 +95549,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28985, + offset: 28987, line: 800, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29052, + offset: 29054, line: 800, - col: 74, + col: 76, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -95564,14 +95564,14 @@ '@role': [Assignment, Binary, Bitwise, Expression, Or], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28985, + offset: 28987, line: 800, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29051, + offset: 29053, line: 800, - col: 73, + col: 75, }, }, ExpressionType: "", @@ -95581,14 +95581,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28994, + offset: 28996, line: 800, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 29051, + offset: 29053, line: 800, - col: 73, + col: 75, }, }, ExpressionType: "", @@ -95598,14 +95598,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28994, + offset: 28996, line: 800, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 29051, + offset: 29053, line: 800, - col: 73, + col: 75, }, }, IsConversionOperator: false, @@ -95617,14 +95617,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28994, + offset: 28996, line: 800, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 28998, + offset: 29000, line: 800, - col: 20, + col: 22, }, }, }, @@ -95633,14 +95633,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29000, + offset: 29002, line: 800, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 29013, + offset: 29015, line: 800, - col: 35, + col: 37, }, }, }, @@ -95649,14 +95649,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29015, + offset: 29017, line: 800, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 29032, + offset: 29034, line: 800, - col: 54, + col: 56, }, }, }, @@ -95665,14 +95665,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29034, + offset: 29036, line: 800, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 29051, + offset: 29053, line: 800, - col: 73, + col: 75, }, }, }, @@ -95683,14 +95683,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28994, + offset: 28996, line: 800, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 28998, + offset: 29000, line: 800, - col: 20, + col: 22, }, }, }, @@ -95699,14 +95699,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29000, + offset: 29002, line: 800, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 29013, + offset: 29015, line: 800, - col: 35, + col: 37, }, }, }, @@ -95715,14 +95715,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29015, + offset: 29017, line: 800, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 29032, + offset: 29034, line: 800, - col: 54, + col: 56, }, }, }, @@ -95733,14 +95733,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28985, + offset: 28987, line: 800, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28990, + offset: 28992, line: 800, - col: 12, + col: 14, }, }, ExpressionType: "", @@ -95751,14 +95751,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28985, + offset: 28987, line: 800, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 28990, + offset: 28992, line: 800, - col: 12, + col: 14, }, }, }, @@ -95767,14 +95767,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28994, + offset: 28996, line: 800, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 29051, + offset: 29053, line: 800, - col: 73, + col: 75, }, }, ExpressionType: "", @@ -95784,14 +95784,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28994, + offset: 28996, line: 800, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 29051, + offset: 29053, line: 800, - col: 73, + col: 75, }, }, IsConversionOperator: false, @@ -95803,14 +95803,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28994, + offset: 28996, line: 800, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 28998, + offset: 29000, line: 800, - col: 20, + col: 22, }, }, }, @@ -95819,14 +95819,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29000, + offset: 29002, line: 800, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 29013, + offset: 29015, line: 800, - col: 35, + col: 37, }, }, }, @@ -95835,14 +95835,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29015, + offset: 29017, line: 800, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 29032, + offset: 29034, line: 800, - col: 54, + col: 56, }, }, }, @@ -95851,14 +95851,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29034, + offset: 29036, line: 800, - col: 56, + col: 58, }, end: { '@type': "uast:Position", - offset: 29051, + offset: 29053, line: 800, - col: 73, + col: 75, }, }, }, @@ -95869,14 +95869,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 28994, + offset: 28996, line: 800, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 28998, + offset: 29000, line: 800, - col: 20, + col: 22, }, }, }, @@ -95885,14 +95885,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29000, + offset: 29002, line: 800, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 29013, + offset: 29015, line: 800, - col: 35, + col: 37, }, }, }, @@ -95901,14 +95901,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29015, + offset: 29017, line: 800, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 29032, + offset: 29034, line: 800, - col: 54, + col: 56, }, }, }, @@ -95924,28 +95924,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29063, + offset: 29065, line: 802, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29240, + offset: 29242, line: 805, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTUnaryExpression", '@role': [Not, Relational, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29067, + offset: 29069, line: 802, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29131, + offset: 29133, line: 802, - col: 71, + col: 73, }, }, ExpressionType: "bool", @@ -95955,14 +95955,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29068, + offset: 29070, line: 802, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 29131, + offset: 29133, line: 802, - col: 71, + col: 73, }, }, ExpressionType: "", @@ -95973,14 +95973,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29081, + offset: 29083, line: 802, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 29123, + offset: 29125, line: 802, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -95990,14 +95990,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29081, + offset: 29083, line: 802, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 29121, + offset: 29123, line: 802, - col: 61, + col: 63, }, }, ExpressionType: "", @@ -96010,14 +96010,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29115, + offset: 29117, line: 802, - col: 55, + col: 57, }, end: { '@type': "uast:Position", - offset: 29121, + offset: 29123, line: 802, - col: 61, + col: 63, }, }, }, @@ -96025,14 +96025,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29081, + offset: 29083, line: 802, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 29114, + offset: 29116, line: 802, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -96043,14 +96043,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29094, + offset: 29096, line: 802, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 29113, + offset: 29115, line: 802, - col: 53, + col: 55, }, }, ExpressionType: "", @@ -96061,14 +96061,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29094, + offset: 29096, line: 802, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 29113, + offset: 29115, line: 802, - col: 53, + col: 55, }, }, }, @@ -96078,14 +96078,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29081, + offset: 29083, line: 802, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 29093, + offset: 29095, line: 802, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -96098,14 +96098,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29088, + offset: 29090, line: 802, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 29093, + offset: 29095, line: 802, - col: 33, + col: 35, }, }, }, @@ -96113,14 +96113,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29081, + offset: 29083, line: 802, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 29087, + offset: 29089, line: 802, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -96131,14 +96131,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29081, + offset: 29083, line: 802, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 29087, + offset: 29089, line: 802, - col: 27, + col: 29, }, }, }, @@ -96151,14 +96151,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29125, + offset: 29127, line: 802, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 29130, + offset: 29132, line: 802, - col: 70, + col: 72, }, }, ExpressionType: "", @@ -96169,14 +96169,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29125, + offset: 29127, line: 802, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 29130, + offset: 29132, line: 802, - col: 70, + col: 72, }, }, }, @@ -96186,14 +96186,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29068, + offset: 29070, line: 802, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 29080, + offset: 29082, line: 802, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -96206,14 +96206,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29076, + offset: 29078, line: 802, - col: 16, + col: 18, }, end: { '@type': "uast:Position", - offset: 29080, + offset: 29082, line: 802, - col: 20, + col: 22, }, }, }, @@ -96221,14 +96221,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29068, + offset: 29070, line: 802, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 29074, + offset: 29076, line: 802, - col: 14, + col: 16, }, }, ExpressionType: "? *", @@ -96239,14 +96239,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29068, + offset: 29070, line: 802, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 29074, + offset: 29076, line: 802, - col: 14, + col: 16, }, }, }, @@ -96259,14 +96259,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29133, + offset: 29135, line: 802, - col: 73, + col: 75, }, end: { '@type': "uast:Position", - offset: 29240, + offset: 29242, line: 805, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -96274,14 +96274,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29143, + offset: 29145, line: 803, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29216, + offset: 29218, line: 803, - col: 80, + col: 82, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -96289,14 +96289,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29143, + offset: 29145, line: 803, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29215, + offset: 29217, line: 803, - col: 79, + col: 81, }, }, ExpressionType: "", @@ -96306,14 +96306,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29206, + offset: 29208, line: 803, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 29215, + offset: 29217, line: 803, - col: 79, + col: 81, }, }, ExpressionType: "", @@ -96323,14 +96323,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29206, + offset: 29208, line: 803, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 29215, + offset: 29217, line: 803, - col: 79, + col: 81, }, }, IsConversionOperator: false, @@ -96342,14 +96342,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29206, + offset: 29208, line: 803, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 29209, + offset: 29211, line: 803, - col: 73, + col: 75, }, }, }, @@ -96358,14 +96358,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29211, + offset: 29213, line: 803, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 29215, + offset: 29217, line: 803, - col: 79, + col: 81, }, }, }, @@ -96376,14 +96376,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29206, + offset: 29208, line: 803, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 29209, + offset: 29211, line: 803, - col: 73, + col: 75, }, }, }, @@ -96395,14 +96395,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29143, + offset: 29145, line: 803, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29202, + offset: 29204, line: 803, - col: 66, + col: 68, }, }, ExpressionType: "", @@ -96413,14 +96413,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29156, + offset: 29158, line: 803, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 29202, + offset: 29204, line: 803, - col: 66, + col: 68, }, }, ExpressionType: "const char [45]", @@ -96432,14 +96432,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29143, + offset: 29145, line: 803, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29152, + offset: 29154, line: 803, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -96449,14 +96449,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29143, + offset: 29145, line: 803, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29152, + offset: 29154, line: 803, - col: 16, + col: 18, }, }, IsConversionOperator: false, @@ -96468,14 +96468,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29143, + offset: 29145, line: 803, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29146, + offset: 29148, line: 803, - col: 10, + col: 12, }, }, }, @@ -96484,14 +96484,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29148, + offset: 29150, line: 803, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 29152, + offset: 29154, line: 803, - col: 16, + col: 18, }, }, }, @@ -96502,14 +96502,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29143, + offset: 29145, line: 803, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29146, + offset: 29148, line: 803, - col: 10, + col: 12, }, }, }, @@ -96521,14 +96521,14 @@ '@role': [Binary, Expression, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29156, + offset: 29158, line: 803, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 29202, + offset: 29204, line: 803, - col: 66, + col: 68, }, }, ExpressionType: "const char [45]", @@ -96541,14 +96541,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29206, + offset: 29208, line: 803, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 29215, + offset: 29217, line: 803, - col: 79, + col: 81, }, }, ExpressionType: "", @@ -96558,14 +96558,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29206, + offset: 29208, line: 803, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 29215, + offset: 29217, line: 803, - col: 79, + col: 81, }, }, IsConversionOperator: false, @@ -96577,14 +96577,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29206, + offset: 29208, line: 803, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 29209, + offset: 29211, line: 803, - col: 73, + col: 75, }, }, }, @@ -96593,14 +96593,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29211, + offset: 29213, line: 803, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 29215, + offset: 29217, line: 803, - col: 79, + col: 81, }, }, }, @@ -96611,14 +96611,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29206, + offset: 29208, line: 803, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 29209, + offset: 29211, line: 803, - col: 73, + col: 75, }, }, }, @@ -96631,14 +96631,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29225, + offset: 29227, line: 804, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29234, + offset: 29236, line: 804, - col: 16, + col: 18, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTLiteralExpression", @@ -96646,14 +96646,14 @@ '@role': [Expression, Literal, Number, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29232, + offset: 29234, line: 804, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 29233, + offset: 29235, line: 804, - col: 15, + col: 17, }, }, ExpressionType: "int", @@ -96666,14 +96666,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29232, + offset: 29234, line: 804, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 29233, + offset: 29235, line: 804, - col: 15, + col: 17, }, }, ExpressionType: "int", @@ -96689,28 +96689,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29246, + offset: 29248, line: 807, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29272, + offset: 29274, line: 807, - col: 29, + col: 31, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29246, + offset: 29248, line: 807, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29271, + offset: 29273, line: 807, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -96721,14 +96721,14 @@ '@role': [Argument, Call, Dereference, Function, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29261, + offset: 29263, line: 807, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 29270, + offset: 29272, line: 807, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -96738,14 +96738,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29262, + offset: 29264, line: 807, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 29270, + offset: 29272, line: 807, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -96756,14 +96756,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29262, + offset: 29264, line: 807, - col: 19, + col: 21, }, end: { '@type': "uast:Position", - offset: 29270, + offset: 29272, line: 807, - col: 27, + col: 29, }, }, }, @@ -96775,14 +96775,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29246, + offset: 29248, line: 807, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29260, + offset: 29262, line: 807, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -96795,14 +96795,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29248, + offset: 29250, line: 807, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 29260, + offset: 29262, line: 807, - col: 17, + col: 19, }, }, }, @@ -96810,14 +96810,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29246, + offset: 29248, line: 807, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29247, + offset: 29249, line: 807, - col: 4, + col: 6, }, }, ExpressionType: "", @@ -96828,14 +96828,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29246, + offset: 29248, line: 807, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29247, + offset: 29249, line: 807, - col: 4, + col: 6, }, }, }, @@ -96847,28 +96847,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29277, + offset: 29279, line: 808, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29403, + offset: 29405, line: 811, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTUnaryExpression", '@role': [Not, Relational, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29281, + offset: 29283, line: 808, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29294, + offset: 29296, line: 808, - col: 20, + col: 22, }, }, ExpressionType: "bool", @@ -96878,14 +96878,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29282, + offset: 29284, line: 808, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 29294, + offset: 29296, line: 808, - col: 20, + col: 22, }, }, ExpressionType: "", @@ -96895,14 +96895,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29282, + offset: 29284, line: 808, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 29292, + offset: 29294, line: 808, - col: 18, + col: 20, }, }, ExpressionType: "", @@ -96915,14 +96915,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29284, + offset: 29286, line: 808, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 29292, + offset: 29294, line: 808, - col: 18, + col: 20, }, }, }, @@ -96930,14 +96930,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29282, + offset: 29284, line: 808, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 29283, + offset: 29285, line: 808, - col: 9, + col: 11, }, }, ExpressionType: "", @@ -96948,14 +96948,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29282, + offset: 29284, line: 808, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 29283, + offset: 29285, line: 808, - col: 9, + col: 11, }, }, }, @@ -96968,14 +96968,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29296, + offset: 29298, line: 808, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 29403, + offset: 29405, line: 811, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -96983,14 +96983,14 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29306, + offset: 29308, line: 809, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29379, + offset: 29381, line: 809, - col: 80, + col: 82, }, }, 'Prop_Expression': { '@type': "CPPASTBinaryExpression", @@ -96998,14 +96998,14 @@ '@role': [Binary, Bitwise, Expression, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29306, + offset: 29308, line: 809, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29378, + offset: 29380, line: 809, - col: 79, + col: 81, }, }, ExpressionType: "", @@ -97015,14 +97015,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29369, + offset: 29371, line: 809, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 29378, + offset: 29380, line: 809, - col: 79, + col: 81, }, }, ExpressionType: "", @@ -97032,14 +97032,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29369, + offset: 29371, line: 809, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 29378, + offset: 29380, line: 809, - col: 79, + col: 81, }, }, IsConversionOperator: false, @@ -97051,14 +97051,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29369, + offset: 29371, line: 809, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 29372, + offset: 29374, line: 809, - col: 73, + col: 75, }, }, }, @@ -97067,14 +97067,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29374, + offset: 29376, line: 809, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 29378, + offset: 29380, line: 809, - col: 79, + col: 81, }, }, }, @@ -97085,14 +97085,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29369, + offset: 29371, line: 809, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 29372, + offset: 29374, line: 809, - col: 73, + col: 75, }, }, }, @@ -97104,14 +97104,14 @@ '@role': [Binary, Bitwise, Expression, Left, LeftShift], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29306, + offset: 29308, line: 809, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29365, + offset: 29367, line: 809, - col: 66, + col: 68, }, }, ExpressionType: "", @@ -97122,14 +97122,14 @@ '@role': [Binary, Expression, Incomplete, Initialization, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29319, + offset: 29321, line: 809, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 29365, + offset: 29367, line: 809, - col: 66, + col: 68, }, }, ExpressionType: "const char [45]", @@ -97141,14 +97141,14 @@ '@role': [Binary, Expression, Left, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29306, + offset: 29308, line: 809, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29315, + offset: 29317, line: 809, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -97158,14 +97158,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29306, + offset: 29308, line: 809, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29315, + offset: 29317, line: 809, - col: 16, + col: 18, }, }, IsConversionOperator: false, @@ -97177,14 +97177,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29306, + offset: 29308, line: 809, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29309, + offset: 29311, line: 809, - col: 10, + col: 12, }, }, }, @@ -97193,14 +97193,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29311, + offset: 29313, line: 809, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 29315, + offset: 29317, line: 809, - col: 16, + col: 18, }, }, }, @@ -97211,14 +97211,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29306, + offset: 29308, line: 809, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29309, + offset: 29311, line: 809, - col: 10, + col: 12, }, }, }, @@ -97230,14 +97230,14 @@ '@role': [Binary, Expression, Literal, Right, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29319, + offset: 29321, line: 809, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 29365, + offset: 29367, line: 809, - col: 66, + col: 68, }, }, ExpressionType: "const char [45]", @@ -97250,14 +97250,14 @@ '@role': [Binary, Expression, Right, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29369, + offset: 29371, line: 809, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 29378, + offset: 29380, line: 809, - col: 79, + col: 81, }, }, ExpressionType: "", @@ -97267,14 +97267,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29369, + offset: 29371, line: 809, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 29378, + offset: 29380, line: 809, - col: 79, + col: 81, }, }, IsConversionOperator: false, @@ -97286,14 +97286,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29369, + offset: 29371, line: 809, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 29372, + offset: 29374, line: 809, - col: 73, + col: 75, }, }, }, @@ -97302,14 +97302,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29374, + offset: 29376, line: 809, - col: 75, + col: 77, }, end: { '@type': "uast:Position", - offset: 29378, + offset: 29380, line: 809, - col: 79, + col: 81, }, }, }, @@ -97320,14 +97320,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29369, + offset: 29371, line: 809, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 29372, + offset: 29374, line: 809, - col: 73, + col: 75, }, }, }, @@ -97340,14 +97340,14 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29388, + offset: 29390, line: 810, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29397, + offset: 29399, line: 810, - col: 16, + col: 18, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTLiteralExpression", @@ -97355,14 +97355,14 @@ '@role': [Expression, Literal, Number, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29395, + offset: 29397, line: 810, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 29396, + offset: 29398, line: 810, - col: 15, + col: 17, }, }, ExpressionType: "int", @@ -97375,14 +97375,14 @@ '@role': [Expression, Literal, Number], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29395, + offset: 29397, line: 810, - col: 14, + col: 16, }, end: { '@type': "uast:Position", - offset: 29396, + offset: 29398, line: 810, - col: 15, + col: 17, }, }, ExpressionType: "int", @@ -97398,28 +97398,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29408, + offset: 29410, line: 812, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29509, + offset: 29511, line: 814, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTUnaryExpression", '@role': [Not, Relational, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29412, + offset: 29414, line: 812, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29439, + offset: 29441, line: 812, - col: 34, + col: 36, }, }, ExpressionType: "bool", @@ -97429,14 +97429,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29413, + offset: 29415, line: 812, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 29439, + offset: 29441, line: 812, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -97446,14 +97446,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29413, + offset: 29415, line: 812, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 29437, + offset: 29439, line: 812, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -97466,14 +97466,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29430, + offset: 29432, line: 812, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 29437, + offset: 29439, line: 812, - col: 32, + col: 34, }, }, }, @@ -97481,14 +97481,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29413, + offset: 29415, line: 812, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 29429, + offset: 29431, line: 812, - col: 24, + col: 26, }, }, ExpressionType: "", @@ -97499,14 +97499,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29413, + offset: 29415, line: 812, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 29429, + offset: 29431, line: 812, - col: 24, + col: 26, }, }, }, @@ -97519,14 +97519,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29441, + offset: 29443, line: 812, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 29509, + offset: 29511, line: 814, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -97534,28 +97534,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29451, + offset: 29453, line: 813, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29503, + offset: 29505, line: 813, - col: 59, + col: 61, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29451, + offset: 29453, line: 813, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29502, + offset: 29504, line: 813, - col: 58, + col: 60, }, }, ExpressionType: "", @@ -97566,14 +97566,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29485, + offset: 29487, line: 813, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 29501, + offset: 29503, line: 813, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -97584,14 +97584,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29485, + offset: 29487, line: 813, - col: 41, + col: 43, }, end: { '@type': "uast:Position", - offset: 29501, + offset: 29503, line: 813, - col: 57, + col: 59, }, }, }, @@ -97601,14 +97601,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29451, + offset: 29453, line: 813, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29484, + offset: 29486, line: 813, - col: 40, + col: 42, }, }, ExpressionType: "", @@ -97621,14 +97621,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29465, + offset: 29467, line: 813, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 29484, + offset: 29486, line: 813, - col: 40, + col: 42, }, }, }, @@ -97636,14 +97636,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29451, + offset: 29453, line: 813, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29463, + offset: 29465, line: 813, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -97653,14 +97653,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29451, + offset: 29453, line: 813, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29461, + offset: 29463, line: 813, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -97673,14 +97673,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29453, + offset: 29455, line: 813, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 29461, + offset: 29463, line: 813, - col: 17, + col: 19, }, }, }, @@ -97688,14 +97688,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29451, + offset: 29453, line: 813, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29452, + offset: 29454, line: 813, - col: 8, + col: 10, }, }, ExpressionType: "", @@ -97706,14 +97706,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29451, + offset: 29453, line: 813, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29452, + offset: 29454, line: 813, - col: 8, + col: 10, }, }, }, @@ -97730,28 +97730,28 @@ '@role': [If, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29514, + offset: 29516, line: 815, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29617, + offset: 29619, line: 817, - col: 4, + col: 6, }, }, 'Prop_ConditionExpression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29518, + offset: 29520, line: 815, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29545, + offset: 29547, line: 815, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -97761,14 +97761,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29518, + offset: 29520, line: 815, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29543, + offset: 29545, line: 815, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -97781,14 +97781,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29536, + offset: 29538, line: 815, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 29543, + offset: 29545, line: 815, - col: 32, + col: 34, }, }, }, @@ -97796,14 +97796,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29518, + offset: 29520, line: 815, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29535, + offset: 29537, line: 815, - col: 24, + col: 26, }, }, ExpressionType: "", @@ -97814,14 +97814,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29518, + offset: 29520, line: 815, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29535, + offset: 29537, line: 815, - col: 24, + col: 26, }, }, }, @@ -97832,14 +97832,14 @@ '@role': [Body, If, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29547, + offset: 29549, line: 815, - col: 36, + col: 38, }, end: { '@type': "uast:Position", - offset: 29617, + offset: 29619, line: 817, - col: 4, + col: 6, }, }, 'Prop_Statements': [ @@ -97847,28 +97847,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29557, + offset: 29559, line: 816, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29611, + offset: 29613, line: 816, - col: 61, + col: 63, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29557, + offset: 29559, line: 816, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29610, + offset: 29612, line: 816, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -97879,14 +97879,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29592, + offset: 29594, line: 816, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 29609, + offset: 29611, line: 816, - col: 59, + col: 61, }, }, ExpressionType: "", @@ -97897,14 +97897,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29592, + offset: 29594, line: 816, - col: 42, + col: 44, }, end: { '@type': "uast:Position", - offset: 29609, + offset: 29611, line: 816, - col: 59, + col: 61, }, }, }, @@ -97914,14 +97914,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29557, + offset: 29559, line: 816, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29591, + offset: 29593, line: 816, - col: 41, + col: 43, }, }, ExpressionType: "", @@ -97934,14 +97934,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29571, + offset: 29573, line: 816, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 29591, + offset: 29593, line: 816, - col: 41, + col: 43, }, }, }, @@ -97949,14 +97949,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29557, + offset: 29559, line: 816, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29569, + offset: 29571, line: 816, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -97966,14 +97966,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29557, + offset: 29559, line: 816, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29567, + offset: 29569, line: 816, - col: 17, + col: 19, }, }, ExpressionType: "", @@ -97986,14 +97986,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29559, + offset: 29561, line: 816, - col: 9, + col: 11, }, end: { '@type': "uast:Position", - offset: 29567, + offset: 29569, line: 816, - col: 17, + col: 19, }, }, }, @@ -98001,14 +98001,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29557, + offset: 29559, line: 816, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29558, + offset: 29560, line: 816, - col: 8, + col: 10, }, }, ExpressionType: "", @@ -98019,14 +98019,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29557, + offset: 29559, line: 816, - col: 7, + col: 9, }, end: { '@type': "uast:Position", - offset: 29558, + offset: 29560, line: 816, - col: 8, + col: 10, }, }, }, @@ -98043,28 +98043,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29622, + offset: 29624, line: 818, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29671, + offset: 29673, line: 818, - col: 52, + col: 54, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29622, + offset: 29624, line: 818, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29670, + offset: 29672, line: 818, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -98075,14 +98075,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29658, + offset: 29660, line: 818, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 29669, + offset: 29671, line: 818, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -98093,14 +98093,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29658, + offset: 29660, line: 818, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 29669, + offset: 29671, line: 818, - col: 50, + col: 52, }, }, }, @@ -98110,14 +98110,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29622, + offset: 29624, line: 818, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29657, + offset: 29659, line: 818, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -98130,14 +98130,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29636, + offset: 29638, line: 818, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 29657, + offset: 29659, line: 818, - col: 38, + col: 40, }, }, }, @@ -98145,14 +98145,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29622, + offset: 29624, line: 818, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29634, + offset: 29636, line: 818, - col: 15, + col: 17, }, }, ExpressionType: "", @@ -98162,14 +98162,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29622, + offset: 29624, line: 818, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29632, + offset: 29634, line: 818, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -98182,14 +98182,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29624, + offset: 29626, line: 818, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 29632, + offset: 29634, line: 818, - col: 13, + col: 15, }, }, }, @@ -98197,14 +98197,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29622, + offset: 29624, line: 818, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29623, + offset: 29625, line: 818, - col: 4, + col: 6, }, }, ExpressionType: "", @@ -98215,14 +98215,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29622, + offset: 29624, line: 818, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29623, + offset: 29625, line: 818, - col: 4, + col: 6, }, }, }, @@ -98236,28 +98236,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29676, + offset: 29678, line: 819, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29725, + offset: 29727, line: 819, - col: 52, + col: 54, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29676, + offset: 29678, line: 819, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29724, + offset: 29726, line: 819, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -98268,14 +98268,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29712, + offset: 29714, line: 819, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 29723, + offset: 29725, line: 819, - col: 50, + col: 52, }, }, ExpressionType: "int", @@ -98286,14 +98286,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29712, + offset: 29714, line: 819, - col: 39, + col: 41, }, end: { '@type': "uast:Position", - offset: 29723, + offset: 29725, line: 819, - col: 50, + col: 52, }, }, }, @@ -98303,14 +98303,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29676, + offset: 29678, line: 819, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29711, + offset: 29713, line: 819, - col: 38, + col: 40, }, }, ExpressionType: "", @@ -98323,14 +98323,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29690, + offset: 29692, line: 819, - col: 17, + col: 19, }, end: { '@type': "uast:Position", - offset: 29711, + offset: 29713, line: 819, - col: 38, + col: 40, }, }, }, @@ -98338,14 +98338,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29676, + offset: 29678, line: 819, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29688, + offset: 29690, line: 819, - col: 15, + col: 17, }, }, ExpressionType: "", @@ -98355,14 +98355,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29676, + offset: 29678, line: 819, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29686, + offset: 29688, line: 819, - col: 13, + col: 15, }, }, ExpressionType: "", @@ -98375,14 +98375,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29678, + offset: 29680, line: 819, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 29686, + offset: 29688, line: 819, - col: 13, + col: 15, }, }, }, @@ -98390,14 +98390,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29676, + offset: 29678, line: 819, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29677, + offset: 29679, line: 819, - col: 4, + col: 6, }, }, ExpressionType: "", @@ -98408,14 +98408,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29676, + offset: 29678, line: 819, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29677, + offset: 29679, line: 819, - col: 4, + col: 6, }, }, }, @@ -98429,28 +98429,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29731, + offset: 29733, line: 821, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29835, + offset: 29837, line: 821, - col: 107, + col: 109, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29731, + offset: 29733, line: 821, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29834, + offset: 29836, line: 821, - col: 106, + col: 108, }, }, ExpressionType: "Attempt to use symbol failed: connect", @@ -98461,14 +98461,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29748, + offset: 29750, line: 821, - col: 20, + col: 22, }, end: { '@type': "uast:Position", - offset: 29750, + offset: 29752, line: 821, - col: 22, + col: 24, }, }, ExpressionType: "? *", @@ -98478,14 +98478,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29749, + offset: 29751, line: 821, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 29750, + offset: 29752, line: 821, - col: 22, + col: 24, }, }, ExpressionType: "", @@ -98496,14 +98496,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29749, + offset: 29751, line: 821, - col: 21, + col: 23, }, end: { '@type': "uast:Position", - offset: 29750, + offset: 29752, line: 821, - col: 22, + col: 24, }, }, }, @@ -98514,14 +98514,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29752, + offset: 29754, line: 821, - col: 24, + col: 26, }, end: { '@type': "uast:Position", - offset: 29788, + offset: 29790, line: 821, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -98531,14 +98531,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29753, + offset: 29755, line: 821, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 29788, + offset: 29790, line: 821, - col: 60, + col: 62, }, }, ExpressionType: "", @@ -98548,14 +98548,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29753, + offset: 29755, line: 821, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 29788, + offset: 29790, line: 821, - col: 60, + col: 62, }, }, IsConversionOperator: false, @@ -98567,14 +98567,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29753, + offset: 29755, line: 821, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 29757, + offset: 29759, line: 821, - col: 29, + col: 31, }, }, }, @@ -98583,14 +98583,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29759, + offset: 29761, line: 821, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 29770, + offset: 29772, line: 821, - col: 42, + col: 44, }, }, }, @@ -98599,14 +98599,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29772, + offset: 29774, line: 821, - col: 44, + col: 46, }, end: { '@type': "uast:Position", - offset: 29788, + offset: 29790, line: 821, - col: 60, + col: 62, }, }, }, @@ -98617,14 +98617,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29753, + offset: 29755, line: 821, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 29757, + offset: 29759, line: 821, - col: 29, + col: 31, }, }, }, @@ -98633,14 +98633,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29759, + offset: 29761, line: 821, - col: 31, + col: 33, }, end: { '@type': "uast:Position", - offset: 29770, + offset: 29772, line: 821, - col: 42, + col: 44, }, }, }, @@ -98653,14 +98653,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29790, + offset: 29792, line: 821, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 29796, + offset: 29798, line: 821, - col: 68, + col: 70, }, }, ExpressionType: "? *", @@ -98671,14 +98671,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29790, + offset: 29792, line: 821, - col: 62, + col: 64, }, end: { '@type': "uast:Position", - offset: 29796, + offset: 29798, line: 821, - col: 68, + col: 70, }, }, }, @@ -98687,14 +98687,14 @@ '@role': [Argument, Call, Function, Incomplete, Unary], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29798, + offset: 29800, line: 821, - col: 70, + col: 72, }, end: { '@type': "uast:Position", - offset: 29833, + offset: 29835, line: 821, - col: 105, + col: 107, }, }, ExpressionType: "", @@ -98704,14 +98704,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29799, + offset: 29801, line: 821, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 29833, + offset: 29835, line: 821, - col: 105, + col: 107, }, }, ExpressionType: "", @@ -98721,14 +98721,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29799, + offset: 29801, line: 821, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 29833, + offset: 29835, line: 821, - col: 105, + col: 107, }, }, IsConversionOperator: false, @@ -98740,14 +98740,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29799, + offset: 29801, line: 821, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 29803, + offset: 29805, line: 821, - col: 75, + col: 77, }, }, }, @@ -98756,14 +98756,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29805, + offset: 29807, line: 821, - col: 77, + col: 79, }, end: { '@type': "uast:Position", - offset: 29818, + offset: 29820, line: 821, - col: 90, + col: 92, }, }, }, @@ -98772,14 +98772,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29820, + offset: 29822, line: 821, - col: 92, + col: 94, }, end: { '@type': "uast:Position", - offset: 29833, + offset: 29835, line: 821, - col: 105, + col: 107, }, }, }, @@ -98790,14 +98790,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29799, + offset: 29801, line: 821, - col: 71, + col: 73, }, end: { '@type': "uast:Position", - offset: 29803, + offset: 29805, line: 821, - col: 75, + col: 77, }, }, }, @@ -98806,14 +98806,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29805, + offset: 29807, line: 821, - col: 77, + col: 79, }, end: { '@type': "uast:Position", - offset: 29818, + offset: 29820, line: 821, - col: 90, + col: 92, }, }, }, @@ -98827,14 +98827,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29731, + offset: 29733, line: 821, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29747, + offset: 29749, line: 821, - col: 19, + col: 21, }, }, ExpressionType: "", @@ -98844,14 +98844,14 @@ '@role': [Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29731, + offset: 29733, line: 821, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29747, + offset: 29749, line: 821, - col: 19, + col: 21, }, }, IsConversionOperator: false, @@ -98863,14 +98863,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29731, + offset: 29733, line: 821, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29738, + offset: 29740, line: 821, - col: 10, + col: 12, }, }, }, @@ -98879,14 +98879,14 @@ '@role': [Identifier, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29740, + offset: 29742, line: 821, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 29747, + offset: 29749, line: 821, - col: 19, + col: 21, }, }, }, @@ -98897,14 +98897,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29731, + offset: 29733, line: 821, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29738, + offset: 29740, line: 821, - col: 10, + col: 12, }, }, }, @@ -98917,28 +98917,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29840, + offset: 29842, line: 822, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29927, + offset: 29929, line: 822, - col: 90, + col: 92, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29840, + offset: 29842, line: 822, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29926, + offset: 29928, line: 822, - col: 89, + col: 91, }, }, ExpressionType: "", @@ -98949,14 +98949,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29859, + offset: 29861, line: 822, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 29892, + offset: 29894, line: 822, - col: 55, + col: 57, }, }, ExpressionType: "Attempt to use symbol failed: QStringLiteral", @@ -98968,14 +98968,14 @@ '@role': [Argument, Call, Expression, Function, Literal, String], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29874, + offset: 29876, line: 822, - col: 37, + col: 39, }, end: { '@type': "uast:Position", - offset: 29891, + offset: 29893, line: 822, - col: 54, + col: 56, }, }, ExpressionType: "const char [16]", @@ -98988,14 +98988,14 @@ '@role': [Call, Expression, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29859, + offset: 29861, line: 822, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 29873, + offset: 29875, line: 822, - col: 36, + col: 38, }, }, ExpressionType: "", @@ -99006,14 +99006,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29859, + offset: 29861, line: 822, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 29873, + offset: 29875, line: 822, - col: 36, + col: 38, }, }, }, @@ -99023,14 +99023,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29894, + offset: 29896, line: 822, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 29925, + offset: 29927, line: 822, - col: 88, + col: 90, }, }, ExpressionType: "", @@ -99040,14 +99040,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29894, + offset: 29896, line: 822, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 29923, + offset: 29925, line: 822, - col: 86, + col: 88, }, }, ExpressionType: "", @@ -99060,14 +99060,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29913, + offset: 29915, line: 822, - col: 76, + col: 78, }, end: { '@type': "uast:Position", - offset: 29923, + offset: 29925, line: 822, - col: 86, + col: 88, }, }, }, @@ -99075,14 +99075,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29894, + offset: 29896, line: 822, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 29911, + offset: 29913, line: 822, - col: 74, + col: 76, }, }, ExpressionType: "", @@ -99092,14 +99092,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29894, + offset: 29896, line: 822, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 29909, + offset: 29911, line: 822, - col: 72, + col: 74, }, }, ExpressionType: "", @@ -99112,14 +99112,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29902, + offset: 29904, line: 822, - col: 65, + col: 67, }, end: { '@type': "uast:Position", - offset: 29909, + offset: 29911, line: 822, - col: 72, + col: 74, }, }, }, @@ -99127,14 +99127,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29894, + offset: 29896, line: 822, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 29900, + offset: 29902, line: 822, - col: 63, + col: 65, }, }, ExpressionType: "? *", @@ -99145,14 +99145,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29894, + offset: 29896, line: 822, - col: 57, + col: 59, }, end: { '@type': "uast:Position", - offset: 29900, + offset: 29902, line: 822, - col: 63, + col: 65, }, }, }, @@ -99166,14 +99166,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29840, + offset: 29842, line: 822, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29858, + offset: 29860, line: 822, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -99186,14 +99186,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29852, + offset: 29854, line: 822, - col: 15, + col: 17, }, end: { '@type': "uast:Position", - offset: 29858, + offset: 29860, line: 822, - col: 21, + col: 23, }, }, }, @@ -99201,14 +99201,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29840, + offset: 29842, line: 822, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29851, + offset: 29853, line: 822, - col: 14, + col: 16, }, }, ExpressionType: "", @@ -99219,14 +99219,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29840, + offset: 29842, line: 822, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29851, + offset: 29853, line: 822, - col: 14, + col: 16, }, }, }, @@ -99238,28 +99238,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29932, + offset: 29934, line: 823, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29976, + offset: 29978, line: 823, - col: 47, + col: 49, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29932, + offset: 29934, line: 823, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29975, + offset: 29977, line: 823, - col: 46, + col: 48, }, }, ExpressionType: "", @@ -99270,14 +99270,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29963, + offset: 29965, line: 823, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 29974, + offset: 29976, line: 823, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -99288,14 +99288,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29963, + offset: 29965, line: 823, - col: 34, + col: 36, }, end: { '@type': "uast:Position", - offset: 29974, + offset: 29976, line: 823, - col: 45, + col: 47, }, }, }, @@ -99305,14 +99305,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29932, + offset: 29934, line: 823, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29962, + offset: 29964, line: 823, - col: 33, + col: 35, }, }, ExpressionType: "", @@ -99325,14 +99325,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29934, + offset: 29936, line: 823, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 29962, + offset: 29964, line: 823, - col: 33, + col: 35, }, }, }, @@ -99340,14 +99340,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29932, + offset: 29934, line: 823, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29933, + offset: 29935, line: 823, - col: 4, + col: 6, }, }, ExpressionType: "", @@ -99358,14 +99358,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29932, + offset: 29934, line: 823, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29933, + offset: 29935, line: 823, - col: 4, + col: 6, }, }, }, @@ -99377,28 +99377,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29981, + offset: 29983, line: 824, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 30030, + offset: 30032, line: 824, - col: 52, + col: 54, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29981, + offset: 29983, line: 824, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 30029, + offset: 30031, line: 824, - col: 51, + col: 53, }, }, ExpressionType: "", @@ -99409,14 +99409,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30000, + offset: 30002, line: 824, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 30028, + offset: 30030, line: 824, - col: 50, + col: 52, }, }, ExpressionType: "", @@ -99427,14 +99427,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30013, + offset: 30015, line: 824, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 30027, + offset: 30029, line: 824, - col: 49, + col: 51, }, }, ExpressionType: "", @@ -99445,14 +99445,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30013, + offset: 30015, line: 824, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 30027, + offset: 30029, line: 824, - col: 49, + col: 51, }, }, }, @@ -99462,14 +99462,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30000, + offset: 30002, line: 824, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 30012, + offset: 30014, line: 824, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -99482,14 +99482,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30007, + offset: 30009, line: 824, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 30012, + offset: 30014, line: 824, - col: 34, + col: 36, }, }, }, @@ -99497,14 +99497,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30000, + offset: 30002, line: 824, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 30006, + offset: 30008, line: 824, - col: 28, + col: 30, }, }, ExpressionType: "", @@ -99515,14 +99515,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30000, + offset: 30002, line: 824, - col: 22, + col: 24, }, end: { '@type': "uast:Position", - offset: 30006, + offset: 30008, line: 824, - col: 28, + col: 30, }, }, }, @@ -99534,14 +99534,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29981, + offset: 29983, line: 824, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29999, + offset: 30001, line: 824, - col: 21, + col: 23, }, }, ExpressionType: "", @@ -99554,14 +99554,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29983, + offset: 29985, line: 824, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 29999, + offset: 30001, line: 824, - col: 21, + col: 23, }, }, }, @@ -99569,14 +99569,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29981, + offset: 29983, line: 824, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29982, + offset: 29984, line: 824, - col: 4, + col: 6, }, }, ExpressionType: "", @@ -99587,14 +99587,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 29981, + offset: 29983, line: 824, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 29982, + offset: 29984, line: 824, - col: 4, + col: 6, }, }, }, @@ -99606,28 +99606,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30035, + offset: 30037, line: 825, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 30090, + offset: 30092, line: 825, - col: 58, + col: 60, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30035, + offset: 30037, line: 825, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 30089, + offset: 30091, line: 825, - col: 57, + col: 59, }, }, ExpressionType: "", @@ -99638,14 +99638,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30060, + offset: 30062, line: 825, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 30088, + offset: 30090, line: 825, - col: 56, + col: 58, }, }, ExpressionType: "", @@ -99655,14 +99655,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30060, + offset: 30062, line: 825, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 30086, + offset: 30088, line: 825, - col: 54, + col: 56, }, }, ExpressionType: "", @@ -99675,14 +99675,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30067, + offset: 30069, line: 825, - col: 35, + col: 37, }, end: { '@type': "uast:Position", - offset: 30086, + offset: 30088, line: 825, - col: 54, + col: 56, }, }, }, @@ -99690,14 +99690,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30060, + offset: 30062, line: 825, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 30066, + offset: 30068, line: 825, - col: 34, + col: 36, }, }, ExpressionType: "", @@ -99708,14 +99708,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30060, + offset: 30062, line: 825, - col: 28, + col: 30, }, end: { '@type': "uast:Position", - offset: 30066, + offset: 30068, line: 825, - col: 34, + col: 36, }, }, }, @@ -99727,14 +99727,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30035, + offset: 30037, line: 825, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 30059, + offset: 30061, line: 825, - col: 27, + col: 29, }, }, ExpressionType: "", @@ -99747,14 +99747,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30037, + offset: 30039, line: 825, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 30059, + offset: 30061, line: 825, - col: 27, + col: 29, }, }, }, @@ -99762,14 +99762,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30035, + offset: 30037, line: 825, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 30036, + offset: 30038, line: 825, - col: 4, + col: 6, }, }, ExpressionType: "", @@ -99780,14 +99780,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30035, + offset: 30037, line: 825, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 30036, + offset: 30038, line: 825, - col: 4, + col: 6, }, }, }, @@ -99799,28 +99799,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30095, + offset: 30097, line: 826, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 30158, + offset: 30160, line: 826, - col: 66, + col: 68, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30095, + offset: 30097, line: 826, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 30157, + offset: 30159, line: 826, - col: 65, + col: 67, }, }, ExpressionType: "", @@ -99831,14 +99831,14 @@ '@role': [Argument, Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30125, + offset: 30127, line: 826, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 30156, + offset: 30158, line: 826, - col: 64, + col: 66, }, }, ExpressionType: "", @@ -99849,14 +99849,14 @@ '@role': [Argument, Call, Expression, Function, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30138, + offset: 30140, line: 826, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 30155, + offset: 30157, line: 826, - col: 63, + col: 65, }, }, ExpressionType: "", @@ -99867,14 +99867,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30138, + offset: 30140, line: 826, - col: 46, + col: 48, }, end: { '@type': "uast:Position", - offset: 30155, + offset: 30157, line: 826, - col: 63, + col: 65, }, }, }, @@ -99884,14 +99884,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30125, + offset: 30127, line: 826, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 30137, + offset: 30139, line: 826, - col: 45, + col: 47, }, }, ExpressionType: "", @@ -99904,14 +99904,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30132, + offset: 30134, line: 826, - col: 40, + col: 42, }, end: { '@type': "uast:Position", - offset: 30137, + offset: 30139, line: 826, - col: 45, + col: 47, }, }, }, @@ -99919,14 +99919,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30125, + offset: 30127, line: 826, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 30131, + offset: 30133, line: 826, - col: 39, + col: 41, }, }, ExpressionType: "", @@ -99937,14 +99937,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30125, + offset: 30127, line: 826, - col: 33, + col: 35, }, end: { '@type': "uast:Position", - offset: 30131, + offset: 30133, line: 826, - col: 39, + col: 41, }, }, }, @@ -99956,14 +99956,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30095, + offset: 30097, line: 826, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 30124, + offset: 30126, line: 826, - col: 32, + col: 34, }, }, ExpressionType: "", @@ -99976,14 +99976,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30097, + offset: 30099, line: 826, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 30124, + offset: 30126, line: 826, - col: 32, + col: 34, }, }, }, @@ -99991,14 +99991,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30095, + offset: 30097, line: 826, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 30096, + offset: 30098, line: 826, - col: 4, + col: 6, }, }, ExpressionType: "", @@ -100009,14 +100009,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30095, + offset: 30097, line: 826, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 30096, + offset: 30098, line: 826, - col: 4, + col: 6, }, }, }, @@ -100028,28 +100028,28 @@ '@role': [Expression], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30163, + offset: 30165, line: 827, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 30173, + offset: 30175, line: 827, - col: 13, + col: 15, }, }, 'Prop_Expression': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30163, + offset: 30165, line: 827, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 30172, + offset: 30174, line: 827, - col: 12, + col: 14, }, }, ExpressionType: "", @@ -100059,14 +100059,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30163, + offset: 30165, line: 827, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 30170, + offset: 30172, line: 827, - col: 10, + col: 12, }, }, ExpressionType: "", @@ -100079,14 +100079,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30165, + offset: 30167, line: 827, - col: 5, + col: 7, }, end: { '@type': "uast:Position", - offset: 30170, + offset: 30172, line: 827, - col: 10, + col: 12, }, }, }, @@ -100094,14 +100094,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30163, + offset: 30165, line: 827, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 30164, + offset: 30166, line: 827, - col: 4, + col: 6, }, }, ExpressionType: "", @@ -100112,14 +100112,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30163, + offset: 30165, line: 827, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 30164, + offset: 30166, line: 827, - col: 4, + col: 6, }, }, }, @@ -100131,28 +100131,28 @@ '@role': [Return, Statement], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30179, + offset: 30181, line: 829, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 30195, + offset: 30197, line: 829, - col: 19, + col: 21, }, }, 'Prop_ReturnArgument': { '@type': "CPPASTFunctionCallExpression", '@role': [Call, Expression, Function, Return, Value], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30186, + offset: 30188, line: 829, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 30194, + offset: 30196, line: 829, - col: 18, + col: 20, }, }, ExpressionType: "", @@ -100162,14 +100162,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30186, + offset: 30188, line: 829, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 30192, + offset: 30194, line: 829, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -100182,14 +100182,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30188, + offset: 30190, line: 829, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 30192, + offset: 30194, line: 829, - col: 16, + col: 18, }, }, }, @@ -100197,14 +100197,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30186, + offset: 30188, line: 829, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 30187, + offset: 30189, line: 829, - col: 11, + col: 13, }, }, ExpressionType: "", @@ -100215,14 +100215,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30186, + offset: 30188, line: 829, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 30187, + offset: 30189, line: 829, - col: 11, + col: 13, }, }, }, @@ -100233,14 +100233,14 @@ '@role': [Call, Expression, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30186, + offset: 30188, line: 829, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 30194, + offset: 30196, line: 829, - col: 18, + col: 20, }, }, ExpressionType: "", @@ -100250,14 +100250,14 @@ '@role': [Call, Expression, Function, Name, Qualified], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30186, + offset: 30188, line: 829, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 30192, + offset: 30194, line: 829, - col: 16, + col: 18, }, }, ExpressionType: "", @@ -100270,14 +100270,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30188, + offset: 30190, line: 829, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 30192, + offset: 30194, line: 829, - col: 16, + col: 18, }, }, }, @@ -100285,14 +100285,14 @@ '@role': [Expression, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30186, + offset: 30188, line: 829, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 30187, + offset: 30189, line: 829, - col: 11, + col: 13, }, }, ExpressionType: "", @@ -100303,14 +100303,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 30186, + offset: 30188, line: 829, - col: 10, + col: 12, }, end: { '@type': "uast:Position", - offset: 30187, + offset: 30189, line: 829, - col: 11, + col: 13, }, }, }, @@ -100325,14 +100325,14 @@ '@role': [Declaration, Function, Number, Return, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16966, - line: 517, - col: 15, + offset: 16968, + line: 519, + col: 1, }, end: { '@type': "uast:Position", - offset: 16969, + offset: 16971, line: 519, - col: 2, + col: 4, }, }, IsComplex: false, @@ -100357,14 +100357,14 @@ '@role': [Declaration, Function], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16970, + offset: 16972, line: 519, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 16999, + offset: 17001, line: 519, - col: 32, + col: 34, }, }, IsConst: false, @@ -100378,14 +100378,14 @@ '@role': [Declaration, Function, Identifier, Name], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16970, + offset: 16972, line: 519, - col: 3, + col: 5, }, end: { '@type': "uast:Position", - offset: 16974, + offset: 16976, line: 519, - col: 7, + col: 9, }, }, }, @@ -100394,14 +100394,14 @@ '@role': [Argument, Declaration, Function, Name, Variable], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16979, + offset: 16981, line: 519, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 16983, + offset: 16985, line: 519, - col: 16, + col: 18, }, }, DeclaresParameterPack: false, @@ -100410,14 +100410,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16979, + offset: 16981, line: 519, - col: 12, + col: 14, }, end: { '@type': "uast:Position", - offset: 16983, + offset: 16985, line: 519, - col: 16, + col: 18, }, }, }, @@ -100426,14 +100426,14 @@ '@role': [Number, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16975, + offset: 16977, line: 519, - col: 8, + col: 10, }, end: { '@type': "uast:Position", - offset: 16978, + offset: 16980, line: 519, - col: 11, + col: 13, }, }, IsComplex: false, @@ -100459,14 +100459,14 @@ '@role': [Argument, Declaration, Function, List], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16990, + offset: 16992, line: 519, - col: 23, + col: 25, }, end: { '@type': "uast:Position", - offset: 16998, + offset: 17000, line: 519, - col: 31, + col: 33, }, }, DeclaresParameterPack: false, @@ -100475,14 +100475,14 @@ '@role': [Declaration, Incomplete, List, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16996, + offset: 16998, line: 519, - col: 29, + col: 31, }, end: { '@type': "uast:Position", - offset: 16998, + offset: 17000, line: 519, - col: 31, + col: 33, }, }, }, @@ -100492,14 +100492,14 @@ '@role': [Identifier], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16992, + offset: 16994, line: 519, - col: 25, + col: 27, }, end: { '@type': "uast:Position", - offset: 16996, + offset: 16998, line: 519, - col: 29, + col: 31, }, }, }, @@ -100509,14 +100509,14 @@ '@role': [Character, Type], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16985, + offset: 16987, line: 519, - col: 18, + col: 20, }, end: { '@type': "uast:Position", - offset: 16989, + offset: 16991, line: 519, - col: 22, + col: 24, }, }, IsComplex: false, @@ -100549,14 +100549,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 880, - line: 19, - col: 70, + offset: 882, + line: 20, + col: 1, }, end: { '@type': "uast:Position", - offset: 905, + offset: 907, line: 20, - col: 24, + col: 26, }, }, IsSystem: false, @@ -100568,14 +100568,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 906, - line: 20, - col: 25, + offset: 908, + line: 21, + col: 1, }, end: { '@type': "uast:Position", - offset: 928, + offset: 930, line: 21, - col: 21, + col: 23, }, }, IsSystem: false, @@ -100587,14 +100587,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 929, - line: 21, - col: 22, + offset: 931, + line: 22, + col: 1, }, end: { '@type': "uast:Position", - offset: 957, + offset: 959, line: 22, - col: 27, + col: 29, }, }, IsSystem: false, @@ -100606,14 +100606,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 958, - line: 22, - col: 28, + offset: 960, + line: 23, + col: 1, }, end: { '@type': "uast:Position", - offset: 980, + offset: 982, line: 23, - col: 21, + col: 23, }, }, IsSystem: false, @@ -100625,14 +100625,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 981, - line: 23, - col: 22, + offset: 983, + line: 24, + col: 1, }, end: { '@type': "uast:Position", - offset: 1005, + offset: 1007, line: 24, - col: 23, + col: 25, }, }, IsSystem: true, @@ -100644,14 +100644,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1014, - line: 25, - col: 7, + offset: 1016, + line: 26, + col: 1, }, end: { '@type': "uast:Position", - offset: 1035, + offset: 1037, line: 26, - col: 20, + col: 22, }, }, IsSystem: false, @@ -100663,14 +100663,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1036, - line: 26, - col: 21, + offset: 1038, + line: 27, + col: 1, }, end: { '@type': "uast:Position", - offset: 1056, + offset: 1058, line: 27, - col: 19, + col: 21, }, }, IsSystem: false, @@ -100682,14 +100682,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1057, - line: 27, - col: 20, + offset: 1059, + line: 28, + col: 1, }, end: { '@type': "uast:Position", - offset: 1087, + offset: 1089, line: 28, - col: 29, + col: 31, }, }, IsSystem: false, @@ -100701,14 +100701,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1088, - line: 28, - col: 30, + offset: 1090, + line: 29, + col: 1, }, end: { '@type': "uast:Position", - offset: 1115, + offset: 1117, line: 29, - col: 26, + col: 28, }, }, IsSystem: false, @@ -100720,14 +100720,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1116, - line: 29, - col: 27, + offset: 1118, + line: 30, + col: 1, }, end: { '@type': "uast:Position", - offset: 1137, + offset: 1139, line: 30, - col: 20, + col: 22, }, }, IsSystem: false, @@ -100739,14 +100739,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1151, - line: 32, - col: 11, + offset: 1153, + line: 33, + col: 1, }, end: { '@type': "uast:Position", - offset: 1187, + offset: 1189, line: 33, - col: 35, + col: 37, }, }, IsSystem: true, @@ -100758,14 +100758,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1188, - line: 33, - col: 36, + offset: 1190, + line: 34, + col: 1, }, end: { '@type': "uast:Position", - offset: 1231, + offset: 1233, line: 34, - col: 42, + col: 44, }, }, IsSystem: true, @@ -100777,14 +100777,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1239, - line: 35, - col: 6, + offset: 1241, + line: 36, + col: 1, }, end: { '@type': "uast:Position", - offset: 1266, + offset: 1268, line: 36, - col: 26, + col: 28, }, }, IsSystem: true, @@ -100796,14 +100796,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1267, - line: 36, - col: 27, + offset: 1269, + line: 37, + col: 1, }, end: { '@type': "uast:Position", - offset: 1291, + offset: 1293, line: 37, - col: 23, + col: 25, }, }, IsSystem: true, @@ -100815,14 +100815,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1292, - line: 37, - col: 24, + offset: 1294, + line: 38, + col: 1, }, end: { '@type': "uast:Position", - offset: 1318, + offset: 1320, line: 38, - col: 25, + col: 27, }, }, IsSystem: true, @@ -100834,14 +100834,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1319, - line: 38, - col: 26, + offset: 1321, + line: 39, + col: 1, }, end: { '@type': "uast:Position", - offset: 1336, + offset: 1338, line: 39, - col: 16, + col: 18, }, }, IsSystem: true, @@ -100853,14 +100853,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1337, - line: 39, - col: 17, + offset: 1339, + line: 40, + col: 1, }, end: { '@type': "uast:Position", - offset: 1376, + offset: 1378, line: 40, - col: 38, + col: 40, }, }, IsSystem: true, @@ -100872,14 +100872,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1384, - line: 42, - col: 5, + offset: 1386, + line: 43, + col: 1, }, end: { '@type': "uast:Position", - offset: 1410, + offset: 1412, line: 43, - col: 25, + col: 27, }, }, IsSystem: true, @@ -100891,14 +100891,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1411, - line: 43, - col: 26, + offset: 1413, + line: 44, + col: 1, }, end: { '@type': "uast:Position", - offset: 1446, + offset: 1448, line: 44, - col: 34, + col: 36, }, }, IsSystem: true, @@ -100910,14 +100910,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1447, - line: 44, - col: 35, + offset: 1449, + line: 45, + col: 1, }, end: { '@type': "uast:Position", - offset: 1476, + offset: 1478, line: 45, - col: 28, + col: 30, }, }, IsSystem: true, @@ -100929,14 +100929,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1477, - line: 45, - col: 29, + offset: 1479, + line: 46, + col: 1, }, end: { '@type': "uast:Position", - offset: 1503, + offset: 1505, line: 46, - col: 25, + col: 27, }, }, IsSystem: true, @@ -100948,14 +100948,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1504, - line: 46, - col: 26, + offset: 1506, + line: 47, + col: 1, }, end: { '@type': "uast:Position", - offset: 1520, + offset: 1522, line: 47, - col: 15, + col: 17, }, }, IsSystem: true, @@ -100967,14 +100967,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1521, - line: 47, - col: 16, + offset: 1523, + line: 48, + col: 1, }, end: { '@type': "uast:Position", - offset: 1541, + offset: 1543, line: 48, - col: 19, + col: 21, }, }, IsSystem: true, @@ -100986,14 +100986,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1542, - line: 48, - col: 20, + offset: 1544, + line: 49, + col: 1, }, end: { '@type': "uast:Position", - offset: 1567, + offset: 1569, line: 49, - col: 24, + col: 26, }, }, IsSystem: true, @@ -101005,14 +101005,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1568, - line: 49, - col: 25, + offset: 1570, + line: 50, + col: 1, }, end: { '@type': "uast:Position", - offset: 1587, + offset: 1589, line: 50, - col: 18, + col: 20, }, }, IsSystem: true, @@ -101024,14 +101024,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1588, - line: 50, - col: 19, + offset: 1590, + line: 51, + col: 1, }, end: { '@type': "uast:Position", - offset: 1614, + offset: 1616, line: 51, - col: 25, + col: 27, }, }, IsSystem: true, @@ -101043,14 +101043,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1615, - line: 51, - col: 26, + offset: 1617, + line: 52, + col: 1, }, end: { '@type': "uast:Position", - offset: 1632, + offset: 1634, line: 52, - col: 16, + col: 18, }, }, IsSystem: true, @@ -101062,14 +101062,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1633, - line: 52, - col: 17, + offset: 1635, + line: 53, + col: 1, }, end: { '@type': "uast:Position", - offset: 1651, + offset: 1653, line: 53, - col: 17, + col: 19, }, }, IsSystem: true, @@ -101081,14 +101081,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1652, - line: 53, - col: 18, + offset: 1654, + line: 54, + col: 1, }, end: { '@type': "uast:Position", - offset: 1669, + offset: 1671, line: 54, - col: 16, + col: 18, }, }, IsSystem: true, @@ -101100,14 +101100,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1670, - line: 54, - col: 17, + offset: 1672, + line: 55, + col: 1, }, end: { '@type': "uast:Position", - offset: 1688, + offset: 1690, line: 55, - col: 17, + col: 19, }, }, IsSystem: true, @@ -101118,14 +101118,14 @@ '@role': [If, Incomplete, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1700, - line: 57, - col: 9, + offset: 1702, + line: 58, + col: 1, }, end: { '@type': "uast:Position", - offset: 1720, + offset: 1722, line: 58, - col: 19, + col: 21, }, }, Condition: "HAVE_UNISTD_H", @@ -101137,14 +101137,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1722, - line: 58, - col: 21, + offset: 1724, + line: 59, + col: 2, }, end: { '@type': "uast:Position", - offset: 1740, + offset: 1742, line: 59, - col: 18, + col: 20, }, }, IsSystem: true, @@ -101155,14 +101155,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1741, - line: 59, - col: 19, + offset: 1743, + line: 60, + col: 1, }, end: { '@type': "uast:Position", - offset: 1747, + offset: 1749, line: 60, - col: 5, + col: 7, }, }, }, @@ -101170,14 +101170,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1766, - line: 60, - col: 24, + offset: 1768, + line: 62, + col: 1, }, end: { '@type': "uast:Position", - offset: 1786, + offset: 1788, line: 62, - col: 19, + col: 21, }, }, Condition: "HAVE_SYS_PRCTL_H", @@ -101188,14 +101188,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1788, - line: 62, - col: 21, + offset: 1790, + line: 63, + col: 2, }, end: { '@type': "uast:Position", - offset: 1809, + offset: 1811, line: 63, - col: 21, + col: 23, }, }, IsSystem: true, @@ -101206,14 +101206,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1810, - line: 63, - col: 22, + offset: 1812, + line: 64, + col: 1, }, end: { '@type': "uast:Position", - offset: 1816, + offset: 1818, line: 64, - col: 5, + col: 7, }, }, }, @@ -101221,14 +101221,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1817, - line: 64, - col: 6, + offset: 1819, + line: 65, + col: 1, }, end: { '@type': "uast:Position", - offset: 1839, + offset: 1841, line: 65, - col: 21, + col: 23, }, }, Condition: "HAVE_SYS_PROCCTL_H", @@ -101239,14 +101239,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1841, - line: 65, - col: 23, + offset: 1843, + line: 66, + col: 2, }, end: { '@type': "uast:Position", - offset: 1859, + offset: 1861, line: 66, - col: 18, + col: 20, }, }, IsSystem: true, @@ -101258,14 +101258,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1861, - line: 66, - col: 20, + offset: 1863, + line: 67, + col: 2, }, end: { '@type': "uast:Position", - offset: 1884, + offset: 1886, line: 67, - col: 23, + col: 25, }, }, IsSystem: true, @@ -101276,14 +101276,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1885, - line: 67, - col: 24, + offset: 1887, + line: 68, + col: 1, }, end: { '@type': "uast:Position", - offset: 1891, + offset: 1893, line: 68, - col: 5, + col: 7, }, }, }, @@ -101291,14 +101291,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1893, - line: 68, - col: 7, + offset: 1895, + line: 70, + col: 1, }, end: { '@type': "uast:Position", - offset: 1908, + offset: 1910, line: 70, - col: 14, + col: 16, }, }, Condition: "HAVE_LIBCAP", @@ -101309,14 +101309,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1910, - line: 70, - col: 16, + offset: 1912, + line: 71, + col: 2, }, end: { '@type': "uast:Position", - offset: 1936, + offset: 1938, line: 71, - col: 26, + col: 28, }, }, IsSystem: true, @@ -101327,14 +101327,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1937, - line: 71, - col: 27, + offset: 1939, + line: 72, + col: 1, }, end: { '@type': "uast:Position", - offset: 1943, + offset: 1945, line: 72, - col: 5, + col: 7, }, }, }, @@ -101343,14 +101343,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1945, - line: 72, - col: 7, + offset: 1947, + line: 74, + col: 1, }, end: { '@type': "uast:Position", - offset: 1963, + offset: 1965, line: 74, - col: 17, + col: 19, }, }, IsSystem: true, @@ -101362,14 +101362,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1965, - line: 74, - col: 19, + offset: 1967, + line: 76, + col: 1, }, end: { '@type': "uast:Position", - offset: 1984, + offset: 1986, line: 76, - col: 18, + col: 20, }, }, IsSystem: true, @@ -101381,14 +101381,14 @@ '@role': [Import], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 1985, - line: 76, - col: 19, + offset: 1987, + line: 77, + col: 1, }, end: { '@type': "uast:Position", - offset: 2003, + offset: 2005, line: 77, - col: 17, + col: 19, }, }, IsSystem: true, @@ -101399,14 +101399,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2445, - line: 105, + offset: 2447, + line: 106, col: 1, }, end: { '@type': "uast:Position", - offset: 2473, + offset: 2475, line: 106, - col: 27, + col: 29, }, }, Condition: "HAVE_SCHED_RESET_ON_FORK", @@ -101416,14 +101416,14 @@ '@role': [Else, Incomplete], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2759, - line: 114, - col: 39, + offset: 2761, + line: 115, + col: 1, }, end: { '@type': "uast:Position", - offset: 2764, + offset: 2766, line: 115, - col: 4, + col: 6, }, }, IsTaken: true, @@ -101432,14 +101432,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 2786, - line: 116, - col: 20, + offset: 2788, + line: 117, + col: 1, }, end: { '@type': "uast:Position", - offset: 2792, + offset: 2794, line: 117, - col: 5, + col: 7, }, }, }, @@ -101447,14 +101447,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14817, - line: 433, - col: 79, + offset: 14819, + line: 434, + col: 1, }, end: { '@type': "uast:Position", - offset: 14829, + offset: 14831, line: 434, - col: 11, + col: 13, }, }, Condition: "HAVE_DRM", @@ -101464,14 +101464,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14906, - line: 435, - col: 75, + offset: 14908, + line: 436, + col: 1, }, end: { '@type': "uast:Position", - offset: 14912, + offset: 14914, line: 436, - col: 5, + col: 7, }, }, }, @@ -101479,14 +101479,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 14913, - line: 436, - col: 6, + offset: 14915, + line: 437, + col: 1, }, end: { '@type': "uast:Position", - offset: 14931, + offset: 14933, line: 437, - col: 17, + col: 19, }, }, Condition: "HAVE_LIBHYBRIS", @@ -101496,14 +101496,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15022, - line: 438, - col: 89, + offset: 15024, + line: 439, + col: 1, }, end: { '@type': "uast:Position", - offset: 15028, + offset: 15030, line: 439, - col: 5, + col: 7, }, }, }, @@ -101511,14 +101511,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15335, - line: 449, - col: 5, + offset: 15337, + line: 450, + col: 1, }, end: { '@type': "uast:Position", - offset: 15353, + offset: 15355, line: 450, - col: 17, + col: 19, }, }, Condition: "HAVE_LIBHYBRIS", @@ -101528,14 +101528,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15448, - line: 453, - col: 5, + offset: 15450, + line: 454, + col: 1, }, end: { '@type': "uast:Position", - offset: 15454, + offset: 15456, line: 454, - col: 5, + col: 7, }, }, }, @@ -101543,14 +101543,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15455, - line: 454, - col: 6, + offset: 15457, + line: 455, + col: 1, }, end: { '@type': "uast:Position", - offset: 15467, + offset: 15469, line: 455, - col: 11, + col: 13, }, }, Condition: "HAVE_DRM", @@ -101560,14 +101560,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15492, - line: 456, - col: 23, + offset: 15494, + line: 457, + col: 1, }, end: { '@type': "uast:Position", - offset: 15498, + offset: 15500, line: 457, - col: 5, + col: 7, }, }, }, @@ -101575,14 +101575,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 15558, - line: 462, + offset: 15560, + line: 463, col: 1, }, end: { '@type': "uast:Position", - offset: 15582, + offset: 15584, line: 463, - col: 23, + col: 25, }, }, Condition: "HAVE_PR_SET_DUMPABLE", @@ -101592,14 +101592,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16016, - line: 474, - col: 30, + offset: 16018, + line: 475, + col: 1, }, end: { '@type': "uast:Position", - offset: 16022, + offset: 16024, line: 475, - col: 5, + col: 7, }, }, }, @@ -101607,14 +101607,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16023, - line: 475, - col: 6, + offset: 16025, + line: 476, + col: 1, }, end: { '@type': "uast:Position", - offset: 16046, + offset: 16048, line: 476, - col: 22, + col: 24, }, }, Condition: "HAVE_PROC_TRACE_CTL", @@ -101624,14 +101624,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16326, - line: 481, - col: 52, + offset: 16328, + line: 482, + col: 1, }, end: { '@type': "uast:Position", - offset: 16332, + offset: 16334, line: 482, - col: 5, + col: 7, }, }, }, @@ -101639,14 +101639,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16374, - line: 487, + offset: 16376, + line: 488, col: 1, }, end: { '@type': "uast:Position", - offset: 16398, + offset: 16400, line: 488, - col: 23, + col: 25, }, }, Condition: "HAVE_PR_SET_DUMPABLE", @@ -101656,14 +101656,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16430, - line: 489, - col: 30, + offset: 16432, + line: 490, + col: 1, }, end: { '@type': "uast:Position", - offset: 16436, + offset: 16438, line: 490, - col: 5, + col: 7, }, }, }, @@ -101671,14 +101671,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16522, - line: 497, + offset: 16524, + line: 498, col: 1, }, end: { '@type': "uast:Position", - offset: 16537, + offset: 16539, line: 498, - col: 14, + col: 16, }, }, Condition: "HAVE_LIBCAP", @@ -101688,14 +101688,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 16940, - line: 513, - col: 19, + offset: 16942, + line: 514, + col: 1, }, end: { '@type': "uast:Position", - offset: 16946, + offset: 16948, line: 514, - col: 5, + col: 7, }, }, }, @@ -101703,14 +101703,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19447, - line: 577, - col: 69, + offset: 19449, + line: 578, + col: 1, }, end: { '@type': "uast:Position", - offset: 19459, + offset: 19461, line: 578, - col: 11, + col: 13, }, }, Condition: "HAVE_DRM", @@ -101720,14 +101720,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19520, - line: 579, - col: 59, + offset: 19522, + line: 580, + col: 1, }, end: { '@type': "uast:Position", - offset: 19526, + offset: 19528, line: 580, - col: 5, + col: 7, }, }, }, @@ -101735,14 +101735,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19527, - line: 580, - col: 6, + offset: 19529, + line: 581, + col: 1, }, end: { '@type': "uast:Position", - offset: 19545, + offset: 19547, line: 581, - col: 17, + col: 19, }, }, Condition: "HAVE_LIBHYBRIS", @@ -101752,14 +101752,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 19620, - line: 582, - col: 73, + offset: 19622, + line: 583, + col: 1, }, end: { '@type': "uast:Position", - offset: 19626, + offset: 19628, line: 583, - col: 5, + col: 7, }, }, }, @@ -101767,14 +101767,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 22973, - line: 645, - col: 5, + offset: 22975, + line: 646, + col: 1, }, end: { '@type': "uast:Position", - offset: 22991, + offset: 22993, line: 646, - col: 17, + col: 19, }, }, Condition: "HAVE_LIBHYBRIS", @@ -101784,14 +101784,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23178, - line: 650, - col: 5, + offset: 23180, + line: 651, + col: 1, }, end: { '@type': "uast:Position", - offset: 23184, + offset: 23186, line: 651, - col: 5, + col: 7, }, }, }, @@ -101799,14 +101799,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23427, - line: 654, - col: 37, + offset: 23429, + line: 655, + col: 1, }, end: { '@type': "uast:Position", - offset: 23439, + offset: 23441, line: 655, - col: 11, + col: 13, }, }, Condition: "HAVE_DRM", @@ -101816,14 +101816,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 23598, - line: 659, - col: 5, + offset: 23600, + line: 660, + col: 1, }, end: { '@type': "uast:Position", - offset: 23604, + offset: 23606, line: 660, - col: 5, + col: 7, }, }, }, @@ -101831,14 +101831,14 @@ '@role': [If, Incomplete, Then], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25402, - line: 693, - col: 35, + offset: 25404, + line: 695, + col: 1, }, end: { '@type': "uast:Position", - offset: 25430, + offset: 25432, line: 695, - col: 27, + col: 29, }, }, Condition: "KWIN_BUILD_ACTIVITIES", @@ -101849,14 +101849,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 25463, - line: 696, - col: 31, + offset: 25465, + line: 697, + col: 1, }, end: { '@type': "uast:Position", - offset: 25469, + offset: 25471, line: 697, - col: 5, + col: 7, }, }, }, @@ -101864,14 +101864,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26064, - line: 716, - col: 27, + offset: 26066, + line: 718, + col: 1, }, end: { '@type': "uast:Position", - offset: 26076, + offset: 26078, line: 718, - col: 11, + col: 13, }, }, Condition: "HAVE_DRM", @@ -101881,14 +101881,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 26174, - line: 721, - col: 5, + offset: 26176, + line: 722, + col: 1, }, end: { '@type': "uast:Position", - offset: 26180, + offset: 26182, line: 722, - col: 5, + col: 7, }, }, }, @@ -101896,14 +101896,14 @@ '@role': [Unannotated], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27678, - line: 765, - col: 5, + offset: 27680, + line: 766, + col: 1, }, end: { '@type': "uast:Position", - offset: 27696, + offset: 27698, line: 766, - col: 17, + col: 19, }, }, Condition: "HAVE_LIBHYBRIS", @@ -101913,14 +101913,14 @@ '@role': [Incomplete, Noop], '@pos': { '@type': "uast:Positions", start: { '@type': "uast:Position", - offset: 27815, - line: 769, - col: 5, + offset: 27817, + line: 770, + col: 1, }, end: { '@type': "uast:Position", - offset: 27821, + offset: 27823, line: 770, - col: 5, + col: 7, }, }, }, diff --git a/fixtures/unicode.cpp.sem.uast b/fixtures/unicode.cpp.sem.uast index 0edcdf7..99d835f 100644 --- a/fixtures/unicode.cpp.sem.uast +++ b/fixtures/unicode.cpp.sem.uast @@ -7,9 +7,9 @@ col: 1, }, end: { '@type': "uast:Position", - offset: 14, + offset: 16, line: 1, - col: 15, + col: 17, }, }, 'Prop_BuiltinMacroDefinitions': [], @@ -23,9 +23,9 @@ col: 1, }, end: { '@type': "uast:Position", - offset: 14, + offset: 16, line: 1, - col: 15, + col: 17, }, }, 'Prop_DeclSpecifier': { '@type': "cpp:CPPASTSimpleDeclSpecifier", @@ -71,9 +71,9 @@ col: 6, }, end: { '@type': "uast:Position", - offset: 13, + offset: 15, line: 1, - col: 14, + col: 16, }, }, DeclaresParameterPack: false, @@ -86,9 +86,9 @@ col: 8, }, end: { '@type': "uast:Position", - offset: 13, + offset: 15, line: 1, - col: 14, + col: 16, }, }, 'Prop_Expression': { '@type': "uast:String", @@ -99,9 +99,9 @@ col: 10, }, end: { '@type': "uast:Position", - offset: 13, + offset: 15, line: 1, - col: 14, + col: 16, }, }, Format: "", @@ -115,9 +115,9 @@ col: 10, }, end: { '@type': "uast:Position", - offset: 13, + offset: 15, line: 1, - col: 14, + col: 16, }, }, Format: "", diff --git a/fixtures/unicode.cpp.uast b/fixtures/unicode.cpp.uast index f73f8d5..39ac5ff 100644 --- a/fixtures/unicode.cpp.uast +++ b/fixtures/unicode.cpp.uast @@ -7,9 +7,9 @@ col: 1, }, end: { '@type': "uast:Position", - offset: 14, + offset: 16, line: 1, - col: 15, + col: 17, }, }, 'Prop_BuiltinMacroDefinitions': [], @@ -23,9 +23,9 @@ col: 1, }, end: { '@type': "uast:Position", - offset: 14, + offset: 16, line: 1, - col: 15, + col: 17, }, }, 'Prop_DeclSpecifier': { '@type': "CPPASTSimpleDeclSpecifier", @@ -71,9 +71,9 @@ col: 6, }, end: { '@type': "uast:Position", - offset: 13, + offset: 15, line: 1, - col: 14, + col: 16, }, }, DeclaresParameterPack: false, @@ -86,9 +86,9 @@ col: 8, }, end: { '@type': "uast:Position", - offset: 13, + offset: 15, line: 1, - col: 14, + col: 16, }, }, 'Prop_Expression': { '@type': "CPPASTLiteralExpression", @@ -101,9 +101,9 @@ col: 10, }, end: { '@type': "uast:Position", - offset: 13, + offset: 15, line: 1, - col: 14, + col: 16, }, }, ExpressionType: "const char [3]", @@ -121,9 +121,9 @@ col: 10, }, end: { '@type': "uast:Position", - offset: 13, + offset: 15, line: 1, - col: 14, + col: 16, }, }, ExpressionType: "const char [3]",