HomeSort by: relevance | last modified time | path
    Searched refs:getDiagnosticHandler (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
LLVMContext.h 194 /// getDiagnosticHandler - transfers ownership of DiagnosticHandler unique_ptr
196 std::unique_ptr<DiagnosticHandler> getDiagnosticHandler();
  /src/external/apache2/llvm/dist/llvm/lib/IR/
LLVMContext.cpp 347 std::unique_ptr<DiagnosticHandler> LLVMContext::getDiagnosticHandler() {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenAction.cpp 306 Ctx.getDiagnosticHandler();
1081 std::unique_ptr<DiagnosticHandler> PrevHandler = Ctx.getDiagnosticHandler();

Completed in 63 milliseconds