Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSema.h1546 bool CheckConstexprFunctionDecl(const FunctionDecl *FD);
/external/clang/lib/Sema/
DSemaDeclCXX.cpp781 bool Sema::CheckConstexprFunctionDecl(const FunctionDecl *NewFD) { in CheckConstexprFunctionDecl() function in Sema
DSemaDecl.cpp10760 (!CheckConstexprFunctionDecl(FD) || in ActOnFinishFunctionBody()