Searched refs:kw_as (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/llvm/clang/lib/Format/ |
| D | SortJavaScriptImports.cpp | 495 if (Current->isNot(Keywords.kw_as)) in parseStarBinding() 549 if (Current->is(Keywords.kw_as)) { in parseNamedBindings()
|
| D | FormatToken.h | 940 kw_as = &IdentTable.get("as"); 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() 1329 IdentifierInfo *kw_as; member
|
| D | TokenAnnotator.cpp | 1857 Current.Next->isOneOf(TT_BinaryOperator, Keywords.kw_as)) { in determineTokenType() 2038 Keywords.kw_as)) { in isStartOfName() 2635 Current->isOneOf(Keywords.kw_in, Keywords.kw_as)) { in getCurrentPrecedence() 4026 if (Left.endsSequence(tok::kw_const, Keywords.kw_as)) in spaceRequiredBefore() 4039 if (Left.isOneOf(tok::kw_for, Keywords.kw_as) && Left.Previous && in spaceRequiredBefore() 4043 if (Left.is(Keywords.kw_as) && in spaceRequiredBefore() 4074 Right.isOneOf(Keywords.kw_as, Keywords.kw_in)) { in spaceRequiredBefore() 4852 if (Right.is(Keywords.kw_as)) in canBreakBefore() 4860 if (Left.is(Keywords.kw_as)) in canBreakBefore()
|
| D | UnwrappedLineParser.cpp | 710 Keywords.kw_as)); in calculateBraceTypes() 1358 Keywords.kw_in, Keywords.kw_of, Keywords.kw_as, Keywords.kw_async, in mustBeJSIdent()
|