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

  /external/clang/lib/Format/
FormatToken.h 573 kw_in = &IdentTable.get("in");
623 IdentifierInfo *kw_in; member in struct:clang::format::AdditionalKeywords
TokenAnnotator.cpp 281 if (MightBeObjCForRangeLoop && CurrentToken->is(Keywords.kw_in))
    [all...]
FormatTokenLexer.cpp 149 tok::kw_typeof, Keywords.kw_instanceof, Keywords.kw_in) ||
UnwrappedLineParser.cpp 367 NextTok->isOneOf(Keywords.kw_of, Keywords.kw_in)) ||
671 !FormatTok->isOneOf(Keywords.kw_in, Keywords.kw_of, Keywords.kw_as,
    [all...]

Completed in 152 milliseconds