Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.h168 bool getEnableProfiling() const { return Profile; } in getEnableProfiling() function
H A DClangTidy.cpp410 if (Context.getEnableProfiling()) { in createASTConsumer()