Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DCoroutineStmtBuilder.h60 bool makeOnFallthrough();
H A DSemaCoroutine.cpp1000 this->IsValid = makeOnException() && makeOnFallthrough() && in buildDependentStatements()
1275 bool CoroutineStmtBuilder::makeOnFallthrough() { in makeOnFallthrough() function in CoroutineStmtBuilder