Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DSortJavaScriptImports.cpp382 if (Current->isNot(Keywords.kw_as)) in parseStarBinding()
411 if (Current->is(Keywords.kw_as)) { in parseNamedBindings()
DFormatToken.h580 kw_as = &IdentTable.get("as"); in AdditionalKeywords()
632 IdentifierInfo *kw_as; member
DUnwrappedLineParser.cpp671 !FormatTok->isOneOf(Keywords.kw_in, Keywords.kw_of, Keywords.kw_as, in mustBeJSIdent()
DTokenAnnotator.cpp2384 if (Right.is(Keywords.kw_as)) in canBreakBefore()