Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScope.h313 bool hasErrorOccurred() const { return ErrorTrap.hasErrorOccurred(); } in hasErrorOccurred() function
DSema.h6841 bool hasErrorOccurred() const { in hasErrorOccurred() function
/external/clang/include/clang/Basic/
DDiagnostic.h573 bool hasErrorOccurred() const { return ErrorOccurred; } in hasErrorOccurred() function
833 bool hasErrorOccurred() const { in hasErrorOccurred() function
/external/clang/lib/ARCMigrate/
DObjCMT.cpp2226 bool hasErrorOccurred = false; in getFileRemappingsFromFileList() local