Home
last modified time | relevance | path

Searched defs:ExpectedCount (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersTest.h379 : Id(std::string(Id)), ExpectedCount(ExpectedCount), Count(0) {} in VerifyIdIsBoundTo() argument
435 const int ExpectedCount; global() variable
[all...]
/llvm-project/clang/unittests/AST/
H A DASTImporterTest.cpp3256 test(const MatcherType & MethodMatcher,const char * Code,unsigned int ExpectedCount) test() argument