Home | History | Annotate | Download | only in Sema

Lines Matching refs:getDeclName

362                            D->getLocation(), D->getDeclName());
459 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName());
472 D->getDeclName(), InstParams, AliasInst);
505 D->getDeclName());
561 D->getLocation(), D->getDeclName());
597 FieldDecl *Field = SemaRef.CheckFieldDecl(D->getDeclName(),
620 if (!Field->getDeclName()) {
647 D->getLocation(), D->getDeclName());
667 SemaRef.Context, Owner, D->getLocation(), D->getDeclName(), DI->getType(),
958 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName());
985 LookupResult R(SemaRef, Pattern->getDeclName(), Pattern->getLocation(),
997 << D->getTemplatedDecl()->getTagKind() << Pattern->getDeclName() << DC
1120 = Owner->lookup(ClassTemplate->getDeclName());
1152 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName());
1204 DeclContext::lookup_result Found = Owner->lookup(VarTemplate->getDeclName());
1485 Function->getDeclName(),
1521 SemaRef, Function->getDeclName(), SourceLocation(),
1598 << Function->getDeclName();
1629 << Function->getDeclName();
1811 Method->getDeclName(),
1953 D->getDefaultArgumentLoc(), D->getDeclName());
1985 D->getDeclName());
2029 D->getDeclName());
2054 D->getDeclName());
2068 D->getLocation(), D->getDeclName());
2392 DeclarationNameInfo NameInfo(D->getDeclName(), D->getLocation());
2506 = Owner->lookup(ClassTemplate->getDeclName());
2686 D->getTypeSpecStartLoc(), D->getDeclName());
2996 PartialSpec->getTypeSpecStartLoc(), PartialSpec->getDeclName());
3049 D->getDeclName(),
3144 FunctionParam->setDeclName(PatternParam->getDeclName());
3154 FunctionParam->getDeclName());
3175 FunctionParam->setDeclName(PatternParam->getDeclName());
3180 FunctionParam->getDeclName());
3413 << 1 << Function->getDeclName() << Function->getDeclContext();
3594 PatternDecl->getTypeSpecStartLoc(), PatternDecl->getDeclName());
3645 *this, NewVar->getDeclName(), NewVar->getLocation(),
3894 << 2 << Var->getDeclName() << Var->getDeclContext();
3984 LookupResult R(*this, Var->getDeclName(), Var->getLocation(),
4078 New->getDeclName());
4113 New->getDeclName());
4340 if (!Field->getDeclName()) {
4353 return D->getDeclName() && isa<NamedDecl>(Other) &&
4354 D->getDeclName() == cast<NamedDecl>(Other)->getDeclName();
4590 if (D->getDeclName()) {
4591 DeclContext::lookup_result Found = ParentDC->lookup(D->getDeclName());
4621 << D->getDeclName()
4634 << D->getDeclName()