Searched refs:kw_init (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | FormatToken.h | 1107 kw_init = &IdentTable.get("init"); in AdditionalKeywords() 1292 kw_fixed, kw_foreach, kw_implicit, kw_in, kw_init, kw_interface, in AdditionalKeywords() 1476 IdentifierInfo *kw_init; member
|
H A D | UnwrappedLineParser.cpp | 2171 Keywords.kw_init, Keywords.kw_set)) { in tryToParsePropertyAccessor() 2172 if (Tok->isOneOf(Keywords.kw_get, Keywords.kw_init, Keywords.kw_set)) in tryToParsePropertyAccessor() 2224 if (FormatTok->isOneOf(Keywords.kw_get, Keywords.kw_init, in tryToParsePropertyAccessor()
|
H A D | TokenAnnotator.cpp | 2358 Keywords.kw_get, Keywords.kw_init, Keywords.kw_set) || in determineTokenType()
|