Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCoroutine.cpp958 << Fn->getFirstCoroutineStmtKeyword(); in CheckCompletedCoroutineBody()
1045 << Fn.getFirstCoroutineStmtKeyword(); in diagReturnOnAllocFailure()
1085 << Fn.getFirstCoroutineStmtKeyword(); in makeReturnOnAllocFailure()
1359 << Fn.getFirstCoroutineStmtKeyword(); in makeOnException()
1386 << Fn.getFirstCoroutineStmtKeyword(); in noteMemberDeclaredHere()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h458 StringRef getFirstCoroutineStmtKeyword() const { in getFirstCoroutineStmtKeyword() function