Searched refs:kw_async (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
H A D | LLToken.h | 191 kw_async, enumerator
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | FormatToken.h | 1045 kw_async = &IdentTable.get("async"); in AdditionalKeywords() 1284 {kw_as, kw_async, kw_await, kw_declare, kw_finally, kw_from, in AdditionalKeywords() 1298 kw_as, kw_async, kw_await, kw_declare, kw_finally, kw_from, in AdditionalKeywords() 1413 IdentifierInfo *kw_async; member
|
H A D | UnwrappedLineParser.cpp | 1251 Keywords.kw_in, Keywords.kw_of, Keywords.kw_as, Keywords.kw_async, in mustBeJSIdent() 1283 Keywords.kw_async, Keywords.kw_function, in isJSDeclOrStmt() 1958 Line->Tokens.front().Tok->isNot(Keywords.kw_async)))) { in parseStructuralElement() 2387 if (FormatTok->is(Keywords.kw_async)) in tryToParseJSFunction() 4310 if (FormatTok->is(Keywords.kw_async)) in parseJavaScriptEs6ImportExport()
|
H A D | TokenAnnotator.cpp | 5006 if (Left.isOneOf(tok::kw_using, Keywords.kw_async, Keywords.kw_when, in spaceRequiredBefore() 5019 Keywords.kw_async, Keywords.kw_unsafe)) && in spaceRequiredBefore() 5031 if (Left.is(Keywords.kw_async) && Right.is(tok::l_paren) && in spaceRequiredBefore() 5958 Keywords.kw_async, Keywords.kw_await))) { in canBreakBefore()
|
H A D | ContinuationIndenter.cpp | 1004 !Current.isOneOf(Keywords.kw_async, Keywords.kw_function))) { in addTokenOnNewLine()
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 2443 else if (Lex.getKind() == lltok::kw_async) in parseOptionalUWTableKind()
|