Home
last modified time | relevance | path

Searched refs:GetIdentifier (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DCFBundle.cpp94 CFStringRef GetIdentifier() const { in GetIdentifier() function in llvm::dsymutil::CFBundle
133 if (GetIdentifier() != nullptr) in SetFromPath()
160 if (CFStringRef BundleID = Bundle.GetIdentifier()) { in getBundleInfo()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DExternalPreprocessorSource.h39 virtual IdentifierInfo *GetIdentifier(unsigned ID) = 0;
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DCFBundle.h27 CFStringRef GetIdentifier() const;
H A DCFBundle.cpp56 CFStringRef CFBundle::GetIdentifier() const { in GetIdentifier() function in CFBundle
H A DMachProcess.mm3572 CFStringRef bundleIDCFStr = bundle.GetIdentifier();
/llvm-project-15.0.7/lldb/source/Host/macosx/cfcpp/
H A DCFCBundle.h24 CFStringRef GetIdentifier() const;
H A DCFCBundle.cpp57 CFStringRef CFCBundle::GetIdentifier() const { in GetIdentifier() function in CFCBundle
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.h87 lldb_private::ConstString GetIdentifier();
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm76 ConstString CoreSimulatorSupport::DeviceType::GetIdentifier() { function
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3947 uint64_t GetIdentifier() const { return m_identifier; } in GetIdentifier() function in curses::Menu
4796 uint64_t GetIdentifier() const { return m_identifier; } in GetIdentifier() function in TreeItem
5028 const uint64_t frame_idx = item.GetIdentifier(); in TreeDelegateDrawTreeItem()
5053 const uint64_t frame_idx = item.GetIdentifier(); in TreeDelegateItemSelected()
5084 return process_sp->GetThreadList().FindThreadByID(item.GetIdentifier()); in GetThread()
5294 return breakpoint->GetLocationAtIndex(item.GetIdentifier()); in GetBreakpointLocation()
5431 return breakpoints.GetBreakpointAtIndex(item.GetIdentifier()); in GetBreakpoint()
6379 switch (menu.GetIdentifier()) { in MenuDelegateAction()
6497 process->Detach(menu.GetIdentifier() == in MenuDelegateAction()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp581 CFStringRef bundle_id(bundle.GetIdentifier()); in AddKextToMap()
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTReader.h2080 IdentifierInfo *GetIdentifier(serialization::IdentifierID ID) override { in GetIdentifier() function
/llvm-project-15.0.7/clang/lib/Lex/
H A DHeaderSearch.cpp76 ControllingMacro = External->GetIdentifier(ControllingMacroID); in getControllingMacro()