Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/hicpp/
H A DMultiwayPathsCoveredCheck.cpp1 //===--- 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()
H A DMultiwayPathsCoveredCheck.h22 class MultiwayPathsCoveredCheck : public ClangTidyCheck {
24 MultiwayPathsCoveredCheck(StringRef Name, ClangTidyContext *Context) in MultiwayPathsCoveredCheck() function
H A DCMakeLists.txt10 MultiwayPathsCoveredCheck.cpp
H A DHICPPTidyModule.cpp63 CheckFactories.registerCheck<MultiwayPathsCoveredCheck>( in addCheckFactories()
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/hicpp/
H A DBUILD.gn25 "MultiwayPathsCoveredCheck.cpp",