Home
last modified time | relevance | path

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

/external/clang/unittests/Tooling/
DTestVisitor.h168 std::string ExpectedName; member
173 : ExpectedName(Name.str()), LineNumber(LineNumber), in MatchCandidate()
186 return Name == ExpectedName; in MatchesName()
197 return Stream << Match.ExpectedName
219 << "Expected \"" << Candidate.ExpectedName in ExpectFound()
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp749 VerifyIdIsBoundTo(llvm::StringRef Id, llvm::StringRef ExpectedName, in VerifyIdIsBoundTo() argument
752 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
/external/llvm/lib/IR/
DVerifier.cpp3490 const std::string ExpectedName = Intrinsic::getName(ID, ArgTys); in visitIntrinsicCallSite() local
3491 Assert(ExpectedName == IF->getName(), in visitIntrinsicCallSite()
3494 ExpectedName, in visitIntrinsicCallSite()