Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCoroutine.cpp1438 bool HasRVoid, HasRValue; in makeOnFallthrough() local
1442 lookupMember(S, "return_value", PromiseRecordDecl, Loc, HasRValue); in makeOnFallthrough()
1445 if (HasRVoid && HasRValue) { in makeOnFallthrough()
1457 } else if (!HasRVoid && !HasRValue) { in makeOnFallthrough()