Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyDiagnosticConsumer.h154 void setEnableProfiling(bool Profile);
DClangTidy.cpp529 Context.setEnableProfiling(EnableCheckProfile); in runClangTidy()
DClangTidyDiagnosticConsumer.cpp227 void ClangTidyContext::setEnableProfiling(bool P) { Profile = P; } in setEnableProfiling() function in ClangTidyContext