Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXLoadedDiagnostic.cpp38 class CXLoadedDiagnosticSetImpl : public CXDiagnosticSetImpl { class
40 CXLoadedDiagnosticSetImpl() : CXDiagnosticSetImpl(true), FakeFiles(FO) {} in CXLoadedDiagnosticSetImpl() function in __anon8333492a0111::CXLoadedDiagnosticSetImpl
41 ~CXLoadedDiagnosticSetImpl() override {} in ~CXLoadedDiagnosticSetImpl()
193 std::unique_ptr<CXLoadedDiagnosticSetImpl> TopDiags;
253 TopDiags = llvm::make_unique<CXLoadedDiagnosticSetImpl>(); in load()