Searched refs:decl_name (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | NameSearchContext.cpp | 73 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 D | ClangASTSource.cpp | 109 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() 766 if (decl_name.isObjCZeroArgSelector()) { in FindObjCMethodDeclsWithOrigin() 769 } else if (decl_name.isObjCOneArgSelector()) { in FindObjCMethodDeclsWithOrigin() 779 clang::Selector sel = decl_name.getObjCSelector(); in FindObjCMethodDeclsWithOrigin() 951 if (decl_name.isObjCZeroArgSelector()) { in FindObjCMethodDecls() 952 ss.Printf("%s", decl_name.getAsString().c_str()); in FindObjCMethodDecls() 953 } else if (decl_name.isObjCOneArgSelector()) { in FindObjCMethodDecls() 954 ss.Printf("%s", decl_name.getAsString().c_str()); in FindObjCMethodDecls() [all …]
|
| H A D | ClangExpressionDeclMap.cpp | 1583 std::string decl_name(context.m_decl_name.getAsString()); in AddExpressionVariable() local 1584 ConstString entity_name(decl_name.c_str()); in AddExpressionVariable() 1731 std::string decl_name(context.m_decl_name.getAsString()); in AddOneGenericVariable() local 1732 ConstString entity_name(decl_name.c_str()); in AddOneGenericVariable() 1756 LLDB_LOG(log, " CEDM::FEVD Found variable {0}, returned\n{1}", decl_name, in AddOneGenericVariable() 1784 std::string decl_name(context.m_decl_name.getAsString()); in AddOneRegister() local 1785 entity->SetName(ConstString(decl_name.c_str())); in AddOneRegister() 1932 std::string decl_name(context.m_decl_name.getAsString()); in AddOneFunction() local 1933 entity->SetName(ConstString(decl_name.c_str())); in AddOneFunction() 1965 (function ? "specific" : "generic"), decl_name, ss.GetData(), in AddOneFunction()
|
| H A D | IRForTarget.cpp | 890 StringRef decl_name(decl->getName()); in RewritePersistentAlloc() local 891 lldb_private::ConstString persistent_variable_name(decl_name.data(), in RewritePersistentAlloc() 892 decl_name.size()); in RewritePersistentAlloc()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCDeclVendor.cpp | 548 clang::DeclarationName decl_name = in FindDecls() local 552 ast_ctx.getTranslationUnitDecl()->lookup(decl_name); in FindDecls()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 1605 DeclarationName decl_name(&identifier_info); in CreateClassTemplateDecl() local 1634 template_cxx_decl->setDeclName(decl_name); in CreateClassTemplateDecl() 1650 class_template_decl->setDeclName(decl_name); in CreateClassTemplateDecl() 1908 DeclarationName decl_name(&identifier_info); in GetUniqueNamespaceDeclaration() local 6642 clang::DeclarationName decl_name(&ident_ref); in GetIndexOfChildMemberWithName() local 6650 auto r = record->lookup(decl_name); in GetIndexOfChildMemberWithName() 7611 } else if (decl_name == cxx_record_decl->getDeclName()) { in AddMethodToCXXRecordType() 7669 cxx_method_decl->setDeclName(decl_name); in AddMethodToCXXRecordType() 9043 ConstString decl_name = DeclGetName(opaque_decl); in DeclGetCompilerContext() local 9044 if (decl_name) { in DeclGetCompilerContext() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 333 clang::DeclarationName decl_name = ast.DeclarationNames.getIdentifier(&ident); in GetDeclFromContextByName() local 334 clang::DeclContext::lookup_result result = decl_context.lookup(decl_name); in GetDeclFromContextByName()
|