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

/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp726 : Id(Id), ExpectedCount(-1), Count(0) {}
729 // Checks that there were exactly \c ExpectedCount matches.
730 VerifyIdIsBoundTo(llvm::StringRef Id, int ExpectedCount) argument
731 : Id(Id), ExpectedCount(ExpectedCount), Count(0) {}
737 int ExpectedCount = 1)
738 : Id(Id), ExpectedCount(ExpectedCount), Count(0),
742 if (ExpectedCount != -1)
743 EXPECT_EQ(ExpectedCount, Coun
783 const int ExpectedCount; member in class:clang::ast_matchers::VerifyIdIsBoundTo
[all...]

Completed in 1320 milliseconds