Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.h283 void checkFilters(SourceLocation Location, const SourceManager &Sources);
H A DClangTidyDiagnosticConsumer.cpp428 checkFilters(Info.getLocation(), Info.getSourceManager()); in HandleDiagnostic()
518 void ClangTidyDiagnosticConsumer::checkFilters(SourceLocation Location, in checkFilters() function in ClangTidyDiagnosticConsumer