Home
last modified time | relevance | path

Searched defs:hasErrorOccurred (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Sema/
DScope.h316 bool hasErrorOccurred() const { return ErrorTrap.hasErrorOccurred(); } in hasErrorOccurred() function
DSema.h6977 bool hasErrorOccurred() const { in hasErrorOccurred() function
/external/v8/tools/clang/blink_gc_plugin/
DDiagnosticsReporter.cpp258 bool DiagnosticsReporter::hasErrorOccurred() const in hasErrorOccurred() function in DiagnosticsReporter
/external/clang/include/clang/Basic/
DDiagnostic.h580 bool hasErrorOccurred() const { return ErrorOccurred; } in hasErrorOccurred() function
840 bool hasErrorOccurred() const { in hasErrorOccurred() function
/external/clang/lib/ARCMigrate/
DObjCMT.cpp2224 bool hasErrorOccurred = false; in getFileRemappingsFromFileList() local