Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/AsmParser/
H A DLLToken.h178 kw_async, enumerator
/llvm-project-15.0.7/clang/lib/Format/
H A DFormatToken.h908 kw_async = &IdentTable.get("async"); in AdditionalKeywords()
1127 {kw_as, kw_async, kw_await, kw_declare, kw_finally, kw_from, in AdditionalKeywords()
1141 kw_as, kw_async, kw_await, kw_declare, kw_finally, kw_from, in AdditionalKeywords()
1295 IdentifierInfo *kw_async; member
H A DUnwrappedLineParser.cpp1289 Keywords.kw_in, Keywords.kw_of, Keywords.kw_as, Keywords.kw_async, in mustBeJSIdent()
1321 Keywords.kw_async, Keywords.kw_function, in isJSDeclOrStmt()
1867 Keywords.kw_async)))) { in parseStructuralElement()
2214 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)); in tryToParseJSFunction()
2215 if (FormatTok->is(Keywords.kw_async)) in tryToParseJSFunction()
2293 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)) { in parseBracedList()
2419 FormatTok->startsSequence(Keywords.kw_async, in parseParens()
3949 if (FormatTok->is(Keywords.kw_async)) in parseJavaScriptEs6ImportExport()
H A DTokenAnnotator.cpp3825 if (Left.isOneOf(tok::kw_using, Keywords.kw_async, Keywords.kw_when, in spaceRequiredBefore()
3838 Keywords.kw_async, Keywords.kw_unsafe) && in spaceRequiredBefore()
3850 if (Left.is(Keywords.kw_async) && Right.is(tok::l_paren) && in spaceRequiredBefore()
4627 Keywords.kw_get, Keywords.kw_set, Keywords.kw_async, in canBreakBefore()
H A DContinuationIndenter.cpp899 !Current.isOneOf(Keywords.kw_async, Keywords.kw_function))) { in addTokenOnNewLine()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp2090 else if (Lex.getKind() == lltok::kw_async) in parseOptionalUWTableKind()