Home | History | Annotate | Download | only in AST

Lines Matching defs:Attr

16 #include "clang/AST/Attr.h"
56 // Attr names (CleanupAttr, GuardedByAttr, etc)
232 void dumpAttr(const Attr *A);
804 void ASTDumper::dumpAttr(const Attr *A) {
810 #define ATTR(X) case attr::X: OS << #X; break;
815 OS << "Attr";
1674 for (ArrayRef<const Attr *>::iterator I = Node->getAttrs().begin(),
2225 const HTMLStartTagComment::Attribute &Attr = C->getAttr(i);
2226 OS << " \"" << Attr.Name << "=\"" << Attr.Value << "\"";