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

1 2 3

  /external/clang/lib/Sema/
SemaObjCProperty.cpp 100 << 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...]
SemaTemplateInstantiateDecl.cpp 249 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...]
IdentifierResolver.cpp 140 DeclarationName Name = D->getDeclName();
165 DeclarationName Name = D->getDeclName();
206 DeclarationName Name = D->getDeclName();
405 void *InfoPtr = D->getDeclName().getFETokenInfo<void>();
Sema.cpp 785 << DiagD->getDeclName();
792 << DiagD->getDeclName();
795 << /*function*/0 << DiagD->getDeclName();
801 << DiagD->getDeclName();
809 << /*variable*/1 << DiagD->getDeclName();
812 << DiagD->getDeclName();
815 << DiagD->getDeclName();
    [all...]
SemaDecl.cpp     [all...]
AnalysisBasedWarnings.cpp 615 << 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();
    [all...]
SemaExprMember.cpp 799 << indirectField->getDeclName();
822 DeclarationNameInfo memberNameInfo(field->getDeclName(), loc);
840 DeclarationNameInfo memberNameInfo(field->getDeclName(), loc);
    [all...]
SemaDeclObjC.cpp 264 << ND->getDeclName();
500 << PrevIDecl->getDeclName();
581 SuperClassDecl->getDeclName(),
    [all...]
SemaAccess.cpp 257 if (From->getDeclName() != To->getDeclName())
358 if (Context->getDeclName() != Friend->getDeclName())
473 if (CTD->getDeclName() != Friend->getDeclName())
    [all...]
SemaDeclCXX.cpp 96 << Param->getDeclName() << DefaultArg->getSourceRange();
104 << VDecl->getDeclName() << DefaultArg->getSourceRange();
539 << New->getDeclName()
    [all...]
SemaExceptionSpec.cpp 158 Decl->getDeclName().getCXXOverloadedOperator() != OO_Delete &&
159 Decl->getDeclName().getCXXOverloadedOperator() != OO_Array_Delete)
176 OverloadedOperatorKind OO = New->getDeclName().getCXXOverloadedOperator();
    [all...]
SemaTemplate.cpp 458 << cast<NamedDecl>(PrevDecl)->getDeclName();
    [all...]
SemaExpr.cpp 80 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();
    [all...]
SemaTemplateInstantiate.cpp     [all...]
CodeCompleteConsumer.cpp 583 DeclarationName Name = R.Declaration->getDeclName();
SemaStmt.cpp 418 Diag(IdentLoc, diag::err_redefinition_of_label) << TheDecl->getDeclName();
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
Decl.cpp     [all...]
DeclBase.cpp     [all...]
DeclCXX.cpp     [all...]
NSAPI.cpp 393 if (TDT->getDecl()->getDeclName().getAsIdentifierInfo() == II)
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 205 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 &&
    [all...]
ASTReaderDecl.cpp 574 ReadDeclarationNameLoc(FD->DNLoc, FD->getDeclName(), Record, Idx);
    [all...]
  /external/clang/include/clang/Sema/
TypoCorrection.h 54 : CorrectionName(Name->getDeclName()), CorrectionNameSpec(NNS),
  /external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 414 const std::string &declName = ND->getDeclName().getAsString();

Completed in 1137 milliseconds

1 2 3