Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCoroutine.cpp1126 << Fn->getFirstCoroutineStmtKeyword(); in CheckCompletedCoroutineBody()
1219 << Fn.getFirstCoroutineStmtKeyword(); in diagReturnOnAllocFailure()
1262 << Fn.getFirstCoroutineStmtKeyword(); in makeReturnOnAllocFailure()
1691 << Fn.getFirstCoroutineStmtKeyword(); in makeOnException()
1719 << Fn.getFirstCoroutineStmtKeyword(); in noteMemberDeclaredHere()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScopeInfo.h499 StringRef getFirstCoroutineStmtKeyword() const { in getFirstCoroutineStmtKeyword() function