Searched refs:ExpectedName (Results 1 – 3 of 3) sorted by relevance
168 std::string ExpectedName; member173 : ExpectedName(Name.str()), LineNumber(LineNumber), in MatchCandidate()186 return Name == ExpectedName; in MatchesName()197 return Stream << Match.ExpectedName219 << "Expected \"" << Candidate.ExpectedName in ExpectFound()
749 VerifyIdIsBoundTo(llvm::StringRef Id, llvm::StringRef ExpectedName, in VerifyIdIsBoundTo() argument752 ExpectedName(ExpectedName) {} in VerifyIdIsBoundTo()757 if (!ExpectedName.empty()) in onEndOfTranslationUnit()758 EXPECT_EQ(ExpectedName, Name); in onEndOfTranslationUnit()798 const std::string ExpectedName; member in clang::ast_matchers::VerifyIdIsBoundTo
3490 const std::string ExpectedName = Intrinsic::getName(ID, ArgTys); in visitIntrinsicCallSite() local3491 Assert(ExpectedName == IF->getName(), in visitIntrinsicCallSite()3494 ExpectedName, in visitIntrinsicCallSite()