HomeSort by: relevance | last modified time | path
    Searched refs:kw_where (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
FormatToken.h 920 kw_where = &IdentTable.get("where");
938 kw_where,
1043 IdentifierInfo *kw_where; member in struct:clang::format::AdditionalKeywords
UnwrappedLineParser.cpp 333 if (FormatTok->is(Keywords.kw_where)) {
1389 if (Style.isCSharp() && FormatTok->is(Keywords.kw_where) &&
2710 if (Style.isCSharp() && FormatTok->is(Keywords.kw_where)) {
TokenAnnotator.cpp 1108 if (Style.isCSharp() && Tok->is(Keywords.kw_where) && Tok->Next &&
1137 } else if (CurrentToken->is(Keywords.kw_where)) {

Completed in 64 milliseconds