Home
last modified time | relevance | path

Searched refs:decl_name (Results 1 – 20 of 20) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp73 clang::DeclarationName decl_name = in AddFunDecl() local
79 ast, context, SourceLocation(), SourceLocation(), decl_name, qual_type, in AddFunDecl()
120 TypeSystemClang::IsOperator(decl_name.getAsString().c_str(), op_kind)) { in AddFunDecl()
H A DClangASTSource.cpp109 std::string decl_name(clang_decl_name.getAsString()); in FindExternalVisibleDeclsByName() local
159 if (!decl_name.empty() && decl_name[0] == '$') { in FindExternalVisibleDeclsByName()
167 ConstString const_decl_name(decl_name.c_str()); in FindExternalVisibleDeclsByName()
769 const DeclarationName &decl_name(context.m_decl_name); in FindObjCMethodDeclsWithOrigin() local
774 if (decl_name.isObjCZeroArgSelector()) { in FindObjCMethodDeclsWithOrigin()
775 IdentifierInfo *ident = &original_ctx->Idents.get(decl_name.getAsString()); in FindObjCMethodDeclsWithOrigin()
777 } else if (decl_name.isObjCOneArgSelector()) { in FindObjCMethodDeclsWithOrigin()
778 const std::string &decl_name_string = decl_name.getAsString(); in FindObjCMethodDeclsWithOrigin()
787 clang::Selector sel = decl_name.getObjCSelector(); in FindObjCMethodDeclsWithOrigin()
934 const DeclarationName &decl_name(context.m_decl_name); in FindObjCMethodDecls() local
[all …]
H A DClangExpressionDeclMap.cpp1595 std::string decl_name(context.m_decl_name.getAsString()); in AddExpressionVariable() local
1596 ConstString entity_name(decl_name.c_str()); in AddExpressionVariable()
1743 std::string decl_name(context.m_decl_name.getAsString()); in AddOneGenericVariable() local
1744 ConstString entity_name(decl_name.c_str()); in AddOneGenericVariable()
1768 LLDB_LOG(log, " CEDM::FEVD Found variable {0}, returned\n{1}", decl_name, in AddOneGenericVariable()
1796 std::string decl_name(context.m_decl_name.getAsString()); in AddOneRegister() local
1797 entity->SetName(ConstString(decl_name.c_str())); in AddOneRegister()
1944 std::string decl_name(context.m_decl_name.getAsString()); in AddOneFunction() local
1945 entity->SetName(ConstString(decl_name.c_str())); in AddOneFunction()
1977 (function ? "specific" : "generic"), decl_name, ss.GetData(), in AddOneFunction()
H A DIRForTarget.cpp1047 StringRef decl_name(decl->getName()); in RewritePersistentAlloc() local
1048 lldb_private::ConstString persistent_variable_name(decl_name.data(), in RewritePersistentAlloc()
1049 decl_name.size()); in RewritePersistentAlloc()
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dclass.c976 tree ref, decl_name, decl; local
983 decl_name = identifier_subst (DECL_NAME (TYPE_NAME (type)),
985 decl = IDENTIFIER_GLOBAL_VALUE (decl_name);
988 decl = build_decl (VAR_DECL, decl_name, class_type_node);
1037 decl_name = TYPE_NAME (type);
1038 if (TREE_CODE (decl_name) == TYPE_DECL)
1039 decl_name = DECL_NAME (decl_name);
1040 name = IDENTIFIER_POINTER (decl_name);
1044 decl_name = get_identifier (buffer);
1045 decl = IDENTIFIER_GLOBAL_VALUE (decl_name);
[all …]
H A Dconstants.c395 tree decl_name = mangled_classname ("_CD_", current_class); in build_constant_data_ref() local
396 decl = build_decl (VAR_DECL, decl_name, in build_constant_data_ref()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp548 clang::DeclarationName decl_name = in FindDecls() local
552 ast_ctx.getTranslationUnitDecl()->lookup(decl_name); in FindDecls()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Ddwarfout.c3473 tree decl_name = DECL_NAME (decl); local
3475 if (decl_name && IDENTIFIER_POINTER (decl_name))
3477 name_attribute (IDENTIFIER_POINTER (decl_name));
H A Ddbxout.c2736 const char *const decl_name = (DECL_NAME (parms) local
2748 fprintf (asmfile, "%s\"%s:v", ASM_STABS_OP, decl_name);
H A Ddwarf2out.c10083 tree decl_name; local
10085 decl_name = DECL_NAME (decl);
10086 if (decl_name != NULL && IDENTIFIER_POINTER (decl_name) != NULL)
H A Dgenautomata.c1293 static const char *decl_name PARAMS ((enum decl_mode));
1299 decl_name (mode) in decl_name() function
1338 file, line, func, expected_mode_str, decl_name (mode));
H A DChangeLog.7821 (decl_name, decl_mode_check_failed, regexp_name,
13594 * toplev.c (decl_name, decl_printable_name): Remove.
H A DChangeLog.29727 * toplev.c (decl_name, decl_printable_name): Likewise.
H A DChangeLog.113655 (decl_name): Mark variable `verbosity' with ATTRIBUTE_UNUSED.
H A DFSFChangeLog.117427 * toplev.c (decl_name): Likewise.
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp334 clang::DeclarationName decl_name = ast.DeclarationNames.getIdentifier(&ident); in GetDeclFromContextByName() local
335 clang::DeclContext::lookup_result result = decl_context.lookup(decl_name); in GetDeclFromContextByName()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1599 DeclarationName decl_name(&identifier_info); in CreateClassTemplateDecl() local
1602 clang::DeclContext::lookup_result result = decl_ctx->lookup(decl_name); in CreateClassTemplateDecl()
1628 template_cxx_decl->setDeclName(decl_name); in CreateClassTemplateDecl()
1644 class_template_decl->setDeclName(decl_name); in CreateClassTemplateDecl()
1901 DeclarationName decl_name(&identifier_info); in GetUniqueNamespaceDeclaration() local
1902 clang::DeclContext::lookup_result result = decl_ctx->lookup(decl_name); in GetUniqueNamespaceDeclaration()
6769 clang::DeclarationName decl_name(&ident_ref); in GetIndexOfChildMemberWithName() local
6773 [decl_name](const clang::CXXBaseSpecifier *specifier, in GetIndexOfChildMemberWithName()
6777 auto r = record->lookup(decl_name); in GetIndexOfChildMemberWithName()
7698 clang::DeclarationName decl_name(&getASTContext().Idents.get(name)); in AddMethodToCXXRecordType() local
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c8001 const char *const decl_name = local
8008 strcat (buf, gen_declarator (declarator, declbuf, decl_name));
8011 else if (decl_name[0])
8014 strcat (buf, decl_name);
/openbsd-src/gnu/gcc/gcc/
H A Ddwarf2out.c10952 tree decl_name; in add_name_and_src_coords_attributes() local
10954 decl_name = DECL_NAME (decl); in add_name_and_src_coords_attributes()
10955 if (decl_name != NULL && IDENTIFIER_POINTER (decl_name) != NULL) in add_name_and_src_coords_attributes()
H A Dgenautomata.c941 static const char *decl_name (enum decl_mode);
948 decl_name (enum decl_mode mode) in decl_name() function
982 file, line, func, expected_mode_str, decl_name (mode)); in decl_mode_check_failed()