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

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Scope.h 362 bool hasUnrecoverableErrorOccurred() const {
363 return ErrorTrap.hasUnrecoverableErrorOccurred();
ScopeInfo.h 394 bool hasUnrecoverableErrorOccurred() const {
395 return ErrorTrap.hasUnrecoverableErrorOccurred();
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
Internals.h 108 return Diags.hasUnrecoverableErrorOccurred();
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Diagnostic.h 843 bool hasUnrecoverableErrorOccurred() const {
1084 bool hasUnrecoverableErrorOccurred() const {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp 2060 return getCurFunction()->hasUnrecoverableErrorOccurred();
SemaDeclObjC.cpp 5321 if (S->hasUnrecoverableErrorOccurred())
SemaDecl.cpp 1937 if (!S->hasUnrecoverableErrorOccurred()) {
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 4167 if (!CXXUnit->getDiagnostics().hasUnrecoverableErrorOccurred()) {

Completed in 48 milliseconds