Searched refs:kw_init (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | FormatToken.h | 1110 kw_init = &IdentTable.get("init"); in AdditionalKeywords() 1297 kw_init, kw_internal, kw_lock, kw_null, kw_object, in AdditionalKeywords() 1454 IdentifierInfo *kw_init; member
|
| H A D | UnwrappedLineParser.cpp | 2188 Tok->isOneOf(Keywords.kw_get, Keywords.kw_init, Keywords.kw_set); in tryToParsePropertyAccessor() 2245 if (FormatTok->isOneOf(Keywords.kw_get, Keywords.kw_init, in tryToParsePropertyAccessor()
|
| H A D | TokenAnnotator.cpp | 2375 Keywords.kw_get, Keywords.kw_init, Keywords.kw_set) || in determineTokenType()
|