Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
HDFormatToken.h126 class TokenRole; variable
589 TokenRole(const FormatStyle &Style) : Style(Style) {} in TokenRole() function