| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/ |
| H A D | RenamingAction.h | 59 RenameOccurrences(const NamedDecl *ND, std::string NewName) in RenameOccurrences() 65 const NamedDecl *ND; variable 78 QualifiedRenameRule(const NamedDecl *ND, in QualifiedRenameRule() 86 const NamedDecl *ND; variable
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | InterfaceStubFunctionsConsumer.cpp | 40 bool WriteNamedDecl(const NamedDecl *ND, MangledSymbols &Symbols, int RDO) { in WriteNamedDecl() 48 auto isVisible = [](const NamedDecl *ND) -> bool { in WriteNamedDecl() 52 auto ignoreDecl = [this, isVisible](const NamedDecl *ND) -> bool { in WriteNamedDecl() 84 auto getParentFunctionDecl = [](const NamedDecl *ND) -> const NamedDecl * { in WriteNamedDecl() 92 auto getMangledNames = [](const NamedDecl *ND) -> std::vector<std::string> { in WriteNamedDecl() 162 bool HandleNamedDecl(const NamedDecl *ND, MangledSymbols &Symbols, int RDO) { in HandleNamedDecl() 283 for (const NamedDecl *ND : v.ValueDecls) in HandleTranslationUnit() local 285 for (const NamedDecl *ND : v.NamedDecls) in HandleTranslationUnit() local
|
| H A D | ASTMerge.cpp | 63 if (const auto *ND = dyn_cast<NamedDecl>(D)) in ExecuteAction() local
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporterLookupTable.cpp | 104 void ASTImporterLookupTable::add(DeclContext *DC, NamedDecl *ND) { in add() 110 void ASTImporterLookupTable::remove(DeclContext *DC, NamedDecl *ND) { in remove() 126 void ASTImporterLookupTable::add(NamedDecl *ND) { in add() 135 void ASTImporterLookupTable::remove(NamedDecl *ND) { in remove() 144 void ASTImporterLookupTable::update(NamedDecl *ND, DeclContext *OldDC) { in update() 157 void ASTImporterLookupTable::updateForced(NamedDecl *ND, DeclContext *OldDC) { in updateForced()
|
| H A D | Linkage.h | 90 static QueryType makeCacheKey(const NamedDecl *ND, LVComputationKind Kind) { in makeCacheKey() 94 std::optional<LinkageInfo> lookup(const NamedDecl *ND, in lookup() 102 void cache(const NamedDecl *ND, LVComputationKind Kind, LinkageInfo Info) { in cache()
|
| H A D | Mangle.cpp | 58 static bool isExternC(const NamedDecl *ND) { in isExternC() 67 const NamedDecl *ND) { in getCallingConvMangling() 313 else if (auto ND = dyn_cast<NamedDecl>(DC)) { in mangleBlock() local 483 const NamedDecl *ND = cast<NamedDecl>(D); in getAllManglings() local 554 std::string getMangledStructor(const NamedDecl *ND, unsigned StructorType) { in getMangledStructor()
|
| H A D | ItaniumMangle.cpp | 62 static bool isLambda(const NamedDecl *ND) { in isLambda() 307 void write(raw_ostream &Out, const NamedDecl *ND, in write() 484 void addSubstitution(const NamedDecl *ND) { in addSubstitution() 722 const NamedDecl *ND) { in isUniqueInternalLinkageDecl() 804 void CXXNameMangler::writeAbiTags(const NamedDecl *ND, in writeAbiTags() 980 const NamedDecl *ND = cast<NamedDecl>(GD.getDecl()); in isTemplate() local 1012 const NamedDecl *ND = cast<NamedDecl>(GD.getDecl()); in mangleName() local 1058 const NamedDecl *ND = cast<NamedDecl>(GD.getDecl()); in mangleNameWithAbiTags() local 1915 const NamedDecl *ND = cast<NamedDecl>(D); in mangleLocalName() local 1975 const auto *ND = cast<NamedDecl>(Context); in mangleUnqualifiedBlock() local [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
| H A D | RecursiveSymbolVisitor.h | 36 bool visitSymbolOccurrence(const NamedDecl *ND, in visitSymbolOccurrence() 118 const NamespaceDecl *ND = NNS.getNestedNameSpecifier()->getAsNamespace(); in TraverseNestedNameSpecifierLoc() local 141 bool visit(const NamedDecl *ND, SourceLocation BeginLoc, in visit() 146 bool visit(const NamedDecl *ND, SourceLocation Loc) { in visit()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTImporterSharedState.h | 59 if (auto *ND = dyn_cast<NamedDecl>(D)) in addDeclToLookup() local 65 if (auto *ND = dyn_cast<NamedDecl>(D)) in removeDeclFromLookup() local
|
| H A D | DeclContextInternals.h | 84 void erase(NamedDecl *ND) { in erase() 125 if (NamedDecl *ND = getAsDecl()) in getASTContext() local 248 if (auto *ND = N->Rest.dyn_cast<NamedDecl *>()) { in addOrReplaceDecl() local
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | ASTUtils.h | 66 const auto *const ND = llvm::dyn_cast_or_null<clang::NamedDecl>(ASTNode); in safeGetName() local
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRFinder.cpp | 43 bool visitSymbolOccurrence(const NamedDecl *ND, in visitSymbolOccurrence() 108 bool VisitNamedDecl(const NamedDecl *ND) { in VisitNamedDecl()
|
| H A D | RenamingAction.cpp | 46 findSymbolOccurrences(const NamedDecl *ND, RefactoringRuleContext &Context) { in findSymbolOccurrences() 68 const NamedDecl *ND = in initiate() local 94 const NamedDecl *ND = in initiate() local
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | AnalysisOrderChecker.cpp | 128 if (const NamedDecl *ND = dyn_cast_or_null<NamedDecl>(Call.getDecl())) in evalCall() local 141 if (const NamedDecl *ND = dyn_cast_or_null<NamedDecl>(Call.getDecl())) in checkPreCall() local 151 if (const NamedDecl *ND = dyn_cast_or_null<NamedDecl>(Call.getDecl())) in checkPostCall() local
|
| H A D | AnalyzerStatsChecker.cpp | 98 const NamedDecl *ND = cast<NamedDecl>(D); in checkEndAnalysis() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCInstrInfo.h | 48 void InitMCInstrInfo(const MCInstrDesc *D, const unsigned *NI, const char *ND, in InitMCInstrInfo()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 67 if (const NamedDecl *ND = dyn_cast<NamedDecl>(D)) { in isFunctionLocalSymbol() local 492 if (auto *ND = dyn_cast<NamedDecl>(D)) { in printSymbolName() local
|
| H A D | IndexingContext.cpp | 226 const auto *ND = cast<NamedDecl>(D); in adjustTemplateImplicitInstantiation() local 269 static bool shouldSkipNamelessDecl(const NamedDecl *ND) { in shouldSkipNamelessDecl() 288 } else if (auto ND = dyn_cast<NamedDecl>(Parent)) { in adjustParent() local
|
| H A D | FileIndexRecord.cpp | 64 if (const auto *ND = dyn_cast<NamedDecl>(D)) { in print() local
|
| H A D | IndexTypeSourceInfo.cpp | 61 TypedefNameDecl *ND = TL.getTypedefNameDecl(); in VisitTypedefTypeLoc() local 230 Name, [](const NamedDecl *ND) { return isa<TypeDecl>(ND); }); in VisitDependentNameTypeLoc()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 1322 if (NamedDecl *ND = R.getAcceptableDecl(*I)) { in CppLookupName() local 1475 if (NamedDecl *ND = R.getAcceptableDecl(*I)) { in CppLookupName() local 2027 auto ND = cast<NamedDecl>(RD); in findAcceptableDecl() local 2056 if (auto *ND = dyn_cast<NamespaceDecl>(D)) { in getAcceptableDeclSlow() local 2351 NamespaceDecl *ND = Queue.pop_back_val(); in LookupQualifiedNameInUsingDirectives() local 2550 NamedDecl *ND = *It++; in LookupQualifiedName() local 2668 if (NamedDecl *ND = R.getAcceptableDecl(*I)) in LookupQualifiedName() local 4011 void add(NamedDecl *ND) { in add() 4187 if (auto *ND = Result.getAcceptableDecl(D)) { in lookupInDeclContext() local 4942 } else if (NamedDecl *ND = in addNameSpecifier() local [all …]
|
| H A D | SemaCXXScopeSpec.cpp | 591 if (NamedDecl *ND = R.getAsSingle<NamedDecl>()) in BuildCXXNestedNameSpecifier() local 600 if (NamedDecl *ND = R.getAsSingle<NamedDecl>()) in BuildCXXNestedNameSpecifier() local 633 if (NamedDecl *ND = Corrected.getFoundDecl()) in BuildCXXNestedNameSpecifier() local 817 if (NamedDecl *ND = Found.getAsSingle<NamedDecl>()) in BuildCXXNestedNameSpecifier() local
|
| H A D | SemaModule.cpp | 786 if (const auto *ND = dyn_cast<NamespaceDecl>(DC)) { in ActOnStartExportDecl() local 838 if (auto *ND = dyn_cast<NamedDecl>(D)) { in checkExportedDecl() local 872 if (auto *ND = dyn_cast<NamedDecl>(D)) { in checkExportedDecl() local
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CallGraph.cpp | 255 if (const NamedDecl *ND = dyn_cast_or_null<NamedDecl>(FD)) in print() local 275 if (const NamedDecl *ND = dyn_cast_or_null<NamedDecl>(Node->getDecl())) in getNodeLabel() local
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BasicValueFactory.cpp | 160 const NamedDecl *ND, llvm::ImmutableList<const CXXBaseSpecifier *> L) { in getPointerToMemberData() 196 const NamedDecl *ND = nullptr; in accumCXXBase() local
|