Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDLookup.h460 return (*begin())->getUnderlyingDecl(); in getFoundDecl()
648 if (isa<UnresolvedUsingValueDecl>((*I)->getUnderlyingDecl())) in sanityCheckUnresolved()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaLookup.cpp326 isa<FunctionTemplateDecl>((*begin())->getUnderlyingDecl()))); in sanity()
370 NamedDecl *D = (*Decls.begin())->getUnderlyingDecl(); in resolveKind()
392 NamedDecl *D = Decls[I]->getUnderlyingDecl(); in resolveKind()
1695 Decl *D = (*First)->getUnderlyingDecl(); in HasOnlyStaticMembers()
1703 D = (*First)->getUnderlyingDecl(); in HasOnlyStaticMembers()
1882 if ((*FirstD)->getUnderlyingDecl()->getCanonicalDecl() != in LookupQualifiedName()
1883 (*CurrentD)->getUnderlyingDecl()->getCanonicalDecl()) in LookupQualifiedName()
2501 const FunctionDecl *FDecl = D->getUnderlyingDecl()->getAsFunction(); in FindAssociatedClassesAndNamespaces()
2937 NoteOverloadCandidate((*I)->getUnderlyingDecl()->getAsFunction()); in LookupLiteralOperator()
3133 ND = ND->getUnderlyingDecl(); in checkHidden()
[all …]
HDSemaExprCXX.cpp1111 NamedDecl *del = filter.next()->getUnderlyingDecl(); in doesUsualArrayDeleteWantSize()
1859 = dyn_cast<FunctionTemplateDecl>((*D)->getUnderlyingDecl())) { in FindAllocationFunctions()
1867 Fn = cast<FunctionDecl>((*D)->getUnderlyingDecl()); in FindAllocationFunctions()
1879 if (FunctionDecl *Fn = dyn_cast<FunctionDecl>((*D)->getUnderlyingDecl())) in FindAllocationFunctions()
1974 NamedDecl *D = (*Alloc)->getUnderlyingDecl(); in FindAllocationOverload()
2279 NamedDecl *ND = (*F)->getUnderlyingDecl(); in FindDeallocationFunction()
2292 Operator = cast<CXXMethodDecl>(Matches[0]->getUnderlyingDecl()); in FindDeallocationFunction()
2316 Diag((*F)->getUnderlyingDecl()->getLocation(), in FindDeallocationFunction()
2331 Diag((*F)->getUnderlyingDecl()->getLocation(), in FindDeallocationFunction()
HDSema.cpp1308 = dyn_cast<FunctionDecl>((*it)->getUnderlyingDecl())) { in tryExprAsCall()
1392 NamedDecl *Fn = (*It)->getUnderlyingDecl(); in noteOverloads()
HDSemaOverload.cpp5206 cast<CXXConversionDecl>(ViableConversions[I]->getUnderlyingDecl()); in diagnoseAmbiguousConversion()
5221 cast<CXXConversionDecl>(Found->getUnderlyingDecl()); in diagnoseNoViableConversion()
5259 cast<CXXConversionDecl>(Found->getUnderlyingDecl()); in recordConversion()
5401 NamedDecl *D = (*I)->getUnderlyingDecl(); in PerformContextualImplicitConversion()
5894 NamedDecl *D = F.getDecl()->getUnderlyingDecl(); in AddFunctionCandidates()
8634 dyn_cast<FunctionTemplateDecl>((*I)->getUnderlyingDecl()) ) { in NoteAllOverloadCandidates()
8637 = dyn_cast<FunctionDecl>((*I)->getUnderlyingDecl()) ) { in NoteAllOverloadCandidates()
10011 NamedDecl *Fn = (*I)->getUnderlyingDecl(); in FindAllFunctionsThatMatchTargetTypeExactly()
10096 dyn_cast<FunctionDecl>((*I)->getUnderlyingDecl())) in ComplainNoMatchesFound()
10247 = cast<FunctionTemplateDecl>((*I)->getUnderlyingDecl()); in ResolveSingleFunctionTemplateSpecialization()
[all …]
HDSemaTemplate.cpp51 NamedDecl *D = Orig->getUnderlyingDecl(); in isAcceptableTemplateName()
194 TemplateDecl *TD = cast<TemplateDecl>((*R.begin())->getUnderlyingDecl()); in isTemplateName()
914 PrevDecl = (*Previous.begin())->getUnderlyingDecl(); in CheckClassTemplate()
970 PrevDecl = (*Previous.begin())->getUnderlyingDecl(); in CheckClassTemplate()
6758 NamedDecl *D = F.next()->getUnderlyingDecl(); in CheckDependentFunctionTemplateSpecialization()
6803 NamedDecl *Ovl = (*I)->getUnderlyingDecl(); in CheckFunctionTemplateSpecialization()
6969 NamedDecl *D = (*I)->getUnderlyingDecl(); in CheckMemberSpecialization()
HDSemaCodeComplete.cpp497 ND = ND->getUnderlyingDecl(); in isInterestingDecl()
654 ND = cast<NamedDecl>(ND->getUnderlyingDecl()); in getDeclUsageType()
1037 ND = cast<NamedDecl>(ND->getUnderlyingDecl()); in IsOrdinaryName()
1055 ND = cast<NamedDecl>(ND->getUnderlyingDecl()); in IsOrdinaryNonTypeName()
1074 if (const ValueDecl *VD = dyn_cast<ValueDecl>(ND->getUnderlyingDecl())) in IsIntegralConstantValue()
1084 ND = cast<NamedDecl>(ND->getUnderlyingDecl()); in IsOrdinaryNonValueName()
HDSemaTemplateDeduction.cpp139 X = NX->getUnderlyingDecl(); in isSameDeclaration()
141 Y = NY->getUnderlyingDecl(); in isSameDeclaration()
3035 NamedDecl *D = (*I)->getUnderlyingDecl(); in ResolveOverloadForDeduction()
HDSemaAccess.cpp1299 const NamedDecl *OrigDecl = Entity.getTargetDecl()->getUnderlyingDecl(); in IsMicrosoftUsingDeclarationAccessBug()
HDSemaExprMember.cpp207 Rep = Rep->getUnderlyingDecl(); in diagnoseInstanceReference()
HDSemaPseudoObject.cpp1050 dyn_cast<CXXConversionDecl>(D->getUnderlyingDecl())) { in CheckSubscriptingKind()
HDSemaDecl.cpp818 = FirstDecl? FirstDecl->getUnderlyingDecl() : nullptr; in ClassifyName()
945 = cast<TemplateDecl>((*Result.begin())->getUnderlyingDecl()); in ClassifyName()
971 NamedDecl *FirstDecl = (*Result.begin())->getUnderlyingDecl(); in ClassifyName()
1013 FirstDecl->getUnderlyingDecl()->isFunctionOrFunctionTemplate())) && in ClassifyName()
3894 NamedDecl *PrevDecl = R.getRepresentativeDecl()->getUnderlyingDecl(); in CheckAnonMemberRedeclaration()
HDSemaDeclCXX.cpp7801 NamedDecl *D = (*I)->getUnderlyingDecl(); in CheckUsingShadowDecl()
8203 Diag((*I)->getUnderlyingDecl()->getLocation(), in BuildUsingDeclaration()
HDSemaChecking.cpp3764 NamedDecl *decl = (*I)->getUnderlyingDecl(); in CXXRecordMembersNamed()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDecl.h318 NamedDecl *getUnderlyingDecl() { in getUnderlyingDecl() function
326 const NamedDecl *getUnderlyingDecl() const { in getUnderlyingDecl() function
327 return const_cast<NamedDecl*>(this)->getUnderlyingDecl(); in getUnderlyingDecl()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDASTUnit.cpp270 ND = dyn_cast<NamedDecl>(ND->getUnderlyingDecl()); in getDeclShowContexts()
2188 = Results[I].Declaration->getUnderlyingDecl()->getIdentifierNamespace(); in CalculateHiddenNames()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExprCXX.cpp1319 if (cast<CXXMethodDecl>(decl->getUnderlyingDecl()->getAsFunction()) in hasOnlyNonStaticMemberFunctions()
HDDeclCXX.cpp1051 cast<CXXConversionDecl>(Conv->getUnderlyingDecl()->getAsFunction()) in GetConversionType()
HDDecl.cpp3141 TsArray[I] = cast<FunctionTemplateDecl>(Ts[I]->getUnderlyingDecl()); in DependentFunctionTemplateSpecializationInfo()
HDASTContext.cpp6375 isa<FunctionTemplateDecl>(D->getUnderlyingDecl()))); in getOverloadedTemplateName()
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseExpr.cpp495 NamedDecl *ND = C->getUnderlyingDecl(); in ValidateCandidate()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGDebugInfo.cpp3252 getDeclarationOrDefinition(USD.getUnderlyingDecl())) in EmitUsingDecl()