Lines Matching refs:kw_function
620 if (I->Tok->isNot(Keywords.kw_function)) in isIIFE()
886 Keywords.kw_function, Keywords.kw_import, Keywords.kw_is, in mustBeJSIdent()
916 Keywords.kw_async, Keywords.kw_function, in isJSDeclOrStmt()
1297 FormatTok->is(Keywords.kw_function) && in parseStructuralElement()
1460 assert(FormatTok->is(Keywords.kw_function) || in tryToParseJSFunction()
1461 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)); in tryToParseJSFunction()
1521 if (FormatTok->is(Keywords.kw_function) || in parseBracedList()
1522 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)) { in parseBracedList()
1645 (FormatTok->is(Keywords.kw_function) || in parseParens()
1646 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function))) in parseParens()
2319 if (FormatTok->is(Keywords.kw_function)) { in parseJavaScriptEs6ImportExport()