Home
last modified time | relevance | path

Searched refs:adapter (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1042 ClangDiagnosticManagerAdapter *adapter = in ParseInternal() local
1046 adapter->ResetManager(&diagnostic_manager); in ParseInternal()
1099 adapter->BeginSourceFile(m_compiler->getLangOpts(), in ParseInternal()
1186 adapter->EndSourceFile(); in ParseInternal()
1188 unsigned num_errors = adapter->getNumErrors(); in ParseInternal()
1202 adapter->ResetManager(); in ParseInternal()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrSystem.td432 // Signal adapter.
/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A DChangeLog493 28617f2 gmp_compat: Fix overflow in the uint conversion adapter.
/llvm-project-15.0.7/llvm/docs/
H A DProgrammersManual.rst340 2. Provide a **format adapter** inheriting from ``llvm::FormatAdapter<T>``.
1814 There are also various STL adapter classes such as ``std::queue``,
2129 LLVM's ``SetVector<Type>`` is an adapter class that combines your choice of a
2151 ``SetVector`` is an adapter class that defaults to using ``std::vector`` and a