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

  /external/clang/unittests/Tooling/
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.cpp 663 // Checks that there was exactly one match with the name \c ExpectedName.
665 VerifyIdIsBoundTo(llvm::StringRef Id, llvm::StringRef ExpectedName,
668 ExpectedName(ExpectedName) {}
673 if (!ExpectedName.empty())
674 EXPECT_EQ(ExpectedName, Name);
714 const std::string ExpectedName;
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]

Completed in 207 milliseconds