Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h565 DiagnosticConsumer *getClient() { return Client; } in getClient() function
566 const DiagnosticConsumer *getClient() const { return Client; } in getClient() function