Home
last modified time | relevance | path

Searched refs:getUnderlyingDecl (Results 1 – 19 of 19) sorted by relevance

/trueos/contrib/llvm/tools/clang/include/clang/Sema/
HDLookup.h456 return (*begin())->getUnderlyingDecl(); in getFoundDecl()
650 if (isa<UnresolvedUsingValueDecl>((*I)->getUnderlyingDecl())) in sanityCheckUnresolved()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaLookup.cpp325 isa<FunctionTemplateDecl>((*begin())->getUnderlyingDecl()))); in sanityImpl()
368 NamedDecl *D = (*Decls.begin())->getUnderlyingDecl(); in resolveKind()
390 NamedDecl *D = Decls[I]->getUnderlyingDecl(); in resolveKind()
1560 Decl *D = (*First)->getUnderlyingDecl(); in HasOnlyStaticMembers()
1568 D = (*First)->getUnderlyingDecl(); in HasOnlyStaticMembers()
1747 if ((*FirstD)->getUnderlyingDecl()->getCanonicalDecl() != in LookupQualifiedName()
1748 (*CurrentD)->getUnderlyingDecl()->getCanonicalDecl()) in LookupQualifiedName()
2321 NamedDecl *Fn = (*I)->getUnderlyingDecl(); in FindAssociatedClassesAndNamespaces()
2415 NamedDecl *Found = (*Op)->getUnderlyingDecl(); in LookupOverloadedOperatorName()
3038 ND = ND->getUnderlyingDecl(); in checkHidden()
[all …]
HDSemaExprCXX.cpp967 NamedDecl *del = filter.next()->getUnderlyingDecl(); in doesUsualArrayDeleteWantSize()
1726 = dyn_cast<FunctionTemplateDecl>((*D)->getUnderlyingDecl())) { in FindAllocationFunctions()
1733 Fn = cast<FunctionDecl>((*D)->getUnderlyingDecl()); in FindAllocationFunctions()
1745 if (FunctionDecl *Fn = dyn_cast<FunctionDecl>((*D)->getUnderlyingDecl())) in FindAllocationFunctions()
1826 NamedDecl *D = (*Alloc)->getUnderlyingDecl(); in FindAllocationOverload()
2151 NamedDecl *ND = (*F)->getUnderlyingDecl(); in FindDeallocationFunction()
2164 Operator = cast<CXXMethodDecl>(Matches[0]->getUnderlyingDecl()); in FindDeallocationFunction()
2188 Diag((*F)->getUnderlyingDecl()->getLocation(), in FindDeallocationFunction()
2203 Diag((*F)->getUnderlyingDecl()->getLocation(), in FindDeallocationFunction()
HDSema.cpp1212 = dyn_cast<FunctionDecl>((*it)->getUnderlyingDecl())) { in tryExprAsCall()
1296 NamedDecl *Fn = (*It)->getUnderlyingDecl(); in noteOverloads()
HDSemaTemplate.cpp50 NamedDecl *D = Orig->getUnderlyingDecl(); in isAcceptableTemplateName()
193 TemplateDecl *TD = cast<TemplateDecl>((*R.begin())->getUnderlyingDecl()); in isTemplateName()
911 PrevDecl = (*Previous.begin())->getUnderlyingDecl(); in CheckClassTemplate()
968 PrevDecl = (*Previous.begin())->getUnderlyingDecl(); in CheckClassTemplate()
6446 NamedDecl *D = F.next()->getUnderlyingDecl(); in CheckDependentFunctionTemplateSpecialization()
6491 NamedDecl *Ovl = (*I)->getUnderlyingDecl(); in CheckFunctionTemplateSpecialization()
6657 NamedDecl *D = (*I)->getUnderlyingDecl(); in CheckMemberSpecialization()
HDSemaOverload.cpp5123 cast<CXXConversionDecl>(ViableConversions[I]->getUnderlyingDecl()); in diagnoseAmbiguousConversion()
5138 cast<CXXConversionDecl>(Found->getUnderlyingDecl()); in diagnoseNoViableConversion()
5176 cast<CXXConversionDecl>(Found->getUnderlyingDecl()); in recordConversion()
5321 NamedDecl *D = (*I)->getUnderlyingDecl(); in PerformContextualImplicitConversion()
5588 NamedDecl *D = F.getDecl()->getUnderlyingDecl(); in AddFunctionCandidates()
8263 dyn_cast<FunctionTemplateDecl>((*I)->getUnderlyingDecl()) ) { in NoteAllOverloadCandidates()
8266 = dyn_cast<FunctionDecl>((*I)->getUnderlyingDecl()) ) { in NoteAllOverloadCandidates()
9565 NamedDecl *Fn = (*I)->getUnderlyingDecl(); in FindAllFunctionsThatMatchTargetTypeExactly()
9650 dyn_cast<FunctionDecl>((*I)->getUnderlyingDecl())) in ComplainNoMatchesFound()
9800 = cast<FunctionTemplateDecl>((*I)->getUnderlyingDecl()); in ResolveSingleFunctionTemplateSpecialization()
[all …]
HDSemaCodeComplete.cpp487 ND = ND->getUnderlyingDecl(); in isInterestingDecl()
655 ND = cast<NamedDecl>(ND->getUnderlyingDecl()); in getDeclUsageType()
1041 ND = cast<NamedDecl>(ND->getUnderlyingDecl()); in IsOrdinaryName()
1059 ND = cast<NamedDecl>(ND->getUnderlyingDecl()); in IsOrdinaryNonTypeName()
1078 if (const ValueDecl *VD = dyn_cast<ValueDecl>(ND->getUnderlyingDecl())) in IsIntegralConstantValue()
1088 ND = cast<NamedDecl>(ND->getUnderlyingDecl()); in IsOrdinaryNonValueName()
HDSemaTemplateDeduction.cpp165 X = NX->getUnderlyingDecl(); in isSameDeclaration()
167 Y = NY->getUnderlyingDecl(); in isSameDeclaration()
3041 NamedDecl *D = (*I)->getUnderlyingDecl(); in ResolveOverloadForDeduction()
HDSemaAccess.cpp1308 const NamedDecl *OrigDecl = Entity.getTargetDecl()->getUnderlyingDecl(); in IsMicrosoftUsingDeclarationAccessBug()
HDSemaPseudoObject.cpp1026 = dyn_cast<CXXConversionDecl>((*I)->getUnderlyingDecl())) { in CheckSubscriptingKind()
HDSemaDecl.cpp655 = FirstDecl? FirstDecl->getUnderlyingDecl() : 0; in ClassifyName()
782 = cast<TemplateDecl>((*Result.begin())->getUnderlyingDecl()); in ClassifyName()
808 NamedDecl *FirstDecl = (*Result.begin())->getUnderlyingDecl(); in ClassifyName()
3433 NamedDecl *PrevDecl = R.getRepresentativeDecl()->getUnderlyingDecl(); in CheckAnonMemberRedeclaration()
5102 PrevDecl = (*Previous.begin())->getUnderlyingDecl(); in ActOnVariableDeclarator()
10637 NamedDecl *PrevDecl = (*Previous.begin())->getUnderlyingDecl(); in ActOnTag()
HDSemaDeclCXX.cpp7120 NamedDecl *D = (*I)->getUnderlyingDecl(); in CheckUsingShadowDecl()
7448 Diag((*I)->getUnderlyingDecl()->getLocation(), in BuildUsingDeclaration()
HDSemaChecking.cpp2898 NamedDecl *decl = (*I)->getUnderlyingDecl(); in CXXRecordMembersNamed()
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDDecl.h264 NamedDecl *getUnderlyingDecl() { in getUnderlyingDecl() function
272 const NamedDecl *getUnderlyingDecl() const { in getUnderlyingDecl() function
273 return const_cast<NamedDecl*>(this)->getUnderlyingDecl(); in getUnderlyingDecl()
/trueos/contrib/llvm/tools/clang/lib/Frontend/
HDASTUnit.cpp286 ND = dyn_cast<NamedDecl>(ND->getUnderlyingDecl()); in getDeclShowContexts()
2262 = Results[I].Declaration->getUnderlyingDecl()->getIdentifierNamespace(); in CalculateHiddenNames()
/trueos/contrib/llvm/tools/clang/lib/AST/
HDExprCXX.cpp1295 decl = cast<UsingShadowDecl>(decl)->getUnderlyingDecl(); in hasOnlyNonStaticMemberFunctions()
HDDecl.cpp2924 TsArray[I] = cast<FunctionTemplateDecl>(Ts[I]->getUnderlyingDecl()); in DependentFunctionTemplateSpecializationInfo()
HDASTContext.cpp6211 isa<FunctionTemplateDecl>(D->getUnderlyingDecl()))); in getOverloadedTemplateName()
/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCGDebugInfo.cpp3217 getDeclarationOrDefinition(USD.getUnderlyingDecl())) in EmitUsingDecl()