Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
DFormatToken.h855 kw_async = &IdentTable.get("async"); in AdditionalKeywords()
936 {kw_as, kw_async, kw_await, kw_declare, kw_finally, kw_from, in AdditionalKeywords()
950 kw_as, kw_async, kw_await, kw_declare, kw_finally, kw_from, in AdditionalKeywords()
974 IdentifierInfo *kw_async; member
DUnwrappedLineParser.cpp960 Keywords.kw_in, Keywords.kw_of, Keywords.kw_as, Keywords.kw_async, in mustBeJSIdent()
992 Keywords.kw_async, Keywords.kw_function, in isJSDeclOrStmt()
1466 Keywords.kw_async)))) { in parseStructuralElement()
1791 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)); in tryToParseJSFunction()
1792 if (FormatTok->is(Keywords.kw_async)) in tryToParseJSFunction()
1870 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)) { in parseBracedList()
2007 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function))) in parseParens()
2977 if (FormatTok->is(Keywords.kw_async)) in parseJavaScriptEs6ImportExport()
DTokenAnnotator.cpp3308 if (Left.isOneOf(tok::kw_using, Keywords.kw_async, Keywords.kw_when, in spaceRequiredBefore()
3319 Keywords.kw_async, Keywords.kw_unsafe) && in spaceRequiredBefore()
3329 if (Left.is(Keywords.kw_async) && Right.is(tok::l_paren) && in spaceRequiredBefore()
3968 Keywords.kw_set, Keywords.kw_async, Keywords.kw_await)) in canBreakBefore()
DContinuationIndenter.cpp818 !Current.isOneOf(Keywords.kw_async, Keywords.kw_function))) in addTokenOnNewLine()