Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DExternalPreprocessorSource.h39 virtual IdentifierInfo *GetIdentifier(unsigned ID) = 0;
/openbsd/gnu/llvm/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.mm3657 CFStringRef bundleIDCFStr = bundle.GetIdentifier();
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.h87 lldb_private::ConstString GetIdentifier();
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm76 ConstString CoreSimulatorSupport::DeviceType::GetIdentifier() { function
/openbsd/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3949 uint64_t GetIdentifier() const { return m_identifier; } in GetIdentifier() function in curses::Menu
4798 uint64_t GetIdentifier() const { return m_identifier; } in GetIdentifier() function in TreeItem
5030 const uint64_t frame_idx = item.GetIdentifier(); in TreeDelegateDrawTreeItem()
5055 const uint64_t frame_idx = item.GetIdentifier(); in TreeDelegateItemSelected()
5086 return process_sp->GetThreadList().FindThreadByID(item.GetIdentifier()); in GetThread()
5296 return breakpoint->GetLocationAtIndex(item.GetIdentifier()); in GetBreakpointLocation()
5433 return breakpoints.GetBreakpointAtIndex(item.GetIdentifier()); in GetBreakpoint()
6381 switch (menu.GetIdentifier()) { in MenuDelegateAction()
6499 process->Detach(menu.GetIdentifier() == in MenuDelegateAction()
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp585 CFStringRef bundle_id(bundle.GetIdentifier()); in AddKextToMap()
/openbsd/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h2106 IdentifierInfo *GetIdentifier(serialization::IdentifierID ID) override { in GetIdentifier() function
/openbsd/gnu/llvm/clang/lib/Lex/
H A DHeaderSearch.cpp76 ControllingMacro = External->GetIdentifier(ControllingMacroID); in getControllingMacro()