Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DFormatToken.cpp91 TokenRole::~TokenRole() {} in ~TokenRole()
93 void TokenRole::precomputeFormattingInfos(const FormatToken *Token) {} in precomputeFormattingInfos()
H A DFormatToken.h222 class TokenRole; variable
251 std::shared_ptr<TokenRole> Role;
796 class TokenRole {
798 TokenRole(const FormatStyle &Style) : Style(Style) {} in TokenRole() function
799 virtual ~TokenRole();
834 class CommaSeparatedList : public TokenRole {
837 : TokenRole(Style), HasNestedBracedList(false) {} in CommaSeparatedList()
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A DBreakableToken-reduced.ll42 %"struct.std::_Head_base.2" = type { %"class.clang::format::TokenRole"* }
43 %"class.clang::format::TokenRole" = type { i32 (...)**, %"struct.clang::format::FormatStyle"* }