Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1129 << Fn->getFirstCoroutineStmtKeyword(); in CheckCompletedCoroutineBody()
1234 << Fn.getFirstCoroutineStmtKeyword(); in diagReturnOnAllocFailure()
1277 << Fn.getFirstCoroutineStmtKeyword(); in makeReturnOnAllocFailure()
1706 << Fn.getFirstCoroutineStmtKeyword(); in makeOnException()
1734 << Fn.getFirstCoroutineStmtKeyword(); in noteMemberDeclaredHere()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h518 StringRef getFirstCoroutineStmtKeyword() const { in getFirstCoroutineStmtKeyword() function