Home
last modified time | relevance | path

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

/external/clang/unittests/Tooling/
DQualTypeNamesTest.cpp26 std::string ExpectedName = in VisitValueDecl() local
28 if (ExpectedName != "") { in VisitValueDecl()
32 if (ExpectedName != ActualName) { in VisitValueDecl()
38 << " Exepcted: " << ExpectedName; in VisitValueDecl()
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.h306 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
/external/llvm/lib/IR/
DVerifier.cpp3790 const std::string ExpectedName = Intrinsic::getName(ID, ArgTys); in visitIntrinsicCallSite() local
3791 Assert(ExpectedName == IF->getName(), in visitIntrinsicCallSite()
3794 ExpectedName, in visitIntrinsicCallSite()