Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp1727 static bool CheckConstexprFunctionBody(Sema &SemaRef, const FunctionDecl *Dcl,
1816 return CheckConstexprFunctionBody(*this, NewFD, Body, Kind); in CheckConstexprFunctionDefinition()
2166 static bool CheckConstexprFunctionBody(Sema &SemaRef, const FunctionDecl *Dcl, in CheckConstexprFunctionBody() function