Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDCoroutineStmtBuilder.h60 bool makeOnException();
HDSemaCoroutine.cpp1189 this->IsValid = makeOnException() && makeOnFallthrough() && in buildDependentStatements()
1671 bool CoroutineStmtBuilder::makeOnException() { in makeOnException() function in CoroutineStmtBuilder