HomeSort by: relevance | last modified time | path
    Searched refs:kw_async (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
FormatToken.h 845 kw_async = &IdentTable.get("async");
926 {kw_as, kw_async, kw_await, kw_declare, kw_finally, kw_from,
940 kw_as, kw_async, kw_await, kw_declare, kw_finally, kw_from,
964 IdentifierInfo *kw_async; member in struct:clang::format::AdditionalKeywords
UnwrappedLineParser.cpp 958 Keywords.kw_in, Keywords.kw_of, Keywords.kw_as, Keywords.kw_async,
990 Keywords.kw_async, Keywords.kw_function,
1408 Keywords.kw_async)))) {
1733 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function));
1734 if (FormatTok->is(Keywords.kw_async))
1806 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)) {
1937 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)))
2899 if (FormatTok->is(Keywords.kw_async))
TokenAnnotator.cpp 3181 if (Left.isOneOf(tok::kw_using, Keywords.kw_async, Keywords.kw_when,
3192 Keywords.kw_async, Keywords.kw_unsafe) &&
3202 if (Left.is(Keywords.kw_async) && Right.is(tok::l_paren) &&
3840 Keywords.kw_set, Keywords.kw_async, Keywords.kw_await))
ContinuationIndenter.cpp 818 !Current.isOneOf(Keywords.kw_async, Keywords.kw_function)))

Completed in 48 milliseconds