HomeSort by: relevance | last modified time | path
    Searched refs:getDeclName (Results 1 - 25 of 115) sorted by relevancy

1 2 3 4 5

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
ASTUtils.h 76 if (!ND->getDeclName().isIdentifier())
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Disasm.cpp 29 DeclarationName Name = Cons->getParent()->getDeclName();
32 OS << F->getDeclName() << ":\n";
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporterLookupTable.cpp 90 DeclList &Decls = LookupTable[DC][ND->getDeclName()];
96 DeclList &Decls = LookupTable[DC][ND->getDeclName()];
DeclPrinter.cpp 537 if (D->getDeclName())
538 Out << ' ' << D->getDeclName();
646 Proto = GuideDecl->getDeducedTemplate()->getDeclName().getAsString();
956 if (D->getDeclName())
957 Out << D->getDeclName() << ' ';
1137 else if (TTP->getDeclName())
1140 if (TTP->getDeclName())
1141 Out << TTP->getDeclName();
1263 Out << Param->getDeclName();
1616 Out << D->getDeclName();
    [all...]
ASTStructuralEquivalence.cpp 130 Context, Name1.getCXXDeductionGuideTemplate()->getDeclName(),
131 Name2.getCXXDeductionGuideTemplate()->getDeclName()))
216 if (!IsStructurallyEquivalent(Context, DE1->getDeclName(),
217 DE2->getDeclName()))
489 return TN1->getDeclName() == TN2->getDeclName();
1255 << Field2->getDeclName();
1257 << Field1->getDeclName();
1270 << Field2->getDeclName() << Field2->getType();
1272 << Field1->getDeclName() << Field1->getType()
    [all...]
Decl.cpp 1585 if (getDeclName())
1629 DeclarationName NameInScope = getDeclName();
1647 NameInScope = ND->getDeclName();
1735 assert(getDeclName() == OldD->getDeclName() && "Declaration name mismatch");
1961 if (!getDeclName() || typeIsPostfix(TInfo->getType()))
3071 assert(getDeclName().getNameKind() == DeclarationName::CXXOperatorName);
3072 assert(getDeclName().getCXXOverloadedOperator() == OO_New ||
3073 getDeclName().getCXXOverloadedOperator() == OO_Delete ||
3074 getDeclName().getCXXOverloadedOperator() == OO_Array_New |
    [all...]
DeclarationName.cpp 101 return compare(LHS.getCXXDeductionGuideTemplate()->getDeclName(),
102 RHS.getCXXDeductionGuideTemplate()->getDeclName());
172 getCXXDeductionGuideTemplate()->getDeclName().print(OS, Policy);
TemplateName.cpp 250 Assumed->getDeclName().print(OS, Policy);
DeclBase.cpp 1429 if (!D->getDeclName())
1500 if (!ND->getDeclName())
1507 StoredDeclsMap::iterator Pos = Map->find(ND->getDeclName());
1757 if (ND->getDeclName() == Name)
1889 Map->find(D->getDeclName()) == Map->end())
1890 Source->FindExternalVisibleDeclsByName(this, D->getDeclName());
1893 StoredDeclsList &DeclNameEntries = (*Map)[D->getDeclName()];
TypePrinter.cpp 1028 AppendScope(D->getDeclContext(), OS, D->getDeclName());
1130 T->getTypeConstraintConcept()->getDeclName().print(OS, Policy);
1243 AppendScope(DC->getParent(), OS, NS->getDeclName());
1249 AppendScope(DC->getParent(), OS, Spec->getDeclName());
1258 AppendScope(DC->getParent(), OS, Tag->getDeclName());
1293 AppendScope(D->getDeclContext(), OS, D->getDeclName());
1442 AppendScope(TD->getDeclContext(), OS, TD->getDeclName());
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
Lookup.cpp 77 if (cast<NamespaceDecl>(*FromIter)->getDeclName() ==
78 cast<NamespaceDecl>(*UseIter)->getDeclName())
  /src/external/apache2/llvm/dist/clang/lib/Sema/
IdentifierResolver.cpp 145 DeclarationName Name = D->getDeclName();
170 DeclarationName Name = D->getDeclName();
211 DeclarationName Name = D->getDeclName();
417 void *InfoPtr = D->getDeclName().getFETokenInfo();
SemaObjCProperty.cpp 99 << property->getDeclName()
116 Proto->lookup(Prop->getDeclName()).find_first<ObjCPropertyDecl>()) {
235 Super->lookup(Res->getDeclName()).find_first<ObjCPropertyDecl>()) {
399 << NewProperty->getDeclName() << "atomic"
465 << CCPrimary->getDeclName();
714 << PDecl->getDeclName();
764 << property->getDeclName()
765 << ivar->getDeclName()
771 << property->getDeclName()
772 << ivar->getDeclName();
    [all...]
SemaDeclObjC.cpp 303 << ND->getDeclName();
321 << ND->getDeclName();
621 SuperClassDecl->getDeclName(),
880 << newTypeParam->getDeclName()
882 << prevTypeParam->getDeclName();
907 << prevTypeParam->getDeclName();
926 << newTypeParam->getDeclName()
929 << (newTypeParam->getDeclName() == prevTypeParam->getDeclName())
930 << prevTypeParam->getDeclName()
    [all...]
SemaTemplateInstantiateDecl.cpp 850 D->getLocation(), D->getDeclName());
951 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName());
964 D->getDeclName(), InstParams, AliasInst);
1015 D->getDeclName(), /*AllowDeducedTST*/true);
1083 D->getLocation(), D->getDeclName());
1119 FieldDecl *Field = SemaRef.CheckFieldDecl(D->getDeclName(),
1142 if (!Field->getDeclName()) {
1169 D->getLocation(), D->getDeclName());
1189 SemaRef.Context, Owner, D->getLocation(), D->getDeclName(), DI->getType(),
1476 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName());
    [all...]
