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 233 bool hasErrorOccurred() const { return ErrorTrap.hasErrorOccurred(); }
Sema.h     [all...]
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 412 bool hasErrorOccurred = false;
426 hasErrorOccurred = hasErrorOccurred || err;
443 return hasErrorOccurred;
  /external/clang/include/clang/Basic/
Diagnostic.h 514 bool hasErrorOccurred() const { return ErrorOccurred; }
739 bool hasErrorOccurred() const {
    [all...]

Completed in 99 milliseconds