Home
last modified time | relevance | path

Searched refs:kw_slots (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h1093 kw_slots = &IdentTable.get("slots"); in AdditionalKeywords()
1437 IdentifierInfo *kw_slots; member
H A DUnwrappedLineParser.cpp1674 Keywords.kw_slots, Keywords.kw_qslots)) { in parseStructuralElement()
3438 if (FormatTok->isOneOf(Keywords.kw_slots, Keywords.kw_qslots)) in parseAccessSpecifier()