Searched refs:getNumFoundDecls (Results 1 - 2 of 2) sorted by relevance

/external/clang/unittests/AST/
H A DNamedDeclPrinterTest.cpp58 unsigned getNumFoundDecls() const { function in class:__anon19533::PrintMatch
78 if (Printer.getNumFoundDecls() == 0)
82 if (Printer.getNumFoundDecls() > 1)
85 "(found " << Printer.getNumFoundDecls() << ")";
H A DDeclPrinterTest.cpp63 unsigned getNumFoundDecls() const { function in class:__anon19531::PrintMatch
84 if (Printer.getNumFoundDecls() == 0)
88 if (Printer.getNumFoundDecls() > 1)
91 "(found " << Printer.getNumFoundDecls() << ")";

Completed in 89 milliseconds