Searched refs:MultiwayPathsCoveredCheck (Results 1 – 5 of 5) sorted by relevance
1 //===--- MultiwayPathsCoveredCheck.cpp - clang-tidy------------------------===//9 #include "MultiwayPathsCoveredCheck.h"18 void MultiwayPathsCoveredCheck::storeOptions( in storeOptions() 23 void MultiwayPathsCoveredCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers() 90 void MultiwayPathsCoveredCheck::check(const MatchFinder::MatchResult &Result) { in check() 126 void MultiwayPathsCoveredCheck::handleSwitchWithDefault( in handleSwitchWithDefault() 137 void MultiwayPathsCoveredCheck::handleSwitchWithoutDefault( in handleSwitchWithoutDefault()
22 class MultiwayPathsCoveredCheck : public ClangTidyCheck {24 MultiwayPathsCoveredCheck(StringRef Name, ClangTidyContext *Context) in MultiwayPathsCoveredCheck() function
10 MultiwayPathsCoveredCheck.cpp
63 CheckFactories.registerCheck<MultiwayPathsCoveredCheck>( in addCheckFactories()
25 "MultiwayPathsCoveredCheck.cpp",