Searched refs:kw_await (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Format/ |
H A D | FormatToken.h | 942 kw_await = &IdentTable.get("await"); 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() 1331 IdentifierInfo *kw_await; member
|
H A D | TokenAnnotator.cpp | 1102 if (CurrentToken && CurrentToken->is(Keywords.kw_await)) in consumeToken() 3977 if (Right.is(tok::l_paren) && Left.is(Keywords.kw_await) && Left.Previous && in spaceRequiredBefore() 4020 if (Left.isOneOf(tok::kw_throw, Keywords.kw_await, Keywords.kw_typeof, in spaceRequiredBefore() 4813 Keywords.kw_await)) { in canBreakBefore()
|
H A D | UnwrappedLineParser.cpp | 1359 Keywords.kw_await, Keywords.kw_yield, Keywords.kw_finally, in mustBeJSIdent() 3123 if (Style.isJavaScript() && FormatTok->is(Keywords.kw_await)) in parseForOrWhileLoop()
|