Lines Matching refs:kw_function
1005 if (I->Tok->isNot(Keywords.kw_function)) in isIIFE()
1291 Keywords.kw_function, Keywords.kw_import, Keywords.kw_is, in mustBeJSIdent()
1321 Keywords.kw_async, Keywords.kw_function, in isJSDeclOrStmt()
1865 if (Style.isJavaScript() && FormatTok->is(Keywords.kw_function) && in parseStructuralElement()
2213 assert(FormatTok->is(Keywords.kw_function) || in tryToParseJSFunction()
2214 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)); in tryToParseJSFunction()
2292 if (FormatTok->is(Keywords.kw_function) || in parseBracedList()
2293 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)) { in parseBracedList()
2418 (FormatTok->is(Keywords.kw_function) || in parseParens()
2420 Keywords.kw_function))) { in parseParens()
3951 if (FormatTok->is(Keywords.kw_function)) { in parseJavaScriptEs6ImportExport()