Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp166 bool WasFound) -> Optional<bool> /* Result */ { in isVariantApplicableInContextHelper() argument
170 if (WasFound) in isVariantApplicableInContextHelper()
177 if ((WasFound && MK == MK_ALL) || (!WasFound && MK == MK_NONE)) in isVariantApplicableInContextHelper()