HomeSort by relevance Sort by last modified time
    Searched refs:NewFD (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaLookup.cpp     [all...]
SemaDeclCXX.cpp 684 bool Sema::CheckConstexprFunctionDecl(const FunctionDecl *NewFD) {
685 const CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(NewFD);
693 Diag(NewFD->getLocation(), diag::err_constexpr_virtual_base)
694 << isa<CXXConstructorDecl>(NewFD) << RD->isStruct()
704 if (!isa<CXXConstructorDecl>(NewFD)) {
709 const CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(NewFD);
711 Diag(NewFD->getLocation(), diag::err_constexpr_virtual);
725 QualType RT = NewFD->getResultType();
727 RequireLiteralType(NewFD->getLocation(), RT,
733 if (!CheckConstexprParameterTypes(*this, NewFD))
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 123 milliseconds