HomeSort by relevance Sort by last modified time
    Searched refs:kw_as (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Format/
FormatToken.h 580 kw_as = &IdentTable.get("as");
632 IdentifierInfo *kw_as; member in struct:clang::format::AdditionalKeywords
SortJavaScriptImports.cpp 382 if (Current->isNot(Keywords.kw_as))
411 if (Current->is(Keywords.kw_as)) {
UnwrappedLineParser.cpp 671 !FormatTok->isOneOf(Keywords.kw_in, Keywords.kw_of, Keywords.kw_as,
    [all...]
TokenAnnotator.cpp     [all...]

Completed in 55 milliseconds