HomeSort by relevance Sort by last modified time
    Searched refs:getDeclName (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/clang/lib/Sema/
IdentifierResolver.cpp 152 DeclarationName Name = D->getDeclName();
177 DeclarationName Name = D->getDeclName();
218 DeclarationName Name = D->getDeclName();
236 assert(Old->getDeclName() == New->getDeclName() &&
239 DeclarationName Name = Old->getDeclName();
435 void *InfoPtr = D->getDeclName().getFETokenInfo<void>();
SemaObjCProperty.cpp 98 << property->getDeclName()
321 PIDecl->getDeclName().getAsIdentifierInfo())) {
362 << CCPrimary->getDeclName();
513 << property->getDeclName()
514 << ivar->getDeclName()
520 << property->getDeclName()
521 << ivar->getDeclName();
526 << property->getDeclName()
527 << ivar->getDeclName()
607 Diag(PropertyLoc, diag::error_bad_property_decl) << IDecl->getDeclName();
    [all...]
SemaTemplateInstantiateDecl.cpp 149 D->getLocation(), D->getDeclName());
228 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName());
241 D->getDeclName(), InstParams, AliasInst);
267 D->getDeclName());
309 LookupResult Previous(SemaRef, Var->getDeclName(), Var->getLocation(),
390 D->getLocation(), D->getDeclName());
426 FieldDecl *Field = SemaRef.CheckFieldDecl(D->getDeclName(),
446 if (!Field->getDeclName()) {
729 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName());
756 LookupResult R(SemaRef, Pattern->getDeclName(), Pattern->getLocation()
    [all...]
AnalysisBasedWarnings.cpp 431 S.Diag(VD->getLocation(), diag::note_block_var_fixit_add_initialization) << VD->getDeclName()
446 S.Diag(Loc, diag::note_var_fixit_add_initialization) << VD->getDeclName()
488 << VD->getDeclName() << VD->getLocation() << DRE->getSourceRange();
491 << VD->getDeclName() << DRE->getSourceRange();
495 << VD->getDeclName() << DRE->getSourceRange();
502 << VD->getDeclName();
507 << VD->getDeclName();
515 << VD->getDeclName();
    [all...]
SemaDecl.cpp     [all...]
SemaDeclObjC.cpp 247 << ND->getDeclName();
402 << PrevIDecl->getDeclName();
431 << SuperName << ClassName << PrevDecl->getDeclName();
433 << PrevDecl->getDeclName();
479 << SuperClassDecl->getDeclName()
665 << PDecl->getDeclName();
709 << Method->getDeclName();
    [all...]
SemaDeclCXX.cpp 92 << Param->getDeclName() << DefaultArg->getSourceRange();
100 << VDecl->getDeclName() << DefaultArg->getSourceRange();
493 << New->getDeclName()
    [all...]
SemaExprMember.cpp 629 << ND->getDeclName();
754 << indirectField->getDeclName();
780 DeclarationNameInfo memberNameInfo(field->getDeclName(), loc);
797 DeclarationNameInfo memberNameInfo(field->getDeclName(), loc);
    [all...]
Sema.cpp 599 << DiagD->getDeclName();
602 << /*function*/0 << DiagD->getDeclName();
607 << DiagD->getDeclName();
615 << /*variable*/1 << DiagD->getDeclName();
618 << DiagD->getDeclName();
    [all...]
SemaAccess.cpp 240 if (From->getDeclName() != To->getDeclName())
344 if (Context->getDeclName() != Friend->getDeclName())
461 if (CTD->getDeclName() != Friend->getDeclName())
    [all...]
SemaExpr.cpp 95 S.Diag(Loc, diag::err_unavailable) << D->getDeclName();
98 << D->getDeclName();
102 << D->getDeclName() << Message;
168 << D->getDeclName();
184 Diag(Loc, diag::warn_used_but_marked_unused) << D->getDeclName();
265 Diag(Loc, diag::warn_not_enough_argument) << D->getDeclName();
    [all...]
SemaTemplate.cpp 462 << cast<NamedDecl>(PrevDecl)->getDeclName();
    [all...]
SemaStmt.cpp 350 Diag(IdentLoc, diag::err_redefinition_of_label) << TheDecl->getDeclName();
    [all...]
CodeCompleteConsumer.cpp 611 DeclarationName Name = R.Declaration->getDeclName();
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
Decl.cpp 418 if (!Tag->getDeclName() && !Tag->getTypedefNameForAnonDecl())
481 (D->getDeclName() || cast<TagDecl>(D)->getTypedefNameForAnonDecl()))))
    [all...]
DeclBase.cpp 1033 if (!ND->getDeclName()) return;
1038 StoredDeclsMap::iterator Pos = Map->find(ND->getDeclName());
1091 if (!D->getDeclName())
    [all...]
MicrosoftMangle.cpp 49 mangleUnqualifiedName(ND, ND->getDeclName());
135 !FD->getDeclName().isIdentifier()))
320 assert(D->getDeclName().getAsIdentifierInfo() &&
322 mangleSourceName(D->getDeclName().getAsIdentifierInfo());
    [all...]
ItaniumMangle.cpp 297 mangleUnqualifiedName(ND, ND->getDeclName(), UnknownArity);
391 !FD->getDeclName().isIdentifier()))
    [all...]
DeclPrinter.cpp     [all...]
  /external/clang/include/clang/Sema/
TypoCorrection.h 52 : CorrectionName(Name->getDeclName()), CorrectionNameSpec(NNS),
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 170 Writer.AddDeclarationName(D->getDeclName(), Record);
196 D->getDeclName().getNameKind() == DeclarationName::Identifier)
254 D->getDeclName().getNameKind() == DeclarationName::Identifier)
277 D->getDeclName().getNameKind() == DeclarationName::Identifier)
310 Writer.AddDeclarationNameLoc(D->DNLoc, D->getDeclName(), Record);
518 D->getDeclName())
633 if (!D->getDeclName())
648 D->getDeclName())
700 D->getDeclName().getNameKind() == DeclarationName::Identifier &&
    [all...]
ASTReaderDecl.cpp 500 ReadDeclarationNameLoc(FD->DNLoc, FD->getDeclName(), Record, Idx);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 473 const std::string &declName = ND->getDeclName().getAsString();
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 433 if (!Packed && !D->getDeclName())
546 if (field->getDeclName() && !checkedFirstFieldZeroInit) {
    [all...]

Completed in 309 milliseconds

1 2 3