Home
last modified time | relevance | path

Searched defs:takeClient (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
DDiagnostic.h377 std::unique_ptr<DiagnosticConsumer> takeClient() { return std::move(Owner); } in takeClient() function
/external/llvm-project/clang/include/clang/Basic/
DDiagnostic.h566 std::unique_ptr<DiagnosticConsumer> takeClient() { return std::move(Owner); } in takeClient() function