Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DCoroutineStmtBuilder.h60 bool makeOnException();
H A DSemaCoroutine.cpp1279 this->IsValid = makeOnException() && makeOnFallthrough() && in buildDependentStatements()
1761 bool CoroutineStmtBuilder::makeOnException() { in makeOnException() function in CoroutineStmtBuilder