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

/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1496 bool CheckConstexprFunctionDecl(const FunctionDecl *FD);
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp9871 (!CheckConstexprFunctionDecl(FD) ||
H A DSemaDeclCXX.cpp745 // CheckConstexprFunctionDecl - Check whether a function declaration satisfies
751 bool Sema::CheckConstexprFunctionDecl(const FunctionDecl *NewFD) { function in class:Sema

Completed in 194 milliseconds