AnalysisBasedWarnings.cpp 345 FD->getDeclName().getCXXOverloadedOperator() == OO_Delete ||
346 FD->getDeclName().getCXXOverloadedOperator() == OO_Array_Delete)) {
761 << VD->getDeclName()
781 S.Diag(Loc, diag::note_var_fixit_add_initialization) << VD->getDeclName()
819 << VD->getDeclName() << IsCapturedByBlock
826 << VD->getDeclName() << IsCapturedByBlock
962 << VD->getDeclName() << IsCapturedByBlock << DiagKind
975 << VD->getDeclName() << IsCapturedByBlock
983 << VD->getDeclName() << Use.getUser()->getSourceRange();
1015 << VD->getDeclName() << VD->getLocation() << DRE->getSourceRange()
    [all...]
SemaDeclCXX.cpp 101 << Param->getDeclName() << DefaultArg->getSourceRange();
117 << VDecl->getDeclName() << DefaultArg->getSourceRange();
604 << New->getDeclName()
1258 S.BuildReferenceType(T, E.get()->isLValue(), Loc, B->getDeclName());
1263 B->getDeclName().getAsIdentifierInfo(), RefType,
1285 DeclarationNameInfo(B->getDeclName(), Loc),
1408 if (!FD->getDeclName()) {
1451 DeclarationNameInfo(FD->getDeclName(), Loc));
1664 << (FD ? FD->getDeclName() : DeclarationName()) << T;
1666 << !FD << (FD ? FD->getDeclName() : DeclarationName()) << T
    [all...]
SemaDecl.cpp 1230 LookupResult Result(*this, Found->getDeclName(), NameLoc, LookupOrdinaryName);
1488 IdentifierResolver::iterator I = IdResolver.begin(D->getDeclName()),
1506 for (I = IdResolver.begin(D->getDeclName()); I != IEnd; ++I) {
1769 } else if (!D->getDeclName()) {
1943 if (!D->getDeclName()) continue;
2284 << New->getDeclName();
2379 << New->getDeclName();
2400 << New->getDeclName();
2693 S.Diag(VD->getLocation(), Diag) << VD->getDeclName();
3246 << New->getDeclName();
    [all...]
SemaAccess.cpp 275 if (From->getDeclName() != To->getDeclName())
377 if (Context->getDeclName() != Friend->getDeclName())
486 if (CTD->getDeclName() != Friend->getDeclName())
1281 << (D ? D->getDeclName() : DeclarationName())
SemaExprMember.cpp 848 DeclarationNameInfo memberNameInfo(field->getDeclName(), loc);
866 DeclarationNameInfo memberNameInfo(field->getDeclName(), loc);
1358 << IDecl->getDeclName() << MemberName);
1384 << IDecl->getDeclName() << MemberName
1425 << IV->getDeclName();
1429 << IV->getDeclName();
1453 S.Diag(MemberLoc, diag::warn_direct_ivar_access) << IV->getDeclName();
SemaExprObjC.cpp 1197 << Method->getDeclName();
1200 << MatchingMethodDecl->getDeclName();
1328 << Method->getDeclName();
1338 << LikelyTargetMethod->getDeclName();
1346 << GlobalDirectMethod->getDeclName();
2145 << MemberName << QualType(OPT, 0) << Ivar->getDeclName()
2399 << Method->getDeclName();
2573 << Method->getDeclName();
2669 << Method->getDeclName();
2707 << Method->getDeclName();
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Index/
FileIndexRecord.cpp 73 OS << ' ' << ND->getDeclName();
IndexingContext.cpp 231 for (const NamedDecl *BaseND : Pattern->lookup(ND->getDeclName())) {
241 for (const NamedDecl *BaseECD : Pattern->lookup(ECD->getDeclName()))
275 return (ND->getDeclName().isEmpty() && !isa<TagDecl>(ND) &&
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
VirtualCallChecker.cpp 128 OS << "virtual method '" << MD->getParent()->getDeclName()
129 << "::" << MD->getDeclName() << "' during ";
MoveChecker.cpp 504 return (MethodDec && MethodDec->getDeclName().isIdentifier() &&
514 if (MethodDec->getDeclName().isIdentifier()) {
578 OS << " '" << RegionDecl->getDeclName() << "'";

Completed in 71 milliseconds

1 2 3 4 5