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

References

tools/clang/lib/AST/JSONNodeDumper.cpp
   22   switch (A->getKind()) {
   30   JOS.attribute("id", createPointerRepresentation(A));
   32   JOS.attributeObject("range", [A, this] { writeSourceRange(A->getRange()); });
   32   JOS.attributeObject("range", [A, this] { writeSourceRange(A->getRange()); });
   33   attributeOnlyIfTrue("inherited", A->isInherited());
   34   attributeOnlyIfTrue("implicit", A->isImplicit());
   42   InnerAttrVisitor::Visit(A);