Searched refs:kw_as (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | SortJavaScriptImports.cpp | 499 if (Current->isNot(Keywords.kw_as)) in parseStarBinding() 566 if (Current->is(Keywords.kw_as)) { in parseNamedBindings()
|
H A D | FormatToken.h | 1044 kw_as = &IdentTable.get("as"); in AdditionalKeywords() 1284 {kw_as, kw_async, kw_await, kw_declare, kw_finally, kw_from, in AdditionalKeywords() 1298 kw_as, kw_async, kw_await, kw_declare, kw_finally, kw_from, in AdditionalKeywords() 1412 IdentifierInfo *kw_as; member
|
H A D | TokenAnnotator.cpp | 2365 Current.Next->isOneOf(TT_BinaryOperator, Keywords.kw_as)) { in determineTokenType() 2584 Keywords.kw_as)) { in isStartOfName() 3303 Current->isOneOf(Keywords.kw_in, Keywords.kw_as)) { in getCurrentPrecedence() 5076 if (Left.endsSequence(tok::kw_const, Keywords.kw_as)) in spaceRequiredBefore() 5089 if (Left.isOneOf(tok::kw_for, Keywords.kw_as) && Left.Previous && in spaceRequiredBefore() 5093 if (Left.is(Keywords.kw_as) && in spaceRequiredBefore() 5124 Right.isOneOf(Keywords.kw_as, Keywords.kw_in)) { in spaceRequiredBefore() 5997 if (Right.is(Keywords.kw_as)) in canBreakBefore() 6005 if (Left.is(Keywords.kw_as)) in canBreakBefore()
|
H A D | UnwrappedLineParser.cpp | 571 Keywords.kw_as)); in calculateBraceTypes() 1251 Keywords.kw_in, Keywords.kw_of, Keywords.kw_as, Keywords.kw_async, in mustBeJSIdent()
|