reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Parse/ParsePragma.cpp
 1425   Attrs.clearListOnly();
 1434     ParseCXX11AttributeSpecifier(Attrs);
 1452       Attrs.addNew(AttrName, AttrNameLoc, nullptr, AttrNameLoc, nullptr, 0,
 1455       ParseGNUAttributeArgs(AttrName, AttrNameLoc, Attrs, /*EndLoc=*/nullptr,
 1465     ParseMicrosoftDeclSpecs(Attrs);
 1491   if (Attrs.empty() || Attrs.begin()->isInvalid()) {
 1491   if (Attrs.empty() || Attrs.begin()->isInvalid()) {
 1497   if (Attrs.size() > 1) {
 1498     SourceLocation Loc = Attrs[1].getLoc();
 1504   ParsedAttr &Attribute = *Attrs.begin();