Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h1107 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 DUnwrappedLineParser.cpp2171 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 DTokenAnnotator.cpp2358 Keywords.kw_get, Keywords.kw_init, Keywords.kw_set) || in determineTokenType()