Home
last modified time | relevance | path

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

/external/clang/unittests/AST/
DNamedDeclPrinterTest.cpp33 unsigned NumFoundDecls; member in __anonfc895aaf0111::PrintMatch
38 : NumFoundDecls(0), SuppressUnwrittenScope(suppressUnwrittenScope) {} in PrintMatch()
44 NumFoundDecls++; in run()
45 if (NumFoundDecls > 1) in run()
59 return NumFoundDecls; in getNumFoundDecls()
DDeclPrinterTest.cpp42 unsigned NumFoundDecls; member in __anon764ed38a0111::PrintMatch
45 PrintMatch() : NumFoundDecls(0) {} in PrintMatch()
51 NumFoundDecls++; in run()
52 if (NumFoundDecls > 1) in run()
64 return NumFoundDecls; in getNumFoundDecls()