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

References

lib/Support/TimeProfiler.cpp
  126         J.attributeObject("args", [&] { J.attribute("detail", E.Detail); });
  154         J.attributeObject("args", [&] {
  171       J.attributeObject("args", [&] { J.attribute("name", "clang"); });
tools/clang/lib/AST/JSONNodeDumper.cpp
   32   JOS.attributeObject("range", [A, this] { writeSourceRange(A->getRange()); });
   51   JOS.attributeObject("range",
   99   JOS.attributeObject("loc",
  101   JOS.attributeObject("range",
  134   JOS.attributeObject("loc",
  136   JOS.attributeObject("range",
  146     JOS.attributeObject("range", [R, this] { writeSourceRange(R); });
  239     JOS.attributeObject("spellingLoc", [Spelling, this] {
  242     JOS.attributeObject("expansionLoc", [Expansion, Loc, this] {
  254   JOS.attributeObject("begin",
  256   JOS.attributeObject("end", [R, this] { writeSourceLocation(R.getEnd()); });
  580   JOS.attributeObject(
  833     JOS.attributeObject("defaultArg", [=] {
  849     JOS.attributeObject("defaultArg", [=] {
  864     JOS.attributeObject("defaultArg", [=] {
tools/sancov/sancov.cpp
  318     W.attributeObject(P.first, [&] {
  324         W.attributeObject(FunctionName, [&] {
  352     W.attributeObject("point-symbol-info", [&] { W << C.Points; });