Home
last modified time | relevance | path

Searched refs:kw_where (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/lib/Format/
DFormatToken.h921 kw_where = &IdentTable.get("where"); in AdditionalKeywords()
939 kw_where, in AdditionalKeywords()
1044 IdentifierInfo *kw_where; member
DUnwrappedLineParser.cpp333 if (FormatTok->is(Keywords.kw_where)) { in parseCSharpGenericTypeConstraint()
1385 if (Style.isCSharp() && FormatTok->is(Keywords.kw_where) && in parseStructuralElement()
2650 if (Style.isCSharp() && FormatTok->is(Keywords.kw_where)) { in parseRecord()
DTokenAnnotator.cpp1107 if (Style.isCSharp() && Tok->is(Keywords.kw_where) && Tok->Next && in consumeToken()
1136 } else if (CurrentToken->is(Keywords.kw_where)) { in parseCSharpGenericTypeConstraint()