Searched refs:adapter (Results 1 – 4 of 4) sorted by relevance
1042 ClangDiagnosticManagerAdapter *adapter = in ParseInternal() local1046 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()
432 // Signal adapter.
493 28617f2 gmp_compat: Fix overflow in the uint conversion adapter.
340 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 a2151 ``SetVector`` is an adapter class that defaults to using ``std::vector`` and a