Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/AsmParser/
DLLToken.h180 kw_async, enumerator
/openbsd/src/gnu/llvm/clang/lib/Format/
DFormatToken.h941 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
DUnwrappedLineParser.cpp1358 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()
DTokenAnnotator.cpp3956 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()
DContinuationIndenter.cpp915 !Current.isOneOf(Keywords.kw_async, Keywords.kw_function))) { in addTokenOnNewLine()
/openbsd/src/gnu/llvm/llvm/lib/AsmParser/
DLLParser.cpp2215 else if (Lex.getKind() == lltok::kw_async) in parseOptionalUWTableKind()