Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp1784 static bool CheckConstexprMissingReturn(Sema &SemaRef, const FunctionDecl *Dcl);
2386 if (!CheckConstexprMissingReturn(SemaRef, Dcl)) in CheckConstexprFunctionBody()
2456 static bool CheckConstexprMissingReturn(Sema &SemaRef, in CheckConstexprMissingReturn() function