HomeSort by relevance Sort by last modified time
    Searched refs:ExpectedName (Results 1 - 4 of 4) sorted by null

  /external/clang/unittests/Tooling/
QualTypeNamesTest.cpp 26 std::string ExpectedName =
28 if (ExpectedName != "") {
32 if (ExpectedName != ActualName) {
38 << " Exepcted: " << ExpectedName;
TestVisitor.h 168 std::string ExpectedName;
173 : ExpectedName(Name.str()), LineNumber(LineNumber),
186 return Name == ExpectedName;
197 return Stream << Match.ExpectedName
219 << "Expected \"" << Candidate.ExpectedName
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.h 304 // Checks that there was exactly one match with the name \c ExpectedName.
306 VerifyIdIsBoundTo(llvm::StringRef Id, llvm::StringRef ExpectedName,
309 ExpectedName(ExpectedName) {}
314 if (!ExpectedName.empty())
315 EXPECT_EQ(ExpectedName, Name);
355 const std::string ExpectedName;
  /external/llvm/lib/IR/
Verifier.cpp     [all...]

Completed in 91 milliseconds