Home | History | Annotate | Download | only in Sema

Lines Matching refs:Attributes

1369                          ParsedAttributes &Attributes,
1381 // We do not support any C++11 attributes on base-specifiers yet.
1382 // Diagnose any attributes we see.
1383 if (!Attributes.empty()) {
1384 for (AttributeList *Attr = Attributes.getList(); Attr;
6360 // FIXME: Should we be merging attributes?
7096 // FIXME: We ignore attributes for now.
10403 // described completely in 3.7.3. The attributes and restrictions
11059 // FIXME: don't ignore attributes.
12276 // Check attributes.