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...]
SemaLookup.cpp     [all...]
SemaDeclCXX.cpp 717 bool Sema::CheckConstexprFunctionDecl(const FunctionDecl *NewFD) {
718 const CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(NewFD);
726 Diag(NewFD->getLocation(), diag::err_constexpr_virtual_base)
727 << isa<CXXConstructorDecl>(NewFD)
737 if (!isa<CXXConstructorDecl>(NewFD)) {
742 const CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(NewFD);
744 Diag(NewFD->getLocation(), diag::err_constexpr_virtual);
758 QualType RT = NewFD->getResultType();
760 RequireLiteralType(NewFD->getLocation(), RT,
766 if (!CheckConstexprParameterTypes(*this, NewFD))
    [all...]
SemaDeclAttr.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 308 milliseconds