HomeSort by relevance Sort by last modified time
    Searched defs:hasDiagnostics (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Frontend/
CompilerInstance.h 299 bool hasDiagnostics() const { return Diagnostics != nullptr; }
  /external/clang/lib/CodeGen/
CodeGenModule.h 248 bool hasDiagnostics() { return Missing || Mismatched; }
    [all...]

Completed in 250 milliseconds