Home
last modified time | relevance | path

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

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