Home
last modified time | relevance | path

Searched refs:getDeclName (Results 1 – 25 of 121) sorted by relevance

12345

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp99 << property->getDeclName() in checkPropertyDeclWithOwnership()
764 << property->getDeclName() in checkARCPropertyImpl()
765 << ivar->getDeclName() in checkARCPropertyImpl()
771 << property->getDeclName() in checkARCPropertyImpl()
772 << ivar->getDeclName(); in checkARCPropertyImpl()
777 << property->getDeclName() << ivar->getDeclName() in checkARCPropertyImpl()
1194 << Category->getDeclName(); in ActOnPropertyImplDecl()
1352 << property->getDeclName() << Ivar->getDeclName() in ActOnPropertyImplDecl()
1402 << property->getDeclName() << Ivar->getDeclName(); in ActOnPropertyImplDecl()
1411 << property->getDeclName() << Ivar->getDeclName(); in ActOnPropertyImplDecl()
[all …]
H A DIdentifierResolver.cpp145 DeclarationName Name = D->getDeclName(); in AddDecl()
170 DeclarationName Name = D->getDeclName(); in InsertDeclAfter()
211 DeclarationName Name = D->getDeclName(); in RemoveDecl()
417 void *InfoPtr = D->getDeclName().getFETokenInfo(); in incrementSlowCase()
H A DSemaDeclObjC.cpp303 << ND->getDeclName(); in DiagnoseObjCImplementedDeprecations()
321 << ND->getDeclName(); in DiagnoseObjCImplementedDeprecations()
929 << (newTypeParam->getDeclName() == prevTypeParam->getDeclName()) in checkTypeParamListConsistency()
1061 << PrevIDecl->getDeclName(); in ActOnStartClassInterface()
1471 << proto->getDeclName(); in actOnObjCTypeArgsOrProtocolQualifiers()
1940 << IDecl->getDeclName(); in ActOnStartCategoryImplementation()
2023 << SDecl->getDeclName(); in ActOnStartClassImplementation()
2089 << IDecl->getDeclName() in ActOnStartClassImplementation()
2645 << MethodDecl->getDeclName(); in WarnExactTypedMethods()
3906 << FirstIvar->getDeclName() << LastIvar->getDeclName() in DiagnoseVariableSizedIvars()
[all …]
H A DSemaTemplateInstantiateDecl.cpp1051 D->getDeclName(), /*AllowDeducedTST*/true); in VisitVarDecl()
1197 if (!Field->getDeclName()) { in VisitFieldDecl()
1668 = Owner->lookup(ClassTemplate->getDeclName()); in VisitClassTemplatePartialSpecializationDecl()
2139 SemaRef, Function->getDeclName(), SourceLocation(), in VisitFunctionDecl()
4271 D->getDeclName(), in SubstFunctionType()
5903 if (!Field->getDeclName()) { in isInstantiationOf()
5916 return D->getDeclName() && in isInstantiationOf()
5917 D->getDeclName() == cast<NamedDecl>(Other)->getDeclName(); in isInstantiationOf()
6202 if (auto Name = D->getDeclName()) { in FindInstantiatedDecl()
6241 << D->getDeclName() in FindInstantiatedDecl()
[all …]
H A DAnalysisBasedWarnings.cpp345 FD->getDeclName().getCXXOverloadedOperator() == OO_Delete || in EmitDiagForCXXThrowInNonThrowingFunc()
346 FD->getDeclName().getCXXOverloadedOperator() == OO_Array_Delete)) { in EmitDiagForCXXThrowInNonThrowingFunc()
761 << VD->getDeclName() in SuggestInitializationFixit()
819 << VD->getDeclName() << IsCapturedByBlock in DiagUninitUse()
826 << VD->getDeclName() << IsCapturedByBlock in DiagUninitUse()
962 << VD->getDeclName() << IsCapturedByBlock << DiagKind in DiagUninitUse()
975 << VD->getDeclName() << IsCapturedByBlock in DiagUninitUse()
983 << VD->getDeclName() << Use.getUser()->getSourceRange(); in DiagnoseUninitializedConstRefUse()
1026 << VD->getDeclName() in DiagnoseUninitializedUse()
1037 << VD->getDeclName(); in DiagnoseUninitializedUse()
[all …]
H A DSemaDeclCXX.cpp602 << New->getDeclName() in MergeCXXFunctionDecl()
1406 if (!FD->getDeclName()) { in checkMemberDecomposition()
3095 << MD->getDeclName(); in CheckOverrideControl()
3143 << New->getDeclName() in CheckIfOverriddenFunctionIsMarkedFinal()
5409 << Field->getDeclName() in CheckRedundantInit()
5755 << SO->second.front().Method->getDeclName() << RD->getDeclName(); in DiagnoseAbstractType()
6044 << CD->getDeclName(); in checkForMultipleExportedDefaultConstructors()
6665 << F->getDeclName(); in CheckCompletedCXXClass()
6687 << D->getDeclName(); in CheckCompletedCXXClass()
10175 if (Param->getDeclName()) in ActOnReenterCXXMethodParameter()
[all …]
H A DSemaDecl.cpp2336 << New->getDeclName(); in MergeTypedefNameDecl()
2431 << New->getDeclName(); in MergeTypedefNameDecl()
2452 << New->getDeclName(); in MergeTypedefNameDecl()
3309 << New->getDeclName(); in MergeFunctionDecl()
3358 << New->getDeclName(); in MergeFunctionDecl()
3537 << New->getDeclName(); in MergeFunctionDecl()
4128 << New->getDeclName(); in MergeVarDecl()
4171 << New->getDeclName(); in MergeVarDecl()
4200 << New->getDeclName(); in MergeVarDecl()
4204 << New->getDeclName(); in MergeVarDecl()
[all …]
H A DSemaAccess.cpp275 if (From->getDeclName() != To->getDeclName()) in MightInstantiateTo()
377 if (Context->getDeclName() != Friend->getDeclName()) in MightInstantiateTo()
486 if (CTD->getDeclName() != Friend->getDeclName()) in MatchesFriend()
1281 << (D ? D->getDeclName() : DeclarationName()) in DiagnoseBadAccess()
H A DSemaExprObjC.cpp1197 << Method->getDeclName(); in HelperToDiagnoseMismatchedMethodsInGlobalPool()
1328 << Method->getDeclName(); in ParseObjCSelectorExpression()
2399 << Method->getDeclName(); in ActOnSuperMessage()
2573 << Method->getDeclName(); in DiagnoseCStringFormatDirectiveInObjCAPI()
2669 << Method->getDeclName(); in BuildClassMessage()
2707 << Method->getDeclName(); in BuildClassMessage()
2718 << Method->getDeclName(); in BuildClassMessage()
2726 << Method->getDeclName(); in BuildClassMessage()
2728 << CurMeth->getDeclName(); in BuildClassMessage()
3145 << Method->getDeclName(); in BuildInstanceMessage()
[all …]
H A DSemaExprMember.cpp849 DeclarationNameInfo memberNameInfo(field->getDeclName(), loc); in BuildAnonymousStructUnionMemberReference()
867 DeclarationNameInfo memberNameInfo(field->getDeclName(), loc); in BuildAnonymousStructUnionMemberReference()
1359 << IDecl->getDeclName() << MemberName); in LookupMemberExpr()
1385 << IDecl->getDeclName() << MemberName in LookupMemberExpr()
1426 << IV->getDeclName(); in LookupMemberExpr()
1430 << IV->getDeclName(); in LookupMemberExpr()
1454 S.Diag(MemberLoc, diag::warn_direct_ivar_access) << IV->getDeclName(); in LookupMemberExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DDisasm.cpp29 DeclarationName Name = Cons->getParent()->getDeclName(); in dump()
32 OS << F->getDeclName() << ":\n"; in dump()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporterLookupTable.cpp90 DeclList &Decls = LookupTable[DC][ND->getDeclName()]; in add()
96 DeclList &Decls = LookupTable[DC][ND->getDeclName()]; in remove()
148 return 0 < lookup(DC, ND->getDeclName()).count(ND); in contains()
H A DDeclPrinter.cpp538 if (D->getDeclName()) in VisitEnumDecl()
957 if (D->getDeclName()) in VisitNamespaceDecl()
1138 else if (TTP->getDeclName()) in VisitTemplateDecl()
1141 if (TTP->getDeclName()) in VisitTemplateDecl()
1142 Out << TTP->getDeclName(); in VisitTemplateDecl()
1263 Out << Param->getDeclName(); in PrintObjCTypeParams()
1620 Out << D->getDeclName(); in VisitUnresolvedUsingTypenameDecl()
1627 Out << D->getDeclName(); in VisitUnresolvedUsingValueDecl()
1747 else if (TTP->getDeclName()) in VisitTemplateTypeParmDecl()
1750 if (TTP->getDeclName()) in VisitTemplateTypeParmDecl()
[all …]
H A DASTStructuralEquivalence.cpp132 Name2.getCXXDeductionGuideTemplate()->getDeclName())) in IsStructurallyEquivalent()
217 if (!IsStructurallyEquivalent(Context, DE1->getDeclName(), in IsStmtEquivalent()
218 DE2->getDeclName())) in IsStmtEquivalent()
490 return TN1->getDeclName() == TN2->getDeclName(); in IsStructurallyEquivalent()
1256 << Field2->getDeclName(); in IsStructurallyEquivalent()
1258 << Field1->getDeclName(); in IsStructurallyEquivalent()
1271 << Field2->getDeclName() << Field2->getType(); in IsStructurallyEquivalent()
1273 << Field1->getDeclName() << Field1->getType(); in IsStructurallyEquivalent()
1375 if (!D1->getDeclName() && !D2->getDeclName()) { in IsStructurallyEquivalent()
1569 << Field1->getDeclName() << Field1->getType(); in IsStructurallyEquivalent()
[all …]
H A DDecl.cpp1585 if (getDeclName()) in printQualifiedName()
1629 DeclarationName NameInScope = getDeclName(); in printNestedNameSpecifier()
1647 NameInScope = ND->getDeclName(); in printNestedNameSpecifier()
1735 assert(getDeclName() == OldD->getDeclName() && "Declaration name mismatch"); in declarationReplaces()
1961 if (!getDeclName() || typeIsPostfix(TInfo->getType())) in getSourceRange()
3090 if (getDeclName().getCXXOverloadedOperator() != OO_New && in isReplaceableGlobalAllocationFunction()
3206 if (!Namespace->getDeclName()) in isGlobal()
3614 return getDeclName().getCXXOverloadedOperator(); in getOverloadedOperator()
3622 return getDeclName().getCXXLiteralIdentifier(); in getLiteralIdentifier()
4146 if (!isImplicit() || getDeclName()) in isAnonymousStructOrUnion()
[all …]
H A DDeclarationName.cpp101 return compare(LHS.getCXXDeductionGuideTemplate()->getDeclName(), in compare()
102 RHS.getCXXDeductionGuideTemplate()->getDeclName()); in compare()
172 getCXXDeductionGuideTemplate()->getDeclName().print(OS, Policy); in print()
H A DDeclBase.cpp1438 if (!D->getDeclName()) in shouldBeHidden()
1509 if (!ND->getDeclName()) in removeDecl()
1516 StoredDeclsMap::iterator Pos = Map->find(ND->getDeclName()); in removeDecl()
1766 if (ND->getDeclName() == Name) in localUncachedLookup()
1898 Map->find(D->getDeclName()) == Map->end()) in makeDeclVisibleInContextImpl()
1899 Source->FindExternalVisibleDeclsByName(this, D->getDeclName()); in makeDeclVisibleInContextImpl()
1902 StoredDeclsList &DeclNameEntries = (*Map)[D->getDeclName()]; in makeDeclVisibleInContextImpl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DLookup.cpp77 if (cast<NamespaceDecl>(*FromIter)->getDeclName() == in usingFromDifferentCanonicalNamespace()
78 cast<NamespaceDecl>(*UseIter)->getDeclName()) in usingFromDifferentCanonicalNamespace()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DASTUtils.h76 if (!ND->getDeclName().isIdentifier()) in safeGetName()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVirtualCallChecker.cpp128 OS << "virtual method '" << MD->getParent()->getDeclName() in checkPreCall()
129 << "::" << MD->getDeclName() << "' during "; in checkPreCall()
H A DMoveChecker.cpp504 return (MethodDec && MethodDec->getDeclName().isIdentifier() && in isMoveSafeMethod()
514 if (MethodDec->getDeclName().isIdentifier()) { in isStateResetMethod()
578 OS << " '" << RegionDecl->getDeclName() << "'"; in explainObject()
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.cpp231 for (const NamedDecl *BaseND : Pattern->lookup(ND->getDeclName())) { in adjustTemplateImplicitInstantiation()
241 for (const NamedDecl *BaseECD : Pattern->lookup(ECD->getDeclName())) in adjustTemplateImplicitInstantiation()
275 return (ND->getDeclName().isEmpty() && !isa<TagDecl>(ND) && in shouldSkipNamelessDecl()
H A DFileIndexRecord.cpp68 OS << ' ' << ND->getDeclName(); in print()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExternalASTSourceCallbacks.cpp58 if (omd->getDeclName() == Name) in FindExternalVisibleDeclsByName()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp365 Record.AddDeclarationName(D->getDeclName()); in VisitNamedDecl()
397 D->getDeclName().getNameKind() == DeclarationName::Identifier) in VisitTypedefDecl()
427 Record.AddIdentifierRef(TD->getDeclName().getAsIdentifierInfo()); in VisitTagDecl()
470 D->getDeclName().getNameKind() == DeclarationName::Identifier) in VisitEnumDecl()
505 D->getDeclName().getNameKind() == DeclarationName::Identifier) in VisitRecordDecl()
543 Record.AddDeclarationNameLoc(D->DNLoc, D->getDeclName()); in VisitFunctionDecl()
807 D->getDeclName()) in VisitObjCIvarDecl()
929 if (!D->getDeclName()) in VisitFieldDecl()
946 D->getDeclName()) in VisitFieldDecl()
1275 Record.AddDeclarationNameLoc(D->DNLoc, D->getDeclName()); in VisitUsingDecl()
[all …]

12345