Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidy.h82 bool EnableCheckProfile = false,
DClangTidy.cpp505 bool EnableCheckProfile, llvm::StringRef StoreCheckProfile) { in runClangTidy() argument
529 Context.setEnableProfiling(EnableCheckProfile); in runClangTidy()
/external/llvm-project/clang-tools-extra/clang-tidy/tool/
DClangTidyMain.cpp193 static cl::opt<bool> EnableCheckProfile("enable-check-profile", cl::desc(R"( variable
484 EnableCheckProfile, ProfilePrefix); in clangTidyMain()