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()
736 VerifyIdIsBoundTo(llvm::StringRef Id, llvm::StringRef ExpectedName, in VerifyIdIsBoundTo() argument739 ExpectedName(ExpectedName) {} in VerifyIdIsBoundTo()744 if (!ExpectedName.empty()) in onEndOfTranslationUnit()745 EXPECT_EQ(ExpectedName, Name); in onEndOfTranslationUnit()785 const std::string ExpectedName; member in clang::ast_matchers::VerifyIdIsBoundTo
3111 const std::string ExpectedName = Intrinsic::getName(ID, ArgTys); in visitIntrinsicFunctionCall() local3112 Assert(ExpectedName == IF->getName(), in visitIntrinsicFunctionCall()3115 ExpectedName, in visitIntrinsicFunctionCall()