Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.h845 kw_async = &IdentTable.get("async"); in AdditionalKeywords()
926 {kw_as, kw_async, kw_await, kw_declare, kw_finally, kw_from, in AdditionalKeywords()
940 kw_as, kw_async, kw_await, kw_declare, kw_finally, kw_from, in AdditionalKeywords()
964 IdentifierInfo *kw_async; member
H A DUnwrappedLineParser.cpp958 Keywords.kw_in, Keywords.kw_of, Keywords.kw_as, Keywords.kw_async, in mustBeJSIdent()
990 Keywords.kw_async, Keywords.kw_function, in isJSDeclOrStmt()
1408 Keywords.kw_async)))) { in parseStructuralElement()
1733 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)); in tryToParseJSFunction()
1734 if (FormatTok->is(Keywords.kw_async)) in tryToParseJSFunction()
1806 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)) { in parseBracedList()
1937 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function))) in parseParens()
2899 if (FormatTok->is(Keywords.kw_async)) in parseJavaScriptEs6ImportExport()
H A DTokenAnnotator.cpp3181 if (Left.isOneOf(tok::kw_using, Keywords.kw_async, Keywords.kw_when, in spaceRequiredBefore()
3192 Keywords.kw_async, Keywords.kw_unsafe) && in spaceRequiredBefore()
3202 if (Left.is(Keywords.kw_async) && Right.is(tok::l_paren) && in spaceRequiredBefore()
3840 Keywords.kw_set, Keywords.kw_async, Keywords.kw_await)) in canBreakBefore()
H A DContinuationIndenter.cpp818 !Current.isOneOf(Keywords.kw_async, Keywords.kw_function))) in addTokenOnNewLine()