Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyDiagnosticConsumer.h155 bool getEnableProfiling() const { return Profile; } in getEnableProfiling() function
DClangTidy.cpp400 if (Context.getEnableProfiling()) { in CreateASTConsumer()