Home
last modified time | relevance | path

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

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