Home
last modified time | relevance | path

Searched refs:FormalParameterList (Results 1 – 25 of 227) sorted by relevance

12345678910

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/QIL/
H A DQilPatternFactory.cs108 public QilList FormalParameterList() { in FormalParameterList() method in System.Xml.Xsl.Qil.QilPatternFactory
109 return f.FormalParameterList(); in FormalParameterList()
112 public QilList FormalParameterList(QilNode arg1) { in FormalParameterList() method in System.Xml.Xsl.Qil.QilPatternFactory
113 QilList result = f.FormalParameterList(); in FormalParameterList()
118 public QilList FormalParameterList(QilNode arg1, QilNode arg2) { in FormalParameterList() method in System.Xml.Xsl.Qil.QilPatternFactory
119 QilList result = f.FormalParameterList(); in FormalParameterList()
125 public QilList FormalParameterList(params QilNode[] args) { in FormalParameterList() method in System.Xml.Xsl.Qil.QilPatternFactory
126 return f.FormalParameterList(args); in FormalParameterList()
533 Debug.Assert(args.NodeType == QilNodeType.FormalParameterList); in Function()
537 Debug.Assert(args.NodeType == QilNodeType.FormalParameterList); in Function()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qmljs/parser/
H A Dqmljsparser.cpp1164 …AST::FormalParameterList *node = (new (pool) AST::FormalParameterList(nullptr, sym(2).PatternEleme… in parse()
1173 AST::FormalParameterList *list = sym(2).Expression->reparseAsFormalParameterList(pool); in parse()
1179 list = new (pool) AST::FormalParameterList(list, sym(4).PatternElement); in parse()
2939 if (!ensureNoFunctionTypeAnnotations(sym(6).TypeAnnotation, sym(4).FormalParameterList)) in parse()
3022 …AST::FormalParameterList *node = (new (pool) AST::FormalParameterList(nullptr, sym(1).PatternEleme… in parse()
3031 sym(1).Node = sym(1).FormalParameterList->finish(pool); in parse()
3037 …AST::FormalParameterList *node = (new (pool) AST::FormalParameterList(sym(1).FormalParameterList, … in parse()
3044 …AST::FormalParameterList *node = new (pool) AST::FormalParameterList(nullptr, sym(1).PatternElemen… in parse()
3051 …AST::FormalParameterList *node = new (pool) AST::FormalParameterList(sym(1).FormalParameterList, s… in parse()
3102 … sym(1).FormalParameterList = (new (pool) AST::FormalParameterList(nullptr, e))->finish(pool); in parse()
[all …]
H A Dqmljsast.cpp148 AST::FormalParameterList *f = nullptr; in reparseAsFormalParameterList()
178 return new (pool) AST::FormalParameterList(f, binding); in reparseAsFormalParameterList()
1024 BoundNames FormalParameterList::formals() const in formals()
1028 for (const FormalParameterList *it = this; it; it = it->next) { in formals()
1049 BoundNames FormalParameterList::boundNames() const in boundNames()
1052 for (const FormalParameterList *it = this; it; it = it->next) { in boundNames()
1059 void FormalParameterList::accept0(BaseVisitor *visitor) in accept0()
1062 for (FormalParameterList *it = this; it && accepted; it = it->next) { in accept0()
1070 FormalParameterList *FormalParameterList::finish(QmlJS::MemoryPool *pool) in finish()
1072 FormalParameterList *front = next; in finish()
[all …]
H A Dqmljsparser_p.h86 AST::FormalParameterList *FormalParameterList; member
239 …ctionTypeAnnotations(AST::TypeAnnotation *returnTypeAnnotation, AST::FormalParameterList *formals);
H A Dqmljs.g285 AST::FormalParameterList *FormalParameterList;
1805 …AST::FormalParameterList *node = (new (pool) AST::FormalParameterList(nullptr, sym(2).PatternEleme…
4037 …AST::FormalParameterList *node = (new (pool) AST::FormalParameterList(nullptr, sym(1).PatternEleme…
4042 FormalParameters: FormalParameterList;
4044 FormalParameters: FormalParameterList T_COMMA;
4054 …AST::FormalParameterList *node = (new (pool) AST::FormalParameterList(sym(1).FormalParameterList, …
4059 FormalParameterList: BindingElement;
4062 …AST::FormalParameterList *node = new (pool) AST::FormalParameterList(nullptr, sym(1).PatternElemen…
4068 FormalParameterList: FormalParameterList T_COMMA BindingElement;
4071 …AST::FormalParameterList *node = new (pool) AST::FormalParameterList(sym(1).FormalParameterList, s…
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/QIL/
H A DQilPatternFactory.cs115 public QilList FormalParameterList() in FormalParameterList() method in System.Xml.Xsl.Qil.QilPatternFactory
117 return _f.FormalParameterList(); in FormalParameterList()
120 public QilList FormalParameterList(QilNode arg1, QilNode arg2) in FormalParameterList() method in System.Xml.Xsl.Qil.QilPatternFactory
122 QilList result = _f.FormalParameterList(); in FormalParameterList()
128 public QilList FormalParameterList(params QilNode[] args) in FormalParameterList() method in System.Xml.Xsl.Qil.QilPatternFactory
130 return _f.FormalParameterList(args); in FormalParameterList()
596 Debug.Assert(args.NodeType == QilNodeType.FormalParameterList); in Function()
601 Debug.Assert(args.NodeType == QilNodeType.FormalParameterList); in Function()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/parser/
H A Dqqmljsast.cpp122 AST::FormalParameterList *f = nullptr; in reparseAsFormalParameterList()
152 return new (pool) AST::FormalParameterList(f, binding); in reparseAsFormalParameterList()
992 BoundNames FormalParameterList::formals() const in formals()
996 for (const FormalParameterList *it = this; it; it = it->next) { in formals()
1011 BoundNames FormalParameterList::boundNames() const in boundNames()
1014 for (const FormalParameterList *it = this; it; it = it->next) { in boundNames()
1021 void FormalParameterList::accept0(BaseVisitor *visitor) in accept0()
1024 for (FormalParameterList *it = this; it && accepted; it = it->next) { in accept0()
1032 FormalParameterList *FormalParameterList::finish(QQmlJS::MemoryPool *pool) in finish()
1034 FormalParameterList *front = next; in finish()
[all …]
H A Dqqmljs.g284 AST::FormalParameterList *FormalParameterList;
1755 …AST::FormalParameterList *node = (new (pool) AST::FormalParameterList(nullptr, sym(2).PatternEleme…
3924 …AST::FormalParameterList *node = (new (pool) AST::FormalParameterList(nullptr, sym(1).PatternEleme…
3929 FormalParameters: FormalParameterList;
3931 FormalParameters: FormalParameterList T_COMMA;
3941 …AST::FormalParameterList *node = (new (pool) AST::FormalParameterList(sym(1).FormalParameterList, …
3946 FormalParameterList: BindingElement;
3949 …AST::FormalParameterList *node = new (pool) AST::FormalParameterList(nullptr, sym(1).PatternElemen…
3955 FormalParameterList: FormalParameterList T_COMMA BindingElement;
3958 …AST::FormalParameterList *node = new (pool) AST::FormalParameterList(sym(1).FormalParameterList, s…
[all …]
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/parser/
H A Dqqmljsast.cpp122 AST::FormalParameterList *f = nullptr; in reparseAsFormalParameterList()
152 return new (pool) AST::FormalParameterList(f, binding); in reparseAsFormalParameterList()
992 BoundNames FormalParameterList::formals() const in formals()
996 for (const FormalParameterList *it = this; it; it = it->next) { in formals()
1011 BoundNames FormalParameterList::boundNames() const in boundNames()
1014 for (const FormalParameterList *it = this; it; it = it->next) { in boundNames()
1021 void FormalParameterList::accept0(BaseVisitor *visitor) in accept0()
1024 for (FormalParameterList *it = this; it && accepted; it = it->next) { in accept0()
1032 FormalParameterList *FormalParameterList::finish(QQmlJS::MemoryPool *pool) in finish()
1034 FormalParameterList *front = next; in finish()
[all …]
H A Dqqmljs.g284 AST::FormalParameterList *FormalParameterList;
1755 …AST::FormalParameterList *node = (new (pool) AST::FormalParameterList(nullptr, sym(2).PatternEleme…
3924 …AST::FormalParameterList *node = (new (pool) AST::FormalParameterList(nullptr, sym(1).PatternEleme…
3929 FormalParameters: FormalParameterList;
3931 FormalParameters: FormalParameterList T_COMMA;
3941 …AST::FormalParameterList *node = (new (pool) AST::FormalParameterList(sym(1).FormalParameterList, …
3946 FormalParameterList: BindingElement;
3949 …AST::FormalParameterList *node = new (pool) AST::FormalParameterList(nullptr, sym(1).PatternElemen…
3955 FormalParameterList: FormalParameterList T_COMMA BindingElement;
3958 …AST::FormalParameterList *node = new (pool) AST::FormalParameterList(sym(1).FormalParameterList, s…
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/script/parser/
H A Dqscriptparser_p.h73 QScript::AST::FormalParameterList *FormalParameterList; member
H A Dqscriptast_p.h1308 FunctionExpression(QScriptNameIdImpl *n, FormalParameterList *f, FunctionBody *b): in FunctionExpression()
1318 FormalParameterList *formals;
1325 FunctionDeclaration(QScriptNameIdImpl *n, FormalParameterList *f, FunctionBody *b): in FunctionDeclaration()
1334 class FormalParameterList: public Node
1337 FormalParameterList(QScriptNameIdImpl *n): in FormalParameterList() function
1341 FormalParameterList(FormalParameterList *previous, QScriptNameIdImpl *n): in FormalParameterList() function
1349 virtual ~FormalParameterList() {} in ~FormalParameterList()
1353 inline FormalParameterList *finish () in finish()
1355 FormalParameterList *front = next; in finish()
1362 FormalParameterList *next;
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/script/parser/
H A Dqscriptparser_p.h91 QScript::AST::FormalParameterList *FormalParameterList; member
H A Dqscriptast_p.h1324 FunctionExpression(QScriptNameIdImpl *n, FormalParameterList *f, FunctionBody *b): in FunctionExpression()
1334 FormalParameterList *formals;
1341 FunctionDeclaration(QScriptNameIdImpl *n, FormalParameterList *f, FunctionBody *b): in FunctionDeclaration()
1350 class FormalParameterList: public Node
1353 FormalParameterList(QScriptNameIdImpl *n): in FormalParameterList() function
1357 FormalParameterList(FormalParameterList *previous, QScriptNameIdImpl *n): in FormalParameterList() function
1365 virtual ~FormalParameterList() {} in ~FormalParameterList()
1369 inline FormalParameterList *finish () in finish()
1371 FormalParameterList *front = next; in finish()
1378 FormalParameterList *next;
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/script/parser/
H A Dqscriptparser_p.h91 QScript::AST::FormalParameterList *FormalParameterList; member
H A Dqscriptast_p.h1324 FunctionExpression(QScriptNameIdImpl *n, FormalParameterList *f, FunctionBody *b): in FunctionExpression()
1334 FormalParameterList *formals;
1341 FunctionDeclaration(QScriptNameIdImpl *n, FormalParameterList *f, FunctionBody *b): in FunctionDeclaration()
1350 class FormalParameterList: public Node
1353 FormalParameterList(QScriptNameIdImpl *n): in FormalParameterList() function
1357 FormalParameterList(FormalParameterList *previous, QScriptNameIdImpl *n): in FormalParameterList() function
1365 virtual ~FormalParameterList() {} in ~FormalParameterList()
1369 inline FormalParameterList *finish () in finish()
1371 FormalParameterList *front = next; in finish()
1378 FormalParameterList *next;
/dports/security/openconnect-gui/openconnect-gui-v1.5.3/external/src/qt-solutions-master/qtscriptclassic/src/
H A Dqscriptparser_p.h91 QScript::AST::FormalParameterList *FormalParameterList; member
H A Dqscriptast_p.h1327 FunctionExpression(QScriptNameIdImpl *n, FormalParameterList *f, FunctionBody *b): in FunctionExpression()
1337 FormalParameterList *formals;
1344 FunctionDeclaration(QScriptNameIdImpl *n, FormalParameterList *f, FunctionBody *b): in FunctionDeclaration()
1353 class FormalParameterList: public Node
1356 FormalParameterList(QScriptNameIdImpl *n): in FormalParameterList() function
1360 FormalParameterList(FormalParameterList *previous, QScriptNameIdImpl *n): in FormalParameterList() function
1368 virtual ~FormalParameterList() {} in ~FormalParameterList()
1372 inline FormalParameterList *finish () in finish()
1374 FormalParameterList *front = next; in finish()
1381 FormalParameterList *next;
/dports/editors/emacs-devel/emacs-4d1968b/test/lisp/cedet/
H A Dsemantic-utest.el286 (reparse-symbol FormalParameterList)
289 (reparse-symbol FormalParameterList)
295 (reparse-symbol FormalParameterList)
298 (reparse-symbol FormalParameterList)
/dports/editors/emacs/emacs-27.2/test/lisp/cedet/
H A Dsemantic-utest.el289 (reparse-symbol FormalParameterList)
292 (reparse-symbol FormalParameterList)
298 (reparse-symbol FormalParameterList)
301 (reparse-symbol FormalParameterList)
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/qml/parser/
H A Dqdeclarativejsparser_p.h94 AST::FormalParameterList *FormalParameterList; member
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/qmljs/3rdparty/qtcreator-libs/qmljs/parser/
H A Dqmljsparser_p.h83 AST::FormalParameterList *FormalParameterList; member
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/qdoc3/declarativeparser/
H A Dqdeclarativejsparser_p.h94 AST::FormalParameterList *FormalParameterList; member
/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/parser/
H A Dqmljsparser_p.h89 AST::FormalParameterList *FormalParameterList; member
/dports/www/kf5-kjs/kjs-5.89.0/src/kjs/
H A Dgrammar.y174 %type <param> FormalParameterList
264 | IDENT IdentifierName '(' FormalParameterList ')' {inFuncExpr();} FunctionBody {
903 | FUNCTION IDENT '(' FormalParameterList ')' {inFuncDecl();} FunctionBody
911 | FUNCTION '(' FormalParameterList ')' {inFuncExpr();} FunctionBody {
915 | FUNCTION IDENT '(' FormalParameterList ')' {inFuncExpr();} FunctionBody {
920 FormalParameterList:
922 | FormalParameterList ',' IDENT { $$ = new ParameterNode($1, *$3); }

12345678910