Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersTest.h90 bool Found = false, DynamicFound = false; variable
94 VerifyMatch VerifyDynamicFound(nullptr, &DynamicFound);
127 if (Found != DynamicFound) {
129 << "Dynamic match result (" << DynamicFound
217 bool Found = false, DynamicFound = false; in matchesConditionallyWithCuda() local
221 VerifyMatch VerifyDynamicFound(nullptr, &DynamicFound); in matchesConditionallyWithCuda()
235 if (Found != DynamicFound) { in matchesConditionallyWithCuda()
237 << "Dynamic match result (" << DynamicFound in matchesConditionallyWithCuda()