Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp685 << FSI->getFirstCoroutineStmtKeyword(); in checkReturnStmtInCoroutine()
1301 << Fn.getFirstCoroutineStmtKeyword(); in diagReturnOnAllocFailure()
1344 << Fn.getFirstCoroutineStmtKeyword(); in makeReturnOnAllocFailure()
1791 << Fn.getFirstCoroutineStmtKeyword(); in makeOnException()
1819 << Fn.getFirstCoroutineStmtKeyword(); in noteMemberDeclaredHere()
H A DSemaStmt.cpp3864 << FSI->getFirstCoroutineStmtKeyword(); in ActOnReturnStmt()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h518 StringRef getFirstCoroutineStmtKeyword() const { in getFirstCoroutineStmtKeyword() function