Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DSuspiciousSemicolonCheck.h23 class SuspiciousSemicolonCheck : public ClangTidyCheck {
25 SuspiciousSemicolonCheck(StringRef Name, ClangTidyContext *Context) in SuspiciousSemicolonCheck() function
DSuspiciousSemicolonCheck.cpp20 void SuspiciousSemicolonCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
32 void SuspiciousSemicolonCheck::check(const MatchFinder::MatchResult &Result) { in check()
DCMakeLists.txt50 SuspiciousSemicolonCheck.cpp
DBugproneTidyModule.cpp160 CheckFactories.registerCheck<SuspiciousSemicolonCheck>( in addCheckFactories()
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/
DBUILD.gn60 "SuspiciousSemicolonCheck.cpp",