Home
last modified time | relevance | path

Searched refs:ExpectedCount (Results 1 – 3 of 3) 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
/external/llvm-project/clang/unittests/ASTMatchers/
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
/external/llvm-project/clang/unittests/AST/
DASTImporterTest.cpp2821 const char *Code, unsigned int ExpectedCount) { in test() argument
2849 ExpectedCount); in test()