Lines Matching refs:getDeclName

947                            D->getLocation(), D->getDeclName());  in InstantiateTypedefNameDecl()
1049 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName()); in VisitTypeAliasTemplateDecl()
1062 D->getDeclName(), InstParams, AliasInst); in VisitTypeAliasTemplateDecl()
1113 D->getDeclName(), /*AllowDeducedTST*/true); in VisitVarDecl()
1203 D->getLocation(), D->getDeclName()); in VisitFieldDecl()
1239 FieldDecl *Field = SemaRef.CheckFieldDecl(D->getDeclName(), in VisitFieldDecl()
1262 if (!Field->getDeclName()) { in VisitFieldDecl()
1289 D->getLocation(), D->getDeclName()); in VisitMSPropertyDecl()
1309 SemaRef.Context, Owner, D->getLocation(), D->getDeclName(), DI->getType(), in VisitMSPropertyDecl()
1596 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName()); in VisitClassTemplateDecl()
1623 LookupResult R(SemaRef, Pattern->getDeclName(), Pattern->getLocation(), in VisitClassTemplateDecl()
1636 << D->getTemplatedDecl()->getTagKind() << Pattern->getDeclName() << DC in VisitClassTemplateDecl()
1737 = Owner->lookup(ClassTemplate->getDeclName()); in VisitClassTemplatePartialSpecializationDecl()
1769 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName()); in VisitVarTemplateDecl()
1821 DeclContext::lookup_result Found = Owner->lookup(VarTemplate->getDeclName()); in VisitVarTemplatePartialSpecializationDecl()
2172 Function->getDeclName(), in VisitFunctionDecl()
2213 SemaRef, Function->getDeclName(), SourceLocation(), in VisitFunctionDecl()
2560 Method->getDeclName(), in VisitCXXMethodDecl()
2852 D->getDefaultArgumentLoc(), D->getDeclName()); in VisitTemplateTypeParmDecl()
2883 D->getLocation(), D->getDeclName()); in VisitNonTypeTemplateParmDecl()
2928 D->getDeclName()); in VisitNonTypeTemplateParmDecl()
2953 D->getDeclName()); in VisitNonTypeTemplateParmDecl()
2968 D->getLocation(), D->getDeclName()); in VisitNonTypeTemplateParmDecl()
3196 SemaRef.Context, Owner, EmptyD->getLocation(), EmptyD->getDeclName()); in VisitBaseUsingDecls()
3304 D->getLocation(), D->getDeclName()); in VisitUsingEnumDecl()
3564 /*S=*/nullptr, Owner, D->getDeclName(), ReductionTypes, D->getAccess(), in VisitOMPDeclareReductionDecl()
3697 /*S=*/nullptr, Owner, D->getDeclName(), SubstMapperTy, D->getLocation(), in VisitOMPDeclareMapperDecl()
3921 D->getTypeSpecStartLoc(), D->getDeclName()); in VisitVarTemplateSpecializationDecl()
4340 PartialSpec->getTypeSpecStartLoc(), PartialSpec->getDeclName()); in InstantiateVarTemplatePartialSpecialization()
4394 OldTInfo, TemplateArgs, D->getTypeSpecStartLoc(), D->getDeclName(), in SubstFunctionType()
4493 FunctionParam->setDeclName(PatternParam->getDeclName()); in addInstantiatedParametersToScope()
4503 FunctionParam->getDeclName()); in addInstantiatedParametersToScope()
4523 FunctionParam->setDeclName(PatternParam->getDeclName()); in addInstantiatedParametersToScope()
4528 FunctionParam->getDeclName()); in addInstantiatedParametersToScope()
5170 PatternDecl->getTypeSpecStartLoc(), PatternDecl->getDeclName()); in CompleteVarTemplateSpecializationDecl()
5240 *this, NewVar->getDeclName(), NewVar->getLocation(), in BuildVariableInstantiation()
5676 New->getDeclName()); in InstantiateMemInitializers()
5711 New->getDeclName()); in InstantiateMemInitializers()
5943 if (!Field->getDeclName()) { in isInstantiationOf()
5956 return D->getDeclName() && in isInstantiationOf()
5957 D->getDeclName() == cast<NamedDecl>(Other)->getDeclName(); in isInstantiationOf()
6245 if (auto Name = D->getDeclName()) { in FindInstantiatedDecl()
6284 << D->getDeclName() in FindInstantiatedDecl()
6297 << D->getDeclName() in FindInstantiatedDecl()