Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersTest.h359 : Id(std::string(Id)), ExpectedCount(-1), Count(0) {} in VerifyIdIsBoundTo()
363 VerifyIdIsBoundTo(llvm::StringRef Id, int ExpectedCount) in VerifyIdIsBoundTo() argument
364 : Id(std::string(Id)), ExpectedCount(ExpectedCount), Count(0) {} in VerifyIdIsBoundTo()
370 int ExpectedCount = 1)
371 : Id(std::string(Id)), ExpectedCount(ExpectedCount), Count(0), in Id()
375 if (ExpectedCount != -1) { in onEndOfTranslationUnit()
376 EXPECT_EQ(ExpectedCount, Count); in onEndOfTranslationUnit()
419 const int ExpectedCount; variable
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp3032 const char *Code, unsigned int ExpectedCount) { in test() argument
3060 ExpectedCount); in test()