Home
last modified time | relevance | path

Searched refs:FileEvents (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyDiagnosticConsumer.cpp677 llvm::StringMap<std::vector<Event>> FileEvents; in removeIncompatibleErrors() local
683 auto &Events = FileEvents[Replace.getFilePath()]; in removeIncompatibleErrors()
695 for (auto &FileAndEvents : FileEvents) { in removeIncompatibleErrors()