Home
last modified time | relevance | path

Searched refs:VisitDeprecatedAttr (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDJSONNodeDumper.h216 void VisitDeprecatedAttr(const DeprecatedAttr *DA);
/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDJSONNodeDumper.cpp578 void JSONNodeDumper::VisitDeprecatedAttr(const DeprecatedAttr *DA) { in VisitDeprecatedAttr() function in JSONNodeDumper