Searched refs:CheckConstexprMissingReturn (Results 1 – 1 of 1) sorted by relevance
1784 static bool CheckConstexprMissingReturn(Sema &SemaRef, const FunctionDecl *Dcl);2386 if (!CheckConstexprMissingReturn(SemaRef, Dcl)) in CheckConstexprFunctionBody()2456 static bool CheckConstexprMissingReturn(Sema &SemaRef, in CheckConstexprMissingReturn() function