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

References

tools/clang/lib/AST/JSONNodeDumper.cpp
 1534         {{"name", C->getAttr(I).Name}, {"value", C->getAttr(I).Value}});
tools/clang/lib/AST/TextNodeDumper.cpp
  505       OS << " \"" << Attr.Name << "=\"" << Attr.Value << "\"";
tools/clang/lib/Index/CommentToXML.cpp
  204       if (!Attr.Value.empty())
  205         Result << "=\"" << Attr.Value << "\"";
tools/clang/tools/extra/clang-doc/Serialize.cpp
  118     CurrentCI.AttrValues.push_back(Attr.Value);
tools/clang/tools/libclang/CXComment.cpp
  220   return cxstring::createRef(HST->getAttr(AttrIdx).Value);
tools/clang/unittests/AST/CommentParser.cpp
  407   StringRef ActualValue = HST->getAttr(0).Value;