HomeSort by relevance Sort by last modified time
    Searched refs:handleDiagnostics (Results 1 - 17 of 17) sorted by null

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
DiagnosticHandler.h 22 /// The handleDiagnostics method must be overriden by the subclasses to handle
34 /// of DiagnosticHandler will call it from handleDiagnostics(). Any derived
36 /// implement handleDiagnostics().
39 /// Override handleDiagnostics to provide custom implementation.
43 virtual bool handleDiagnostics(const DiagnosticInfo &DI) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
DiagnosticHandler.h 22 /// The handleDiagnostics method must be overriden by the subclasses to handle
34 /// of DiagnosticHandler will call it from handleDiagnostics(). Any derived
36 /// implement handleDiagnostics().
39 /// Override handleDiagnostics to provide custom implementation.
43 virtual bool handleDiagnostics(const DiagnosticInfo &DI) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
DiagnosticHandler.h 22 /// The handleDiagnostics method must be overriden by the subclasses to handle
34 /// of DiagnosticHandler will call it from handleDiagnostics(). Any derived
36 /// implement handleDiagnostics().
39 /// Override handleDiagnostics to provide custom implementation.
43 virtual bool handleDiagnostics(const DiagnosticInfo &DI) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
DiagnosticHandler.h 22 /// The handleDiagnostics method must be overriden by the subclasses to handle
34 /// of DiagnosticHandler will call it from handleDiagnostics(). Any derived
36 /// implement handleDiagnostics().
39 /// Override handleDiagnostics to provide custom implementation.
43 virtual bool handleDiagnostics(const DiagnosticInfo &DI) {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
DiagnosticHandler.h 22 /// The handleDiagnostics method must be overriden by the subclasses to handle
34 /// of DiagnosticHandler will call it from handleDiagnostics(). Any derived
36 /// implement handleDiagnostics().
39 /// Override handleDiagnostics to provide custom implementation.
43 virtual bool handleDiagnostics(const DiagnosticInfo &DI) {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
DiagnosticHandler.h 22 /// The handleDiagnostics method must be overriden by the subclasses to handle
34 /// of DiagnosticHandler will call it from handleDiagnostics(). Any derived
36 /// implement handleDiagnostics().
39 /// Override handleDiagnostics to provide custom implementation.
43 virtual bool handleDiagnostics(const DiagnosticInfo &DI) {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
DiagnosticHandler.h 22 /// The handleDiagnostics method must be overriden by the subclasses to handle
34 /// of DiagnosticHandler will call it from handleDiagnostics(). Any derived
36 /// implement handleDiagnostics().
39 /// Override handleDiagnostics to provide custom implementation.
43 virtual bool handleDiagnostics(const DiagnosticInfo &DI) {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
DiagnosticHandler.h 22 /// The handleDiagnostics method must be overriden by the subclasses to handle
34 /// of DiagnosticHandler will call it from handleDiagnostics(). Any derived
36 /// implement handleDiagnostics().
39 /// Override handleDiagnostics to provide custom implementation.
43 virtual bool handleDiagnostics(const DiagnosticInfo &DI) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/LTO/
Config.h 178 bool handleDiagnostics(const DiagnosticInfo &DI) override {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/LTO/
Config.h 178 bool handleDiagnostics(const DiagnosticInfo &DI) override {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/LTO/
Config.h 178 bool handleDiagnostics(const DiagnosticInfo &DI) override {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/LTO/
Config.h 178 bool handleDiagnostics(const DiagnosticInfo &DI) override {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/LTO/
Config.h 178 bool handleDiagnostics(const DiagnosticInfo &DI) override {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/LTO/
Config.h 178 bool handleDiagnostics(const DiagnosticInfo &DI) override {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/LTO/
Config.h 178 bool handleDiagnostics(const DiagnosticInfo &DI) override {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/LTO/
Config.h 178 bool handleDiagnostics(const DiagnosticInfo &DI) override {
  /external/llvm/tools/llvm-lto/
llvm-lto.cpp 169 static void handleDiagnostics(lto_codegen_diagnostic_severity_t Severity,
757 CodeGen.setDiagnosticHandler(handleDiagnostics, nullptr);

Completed in 2217 milliseconds