Home | History | Annotate | Download | only in AST

Lines Matching defs:ATTR

16 #include "clang/AST/Attr.h"
43 // Attr names (CleanupAttr, GuardedByAttr, etc)
181 void dumpAttr(const Attr *A);
555 void ASTDumper::dumpAttr(const Attr *A) {
560 #define ATTR(X) case attr::X: OS << #X; break;
564 OS << "Attr";
1439 for (ArrayRef<const Attr *>::iterator I = Node->getAttrs().begin(),
1943 const HTMLStartTagComment::Attribute &Attr = C->getAttr(i);
1944 OS << " \"" << Attr.Name << "=\"" << Attr.Value << "\"";