Home
last modified time | relevance | path

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

/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp726 : Id(Id), ExpectedCount(-1), Count(0) {} in VerifyIdIsBoundTo()
730 VerifyIdIsBoundTo(llvm::StringRef Id, int ExpectedCount) in VerifyIdIsBoundTo() argument
731 : Id(Id), ExpectedCount(ExpectedCount), Count(0) {} in VerifyIdIsBoundTo()
737 int ExpectedCount = 1) in VerifyIdIsBoundTo() argument
738 : Id(Id), ExpectedCount(ExpectedCount), Count(0), in VerifyIdIsBoundTo()
742 if (ExpectedCount != -1) in onEndOfTranslationUnit()
743 EXPECT_EQ(ExpectedCount, Count); in onEndOfTranslationUnit()
783 const int ExpectedCount; member in clang::ast_matchers::VerifyIdIsBoundTo