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

1 2 3 4 5 6 7

  /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());
405 << NewProperty->getDeclName() << "atomic"
467 << CCPrimary->getDeclName();
750 << property->getDeclName()
751 << ivar->getDeclName()
757 << property->getDeclName()
758 << ivar->getDeclName();
763 << 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 476 D->getLocation(), D->getDeclName());
573 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName());
586 D->getDeclName(), InstParams, AliasInst);
612 D->getDeclName());
668 D->getLocation(), D->getDeclName());
704 FieldDecl *Field = SemaRef.CheckFieldDecl(D->getDeclName(),
727 if (!Field->getDeclName()) {
754 D->getLocation(), D->getDeclName());
774 SemaRef.Context, Owner, D->getLocation(), D->getDeclName(), DI->getType(),
    [all...]
SemaDeclObjC.cpp 259 << ND->getDeclName();
545 SuperClassDecl->getDeclName(),
803 << newTypeParam->getDeclName()
805 << prevTypeParam->getDeclName();
830 << prevTypeParam->getDeclName();
    [all...]
Sema.cpp 643 << isa<TypeAliasDecl>(TD) << TD->getDeclName();
    [all...]
SemaDecl.cpp     [all...]
SemaExprMember.cpp 840 << indirectField->getDeclName();
    [all...]
SemaDeclCXX.cpp 97 << Param->getDeclName() << DefaultArg->getSourceRange();
105 << VDecl->getDeclName() << DefaultArg->getSourceRange();
584 << New->getDeclName()
    [all...]
  /external/clang/lib/Index/
IndexingContext.cpp 213 if (FD->getDeclName().isEmpty())
240 (cast<NamedDecl>(D)->getDeclName().isEmpty() &&
  /external/clang/lib/AST/
Decl.cpp     [all...]
ASTImporter.cpp     [all...]
DeclBase.cpp     [all...]
DeclPrinter.cpp 1046 Out << Param->getDeclName().getAsString();
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 349 Record.AddDeclarationName(D->getDeclName());
380 D->getDeclName().getNameKind() == DeclarationName::Identifier)
410 Record.AddIdentifierRef(TD->getDeclName().getAsIdentifierInfo());
451 D->getDeclName().getNameKind() == DeclarationName::Identifier)
478 D->getDeclName().getNameKind() == DeclarationName::Identifier)
510 Record.AddDeclarationNameLoc(D->DNLoc, D->getDeclName());
730 D->getDeclName())
850 if (!D->getDeclName())
    [all...]
ASTCommon.cpp 342 if (D->getDeclName() || !isa<CXXRecordDecl>(D->getLexicalDeclContext()))
  /bionic/tools/versioner/src/
DeclarationDatabase.cpp 66 std::string getDeclName(NamedDecl* decl) {
105 std::string declaration_name = getDeclName(named_decl);
  /external/clang/include/clang/Sema/
TypoCorrection.h 55 : CorrectionName(Name->getDeclName()), CorrectionNameSpec(NNS),
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
TypoCorrection.h 55 : CorrectionName(Name->getDeclName()), CorrectionNameSpec(NNS),
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
TypoCorrection.h 55 : CorrectionName(Name->getDeclName()), CorrectionNameSpec(NNS),
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
TypoCorrection.h 55 : CorrectionName(Name->getDeclName()), CorrectionNameSpec(NNS),
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
TypoCorrection.h 55 : CorrectionName(Name->getDeclName()), CorrectionNameSpec(NNS),
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
TypoCorrection.h 55 : CorrectionName(Name->getDeclName()), CorrectionNameSpec(NNS),
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
TypoCorrection.h 55 : CorrectionName(Name->getDeclName()), CorrectionNameSpec(NNS),
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
TypoCorrection.h 55 : CorrectionName(Name->getDeclName()), CorrectionNameSpec(NNS),

Completed in 717 milliseconds

1 2 3 4 5 6 7