Searched refs:NumFoundDecls (Results 1 - 2 of 2) sorted by path

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

Completed in 1274 milliseconds