Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DDiagnostic.h354 DiagnosticConsumer *getClient() { return Client; } in getClient() function
355 const DiagnosticConsumer *getClient() const { return Client; } in getClient() function