• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/llvm-project/clang/lib/Format/

Lines Matching refs:TYPE

29   TYPE(ArrayInitializerLSquare)                                                \
30 TYPE(ArraySubscriptLSquare) \
31 TYPE(AttributeColon) \
32 TYPE(AttributeParen) \
33 TYPE(AttributeSquare) \
34 TYPE(BinaryOperator) \
35 TYPE(BitFieldColon) \
36 TYPE(BlockComment) \
37 TYPE(CastRParen) \
38 TYPE(ConditionalExpr) \
39 TYPE(ConflictAlternative) \
40 TYPE(ConflictEnd) \
41 TYPE(ConflictStart) \
42 TYPE(CtorInitializerColon) \
43 TYPE(CtorInitializerComma) \
44 TYPE(DesignatedInitializerLSquare) \
45 TYPE(DesignatedInitializerPeriod) \
46 TYPE(DictLiteral) \
47 TYPE(ForEachMacro) \
48 TYPE(FunctionAnnotationRParen) \
49 TYPE(FunctionDeclarationName) \
50 TYPE(FunctionLBrace) \
51 TYPE(FunctionTypeLParen) \
52 TYPE(ImplicitStringLiteral) \
53 TYPE(InheritanceColon) \
54 TYPE(InheritanceComma) \
55 TYPE(InlineASMBrace) \
56 TYPE(InlineASMColon) \
57 TYPE(JavaAnnotation) \
58 TYPE(JsComputedPropertyName) \
59 TYPE(JsExponentiation) \
60 TYPE(JsExponentiationEqual) \
61 TYPE(JsFatArrow) \
62 TYPE(JsNonNullAssertion) \
63 TYPE(JsNullishCoalescingOperator) \
64 TYPE(JsNullPropagatingOperator) \
65 TYPE(JsPrivateIdentifier) \
66 TYPE(JsTypeColon) \
67 TYPE(JsTypeOperator) \
68 TYPE(JsTypeOptionalQuestion) \
69 TYPE(LambdaArrow) \
70 TYPE(LambdaLBrace) \
71 TYPE(LambdaLSquare) \
72 TYPE(LeadingJavaAnnotation) \
73 TYPE(LineComment) \
74 TYPE(MacroBlockBegin) \
75 TYPE(MacroBlockEnd) \
76 TYPE(NamespaceMacro) \
77 TYPE(ObjCBlockLBrace) \
78 TYPE(ObjCBlockLParen) \
79 TYPE(ObjCDecl) \
80 TYPE(ObjCForIn) \
81 TYPE(ObjCMethodExpr) \
82 TYPE(ObjCMethodSpecifier) \
83 TYPE(ObjCProperty) \
84 TYPE(ObjCStringLiteral) \
85 TYPE(OverloadedOperator) \
86 TYPE(OverloadedOperatorLParen) \
87 TYPE(PointerOrReference) \
88 TYPE(PureVirtualSpecifier) \
89 TYPE(RangeBasedForLoopColon) \
90 TYPE(RegexLiteral) \
91 TYPE(SelectorName) \
92 TYPE(StartOfName) \
93 TYPE(StatementMacro) \
94 TYPE(StructuredBindingLSquare) \
95 TYPE(TemplateCloser) \
96 TYPE(TemplateOpener) \
97 TYPE(TemplateString) \
98 TYPE(ProtoExtensionLSquare) \
99 TYPE(TrailingAnnotation) \
100 TYPE(TrailingReturnArrow) \
101 TYPE(TrailingUnaryOperator) \
102 TYPE(TypenameMacro) \
103 TYPE(UnaryOperator) \
104 TYPE(CSharpStringLiteral) \
105 TYPE(CSharpNullCoalescing) \
106 TYPE(Unknown)
109 #define TYPE(X) TT_##X,
111 #undef TYPE