Searched refs:kw_async (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/include/llvm/AsmParser/ |
| D | LLToken.h | 180 kw_async, enumerator
|
| /openbsd/src/gnu/llvm/clang/lib/Format/ |
| D | FormatToken.h | 941 kw_async = &IdentTable.get("async"); in AdditionalKeywords() 1162 {kw_as, kw_async, kw_await, kw_declare, kw_finally, kw_from, in AdditionalKeywords() 1176 kw_as, kw_async, kw_await, kw_declare, kw_finally, kw_from, in AdditionalKeywords() 1330 IdentifierInfo *kw_async; member
|
| D | UnwrappedLineParser.cpp | 1358 Keywords.kw_in, Keywords.kw_of, Keywords.kw_as, Keywords.kw_async, in mustBeJSIdent() 1390 Keywords.kw_async, Keywords.kw_function, in isJSDeclOrStmt() 1990 Keywords.kw_async)))) { in parseStructuralElement() 2391 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)); in tryToParseJSFunction() 2392 if (FormatTok->is(Keywords.kw_async)) in tryToParseJSFunction() 2470 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)) { in parseBracedList() 2596 FormatTok->startsSequence(Keywords.kw_async, in parseParens() 4122 if (FormatTok->is(Keywords.kw_async)) in parseJavaScriptEs6ImportExport()
|
| D | TokenAnnotator.cpp | 3956 if (Left.isOneOf(tok::kw_using, Keywords.kw_async, Keywords.kw_when, in spaceRequiredBefore() 3969 Keywords.kw_async, Keywords.kw_unsafe) && in spaceRequiredBefore() 3981 if (Left.is(Keywords.kw_async) && Right.is(tok::l_paren) && in spaceRequiredBefore() 4812 Keywords.kw_get, Keywords.kw_set, Keywords.kw_async, in canBreakBefore()
|
| D | ContinuationIndenter.cpp | 915 !Current.isOneOf(Keywords.kw_async, Keywords.kw_function))) { in addTokenOnNewLine()
|
| /openbsd/src/gnu/llvm/llvm/lib/AsmParser/ |
| D | LLParser.cpp | 2215 else if (Lex.getKind() == lltok::kw_async) in parseOptionalUWTableKind()
|