Home | History | Annotate | Download | only in Index

Lines Matching defs:Attr

13 #include "clang/AST/Attr.h"
207 const HTMLStartTagComment::Attribute &Attr = C->getAttr(i);
208 Result << Attr.Name;
209 if (!Attr.Value.empty())
210 Result << "=\"" << Attr.Value << "\"";