Searched refs:kw_async (Results 1 – 3 of 3) sorted by relevance
672 Keywords.kw_async, Keywords.kw_await, in mustBeJSIdent()702 Keywords.kw_async, Keywords.kw_function, in isJSDeclOrStmt()1030 FormatTok->startsSequence(Keywords.kw_async, in parseStructuralElement()1219 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)); in tryToParseJSFunction()1220 if (FormatTok->is(Keywords.kw_async)) in tryToParseJSFunction()1274 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)) { in parseBracedList()1373 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function))) in parseParens()1949 if (FormatTok->is(Keywords.kw_async)) in parseJavaScriptEs6ImportExport()
581 kw_async = &IdentTable.get("async"); in AdditionalKeywords()633 IdentifierInfo *kw_async; member
485 !Current.isOneOf(Keywords.kw_async, Keywords.kw_function))) in addTokenOnNewLine()