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.cpp736 VerifyIdIsBoundTo(llvm::StringRef Id, llvm::StringRef ExpectedName, in VerifyIdIsBoundTo() argument
739 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
/external/llvm/lib/IR/
DVerifier.cpp3111 const std::string ExpectedName = Intrinsic::getName(ID, ArgTys); in visitIntrinsicFunctionCall() local
3112 Assert(ExpectedName == IF->getName(), in visitIntrinsicFunctionCall()
3115 ExpectedName, in visitIntrinsicFunctionCall()