Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h1619 bool CheckConstexprFunctionDecl(const FunctionDecl *FD);
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp772 bool Sema::CheckConstexprFunctionDecl(const FunctionDecl *NewFD) { in CheckConstexprFunctionDecl() function in Sema
H A DSemaDecl.cpp10611 (!CheckConstexprFunctionDecl(FD) || in ActOnFinishFunctionBody()