Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmt.cpp2338 bool IsCoreturn = Tok.is(tok::kw_co_return); in ParseReturnStatement() local
2343 if (!IsCoreturn) in ParseReturnStatement()
2346 if (Tok.is(tok::code_completion) && !IsCoreturn) { in ParseReturnStatement()
2368 if (IsCoreturn) in ParseReturnStatement()