Searched refs:ExpectedName (Results 1 – 4 of 4) sorted by relevance
26 std::string ExpectedName = in VisitValueDecl() local28 if (ExpectedName != "") { in VisitValueDecl()32 if (ExpectedName != ActualName) { in VisitValueDecl()38 << " Exepcted: " << ExpectedName; in VisitValueDecl()
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()
306 VerifyIdIsBoundTo(llvm::StringRef Id, llvm::StringRef ExpectedName,309 ExpectedName(ExpectedName) {} in Id()314 if (!ExpectedName.empty()) in onEndOfTranslationUnit()315 EXPECT_EQ(ExpectedName, Name); in onEndOfTranslationUnit()355 const std::string ExpectedName; variable
3790 const std::string ExpectedName = Intrinsic::getName(ID, ArgTys); in visitIntrinsicCallSite() local3791 Assert(ExpectedName == IF->getName(), in visitIntrinsicCallSite()3794 ExpectedName, in visitIntrinsicCallSite()