Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCoroutine.cpp1113 << Fn->getFirstCoroutineStmtKeyword(); in CheckCompletedCoroutineBody()
1200 << Fn.getFirstCoroutineStmtKeyword(); in diagReturnOnAllocFailure()
1240 << Fn.getFirstCoroutineStmtKeyword(); in makeReturnOnAllocFailure()
1516 << Fn.getFirstCoroutineStmtKeyword(); in makeOnException()
1543 << Fn.getFirstCoroutineStmtKeyword(); in noteMemberDeclaredHere()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h484 StringRef getFirstCoroutineStmtKeyword() const { in getFirstCoroutineStmtKeyword() function