Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DScopeInfo.cpp39 FirstReturnLoc = SourceLocation(); in Clear()
H A DSemaCoroutine.cpp1108 if (Fn->FirstReturnLoc.isValid()) { in CheckCompletedCoroutineBody()
1111 Diag(Fn->FirstReturnLoc, diag::err_return_in_coroutine); in CheckCompletedCoroutineBody()
H A DSemaStmt.cpp3756 if (FunctionScopes.back()->FirstReturnLoc.isInvalid()) in ActOnCapScopeReturnStmt()
3757 FunctionScopes.back()->FirstReturnLoc = ReturnLoc; in ActOnCapScopeReturnStmt()
4184 if (FunctionScopes.back()->FirstReturnLoc.isInvalid()) in BuildReturnStmt()
4185 FunctionScopes.back()->FirstReturnLoc = ReturnLoc; in BuildReturnStmt()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h176 SourceLocation FirstReturnLoc; variable