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

1 2 3

  /external/clang/lib/Tooling/Core/
Lookup.cpp 40 if (cast<NamespaceDecl>(DeclA)->getDeclName() ==
41 cast<NamespaceDecl>(DeclB)->getDeclName())
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 102 << property->getDeclName()
118 DeclContext::lookup_result R = Proto->lookup(Prop->getDeclName());
237 DeclContext::lookup_result R = Super->lookup(Res->getDeclName());
404 << NewProperty->getDeclName() << "atomic"
463 << CCPrimary->getDeclName();
740 << property->getDeclName()
741 << ivar->getDeclName()
747 << property->getDeclName()
748 << ivar->getDeclName();
753 << property->getDeclName()
    [all...]
IdentifierResolver.cpp 143 DeclarationName Name = D->getDeclName();
168 DeclarationName Name = D->getDeclName();
209 DeclarationName Name = D->getDeclName();
413 void *InfoPtr = D->getDeclName().getFETokenInfo<void>();
SemaTemplateInstantiateDecl.cpp 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(),
    [all...]
SemaDeclObjC.cpp 260 << ND->getDeclName();
546 SuperClassDecl->getDeclName(),
804 << newTypeParam->getDeclName()
806 << prevTypeParam->getDeclName();
831 << prevTypeParam->getDeclName();
    [all...]
Sema.cpp 652 << isa<TypeAliasDecl>(TD) << TD->getDeclName();
    [all...]
SemaDecl.cpp     [all...]
SemaExprMember.cpp 826 << indirectField->getDeclName();
849 DeclarationNameInfo memberNameInfo(field->getDeclName(), loc);
    [all...]
SemaDeclCXX.cpp 97 << Param->getDeclName() << DefaultArg->getSourceRange();
105 << VDecl->getDeclName() << DefaultArg->getSourceRange();
584 << New->getDeclName()
    [all...]
SemaAccess.cpp 262 if (From->getDeclName() != To->getDeclName())
363 if (Context->getDeclName() != Friend->getDeclName())
478 if (CTD->getDeclName() != Friend->getDeclName())
    [all...]
AnalysisBasedWarnings.cpp 623 << VD->getDeclName()
643 S.Diag(Loc, diag::note_var_fixit_add_initialization) << VD->getDeclName()
683 << VD->getDeclName() << IsCapturedByBlock
690 << VD->getDeclName() << IsCapturedByBlock
826 << VD->getDeclName() << IsCapturedByBlock << DiagKind
839 << VD->getDeclName() << IsCapturedByBlock
872 << VD->getDeclName() << VD->getLocation() << DRE->getSourceRange();
883 << VD->getDeclName();
893 << VD->getDeclName();
    [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaExceptionSpec.cpp 189 Decl->getDeclName().getCXXOverloadedOperator() != OO_Delete &&
190 Decl->getDeclName().getCXXOverloadedOperator() != OO_Array_Delete)
207 OverloadedOperatorKind OO = New->getDeclName().getCXXOverloadedOperator();
    [all...]
SemaExprObjC.cpp     [all...]
SemaTemplate.cpp 459 << cast<NamedDecl>(PrevDecl)->getDeclName();
    [all...]
SemaExpr.cpp 82 S.Diag(Loc, diag::warn_used_but_marked_unused) << D->getDeclName();
353 << D->getDeclName() << (unsigned)AT->getKeyword();
452 Diag(Loc, diag::warn_not_enough_argument) << D->getDeclName();
569 DeclarationName MemberName = IV->getDeclName();
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
ASTImporter.cpp     [all...]
DeclBase.cpp     [all...]
NSAPI.cpp 501 TDT->getDecl()->getDeclName().getAsIdentifierInfo()->getName())
556 if (TDT->getDecl()->getDeclName().getAsIdentifierInfo() == II)
  /external/clang/include/clang/Sema/
TypoCorrection.h 55 : CorrectionName(Name->getDeclName()), CorrectionNameSpec(NNS),
  /external/clang/lib/Serialization/
ASTCommon.cpp 365 if (D->getDeclName() || !isa<CXXRecordDecl>(D->getLexicalDeclContext()))
ASTWriterDecl.cpp 323 Writer.AddDeclarationName(D->getDeclName(), Record);
354 D->getDeclName().getNameKind() == DeclarationName::Identifier)
384 Writer.AddIdentifierRef(TD->getDeclName().getAsIdentifierInfo(), Record);
425 D->getDeclName().getNameKind() == DeclarationName::Identifier)
452 D->getDeclName().getNameKind() == DeclarationName::Identifier)
484 Writer.AddDeclarationNameLoc(D->DNLoc, D->getDeclName(), Record);
706 D->getDeclName())
827 if (!D->getDeclName())
    [all...]
ASTReaderDecl.cpp 703 ReadDeclarationNameLoc(FD->DNLoc, FD->getDeclName(), Record, Idx);
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 307 if (Node.getDeclName()) {

Completed in 131 milliseconds

1 2 3