Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScope.h297 bool hasErrorOccurred() const { return ErrorTrap.hasErrorOccurred(); } in hasErrorOccurred() function
H A DSema.h6660 bool hasErrorOccurred() const { in hasErrorOccurred() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h572 bool hasErrorOccurred() const { return ErrorOccurred; } in hasErrorOccurred() function
832 bool hasErrorOccurred() const { in hasErrorOccurred() function
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp2225 bool hasErrorOccurred = false; in getFileRemappingsFromFileList() local