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

  /src/external/apache2/llvm/dist/clang/tools/clang-import-test/
clang-import-test.cpp 80 std::unique_ptr<TextDiagnosticBuffer> Passthrough;
85 : Passthrough(std::make_unique<TextDiagnosticBuffer>()) {}
90 return Passthrough->BeginSourceFile(LangOpts, PP);
95 Passthrough->EndSourceFile();
99 return Passthrough->IncludeInDiagnosticCounts();
clang-import-test.cpp 80 std::unique_ptr<TextDiagnosticBuffer> Passthrough;
85 : Passthrough(std::make_unique<TextDiagnosticBuffer>()) {}
90 return Passthrough->BeginSourceFile(LangOpts, PP);
95 Passthrough->EndSourceFile();
99 return Passthrough->IncludeInDiagnosticCounts();

Completed in 43 milliseconds