Changeset View
Changeset View
Standalone View
Standalone View
clang/lib/Format/FormatToken.h
Show First 20 Lines • Show All 64 Lines • ▼ Show 20 Lines | #define LIST_TOKEN_TYPES \ | ||||
TYPE(EnumLBrace) \ | TYPE(EnumLBrace) \ | ||||
TYPE(FatArrow) \ | TYPE(FatArrow) \ | ||||
TYPE(ForEachMacro) \ | TYPE(ForEachMacro) \ | ||||
TYPE(FunctionAnnotationRParen) \ | TYPE(FunctionAnnotationRParen) \ | ||||
TYPE(FunctionDeclarationName) \ | TYPE(FunctionDeclarationName) \ | ||||
TYPE(FunctionLBrace) \ | TYPE(FunctionLBrace) \ | ||||
TYPE(FunctionLikeOrFreestandingMacro) \ | TYPE(FunctionLikeOrFreestandingMacro) \ | ||||
TYPE(FunctionTypeLParen) \ | TYPE(FunctionTypeLParen) \ | ||||
/* The colons as part of a C11 _Generic selection */ \ | |||||
TYPE(GenericSelectionColon) \ | |||||
/* The colon at the end of a goto label or a case label. Currently only used \ | /* The colon at the end of a goto label or a case label. Currently only used \ | ||||
* for Verilog. */ \ | * for Verilog. */ \ | ||||
TYPE(GotoLabelColon) \ | TYPE(GotoLabelColon) \ | ||||
TYPE(IfMacro) \ | TYPE(IfMacro) \ | ||||
TYPE(ImplicitStringLiteral) \ | TYPE(ImplicitStringLiteral) \ | ||||
TYPE(InheritanceColon) \ | TYPE(InheritanceColon) \ | ||||
TYPE(InheritanceComma) \ | TYPE(InheritanceComma) \ | ||||
TYPE(InlineASMBrace) \ | TYPE(InlineASMBrace) \ | ||||
▲ Show 20 Lines • Show All 1,722 Lines • Show Last 20 Lines |