Searched defs:ExpectMatch (Results 1 - 2 of 2) sorted by relevance

/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.h63 bool ExpectMatch,
85 if (!Found && ExpectMatch) {
88 } else if (Found && !ExpectMatch) {
61 matchesConditionally(const std::string &Code, const T &AMatcher, bool ExpectMatch, llvm::StringRef CompileArg) argument
/external/clang/unittests/Tooling/
H A DTestVisitor.h131 void ExpectMatch(Twine Match, unsigned Line, unsigned Column) { function in class:clang::ExpectedLocationVisitor

Completed in 161 milliseconds