Home
last modified time | relevance | path

Searched refs:kw_as (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.h844 kw_as = &IdentTable.get("as"); in AdditionalKeywords()
926 {kw_as, kw_async, kw_await, kw_declare, kw_finally, kw_from, in AdditionalKeywords()
940 kw_as, kw_async, kw_await, kw_declare, kw_finally, kw_from, in AdditionalKeywords()
963 IdentifierInfo *kw_as; member
H A DSortJavaScriptImports.cpp479 if (Current->isNot(Keywords.kw_as)) in parseStarBinding()
520 if (Current->is(Keywords.kw_as)) { in parseNamedBindings()
H A DTokenAnnotator.cpp1586 Current.Next->isOneOf(TT_BinaryOperator, Keywords.kw_as)) { in determineTokenType()
1758 Keywords.kw_as)) in isStartOfName()
2190 Current->isOneOf(Keywords.kw_in, Keywords.kw_as)) in getCurrentPrecedence()
3241 if (Left.endsSequence(tok::kw_const, Keywords.kw_as)) { in spaceRequiredBefore()
3254 if (Left.isOneOf(tok::kw_for, Keywords.kw_as) && Left.Previous && in spaceRequiredBefore()
3257 if (Left.is(Keywords.kw_as) && in spaceRequiredBefore()
3284 Right.isOneOf(Keywords.kw_as, Keywords.kw_in)) in spaceRequiredBefore()
3876 if (Right.is(Keywords.kw_as)) in canBreakBefore()
3884 if (Left.is(Keywords.kw_as)) in canBreakBefore()
H A DUnwrappedLineParser.cpp508 Keywords.kw_as)) || in calculateBraceTypes()
958 Keywords.kw_in, Keywords.kw_of, Keywords.kw_as, Keywords.kw_async, in mustBeJSIdent()