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

  /external/clang/lib/Format/
FormatToken.h 586 kw_import = &IdentTable.get("import");
638 IdentifierInfo *kw_import; member in struct:clang::format::AdditionalKeywords
SortJavaScriptImports.cpp 330 if (!Current || !Current->isOneOf(Keywords.kw_import, tok::kw_export))
UnwrappedLineParser.cpp 674 Keywords.kw_function, Keywords.kw_import,
704 Keywords.kw_import, tok::kw_export);
885 if (FormatTok->is(Keywords.kw_import)) {
    [all...]
TokenAnnotator.cpp 801 CurrentToken->is(Keywords.kw_import))
    [all...]

Completed in 207 milliseconds