HomeSort by: relevance | last modified time | path
    Searched defs:getDiagnosticClient (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/clang-import-test/
clang-import-test.cpp 259 DiagnosticConsumer &getDiagnosticClient() {
260 return CI->getDiagnosticClient();
327 CI.getDiagnosticClient().BeginSourceFile(
335 CI.getDiagnosticClient().EndSourceFile();
338 if (CI.getDiagnosticClient().getNumErrors())
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CompilerInstance.h 341 DiagnosticConsumer &getDiagnosticClient() const {

Completed in 20 milliseconds