Searched refs:getDeclName (Results 1 - 25 of 68) sorted by relevance

123

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp100 << property->getDeclName()
125 DeclContext::lookup_result R = Proto->lookup(Prop->getDeclName());
205 DeclContext::lookup_result R = Super->lookup(Res->getDeclName());
453 PIDecl->getDeclName().getAsIdentifierInfo())) {
506 << CCPrimary->getDeclName();
683 << property->getDeclName()
684 << ivar->getDeclName()
690 << property->getDeclName()
691 << ivar->getDeclName();
696 << property->getDeclName()
[all...]
H A DSemaTemplateInstantiateDecl.cpp249 D->getLocation(), D->getDeclName());
344 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName());
357 D->getDeclName(), InstParams, AliasInst);
389 D->getDeclName());
445 D->getLocation(), D->getDeclName());
481 FieldDecl *Field = SemaRef.CheckFieldDecl(D->getDeclName(),
504 if (!Field->getDeclName()) {
531 D->getLocation(), D->getDeclName());
551 SemaRef.Context, Owner, D->getLocation(), D->getDeclName(), DI->getType(),
827 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName());
[all...]
H A DIdentifierResolver.cpp140 DeclarationName Name = D->getDeclName();
165 DeclarationName Name = D->getDeclName();
206 DeclarationName Name = D->getDeclName();
405 void *InfoPtr = D->getDeclName().getFETokenInfo<void>();
H A DSema.cpp785 << DiagD->getDeclName();
792 << DiagD->getDeclName();
795 << /*function*/0 << DiagD->getDeclName();
801 << DiagD->getDeclName();
809 << /*variable*/1 << DiagD->getDeclName();
812 << DiagD->getDeclName();
815 << DiagD->getDeclName();
835 << D->getDeclName();
H A DSemaDecl.cpp1166 IdentifierResolver::iterator I = IdResolver.begin(D->getDeclName()),
1184 for (I = IdResolver.begin(D->getDeclName()); I != IEnd; ++I) {
1478 Diag(D->getLocation(), DiagID) << D->getDeclName() << Hint;
1486 S.Diag(L->getLocation(), diag::err_undeclared_label_use) <<L->getDeclName();
1502 if (!D->getDeclName()) continue;
1819 << New->getDeclName();
1880 << New->getDeclName();
1899 << New->getDeclName();
2140 S.Diag(VD->getLocation(), Diag) << VD->getDeclName();
2429 << New->getDeclName();
[all...]
H A DAnalysisBasedWarnings.cpp615 << VD->getDeclName()
635 S.Diag(Loc, diag::note_var_fixit_add_initialization) << VD->getDeclName()
676 << VD->getDeclName() << IsCapturedByBlock
683 << VD->getDeclName() << IsCapturedByBlock
819 << VD->getDeclName() << IsCapturedByBlock << DiagKind
832 << VD->getDeclName() << IsCapturedByBlock
866 << VD->getDeclName() << VD->getLocation() << DRE->getSourceRange();
877 << VD->getDeclName();
887 << VD->getDeclName();
H A DSemaExprMember.cpp799 << indirectField->getDeclName();
822 DeclarationNameInfo memberNameInfo(field->getDeclName(), loc);
840 DeclarationNameInfo memberNameInfo(field->getDeclName(), loc);
1291 << IDecl->getDeclName() << MemberName);
1308 << IDecl->getDeclName() << MemberName
1349 << IV->getDeclName();
1353 << IV->getDeclName();
1377 S.Diag(MemberLoc, diag::warn_direct_ivar_access) << IV->getDeclName();
H A DSemaDeclObjC.cpp264 << ND->getDeclName();
500 << PrevIDecl->getDeclName();
581 SuperClassDecl->getDeclName(),
850 << Method->getDeclName();
1072 << SDecl->getDeclName();
1364 << MethodImpl->getDeclName()
1403 << MethodImpl->getDeclName() << MethodDecl->getReturnType()
1429 << MethodImpl->getDeclName();
1433 << MethodImpl->getDeclName();
1474 << MethodImpl->getDeclName() << IfaceT
[all...]
H A DSemaAccess.cpp257 if (From->getDeclName() != To->getDeclName())
358 if (Context->getDeclName() != Friend->getDeclName())
473 if (CTD->getDeclName() != Friend->getDeclName())
1268 << (D ? D->getDeclName() : DeclarationName())
H A DSemaDeclCXX.cpp96 << Param->getDeclName() << DefaultArg->getSourceRange();
104 << VDecl->getDeclName() << DefaultArg->getSourceRange();
539 << New->getDeclName()
1452 << CXXBaseDecl->getDeclName();
1461 << CXXBaseDecl->getDeclName()
1464 << CXXBaseDecl->getDeclName() << FA->getRange();
1888 << MD->getDeclName();
1901 << New->getDeclName()
2187 if (!FD->isImplicit() && FD->getDeclName() &&
3201 LookupResult MemberLookup(SemaRef, Field->getDeclName(), Lo
[all...]
H A DSemaExceptionSpec.cpp158 Decl->getDeclName().getCXXOverloadedOperator() != OO_Delete &&
159 Decl->getDeclName().getCXXOverloadedOperator() != OO_Array_Delete)
176 OverloadedOperatorKind OO = New->getDeclName().getCXXOverloadedOperator();
H A DSemaTemplate.cpp458 << cast<NamedDecl>(PrevDecl)->getDeclName();
1977 << Template->getDeclName();
1986 << 0 << (*I)->getDeclName();
2055 AliasTemplate->getDeclName());
2426 << FnTemplate->getDeclName();
2458 Templated->getTypeSpecStartLoc(), Templated->getDeclName());
2477 << VarTemplate->getDeclName();
2559 if (Param->getDeclName())
2561 << Param->getDeclName();
3166 Param->getDefaultArgumentLoc(), Param->getDeclName());
[all...]
H A DSemaExpr.cpp80 S.Diag(Loc, diag::warn_used_but_marked_unused) << D->getDeclName();
291 << D->getDeclName();
389 Diag(Loc, diag::warn_not_enough_argument) << D->getDeclName();
498 DeclarationName MemberName = IV->getDeclName();
1625 DeclarationNameInfo NameInfo(D->getDeclName(), Loc);
2326 << IV->getDeclName());
2341 Diag(Loc, diag::error_private_ivar_access) << IV->getDeclName();
2365 Diag(Loc, diag::warn_direct_ivar_access) << IV->getDeclName();
2391 Diag(Loc, diag::warn_ivar_use_hidden) << IV->getDeclName();
2399 << IV->getDeclName());
[all...]
H A DSemaTemplateInstantiate.cpp1114 NTTP->getDeclName());
1169 TemplateArgs, loc, parm->getDeclName());
1172 loc, parm->getDeclName());
1211 DeclarationNameInfo NameInfo(PD->getDeclName(), Loc);
1608 OldParm->getLocation(), OldParm->getDeclName());
1630 OldParm->getDeclName());
H A DCodeCompleteConsumer.cpp583 DeclarationName Name = R.Declaration->getDeclName();
H A DSemaStmt.cpp418 Diag(IdentLoc, diag::err_redefinition_of_label) << TheDecl->getDeclName();
1107 UnhandledNames.push_back(EI->second->getDeclName());
1443 PDiag << (*I)->getDeclName();
1769 << D->getDeclName();
2851 << FD->getDeclName();
2900 << CurDecl->getDeclName() << FunctionKind
2929 << CurDecl->getDeclName() << isa<CXXDestructorDecl>(CurDecl)
2946 << CurDecl->getDeclName() << FunctionKind
2968 Diag(ReturnLoc, DiagID) << getCurMethodDecl()->getDeclName() << 1/*meth*/;
/external/clang/lib/AST/
H A DASTImporter.cpp868 << Field2->getDeclName() << Field2->getType();
870 << Field1->getDeclName() << Field1->getType();
881 << Field1->getDeclName() << Field1->getType()
884 << Field2->getDeclName();
887 << Field2->getDeclName() << Field2->getType()
890 << Field1->getDeclName();
906 << Field2->getDeclName() << Field2->getType() << Bits2;
908 << Field1->getDeclName() << Field1->getType() << Bits1;
955 << D1->getDeclName() << (unsigned)D1->getTagKind();
1081 << Field1->getDeclName() << Field
[all...]
H A DDecl.cpp1409 if (getDeclName())
1425 assert(getDeclName() == OldD->getDeclName() && "Declaration name mismatch");
1640 if (!getDeclName() || typeIsPostfix(TInfo->getType()))
2376 assert(getDeclName().getNameKind() == DeclarationName::CXXOperatorName);
2377 assert(getDeclName().getCXXOverloadedOperator() == OO_New ||
2378 getDeclName().getCXXOverloadedOperator() == OO_Delete ||
2379 getDeclName().getCXXOverloadedOperator() == OO_Array_New ||
2380 getDeclName().getCXXOverloadedOperator() == OO_Array_Delete);
2399 if (getDeclName()
[all...]
H A DDeclBase.cpp1150 if (!ND->getDeclName()) return;
1155 StoredDeclsMap::iterator Pos = Map->find(ND->getDeclName());
1208 if (!D->getDeclName())
1412 if (ND->getDeclName() == Name)
1520 Map->find(D->getDeclName()) == Map->end())
1521 Source->FindExternalVisibleDeclsByName(this, D->getDeclName());
1524 StoredDeclsList &DeclNameEntries = (*Map)[D->getDeclName()];
H A DDeclCXX.cpp924 if (Shadow->getDeclName().getNameKind()
1354 OverloadedOperatorKind OOK = getDeclName().getCXXOverloadedOperator();
1389 lookup_const_result Candidates = RD->lookup(getDeclName());
1462 DeclContext::lookup_const_result R = getDeclContext()->lookup(getDeclName());
H A DNSAPI.cpp393 if (TDT->getDecl()->getDeclName().getAsIdentifierInfo() == II)
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp205 Writer.AddDeclarationName(D->getDeclName(), Record);
234 D->getDeclName().getNameKind() == DeclarationName::Identifier)
296 D->getDeclName().getNameKind() == DeclarationName::Identifier)
320 D->getDeclName().getNameKind() == DeclarationName::Identifier)
353 Writer.AddDeclarationNameLoc(D->DNLoc, D->getDeclName(), Record);
561 D->getDeclName())
673 if (!D->getDeclName())
688 D->getDeclName())
756 D->getDeclName().getNameKind() == DeclarationName::Identifier &&
945 Writer.AddDeclarationNameLoc(D->DNLoc, D->getDeclName(), Recor
[all...]
H A DASTReaderDecl.cpp574 ReadDeclarationNameLoc(FD->DNLoc, FD->getDeclName(), Record, Idx);
959 if (!FD->getDeclName()) {
1165 ReadDeclarationNameLoc(D->DNLoc, D->getDeclName(), Record, Idx);
1196 ReadDeclarationNameLoc(D->DNLoc, D->getDeclName(), Record, Idx);
2274 assert(X->getDeclName() == Y->getDeclName() && "Declaration name mismatch!");
2392 Reader.SemaObj->IdResolver.tryAddTopLevelDecl(New, New->getDeclName());
2401 DeclarationName Name = D->getDeclName();
3048 if (Cat->getDeclName()) {
3049 ObjCCategoryDecl *&Existing = NameCategoryMap[Cat->getDeclName()];
[all...]
/external/clang/include/clang/Sema/
H A DTypoCorrection.h54 : CorrectionName(Name->getDeclName()), CorrectionNameSpec(NNS),
/external/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp414 const std::string &declName = ND->getDeclName().getAsString();

Completed in 1212 milliseconds

123