| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Lookup.h | 460 return (*begin())->getUnderlyingDecl(); in getFoundDecl() 648 if (isa<UnresolvedUsingValueDecl>((*I)->getUnderlyingDecl())) in sanityCheckUnresolved()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaLookup.cpp | 326 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 …]
|
| HD | SemaExprCXX.cpp | 1111 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()
|
| HD | Sema.cpp | 1308 = dyn_cast<FunctionDecl>((*it)->getUnderlyingDecl())) { in tryExprAsCall() 1392 NamedDecl *Fn = (*It)->getUnderlyingDecl(); in noteOverloads()
|
| HD | SemaOverload.cpp | 5206 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 …]
|
| HD | SemaTemplate.cpp | 51 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()
|
| HD | SemaCodeComplete.cpp | 497 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()
|
| HD | SemaTemplateDeduction.cpp | 139 X = NX->getUnderlyingDecl(); in isSameDeclaration() 141 Y = NY->getUnderlyingDecl(); in isSameDeclaration() 3035 NamedDecl *D = (*I)->getUnderlyingDecl(); in ResolveOverloadForDeduction()
|
| HD | SemaAccess.cpp | 1299 const NamedDecl *OrigDecl = Entity.getTargetDecl()->getUnderlyingDecl(); in IsMicrosoftUsingDeclarationAccessBug()
|
| HD | SemaExprMember.cpp | 207 Rep = Rep->getUnderlyingDecl(); in diagnoseInstanceReference()
|
| HD | SemaPseudoObject.cpp | 1050 dyn_cast<CXXConversionDecl>(D->getUnderlyingDecl())) { in CheckSubscriptingKind()
|
| HD | SemaDecl.cpp | 818 = 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()
|
| HD | SemaDeclCXX.cpp | 7801 NamedDecl *D = (*I)->getUnderlyingDecl(); in CheckUsingShadowDecl() 8203 Diag((*I)->getUnderlyingDecl()->getLocation(), in BuildUsingDeclaration()
|
| HD | SemaChecking.cpp | 3764 NamedDecl *decl = (*I)->getUnderlyingDecl(); in CXXRecordMembersNamed()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | Decl.h | 318 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/ |
| HD | ASTUnit.cpp | 270 ND = dyn_cast<NamedDecl>(ND->getUnderlyingDecl()); in getDeclShowContexts() 2188 = Results[I].Declaration->getUnderlyingDecl()->getIdentifierNamespace(); in CalculateHiddenNames()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | ExprCXX.cpp | 1319 if (cast<CXXMethodDecl>(decl->getUnderlyingDecl()->getAsFunction()) in hasOnlyNonStaticMemberFunctions()
|
| HD | DeclCXX.cpp | 1051 cast<CXXConversionDecl>(Conv->getUnderlyingDecl()->getAsFunction()) in GetConversionType()
|
| HD | Decl.cpp | 3141 TsArray[I] = cast<FunctionTemplateDecl>(Ts[I]->getUnderlyingDecl()); in DependentFunctionTemplateSpecializationInfo()
|
| HD | ASTContext.cpp | 6375 isa<FunctionTemplateDecl>(D->getUnderlyingDecl()))); in getOverloadedTemplateName()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseExpr.cpp | 495 NamedDecl *ND = C->getUnderlyingDecl(); in ValidateCandidate()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGDebugInfo.cpp | 3252 getDeclarationOrDefinition(USD.getUnderlyingDecl())) in EmitUsingDecl()
|