Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1626 bool HasRVoid, HasRValue; in makeOnFallthrough() local
1628 lookupMember(S, "return_void", PromiseRecordDecl, Loc, HasRVoid); in makeOnFallthrough()
1633 if (HasRVoid && HasRValue) { in makeOnFallthrough()
1645 } else if (!HasRVoid && !HasRValue) { in makeOnFallthrough()
1659 } else if (HasRVoid) { in makeOnFallthrough()