Home
last modified time | relevance | path

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

/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp721 class VerifyIdIsBoundTo : public BoundNodesCallback { class
725 explicit VerifyIdIsBoundTo(llvm::StringRef Id) in VerifyIdIsBoundTo() function in clang::ast_matchers::VerifyIdIsBoundTo
730 VerifyIdIsBoundTo(llvm::StringRef Id, int ExpectedCount) in VerifyIdIsBoundTo() function in clang::ast_matchers::VerifyIdIsBoundTo
736 VerifyIdIsBoundTo(llvm::StringRef Id, llvm::StringRef ExpectedName, in VerifyIdIsBoundTo() function in clang::ast_matchers::VerifyIdIsBoundTo
750 ~VerifyIdIsBoundTo() override { in ~VerifyIdIsBoundTo()
807 new VerifyIdIsBoundTo<Decl>("x", 3))); in TEST()
822 new VerifyIdIsBoundTo<Type>("x", 2))); in TEST()
833 new VerifyIdIsBoundTo<QualType>("x", 2))); in TEST()
914 ClassX, new VerifyIdIsBoundTo<CXXRecordDecl>("x"))); in TEST()
917 ClassX, new VerifyIdIsBoundTo<CXXRecordDecl>("other-id"))); in TEST()
[all …]