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

  /external/clang/lib/Format/
FormatToken.h 554 kw_mark = &IdentTable.get("mark");
599 IdentifierInfo *kw_mark; member in struct:clang::format::AdditionalKeywords
TokenAnnotator.cpp 635 CurrentToken->isOneOf(Keywords.kw_mark, Keywords.kw_option)) {
636 bool IsMark = CurrentToken->is(Keywords.kw_mark);
    [all...]

Completed in 35 milliseconds