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.h1110 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 DUnwrappedLineParser.cpp2188 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 DTokenAnnotator.cpp2375 Keywords.kw_get, Keywords.kw_init, Keywords.kw_set) || in determineTokenType()