• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/

Lines Matching refs:getCanonicalDecl

203         if (BasePrimaryTemplate->getCanonicalDecl() != RD->getCanonicalDecl())
208 if (PS->getCanonicalDecl() != RD->getCanonicalDecl())
2308 OldTag->getCanonicalDecl() != NewTag->getCanonicalDecl() &&
3442 UndefinedButUsed.insert(std::make_pair(Old->getCanonicalDecl(),
3449 UndefinedButUsed.erase(Old->getCanonicalDecl());
4135 else if (New->getCanonicalDecl()->getStorageClass() != SC_Static &&
4137 Old->getCanonicalDecl()->getStorageClass() == SC_Static) {
4187 UndefinedButUsed.insert(std::make_pair(Old->getCanonicalDecl(),
4211 if (Old->isStaticDataMember() && Old->getCanonicalDecl()->isInline() &&
4212 Old->getCanonicalDecl()->isConstexpr()) {
7524 ShadowingDecls.insert({PVD->getCanonicalDecl(), FD});
7652 const NamedDecl *D = cast<NamedDecl>(DRE->getDecl()->getCanonicalDecl());
8107 MD->addOverriddenMethod(OldMD->getCanonicalDecl());
8141 ExpectedParent(Parent ? Parent->getCanonicalDecl() : nullptr) {}
8157 if (Parent && Parent->getCanonicalDecl() == ExpectedParent)
8277 Decl *Canonical = Result->getCanonicalDecl();
8280 if ((*I)->getCanonicalDecl() == Canonical)
10722 assert(OldFD->getCanonicalDecl() == OldFD);
11995 if (VDecl->isStaticDataMember() && VDecl->getCanonicalDecl()->hasInit()) {
11998 Diag(VDecl->getCanonicalDecl()->getInit()->getExprLoc(),
14358 if (MD->isOutOfLine() && (MD = MD->getCanonicalDecl()) &&
14361 MD == KeyFunction->getCanonicalDecl()) {
18223 OMPDeclareTargetDeclAttr::getDeviceType(FD->getCanonicalDecl());
18238 OMPDeclareTargetDeclAttr::getDeviceType(FD->getCanonicalDecl());