Home
last modified time | relevance | path

Searched refs:kw_async (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Format/
DUnwrappedLineParser.cpp672 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()
DFormatToken.h581 kw_async = &IdentTable.get("async"); in AdditionalKeywords()
633 IdentifierInfo *kw_async; member
DContinuationIndenter.cpp485 !Current.isOneOf(Keywords.kw_async, Keywords.kw_function))) in addTokenOnNewLine()