Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidy.h91 bool ApplyAnyFix, bool EnableCheckProfile = false,
H A DClangTidy.cpp511 bool ApplyAnyFix, bool EnableCheckProfile, in runClangTidy() argument
536 Context.setEnableProfiling(EnableCheckProfile); in runClangTidy()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/tool/
H A DClangTidyMain.cpp202 static cl::opt<bool> EnableCheckProfile("enable-check-profile", cl::desc(R"( variable
606 FixNotes, EnableCheckProfile, ProfilePrefix); in clangTidyMain()