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

1 2 3

  /external/clang/lib/Sema/
IdentifierResolver.cpp 147 DeclarationName Name = D->getDeclName();
172 DeclarationName Name = D->getDeclName();
213 DeclarationName Name = D->getDeclName();
231 assert(Old->getDeclName() == New->getDeclName() &&
234 DeclarationName Name = Old->getDeclName();
321 void *InfoPtr = D->getDeclName().getFETokenInfo<void>();
SemaObjCProperty.cpp 96 << property->getDeclName()
295 PIDecl->getDeclName().getAsIdentifierInfo())) {
336 << CCPrimary->getDeclName();
481 << property->getDeclName()
482 << ivar->getDeclName()
488 << property->getDeclName()
489 << ivar->getDeclName();
494 << property->getDeclName()
495 << ivar->getDeclName()
546 Diag(PropertyLoc, diag::error_bad_property_decl) << IDecl->getDeclName();
    [all...]
SemaTemplateInstantiateDecl.cpp 136 D->getLocation(), D->getDeclName());
210 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName());
223 D->getDeclName(), InstParams, AliasInst);
309 D->getDeclName());
350 LookupResult Previous(SemaRef, Var->getDeclName(), Var->getLocation(),
436 D->getLocation(), D->getDeclName());
471 FieldDecl *Field = SemaRef.CheckFieldDecl(D->getDeclName(),
491 if (!Field->getDeclName()) {
732 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName());
759 LookupResult R(SemaRef, Pattern->getDeclName(), Pattern->getLocation()
    [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp 89 << Param->getDeclName() << DefaultArg->getSourceRange();
97 << VDecl->getDeclName() << DefaultArg->getSourceRange();
465 << New->getDeclName()
    [all...]
AnalysisBasedWarnings.cpp 460 S.Diag(loc, diag::note_var_fixit_add_initialization) << VD->getDeclName()
504 << VD->getDeclName() << VD->getLocation() << DRE->getSourceRange();
507 << VD->getDeclName() << DRE->getSourceRange();
511 << VD->getDeclName() << DRE->getSourceRange();
518 << VD->getDeclName();
526 << VD->getDeclName();
    [all...]
SemaExprMember.cpp 598 << ND->getDeclName();
722 << indirectField->getDeclName();
747 DeclarationNameInfo memberNameInfo(field->getDeclName(), loc);
764 DeclarationNameInfo memberNameInfo(field->getDeclName(), loc);
    [all...]
SemaAccess.cpp 235 if (From->getDeclName() != To->getDeclName())
336 if (Context->getDeclName() != Friend->getDeclName())
453 if (CTD->getDeclName() != Friend->getDeclName())
    [all...]
Sema.cpp 551 << DiagD->getDeclName();
554 << /*function*/0 << DiagD->getDeclName();
559 << DiagD->getDeclName();
567 << /*variable*/1 << DiagD->getDeclName();
570 << DiagD->getDeclName();
    [all...]
SemaDeclObjC.cpp 372 Diag(AtInterfaceLoc, diag::err_duplicate_class_def)<<IDecl->getDeclName();
416 << SuperName << ClassName << PrevDecl->getDeclName();
418 << PrevDecl->getDeclName();
463 << SuperClassDecl->getDeclName() << ClassName
637 << PDecl->getDeclName();
681 << Method->getDeclName();
    [all...]
SemaStmt.cpp 321 Diag(IdentLoc, diag::err_redefinition_of_label) << TheDecl->getDeclName();
834 << ED->getDeclName();
845 << ED->getDeclName();
855 << ED->getDeclName();
    [all...]
SemaExceptionSpec.cpp 99 OverloadedOperatorKind OO = New->getDeclName().getCXXOverloadedOperator();
174 switch (New->getDeclName().getCXXOverloadedOperator()) {
CodeCompleteConsumer.cpp 471 DeclarationName Name = R.Declaration->getDeclName();
SemaTemplate.cpp 434 << cast<NamedDecl>(PrevDecl)->getDeclName();
    [all...]
  /external/clang/include/clang/Sema/
TypoCorrection.h 37 : CorrectionName(Name->getDeclName()),
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
Decl.cpp 432 if (!Tag->getDeclName() && !Tag->getTypedefNameForAnonDecl())
506 (D->getDeclName() || cast<TagDecl>(D)->getTypedefNameForAnonDecl()))))
    [all...]
DeclBase.cpp 979 if (!ND->getDeclName()) return;
984 StoredDeclsMap::iterator Pos = Map->find(ND->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 266 mangleUnqualifiedName(ND, ND->getDeclName(), UnknownArity);
359 !FD->getDeclName().isIdentifier()))
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 214 if (decl->getTemplatedDecl()->getDeclName() == handleDeclName) {
222 if (t->getSpecializedTemplate()->getDeclName() == handleDeclName) {
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 167 Writer.AddDeclarationName(D->getDeclName(), Record);
188 D->getDeclName().getNameKind() == DeclarationName::Identifier)
240 D->getDeclName().getNameKind() == DeclarationName::Identifier)
262 D->getDeclName().getNameKind() == DeclarationName::Identifier)
295 Writer.AddDeclarationNameLoc(D->DNLoc, D->getDeclName(), Record);
495 D->getDeclName())
622 if (!D->getDeclName())
636 D->getDeclName())
684 D->getDeclName().getNameKind() == DeclarationName::Identifier &&
    [all...]
ASTReaderDecl.cpp 346 ReadDeclarationNameLoc(FD->DNLoc, FD->getDeclName(), Record, Idx);
697 if (!FD->getDeclName()) {
    [all...]
  /external/clang/lib/Index/
Entity.cpp 101 DeclarationName LocalName = D->getDeclName();
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]

Completed in 665 milliseconds

1 2 3