Home
last modified time | relevance | path

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

/external/clang/unittests/ASTMatchers/
DASTMatchersTest.h93 bool VerifiedResult = false; in matchAndVerifyResultConditionally() local
96 AMatcher, new VerifyMatch(FindResultVerifier, &VerifiedResult)); in matchAndVerifyResultConditionally()
103 if (!VerifiedResult && ExpectResult) { in matchAndVerifyResultConditionally()
106 } else if (VerifiedResult && !ExpectResult) { in matchAndVerifyResultConditionally()