Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1716 bool HasRVoid, HasRValue; in makeOnFallthrough() local
1720 lookupMember(S, "return_value", PromiseRecordDecl, Loc, HasRValue); in makeOnFallthrough()
1723 if (HasRVoid && HasRValue) { in makeOnFallthrough()
1735 } else if (!HasRVoid && !HasRValue) { in makeOnFallthrough()