Searched defs:OwningPreviousClient (Results 1 - 1 of 1) sorted by relevance
/external/clang/lib/Frontend/ | ||
H A D | ASTUnit.cpp | 587 std::unique_ptr<DiagnosticConsumer> OwningPreviousClient; member in class:__anon1373::CaptureDroppedDiagnostics 595 OwningPreviousClient = Diags.takeClient(); 603 Diags.setClient(PreviousClient, !!OwningPreviousClient.release()); |
Completed in 183 milliseconds