Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h1057 kw_init = &IdentTable.get("init"); in AdditionalKeywords()
1242 kw_fixed, kw_foreach, kw_implicit, kw_in, kw_init, kw_interface, in AdditionalKeywords()
1426 IdentifierInfo *kw_init; member
H A DUnwrappedLineParser.cpp2142 Keywords.kw_init, Keywords.kw_set)) { in tryToParsePropertyAccessor()
2143 if (Tok->isOneOf(Keywords.kw_get, Keywords.kw_init, Keywords.kw_set)) in tryToParsePropertyAccessor()
2195 if (FormatTok->isOneOf(Keywords.kw_get, Keywords.kw_init, in tryToParsePropertyAccessor()
H A DTokenAnnotator.cpp1996 Keywords.kw_get, Keywords.kw_init, Keywords.kw_set) || in determineTokenType()