Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DASTPrint.h39 unsigned NumFoundNodes; variable
47 : NumFoundNodes(0), Printer(std::move(Printer)), in PrintMatch()
54 NumFoundNodes++; in run()
55 if (NumFoundNodes > 1) in run()
64 unsigned getNumFoundNodes() const { return NumFoundNodes; } in getNumFoundNodes()