Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h215 void VisitCleanupAttr(const CleanupAttr *CA);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp574 void JSONNodeDumper::VisitCleanupAttr(const CleanupAttr *CA) { in VisitCleanupAttr() function in JSONNodeDumper