Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DScopeInfo.cpp39 FirstReturnLoc = SourceLocation(); in Clear()
H A DSemaCoroutine.cpp1121 if (Fn->FirstReturnLoc.isValid()) { in CheckCompletedCoroutineBody()
1124 Diag(Fn->FirstReturnLoc, diag::err_return_in_coroutine); in CheckCompletedCoroutineBody()
H A DSemaStmt.cpp3730 if (FunctionScopes.back()->FirstReturnLoc.isInvalid()) in ActOnCapScopeReturnStmt()
3731 FunctionScopes.back()->FirstReturnLoc = ReturnLoc; in ActOnCapScopeReturnStmt()
4189 if (FunctionScopes.back()->FirstReturnLoc.isInvalid()) in BuildReturnStmt()
4190 FunctionScopes.back()->FirstReturnLoc = ReturnLoc; in BuildReturnStmt()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScopeInfo.h180 SourceLocation FirstReturnLoc; variable