Searched refs:getCanonicalDecl (Results 76 - 100 of 102) sorted by relevance

12345

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp293 ND = cast<NamedDecl>(ND->getCanonicalDecl());
444 ND = cast<NamedDecl>(ND->getCanonicalDecl());
4859 ND = cast<NamedDecl>(ND->getCanonicalDecl());
H A DMicrosoftMangle.cpp116 return FTD->getTemplatedDecl()->getCanonicalDecl();
120 return FTD->getTemplatedDecl()->getCanonicalDecl();
122 return FD->getCanonicalDecl();
H A DASTImporter.cpp3693 return D->getCanonicalDecl();
4949 !declaresSameEntity(Super->getCanonicalDecl(),
7899 ToMethod->getCanonicalDecl()->addOverriddenMethod(cast<CXXMethodDecl>(
7900 (*ImportedOrErr)->getCanonicalDecl()));
H A DOpenMPClause.cpp1033 const ValueDecl *VD = D ? cast<ValueDecl>(D->getCanonicalDecl()) : nullptr;
H A DStmtProfile.cpp133 ID.AddPointer(D ? D->getCanonicalDecl() : nullptr);
H A DType.cpp3301 ID.AddPointer(epi.ExceptionSpec.SourceDecl->getCanonicalDecl());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1391 if (!ObjCWrittenInterfaces.count(ClassDecl->getCanonicalDecl())) {
1398 ObjCWrittenInterfaces.insert(ClassDecl->getCanonicalDecl());
3598 ProtocolExprDecls.insert(Exp->getProtocol()->getCanonicalDecl());
6847 if (ObjCSynthesizedProtocols.count(PDecl->getCanonicalDecl()))
6989 if (!ObjCSynthesizedProtocols.insert(PDecl->getCanonicalDecl()).second)
H A DRewriteObjC.cpp1206 if (!ObjCForwardDecls.count(ClassDecl->getCanonicalDecl())) {
1218 ObjCForwardDecls.insert(ClassDecl->getCanonicalDecl());
3060 ProtocolExprDecls.insert(Exp->getProtocol()->getCanonicalDecl());
5101 if (ObjCSynthesizedProtocols.count(PDecl->getCanonicalDecl()))
5224 if (!ObjCSynthesizedProtocols.insert(PDecl->getCanonicalDecl()).second)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp183 S.Diag(D->getCanonicalDecl()->getLocation(), diag::note_entity_declared_at)
219 auto Pos = SuppressedDiagnostics.find(D->getCanonicalDecl());
6203 return MD->getParent()->getCanonicalDecl();
6207 return RD->getCanonicalDecl();
6221 UME->getNamingClass()->getCanonicalDecl();
12703 cast<ValueDecl>(ML->getMemberDecl()->getCanonicalDecl());
12705 cast<ValueDecl>(MR->getMemberDecl()->getCanonicalDecl());
13524 cast<ValueDecl>(LHSDeclRef->getDecl()->getCanonicalDecl());
13526 cast<ValueDecl>(RHSDeclRef->getDecl()->getCanonicalDecl());
16745 UndefinedButUsed.insert(std::make_pair(Func->getCanonicalDecl(), Lo
[all...]
H A DSemaDeclObjC.cpp4798 const ObjCMethodDecl *CanonicalMD = ObjCMethod->getCanonicalDecl();
4845 if (ObjCMethod->getCanonicalDecl() != IMD) {
4852 if (ObjCMethod->getCanonicalDecl() != IMD) {
H A DSemaExprObjC.cpp2792 if (P->getCanonicalDecl() == Protocol->getCanonicalDecl())
H A DSemaDeclAttr.cpp4517 D = D->getCanonicalDecl();
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp427 if (!Method->getCanonicalDecl()->isInlined())
2691 UnorderedInits[CXXThreadLocalInitVars[I]->getCanonicalDecl()] =
2779 InitFuncToUse = UnorderedInits.lookup(VD->getCanonicalDecl());
H A DMicrosoftCXXABI.cpp2802 if (BS.getType()->getAsCXXRecordDecl()->getCanonicalDecl() ==
2803 Base->getCanonicalDecl())
H A DCGExpr.cpp2679 VD = VD->getCanonicalDecl();
H A DCGObjCMac.cpp4029 auto *COMD = OMD->getCanonicalDecl();
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp1085 MethodCrawler MC(M->getCanonicalDecl(), BR, this, Mgr, DCtx);
H A DMallocChecker.cpp3090 if (D->getCanonicalDecl()->getName().find("std") != StringRef::npos)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4280 method_iter->getCanonicalDecl();
4316 method_iter->getCanonicalDecl();
4346 method_iter->getCanonicalDecl();
6422 if (field->getCanonicalDecl() == canonical_decl)
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1864 ObjCProtocolDecls.insert(PDecl->getCanonicalDecl());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp1707 const auto *VD = dyn_cast<VarDecl>(DRE->getDecl()->getCanonicalDecl());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7384 auto &Merged = KeyDecls[D->getCanonicalDecl()];
9224 {FD->getCanonicalDecl(), FD->getReturnType()});
9337 auto RTD = cast<RedeclarableTemplateDecl>(D)->getCanonicalDecl();
9470 const Decl *DCanon = D->getCanonicalDecl();
9489 if (CanonMember->getCanonicalDecl() == DCanon) {
H A DASTWriter.cpp3253 } else if (Decl *First = D->getCanonicalDecl()) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h1751 D == D->getCanonicalDecl()) \
H A DOpenMPClause.h4755 ? cast<ValueDecl>(AssociatedDeclaration->getCanonicalDecl())

Completed in 565 milliseconds

12345