Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Format/
H A DFormatToken.h1022 kw_where = &IdentTable.get("where"); in AdditionalKeywords()
1174 kw_when, kw_where, in AdditionalKeywords()
1414 IdentifierInfo *kw_where; member
H A DUnwrappedLineParser.cpp441 if (FormatTok->is(Keywords.kw_where)) { in parseCSharpGenericTypeConstraint()
1972 if (Style.isCSharp() && FormatTok->is(Keywords.kw_where) && in parseStructuralElement()
3916 if (Style.isCSharp() && FormatTok->is(Keywords.kw_where)) { in parseRecord()
H A DTokenAnnotator.cpp1282 if (Style.isCSharp() && Tok->is(Keywords.kw_where) && Tok->Next && in consumeToken()
1323 } else if (CurrentToken->is(Keywords.kw_where)) { in parseCSharpGenericTypeConstraint()