Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2303 bool IsCoreturn = Tok.is(tok::kw_co_return); in ParseReturnStatement() local
2308 if (!IsCoreturn) in ParseReturnStatement()
2311 if (Tok.is(tok::code_completion) && !IsCoreturn) { in ParseReturnStatement()
2333 if (IsCoreturn) in ParseReturnStatement()