Home
last modified time | relevance | path

Searched refs:TriviallyDestructibleCheck (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DTriviallyDestructibleCheck.h28 class TriviallyDestructibleCheck : public ClangTidyCheck {
30 TriviallyDestructibleCheck(StringRef Name, ClangTidyContext *Context) in TriviallyDestructibleCheck() function
DTriviallyDestructibleCheck.cpp38 void TriviallyDestructibleCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
51 void TriviallyDestructibleCheck::check(const MatchFinder::MatchResult &Result) { in check()
DCMakeLists.txt19 TriviallyDestructibleCheck.cpp
DPerformanceTidyModule.cpp56 CheckFactories.registerCheck<TriviallyDestructibleCheck>( in addCheckFactories()
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/performance/
DBUILD.gn27 "TriviallyDestructibleCheck.cpp",