Home | History | Annotate | Download | only in Lex

Lines Matching defs:Attribute

1739     /// An unknown attribute.
1742 /// The 'system' attribute.
1745 /// The 'extern_c' attribute.
1748 /// The 'exhaustive' attribute.
1751 /// The 'no_undeclared_includes' attribute.
1933 // Parse the optional attribute list.
2340 enum Attribute { Size, ModTime, Unknown };
2343 switch (llvm::StringSwitch<Attribute>(Str)
2877 /// attribute attributes
2878 /// attribute
2880 /// attribute:
2893 // Check whether we have an attribute name here.
2902 // Decode the attribute name.
2903 AttributeKind Attribute
2910 switch (Attribute) {