HomeSort by relevance Sort by last modified time
    Searched refs:kw_async (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Format/
FormatToken.h 581 kw_async = &IdentTable.get("async");
633 IdentifierInfo *kw_async; member in struct:clang::format::AdditionalKeywords
UnwrappedLineParser.cpp 672 Keywords.kw_async, Keywords.kw_await,
702 Keywords.kw_async, Keywords.kw_function,
    [all...]
ContinuationIndenter.cpp 485 !Current.isOneOf(Keywords.kw_async, Keywords.kw_function)))
    [all...]

Completed in 689 milliseconds