Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp1904 static bool CheckConstexprMissingReturn(Sema &SemaRef, const FunctionDecl *Dcl);
2479 if (!CheckConstexprMissingReturn(SemaRef, Dcl)) in CheckConstexprFunctionBody()
2546 static bool CheckConstexprMissingReturn(Sema &SemaRef, in CheckConstexprMissingReturn() function