Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DNamedDeclPrinterTest.cpp36 unsigned NumFoundDecls; member in __anon89c6abde0111::PrintMatch
42 : NumFoundDecls(0), Printer(std::move(Printer)) {} in PrintMatch()
48 NumFoundDecls++; in run()
49 if (NumFoundDecls > 1) in run()
61 return NumFoundDecls; in getNumFoundDecls()