Lines Matching refs:kw_function
693 if (I->Tok->isNot(Keywords.kw_function)) in isIIFE()
962 Keywords.kw_function, Keywords.kw_import, Keywords.kw_is, in mustBeJSIdent()
992 Keywords.kw_async, Keywords.kw_function, in isJSDeclOrStmt()
1464 FormatTok->is(Keywords.kw_function) && in parseStructuralElement()
1790 assert(FormatTok->is(Keywords.kw_function) || in tryToParseJSFunction()
1791 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)); in tryToParseJSFunction()
1869 if (FormatTok->is(Keywords.kw_function) || in parseBracedList()
1870 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)) { in parseBracedList()
2006 (FormatTok->is(Keywords.kw_function) || in parseParens()
2007 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function))) in parseParens()
2979 if (FormatTok->is(Keywords.kw_function)) { in parseJavaScriptEs6ImportExport()