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

  /external/clang/include/clang/Sema/
Scope.h 242 bool hasErrorOccurred() const { return ErrorTrap.hasErrorOccurred(); }
Sema.h     [all...]
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 436 bool hasErrorOccurred = false;
451 hasErrorOccurred = hasErrorOccurred || err;
468 return hasErrorOccurred;
  /external/clang/include/clang/Basic/
Diagnostic.h 569 bool hasErrorOccurred() const { return ErrorOccurred; }
815 bool hasErrorOccurred() const {
    [all...]

Completed in 27 milliseconds