Searched defs:hasErrorOccurred (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/include/clang/Basic/ | ||
H A D | Diagnostic.h | 843 bool hasErrorOccurred() const { return ErrorOccurred; } hasErrorOccurred() function |
/llvm-project/clang/lib/ARCMigrate/ | ||
H A D | ObjCMT.cpp | 2211 bool hasErrorOccurred = false; getFileRemappingsFromFileList() local |
/llvm-project/clang/include/clang/Sema/ | ||
H A D | Sema.h | 12113 bool hasErrorOccurred() const { hasErrorOccurred() function |