Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp1669 CheckConstexprFunctionBody(CallOperator, CallOperator->getBody())); in BuildLambdaExpr()
H A DSemaDeclCXX.cpp1946 bool Sema::CheckConstexprFunctionBody(const FunctionDecl *Dcl, Stmt *Body) { in CheckConstexprFunctionBody() function in Sema
H A DSemaDecl.cpp13357 !CheckConstexprFunctionBody(FD, Body))) in ActOnFinishFunctionBody()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1979 bool CheckConstexprFunctionBody(const FunctionDecl *FD, Stmt *Body);