Searched refs:getCanonicalDecl (Results 26 - 50 of 102) sorted by relevance

12345

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp114 const Decl *D = Result.getCanonicalDecl().getDecl();
H A DCGRecordLayoutBuilder.cpp226 CGBitFieldInfo &Info = BitFields[FD->getCanonicalDecl()];
304 Fields[Field->getCanonicalDecl()] = 0;
685 Fields[Member->FD->getCanonicalDecl()] = FieldTypes.size() - 1;
H A DCGDebugInfo.cpp1406 Var = Var->getCanonicalDecl();
1427 StaticDataMemberCache[Var->getCanonicalDecl()].reset(GV);
1497 auto MI = StaticDataMemberCache.find(V->getCanonicalDecl());
1677 if (Method->getCanonicalDecl()->isDeleted())
1732 SPCache[Method->getCanonicalDecl()].reset(SP);
1768 auto MI = SPCache.find(Method->getCanonicalDecl());
3557 const FunctionDecl *CanonDecl = FD->getCanonicalDecl();
3590 std::make_tuple(cast<VarDecl>(VD->getCanonicalDecl())),
3603 auto I = DeclCache.find(D->getCanonicalDecl());
3633 auto MI = SPCache.find(FD->getCanonicalDecl());
[all...]
H A DCGStmtOpenMP.cpp85 assert(VD == VD->getCanonicalDecl() &&
140 EmittedAsPrivate.insert(VD->getCanonicalDecl());
148 if (EmittedAsPrivate.insert(OrigVD->getCanonicalDecl()).second) {
245 assert(VD == VD->getCanonicalDecl() &&
273 OrigVD = OrigVD->getCanonicalDecl();
773 cast<VarDecl>(cast<DeclRefExpr>(D)->getDecl())->getCanonicalDecl(),
789 Lastprivates.count(OrigVD->getCanonicalDecl()) > 0;
795 EmittedAsFirstprivate.insert(OrigVD->getCanonicalDecl());
813 if (EmittedAsFirstprivate.insert(OrigVD->getCanonicalDecl()).second) {
887 Lastprivates[OrigVD->getCanonicalDecl()]
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/tools/lldb-instr/
H A DInstrument.cpp275 if (Decl == Decl->getCanonicalDecl())
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRedeclarable.h342 /// decl_type::getCanonicalDecl() on construction.
346 /// remember to call getCanonicalDecl() everywhere.
351 : Ptr(Ptr ? Ptr->getCanonicalDecl() : nullptr) {}
H A DDeclObjC.h244 ObjCMethodDecl *getCanonicalDecl() override;
245 const ObjCMethodDecl *getCanonicalDecl() const {
246 return const_cast<ObjCMethodDecl*>(this)->getCanonicalDecl();
1906 ObjCInterfaceDecl *getCanonicalDecl() override { return getFirstDecl(); }
1907 const ObjCInterfaceDecl *getCanonicalDecl() const { return getFirstDecl(); } function in class:clang::ObjCInterfaceDecl
2241 ObjCProtocolDecl *getCanonicalDecl() override { return getFirstDecl(); }
2242 const ObjCProtocolDecl *getCanonicalDecl() const { return getFirstDecl(); } function in class:clang::ObjCProtocolDecl
H A DVTableBuilder.h342 const CXXMethodDecl *MD = cast<CXXMethodDecl>(GD.getDecl()->getCanonicalDecl());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp666 return FD->getCanonicalDecl() == FD;
668 return TD->getCanonicalDecl() == TD;
670 return VD->getCanonicalDecl() == VD;
H A DUSRGeneration.cpp503 D = D->getCanonicalDecl();
613 D = D->getCanonicalDecl();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp426 D ? D->getCanonicalDecl() : D;
1107 static const ValueDecl *getCanonicalDecl(const ValueDecl *D) {
1114 VD = VD->getCanonicalDecl();
1118 FD = FD->getCanonicalDecl();
1124 static ValueDecl *getCanonicalDecl(ValueDecl *D) {
1126 getCanonicalDecl(const_cast<const ValueDecl *>(D)));
1131 D = getCanonicalDecl(D);
1252 D = getCanonicalDecl(D);
1267 D = getCanonicalDecl(D);
1281 D = getCanonicalDecl(
[all...]
H A DSemaDeclCXX.cpp1735 Method = Method->getCanonicalDecl();
2392 Class = Class->getCanonicalDecl();
2403 if (Base->getCanonicalDecl() == Class)
2455 if (BaseDecl->getCanonicalDecl() == Class->getCanonicalDecl() ||
2461 if (BaseDecl->getCanonicalDecl() != Class->getCanonicalDecl())
4849 ActiveUnionMember.lookup(Record->getCanonicalDecl()))
4850 return Active != Field->getCanonicalDecl();
4910 Info.AllBaseFields.lookup(Field->getCanonicalDecl()))
[all...]
H A DSemaTemplateInstantiateDecl.cpp1910 D->getCanonicalDecl()->getStorageClass(), D->isInlineSpecified(),
5501 Pattern = Pattern->getCanonicalDecl();
5504 Instance = Instance->getCanonicalDecl();
5514 Pattern = Pattern->getCanonicalDecl();
5517 Instance = Instance->getCanonicalDecl();
5529 = cast<ClassTemplatePartialSpecializationDecl>(Pattern->getCanonicalDecl());
5532 Instance->getCanonicalDecl());
5543 Pattern = Pattern->getCanonicalDecl();
5546 Instance = Instance->getCanonicalDecl();
5556 Pattern = Pattern->getCanonicalDecl();
[all...]
H A DSemaLookup.cpp385 if (DUnderlying->getCanonicalDecl() != EUnderlying->getCanonicalDecl()) {
518 D = cast<NamedDecl>(D->getCanonicalDecl());
1812 auto *Key = ND->getCanonicalDecl();
2306 return D->getUnderlyingDecl()->getCanonicalDecl();
3436 NamedDecl *&Old = Decls[cast<NamedDecl>(New->getCanonicalDecl())];
4247 CD = CD->getCanonicalDecl();
5198 CurMD ? CurMD->getParent()->getCanonicalDecl() : nullptr;
5199 CXXRecordDecl *RD = MD->getParent()->getCanonicalDecl();
H A DSemaCXXScopeSpec.cpp682 OuterDecl->getCanonicalDecl() != SD->getCanonicalDecl() &&
H A DSemaTemplateDeduction.cpp206 return X->getCanonicalDecl() == Y->getCanonicalDecl();
473 D = D ? cast<ValueDecl>(D->getCanonicalDecl()) : nullptr;
3551 assert(Specialization->getPrimaryTemplate()->getCanonicalDecl() ==
3552 FunctionTemplate->getCanonicalDecl());
3639 Pos = SuppressedDiagnostics.find(Specialization->getCanonicalDecl());
3641 SuppressedDiagnostics[Specialization->getCanonicalDecl()]
5257 return T1->getCanonicalDecl() == T2->getCanonicalDecl();
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp799 if (MD->getCanonicalDecl() != getDecl()->getCanonicalDecl()) {
1321 MD = MD->getCanonicalDecl();
H A DMemRegion.cpp950 D = D->getCanonicalDecl();
1038 D = D->getCanonicalDecl();
1169 BaseClass = BaseClass->getCanonicalDecl();
1179 if (I.getType()->getAsCXXRecordDecl()->getCanonicalDecl() == BaseClass)
H A DExprEngineCallAndReturn.cpp194 return RuntimeCallee->getCanonicalDecl() != StaticDecl->getCanonicalDecl();
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp555 Decl *DCanon = D->getCanonicalDecl();
557 if (P.getInstantiatedFromMember()->getCanonicalDecl() == DCanon)
1213 Decl *DCanon = D->getCanonicalDecl();
1215 if (P.getInstantiatedFromMember()->getCanonicalDecl() == DCanon)
H A DDeclarationName.cpp296 Template = cast<TemplateDecl>(Template->getCanonicalDecl());
H A DQualTypeNames.cpp228 Scope->getAsNamespaceAlias()->getNamespace()->getCanonicalDecl(),
H A DVTableBuilder.cpp413 MD = MD->getCanonicalDecl();
702 MD = MD->getCanonicalDecl();
1494 MD = MD->getCanonicalDecl();
2174 MD = MD->getCanonicalDecl();
2271 GD = GD.getCanonicalDecl();
2552 assert(MD == MD->getCanonicalDecl());
2926 Groups[J->second].push_back(MD->getCanonicalDecl());
3524 Overriders.getOverrider(MD->getCanonicalDecl(), BaseOffset);
3785 GD = GD.getCanonicalDecl();
H A DASTContext.cpp399 const Decl *CanonicalD = D->getCanonicalDecl();
452 const Decl *const CanonicalDecl = OriginalD.getCanonicalDecl();
525 ParsedComments[D->getCanonicalDecl()] = FC;
557 const Decl *Canonical = D->getCanonicalDecl();
1092 MergedDefModules[cast<NamedDecl>(ND->getCanonicalDecl())].push_back(M);
1096 auto It = MergedDefModules.find(cast<NamedDecl>(ND->getCanonicalDecl()));
1111 MergedDefModules.find(cast<NamedDecl>(Def->getCanonicalDecl()));
1600 OverriddenMethods.find(Method->getCanonicalDecl());
2504 const_cast<ObjCProtocolDecl *>(OP->getCanonicalDecl())).second)
4911 if (Protocols[0]->getCanonicalDecl() !
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp473 if (From->getInterfaceDecl()->getCanonicalDecl() ==
474 To->getInterfaceDecl()->getCanonicalDecl()) {

Completed in 527 milliseconds

12345