Searched refs:FoundErrors (Results 1 – 2 of 2) sorted by relevance
58 FoundErrors = true; in beginRegion()66 FoundErrors = true; in beginRegion()103 FoundErrors = true; in endRegion()122 FoundErrors = true; in beginRegion()135 FoundErrors = true; in beginRegion()151 FoundErrors = true; in endRegion()
156 bool FoundErrors; variable159 CodeRegions(llvm::SourceMgr &S) : SM(S), FoundErrors(false) {} in CodeRegions()183 bool isValid() const { return !FoundErrors; } in isValid()