Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormatToken.h108 class TokenRole; variable
197 std::unique_ptr<TokenRole> Role;
479 class TokenRole {
481 TokenRole(const FormatStyle &Style) : Style(Style) {} in TokenRole() function
482 virtual ~TokenRole();
515 class CommaSeparatedList : public TokenRole {
518 : TokenRole(Style), HasNestedBracedList(false) {} in CommaSeparatedList()
DFormatToken.cpp71 TokenRole::~TokenRole() {} in ~TokenRole()
73 void TokenRole::precomputeFormattingInfos(const FormatToken *Token) {} in precomputeFormattingInfos()
/external/llvm/test/CodeGen/PowerPC/
DBreakableToken-reduced.ll42 %"struct.std::_Head_base.2" = type { %"class.clang::format::TokenRole"* }
43 %"class.clang::format::TokenRole" = type { i32 (...)**, %"struct.clang::format::FormatStyle"* }