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

  /src/external/apache2/llvm/dist/clang/lib/Format/
FormatToken.h 846 kw_await = &IdentTable.get("await");
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,
965 IdentifierInfo *kw_await; member in struct:clang::format::AdditionalKeywords
UnwrappedLineParser.cpp 959 Keywords.kw_await, Keywords.kw_yield, Keywords.kw_finally,
2218 FormatTok->is(Keywords.kw_await))
TokenAnnotator.cpp 955 if (CurrentToken && CurrentToken->is(Keywords.kw_await))
3199 if (Right.is(tok::l_paren) && Left.is(Keywords.kw_await) && Left.Previous &&
3236 if (Left.isOneOf(tok::kw_throw, Keywords.kw_await, Keywords.kw_typeof,
3840 Keywords.kw_set, Keywords.kw_async, Keywords.kw_await))

Completed in 25 milliseconds