Home
last modified time | relevance | path

Searched defs:TokenRole (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.h204 class TokenRole; variable
735 TokenRole(const FormatStyle &Style) : Style(Style) {} in TokenRole() function