Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCoroutineStmtBuilder.h56 bool makePromiseStmt();
H A DSemaCoroutine.cpp1174 this->IsValid = makePromiseStmt() && makeInitialAndFinalSuspend(); in CoroutineStmtBuilder()
1195 bool CoroutineStmtBuilder::makePromiseStmt() { in makePromiseStmt() function in CoroutineStmtBuilder