Searched refs:decl_name (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/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 | 108 std::string decl_name(clang_decl_name.getAsString()); in FindExternalVisibleDeclsByName() local 158 if (!decl_name.empty() && decl_name[0] == '$') { in FindExternalVisibleDeclsByName() 166 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 | 1579 std::string decl_name(context.m_decl_name.getAsString()); in AddOneVariable() local 1580 ConstString entity_name(decl_name.c_str()); in AddOneVariable() 1597 decl_name, ClangUtil::DumpDecl(var_decl), ClangUtil::ToString(ut)); in AddOneVariable() 1654 std::string decl_name(context.m_decl_name.getAsString()); in AddOneGenericVariable() local 1655 ConstString entity_name(decl_name.c_str()); in AddOneGenericVariable() 1679 LLDB_LOG(log, " CEDM::FEVD Found variable {1}, returned\n{2}", decl_name, in AddOneGenericVariable() 1707 std::string decl_name(context.m_decl_name.getAsString()); in AddOneRegister() local 1708 entity->SetName(ConstString(decl_name.c_str())); in AddOneRegister() 1855 std::string decl_name(context.m_decl_name.getAsString()); in AddOneFunction() local 1856 entity->SetName(ConstString(decl_name.c_str())); in AddOneFunction() [all …]
|
| H A D | IRForTarget.cpp | 1085 StringRef decl_name(decl->getName()); in RewritePersistentAlloc() local 1086 lldb_private::ConstString persistent_variable_name(decl_name.data(), in RewritePersistentAlloc() 1087 decl_name.size()); in RewritePersistentAlloc()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCDeclVendor.cpp | 550 clang::DeclarationName decl_name = in FindDecls() local 554 ast_ctx.getTranslationUnitDecl()->lookup(decl_name); in FindDecls()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 324 clang::DeclarationName decl_name = ast.DeclarationNames.getIdentifier(&ident); in GetDeclFromContextByName() local 325 clang::DeclContext::lookup_result result = decl_context.lookup(decl_name); in GetDeclFromContextByName()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 1572 DeclarationName decl_name(&identifier_info); in CreateClassTemplateDecl() local 1575 clang::DeclContext::lookup_result result = decl_ctx->lookup(decl_name); in CreateClassTemplateDecl() 1601 template_cxx_decl->setDeclName(decl_name); in CreateClassTemplateDecl() 1617 class_template_decl->setDeclName(decl_name); in CreateClassTemplateDecl() 1864 DeclarationName decl_name(&identifier_info); in GetUniqueNamespaceDeclaration() local 6671 clang::DeclarationName decl_name(&ident_ref); in GetIndexOfChildMemberWithName() local 6675 [decl_name](const clang::CXXBaseSpecifier *specifier, in GetIndexOfChildMemberWithName() 6679 auto r = record->lookup(decl_name); in GetIndexOfChildMemberWithName() 7530 clang::DeclarationName decl_name(&getASTContext().Idents.get(name)); in AddMethodToCXXRecordType() local 7568 } else if (decl_name == cxx_record_decl->getDeclName()) { in AddMethodToCXXRecordType() [all …]
|