Searched refs:decls (Results 26 - 50 of 109) sorted by relevance

12345

/freebsd-13-stable/libexec/rtld-elf/
H A DMakefile96 CFLAGS+= -Wno-redundant-decls
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTMerge.cpp61 for (auto *D : TU->decls()) {
H A DInterfaceStubFunctionsConsumer.cpp170 HandleDecls(cast<NamespaceDecl>(ND)->decls(), Symbols, RDO);
173 HandleDecls(cast<CXXRecordDecl>(ND)->decls(), Symbols, RDO);
176 HandleDecls(cast<ClassTemplateSpecializationDecl>(ND)->decls(), Symbols,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFinder.cpp85 for (auto *CurrDecl : Context.getTranslationUnitDecl()->decls()) {
H A DUSRFindingAction.cpp140 // Add template constructor decls, they are not in ctors() unfortunately.
142 for (const auto *D : RecordDecl->decls())
/freebsd-13-stable/usr.bin/rpcgen/
H A Drpc_hout.c177 for (l = plist->args.decls;
199 for (l = def->def.st.decls; l != NULL; l = l->next) {
352 streq(proc->args.decls->decl.type, "void")) {
356 for (dl = proc->args.decls; dl != NULL; dl = dl->next) {
H A Drpc_svcout.c354 ptype(proc->args.decls->decl.prefix,
355 proc->args.decls->decl.type, 0);
371 if (!streq(proc->args.decls->decl.type, "void"))
374 for (l = proc->args.decls; l != NULL;
409 if (streq(proc->args.decls->decl.type,
415 ptype(proc->args.decls->decl.prefix,
416 proc->args.decls->decl.type, 0);
483 p_xdrfunc(ARG, proc->args.decls->decl.type);
/freebsd-13-stable/lib/libsysdecode/
H A DMakefile120 CFLAGS.gcc.ioctl.c+= -Wno-redundant-decls
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DVarBypassDetector.cpp88 for (auto *I : DS->decls())
H A DModuleBuilder.cpp41 /// Use this when emitting decls to block re-entrant decl emission. It will
42 /// emit all deferred decls on scope exit. Set EmitDeferred to false if decl
220 // deserialization to emit deferred decls.
228 for (Decl *Member : D->decls()) {
239 for (Decl *Member : D->decls()) {
256 // deserialization to emit deferred decls.
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCUnusedIVarsChecker.cpp98 for (const auto *I : C->decls())
H A DLLVMConventionsChecker.cpp145 for (auto *I : S->decls())
H A DMallocSizeofChecker.cpp102 for (const auto *I : S->decls())
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclGroup.h31 DeclGroup(unsigned numdecls, Decl** decls);
H A DASTNodeTraverser.h260 for (const auto *D : (Deserialize ? DC->decls() : DC->noload_decls()))
621 for (const auto &D : Node->decls())
H A DTemplateName.h124 llvm::ArrayRef<NamedDecl*> decls() const { function in class:clang::OverloadedTemplateStorage
/freebsd-13-stable/sys/modules/pms/
H A DMakefile23 CFLAGS+=-Wredundant-decls
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp162 unsigned decls = declToIndex.size(); local
163 scratch.resize(decls);
169 val.resize(decls);
372 for (auto *DI : DS->decls()) {
773 for (auto *DI : DS->decls()) {
H A DCallGraph.cpp144 for (auto *I : D->decls())
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp96 std::vector<CompilerDecl> &decls) override;
388 std::vector<CompilerDecl> &decls) {
394 decls.clear();
414 decls.push_back(m_ast_context->GetCompilerDecl(named_decl));
618 "-femit-all-decls",
386 FindDecls(ConstString name, bool append, uint32_t max_matches, std::vector<CompilerDecl> &decls) argument
H A DClangASTImporter.cpp161 for (clang::Decl *decl : context->decls()) {
196 for (clang::Decl *child_decl : decl_context->decls()) {
242 // Complete all decls we collected until now.
247 // We should only complete decls coming from the source context.
272 // Stop listening to imported decls. We do this after clearing the
278 // Filter out decls that we can't complete later.
282 // We don't need to complete injected class name decls.
635 for (Decl *origin_child_decl : origin_tag_decl->decls()) {
665 for (Decl *origin_child_decl : origin_interface_decl->decls()) {
869 // the different decls tha
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h58 /// just contain loop constructs but don't contain decls.
283 decl_range decls() const { function in class:clang::Scope
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp145 for (auto *D : DS->decls()) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp64 "unexpectedly encountered multiple global module fragment decls");
683 for (auto *D : DC->decls())
699 for (auto *Child : ED->decls()) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp182 for (const Decl *D : DS->decls()) {

Completed in 223 milliseconds

12345