Searched refs:getCanonicalDecl (Results 51 - 75 of 102) sorted by relevance

12345

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp444 const Decl *CanonD = getCanonicalDecl();
455 return getMostRecentDecl()->getCanonicalDecl()->Used;
1477 D != D->getCanonicalDecl())
H A DStmt.cpp1330 if (I.getCapturedVar()->getCanonicalDecl() == Var->getCanonicalDecl())
H A DExprConstant.cpp1702 if (Expected->getCanonicalDecl() != Class->getCanonicalDecl()) {
1746 if (LHS.getDecl()->getCanonicalDecl() != RHS.getDecl()->getCanonicalDecl())
1984 if (!BDecl || ADecl->getCanonicalDecl() != BDecl->getCanonicalDecl())
3137 Base = Base->getCanonicalDecl();
3141 if (I->getType()->getAsCXXRecordDecl()->getCanonicalDecl() == Base)
3555 UnionField->getCanonicalDecl() != Field->getCanonicalDecl()) {
[all...]
H A DDeclObjC.cpp567 if (!HasCompleteDef && getCanonicalDecl()->hasDefinition() &&
568 getCanonicalDecl()->getDefinition() == getDefinition())
958 ObjCMethodDecl *ObjCMethodDecl::getCanonicalDecl() { function in class:ObjCMethodDecl
H A DASTStructuralEquivalence.cpp1637 D1 = D1->getCanonicalDecl();
1638 D2 = D2->getCanonicalDecl();
H A DODRHash.cpp632 D = D->getCanonicalDecl();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp203 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()
[all...]
H A DSemaCodeComplete.cpp349 void Ignore(const Decl *D) { AllDeclsFound.insert(D->getCanonicalDecl()); }
1075 const Decl *CanonDecl = R.Declaration->getCanonicalDecl();
1097 if (ND->getCanonicalDecl() == CanonDecl) {
1260 if (!AllDeclsFound.insert(R.Declaration->getCanonicalDecl()).second)
1639 if (NamingClass->getCanonicalDecl() != Cls->getCanonicalDecl() &&
3005 Template = cast<TemplateDecl>(Template->getCanonicalDecl());
4030 if (Overridden->getCanonicalDecl() == Method->getCanonicalDecl())
6200 if (!InitializedFields.insert(cast<FieldDecl>(Field->getCanonicalDecl()))
[all...]
H A DSemaTemplate.cpp595 getAsTemplateNameDecl(Found.getFoundDecl())->getCanonicalDecl() !=
596 OuterTemplate->getCanonicalDecl()) {
2369 D = cast<NamedDecl>(D->getCanonicalDecl());
6546 TemplateArgument(cast<ValueDecl>(Entity->getCanonicalDecl()), ParamType);
6607 VD = cast<ValueDecl>(VD->getCanonicalDecl());
6666 ValueDecl *D = cast<ValueDecl>(DRE->getDecl()->getCanonicalDecl());
8968 !Specialization->getCanonicalDecl()->isReferenced()) {
8971 Specialization->getCanonicalDecl() == Specialization &&
9153 assert(InstantiationFunction->getCanonicalDecl() ==
9203 NamedDecl *Instantiation = cast<NamedDecl>(Member->getCanonicalDecl());
[all...]
H A DAnalysisBasedWarnings.cpp194 CE->getCalleeDecl()->getCanonicalDecl() != FD)
255 FD = FD->getCanonicalDecl();
H A DSemaTemplateInstantiate.cpp259 .insert(std::make_pair(Inst.Entity->getCanonicalDecl(), Inst.Kind))
3202 ClassTemplateSpec->getCanonicalDecl());
3563 return FD->getCanonicalDecl()->getParamDecl(i);
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp471 : Callee->getCanonicalDecl());
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h815 Decls.erase(cast<NamedDecl>(D->getCanonicalDecl()));
H A DOverload.h1067 uintptr_t Key = reinterpret_cast<uintptr_t>(F->getCanonicalDecl());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp552 if (auto VD = dyn_cast<VarDecl>(D->getDecl()->getCanonicalDecl()))
H A DBodyFarm.cpp824 D = D->getCanonicalDecl();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp249 Template = Template->getCanonicalDecl();
635 Record.AddDeclRef(FTSInfo->getTemplate()->getCanonicalDecl());
1545 Record.AddDeclRef(D->getSpecializedTemplate()->getCanonicalDecl());
1612 Record.AddDeclRef(D->getSpecializedTemplate()->getCanonicalDecl());
1770 const Decl *Canon = D->getCanonicalDecl();
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1651 VD->getCanonicalDecl()->getBeginLoc(),
1865 SourceLocation Loc = VD->getCanonicalDecl()->getBeginLoc();
3773 Pair.second.Original->getCanonicalDecl()) > 0 ||
5717 D = D->getCanonicalDecl();
5721 << D->getCanonicalDecl()->getBeginLoc().getRawEncoding();
7898 D ? cast<ValueDecl>(D->getCanonicalDecl()) : nullptr;
7940 VD = cast<ValueDecl>(VD->getCanonicalDecl());
8015 VD = cast<ValueDecl>(VD->getCanonicalDecl());
8183 D ? cast<ValueDecl>(D->getCanonicalDecl()) : nullptr;
8339 : Cap->getCapturedVar()->getCanonicalDecl();
[all...]
H A DCodeGenModule.cpp1101 assert(OtherGD.getCanonicalDecl()
1108 const FunctionDecl *OtherFD = OtherGD.getCanonicalDecl()
1122 MangledDeclNames[OtherGD.getCanonicalDecl()] = Result.first->first();
1130 GlobalDecl CanonicalGD = GD.getCanonicalDecl();
3196 (GD.getCanonicalDecl().getDecl() !=
3197 OtherGD.getCanonicalDecl().getDecl()) &&
3497 (D->getCanonicalDecl() != OtherGD.getCanonicalDecl().getDecl()) &&
H A DCGOpenMPRuntimeNVPTX.cpp227 return cast<ValueDecl>(DE->getDecl()->getCanonicalDecl());
229 return cast<ValueDecl>(ME->getMemberDecl()->getCanonicalDecl());
329 VD = cast<ValueDecl>(VD->getCanonicalDecl());
411 cast<DeclRefExpr>(E)->getDecl()->getCanonicalDecl();
412 if (D == VD->getCanonicalDecl()) {
4839 VD = VD->getCanonicalDecl();
4852 ->getCanonicalDecl());
H A DCodeGenFunction.h377 CaptureFields[I->getCapturedVar()->getCanonicalDecl()] = *Field;
379 CaptureFields[I->getCapturedVar()->getCanonicalDecl()] = *Field;
393 return CaptureFields.lookup(VD->getCanonicalDecl());
893 LocalVD = LocalVD->getCanonicalDecl();
998 VD = VD->getCanonicalDecl();
H A DCGVTables.cpp606 cast<CXXMethodDecl>(GD.getDecl())->getCanonicalDecl();
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp714 auto FSMI = FunctionSummaryMap.find(FD->getCanonicalDecl());
851 auto Res = Map.insert({FD->getCanonicalDecl(), S});
H A DGenericTaintChecker.cpp779 D = D->getCanonicalDecl();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1245 D = D->getCanonicalDecl();
1261 D = D->getCanonicalDecl();

Completed in 396 milliseconds

12345