Home | History | Annotate | Download | only in AST

Lines Matching defs:Attr

16 #include "clang/AST/Attr.h"
55 // Attr names (CleanupAttr, GuardedByAttr, etc)
231 void dumpAttr(const Attr *A);
798 void ASTDumper::dumpAttr(const Attr *A) {
804 #define ATTR(X) case attr::X: OS << #X; break;
809 OS << "Attr";
1620 for (ArrayRef<const Attr *>::iterator I = Node->getAttrs().begin(),
2165 const HTMLStartTagComment::Attribute &Attr = C->getAttr(i);
2166 OS << " \"" << Attr.Name << "=\"" << Attr.Value << "\"";