Home
last modified time | relevance | path

Searched refs:FirstReturnLoc (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DScopeInfo.cpp39 FirstReturnLoc = SourceLocation(); in Clear()
H A DSemaCoroutine.cpp1099 if (Fn->FirstReturnLoc.isValid()) { in CheckCompletedCoroutineBody()
1102 Diag(Fn->FirstReturnLoc, diag::err_return_in_coroutine); in CheckCompletedCoroutineBody()
H A DSemaStmt.cpp3721 if (FunctionScopes.back()->FirstReturnLoc.isInvalid()) in ActOnCapScopeReturnStmt()
3722 FunctionScopes.back()->FirstReturnLoc = ReturnLoc; in ActOnCapScopeReturnStmt()
4197 if (FunctionScopes.back()->FirstReturnLoc.isInvalid()) in BuildReturnStmt()
4198 FunctionScopes.back()->FirstReturnLoc = ReturnLoc; in BuildReturnStmt()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScopeInfo.h180 SourceLocation FirstReturnLoc; variable