Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp38 FirstReturnLoc = SourceLocation(); in Clear()
H A DSemaStmt.cpp3683 if (FunctionScopes.back()->FirstReturnLoc.isInvalid()) in ActOnCapScopeReturnStmt()
3684 FunctionScopes.back()->FirstReturnLoc = ReturnLoc; in ActOnCapScopeReturnStmt()
3859 if (FSI->FirstReturnLoc.isInvalid() && FSI->isCoroutine()) { in ActOnReturnStmt()
4179 if (FunctionScopes.back()->FirstReturnLoc.isInvalid()) in BuildReturnStmt()
4180 FunctionScopes.back()->FirstReturnLoc = ReturnLoc; in BuildReturnStmt()
H A DSemaCoroutine.cpp681 if (FSI->FirstReturnLoc.isInvalid()) in checkReturnStmtInCoroutine()
683 S.Diag(FSI->FirstReturnLoc, diag::err_return_in_coroutine); in checkReturnStmtInCoroutine()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h186 SourceLocation FirstReturnLoc; variable