Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h1248 kw_unique = &IdentTable.get("unique"); in AdditionalKeywords()
1365 kw_unique, kw_unique0, in AdditionalKeywords()
1619 IdentifierInfo *kw_unique; member
H A DUnwrappedLineParser.cpp1452 if (FormatTok->isOneOf(Keywords.kw_priority, Keywords.kw_unique, in parseStructuralElement()
H A DTokenAnnotator.cpp5202 !(Left.isOneOf(Keywords.kw_assign, Keywords.kw_unique) || in spaceRequiredBefore()