Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DIncludeInserter.cpp40 bool SelfContainedDiags) in IncludeInserter() argument
41 : Style(Style), SelfContainedDiags(SelfContainedDiags) {} in IncludeInserter()
79 if (!SelfContainedDiags && !InsertedHeaders[FileID].insert(Header).second) in createIncludeInsertion()
H A DIncludeInserter.h63 bool SelfContainedDiags);
97 const bool SelfContainedDiags; variable
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.h191 void setSelfContainedDiags(bool Value) { SelfContainedDiags = Value; } in setSelfContainedDiags()
193 bool areDiagsSelfContained() const { return SelfContainedDiags; } in areDiagsSelfContained()
236 bool SelfContainedDiags; variable
H A DClangTidyDiagnosticConsumer.cpp166 SelfContainedDiags(false) { in ClangTidyContext()
/llvm-project-15.0.7/clang-tools-extra/unittests/clang-tidy/
H A DIncludeInserterTest.cpp34 bool SelfContainedDiags = false) in IncludeInserterCheckBase() argument
36 Inserter(Style, SelfContainedDiags) {} in IncludeInserterCheckBase()