Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCoroutine.cpp1104 << Fn->getFirstCoroutineStmtKeyword(); in CheckCompletedCoroutineBody()
1191 << Fn.getFirstCoroutineStmtKeyword(); in diagReturnOnAllocFailure()
1234 << Fn.getFirstCoroutineStmtKeyword(); in makeReturnOnAllocFailure()
1564 << Fn.getFirstCoroutineStmtKeyword(); in makeOnException()
1592 << Fn.getFirstCoroutineStmtKeyword(); in noteMemberDeclaredHere()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScopeInfo.h496 StringRef getFirstCoroutineStmtKeyword() const { in getFirstCoroutineStmtKeyword() function