Home
last modified time | relevance | path

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

/external/clang/unittests/ASTMatchers/
DASTMatchersTest.h296 : Id(Id), ExpectedCount(-1), Count(0) {} in VerifyIdIsBoundTo()
300 VerifyIdIsBoundTo(llvm::StringRef Id, int ExpectedCount) in VerifyIdIsBoundTo() argument
301 : Id(Id), ExpectedCount(ExpectedCount), Count(0) {} in VerifyIdIsBoundTo()
307 int ExpectedCount = 1)
308 : Id(Id), ExpectedCount(ExpectedCount), Count(0), in Id()
312 if (ExpectedCount != -1) in onEndOfTranslationUnit()
313 EXPECT_EQ(ExpectedCount, Count); in onEndOfTranslationUnit()
353 const int ExpectedCount; variable